@charset "utf-8";
/* CSS Document */
* {
  -webkit-tap-highlight-color: transparent!important;
  -webkit-touch-callout: none!important;
}
body{ background:#65aee1;}
a{-webkit-tap-highlight-color:rgba(0,0,0,0.5); }
.bqjs{text-align:center; width:100%; font-size:12px; color:#247db9;}
.wrap a{ display:block; margin-bottom:10px;}
.wrap img{ width:100%; float:left;}

.tip{ background:#65aee1; width:100%;padding-top:20px;}
.tip_btn {
  padding: 2% 0;
  text-align: center;
  font-size: 15px;
  width:30%;
}
.tip_btn_list {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-weight:bold;
}
.tip_btn_list .on {
  background: #ffc700;
  color: #fff;
  font-weight:bold;
  border-radius: 5px;
}
.tip_btn_l {
  float: left;
  border-right: 1px solid #94b99d;
  background: #94b99d;
  border-radius: 5px;
}
.tip_btn_r {
  float: right;
  border-left: 1px solid #94b99d;
  background: #94b99d;
  border-radius: 5px;
}
.tip_btn_m {
  border-radius: 5px;  
  border-left: 1px solid #94b99d;
  background: #94b99d;
  float: left;  
  position: relative;
  left: 5%;
}

.page .part {
  display: none;
}
.page .on {
  display: block;
}
.page .part p{ color:#fff; font-size:14px; padding-top:10px; line-height:25px; margin-top:10px;}
.page .part p.mt20{ margin-top:20px;}
.page .part em{ color:#00a0e9;}
.icon-scrollTopBtn {
    -webkit-border-radius: 34px;
    border-radius: 34px;
    height: 46px;
    line-height: 46px;
    width: 46px;
    color: #FFF;
    background-color: #000000;
    position: fixed;
    right: 10px;
    bottom: 55px;
    opacity: 0.5;
    z-index: 9999;
}

.icon-scrollTopBtn > div:first-of-type {
    position: absolute;
    background: #FFF;
    height: 4px;
    width: 20px;
    top: 9px;
    left: 13px;
    z-index: 9999;
}

.icon-scrollTopBtn > div:nth-child(2) {
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 22px solid #FFF;
    font-size: 0px;
    line-height: 0px;
    top: 16px;
    left: 13px;
    z-index: 9999;
}

.icon-scrollTopBtn > div:last-of-type {
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 6px solid #000000;
    font-size: 0px;
    line-height: 0px;
    top: 33px;
    left: 12px;
    z-index: 9999;
}



@media screen and (min-width: 641px){
	.wrap{ width:640px; margin:0 auto; overflow:hidden;}
}
