/*所有元素无法选中*/
/* * {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
} */
[v-cloak]{
    display:none
}
/*所有元素无法选中*/
body {
    background: #fff;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    min-width: 1300px;
}
textarea {
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
}
body,html,h1,h2,h3,h4,h5,h6,p,span,ul,li {
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
}
ul, li {
    list-style: none;
}
i {
    font-style:normal
}
a {
    text-decoration: none;
    color: #333333;
}
button {
    outline: none;
}
.green {
	color: #00a843!important;
}
.red {
	color: #fc3322!important;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.w900 {
    width: 900px;
    margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1210 {
    width: 1210px;
    margin: 0 auto;
}
.w1050 {
    width: 1050px;
    margin: 0 auto;
}
.w1400 {
    width: 1400px;
    margin: 0 auto;
}
.w1600 {
    width: 1600px;
    margin: 0 auto;
}
.w1240 {
    width: 1240px;
    margin: 0 auto;
}

/* ======================== head布局 ===================== */
.m-f {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}

.m-fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;

    justify-content: space-between;
}

.m-fc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    

    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    

    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-f-js {
    -webkit-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

}
.m-f-je {
    -webkit-box-pack: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.m-f-ae{
    -webkit-box-align: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.m-f-as{
    -webkit-box-align: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.m-f-sb{
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dis_fl{
    display: flex;
    flex-direction: row;
}
.dis_fle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*====================================header========================================*/

.header {
    width: 100%;
    height: 62px;
    background-color: rgba(0,0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header .l ul li {
    float: left;
}
.header .l ul li a {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 3px;
    margin: 0px 40px;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
}
.header .l ul li a:hover,.header .l ul li a.ac {
    border-bottom: 2px solid #fff49b;
}
.header .r .jf a {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
    height: 62px;
    line-height: 62px;
    position: relative;
    margin-right: 26px;
}
.header .r .jf a:first-child:before {
    content: '';
    width: 1px;
    height: 24px;
    background: #ffffff;
    position: absolute;
    right: -17px;
    top: -2px;
}
.header .r .jf a:hover {
    opacity: 1;
}
.header .r .btn {
    width: 85px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
}
.header .r .loginBtn {
    background-color: #3c7aff;
    color: #fff;
    margin-left: 10px;
	width: 120px;
}
.header .r .khBtn {
    background-color: #3c7aff;
    color: #fff;
    margin-left: 20px;
}

/*====================================footer========================================*/


.footer{
    width: 100%;
    height: 370px;
	background-color: #0b0f1a;
}
.footer_lef img{
    margin-top: 60px;
    margin-bottom: 16px;
}
.footer_lef p,.footer_lef a{
    font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #828f9c;
}
.footer_lef a b{
    font-weight: 300;
    color: #ffffff;
}
.footer_rig{
    margin-left: 17px;
    margin-top: 65px;
}
.footer_rig .rig_top a{
    font-size: 20px;
	line-height: 30px;
    color: #ffffff;
    padding-left: 35px;
    padding-right: 35px;
}
.footer_rig .f_con{
    height: 30px;
    border-right: 1px solid #ffffff;
}
.footer_rig .rig_top div:nth-child(5) a{
    padding-right: 0px;
}
.footer_rig .rig_bott{
    margin-top: 122px;
    margin-left: 90px;
}
.rig_bot_p{
    margin-right: 20px;
}
.rig_bot_p p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #828f9c;
    text-align: right;
}
.rig_bot_i{
    margin-top: -84px;
}
.footer_rig .showCode{
    position: absolute;
    left: 100px;
    top: -32px;
    display: none;
}
.footer_rig .showCode .close{
    cursor: pointer;
    float: right;
    margin-top: -209px;
    margin-right: -27px;
}
.android_box,.ios_box {
	display: inline-block;
	width: 131px;
	height: 166px;
	background: url(../images/Android_code_bg.png) no-repeat center;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
}
.ios_box {
	background: url(../images/ios_code_bg.png) no-repeat center;
}
.android_box img,.ios_box img {
	width: 80%;
	margin-top: 30px;
}


/*==================================悬浮栏======================================*/

.suspension {
    width: 208px;
    height: 309px;
    background: url("../images/up.png") no-repeat center;
    position: fixed;
    right:5px;
    bottom: 300px;
    text-align: center;
    z-index: 99;
}
.suspension a {
    display: block;
    width: 95px;
	height: 34px;
    text-align: center;
    margin-bottom: 1px;
    position: relative;
}
.suspension .codeBox {
    padding: 10px;
    border: 1px solid #000;
}
.suspension button{
    width: 95px;
	height: 33px;
	background-color: #fff696;
	box-shadow: 0px 2px 4px 0px 
		rgba(197, 21, 114, 0.5);
    border-radius: 16px;
    font-size: 19px;
	font-weight: 700;
    color: #c00048;
    border: none;
    cursor: pointer;
}

.suspension .c {
    display: none;
    position: absolute;
    bottom: -42px;
    left: -196px;
    padding: 5px;
    border-radius: 5px;
}
.suspension .c img {
    width: 187px;
    height: 193px;
    border-radius: 3px;
}

.suspension .Btop {
    position: absolute;
    bottom: 20px;
    right: 66px;
    width: 60px;
    height: 30px;
    background: #e1e7ff;
    border-radius: 3px;
    text-align: center;
}
.suspension .Btop img {
    margin-top: 7px;
    animation:topMove 1.5s infinite;
    -webkit-animation:topMove 1.5s infinite; /* Safari and Chrome */
}
@keyframes topMove {
    0% {
        margin-top: 7px;
    }
    50% {
        margin-top: 12px;
    }
    100% {
        margin-top: 7px;
    }
}


.more{
    background-color: #3c7aff;
    color: #fff;
    font-size: 22px;
    margin: 0px  auto;
    margin-top: 40px;
    text-align: center;
    width: 18%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    /* display: inline-block; */
}
.nomore{
    background-color: #fff;
    color: #cfcfcf;
    font-size: 21px;
    margin: 0px  auto;
    margin-top: 40px;
    text-align: center;
    width: 18%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    /* display: inline-block; */
}

/*==================================悬浮栏---end======================================*/


/* 查看更多 */
.box {
    display: block;
    width: 0%;
    height: 45px;
    /* border: 1px solid currentcolor; */
    border-radius: 3px;
    font-size: 30px;
    color: rgba(200, 200, 200, 0.5);
    /* vertical-align: top; */
    -webkit-transition: .3s color, .3s border;
    transition: .3s color, .3s border;
    margin: 0 auto;
    margin-top: 40px;
}
/* .box:hover {
    color: #d60b52;
    font-size: 0;
    padding: 0;
    border-width: 3px;
    line-height: 200px;
} */
/* .box:hover [class*="loader-"] {
    font-size: 70px;
    line-height: 200px;
} */
[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
.loader-15 {
    background: currentcolor;
    position: relative;
    -webkit-animation: loader-15 1s ease-in-out infinite;
    animation: loader-15 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: .25em;
    height: .5em;
}
.loader-15:after,
.loader-15:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}
.loader-15:before {
    right: .5em;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader-15:after {
    left: .5em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes loader-15 {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }
    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}
@keyframes loader-15 {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }
    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}

.noShow{
    display: none;
}
.isShow{
    display: block;
}
#contentHtml img{
    width: 100%;
}




.slide-top {
	-webkit-animation: slide-top 5s infinite  linear;
            animation: slide-top 5s infinite  linear;

}

.slide-top2 {
	-webkit-animation: slide-top 7s infinite  linear;
            animation: slide-top 7s infinite  linear;

}

.slide-bot {
	-webkit-animation: slide-bot 6s infinite  linear;
            animation: slide-bot 6s infinite  linear;

}

  @-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
  }
  @keyframes slide-top {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
  }

  @-webkit-keyframes slide-top2 {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
  }
  @keyframes slide-top2 {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
  }

  @-webkit-keyframes slide-bot {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
  }
  @keyframes slide-bot {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    50% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
  }
