/*公用样式*/
*{
    padding:0;
    margin:0;
}
body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}
.app-wrapper{
    padding:0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
    /*overflow-x: hidden;*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}
img{
    border-style: none;
}
.wrapwidth {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background-color: transparent;
}
/*按钮*/
 .learnMore{
    width:120px ;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #1fc9d4;
    border-radius: 5px;
    color:#fff;
    margin-right:20px;
    cursor: pointer;
}
 .learnMore a{
    font-size: 14px;
    color:#fff;
    width:120px ;
    height: 36px;
     display: block;
}
 .learnMore:hover{
     background:rgba(31, 201, 212,0.7);
 }
.learnMore:active{
    background:rgba(51, 189, 200,1);
}
 .ljzx{
    width:118px ;
    height: 34px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border:1px solid #1fc9d4;
     cursor: pointer;
}
.ljzx a{
    display: block;
    font-size: 14px;
    color:#1fc9d4;
    width:118px ;
    height: 34px;
}
.ljzx:hover{
    width:120px ;
    height: 36px;
    border:none;
    background: #1fc9d4;
}
 .ljzx:hover a{
    color:#fff;
}
.ljzx:active{
    border:none;
    background: #33bdc8;
    width:120px ;
    height: 36px;
}
.ljzx:active a{
    color:#fff;
}
 .midBackgroundBtn{
     width: 90px;
     height:36px;
     text-align: center;
     background: #1fc9d4;
     border-radius: 5px;
     margin:0 auto;
 }
.midBackgroundBtn a{
    color:#fff;
    line-height: 36px;
    border-radius: 5px;
    width: 90px;
    height:36px;
    display: block;
}
.midBackgroundBtn:hover{
     background: rgba(31,201,212,0.7);
 }
.midBackgroundBtn:active{
    background: rgba(51,189,200,1);
}
.bigBackgroundBtn{
     width: 134px;
     height:40px;
     text-align: center;
     background: #1fc9d4;
     border-radius: 5px;
     margin:0 auto;
 }
.bigBackgroundBtn a{
    color:#fff;
    line-height: 40px;
    width: 134px;
    height:40px;
    display: block;
    border-radius: 5px;
}
.bigBackgroundBtn:hover{
    background: rgba(31,201,212,0.7);
}
.bigBackgroundBtn:active{
    background: rgba(51,189,200,1);
}
.bigBackgroundBtnL{
    width: 134px;
    height:40px;
    text-align: center;
    border-radius: 5px;
    background: #1fc9d4;
}
.bigBackgroundBtnL a{
    color:#fff;
    line-height: 40px;
    width: 134px;
    height:40px;
    border-radius: 5px;
}
.bigBackgroundBtnL:hover{
    background: rgba(31,201,212,0.7);
}
.bigBackgroundBtnL:active{
    background: rgba(51,189,200,1);
}
.midBackgroundBtnL{
    width: 90px;
    height:36px;
    text-align: center;
    border-radius: 5px;
    background: #1fc9d4;
    display: block;
}
.midBackgroundBtnL a{
    color:#fff;
    line-height: 36px;
    width: 90px;
    height:36px;
    border-radius: 5px;
    display:block;
}
.midBackgroundBtnL:hover{
    background: rgba(31,201,212,0.7);
}
.midBackgroundBtnL:active{
    background: rgba(51,189,200,1);
}

 /*标题*/
.bigTitle{
    font-size: 56px;
    color:#1fc9d4;
}
.titlelevel1{
    font-size: 32px;
}
.titlelevel2{
    font-size:24px;
}
.titlelevel3{
     font-size:18px;
 }
.titlelevel4{
    font-size:20px;
}
.mainFontSize{
    font-size: 14px;
    line-height: 24px;
}
.textL{
    font-size: 12px;
    line-height: 20px;
}
.sectionTitleNOSub{
    font-size: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
}
/*显示隐藏*/
.show{
    display: block;
}
.hide{
    display: none ;
}
/*颜色*/
.mainColor{
color:#1fc9d4;
}
.red{
    color:#ff7477
}
.bg-white{
    background: #fff;
}
.bg-green{
   background: #1fcc99
}
.bg-red{
    background:#ff7477
}
.bg-blue{
    background: #1fb6ff;
}
.bg-yellow{
    background:#ffc24f;
}
.bg-gray{
    background: #f6f6f6;
}
.bg-main{
    background: #1fc9d4;
}
.textwhite{
    color:#fff!important;
}
/*限制行数*/
.lines2{
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*间距*/

.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb24{
    margin-bottom: 24px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
     margin-bottom: 40px;
 }
.mb60{
    margin-bottom: 60px!important;
}
.pt60{
    padding-top: 60px;
}
.mb70{
    margin-bottom: 70px!important;
}
.pb100{
    padding-bottom:100px;
}
.pb300{
    padding-bottom:300px;
}
.pt100{
    padding-top:100px;
}
/*对齐*/
.textCenter{
    text-align: center;
}
.textLeft{
    text-align: left !important;
}
/*动画*/
@keyframes ani-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes ani-float {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 15px, 0);
    }
}
/*浏览 购买*/
 .recordInfor .noticeInfoText{
    font-size: 12px;
    color:#666;
}
  .recordInfor .number{
    font-size: 12px;
    color:#333;
      font-weight: bold;
      margin-left:5px;
}
  .moreBtn{
      width: 132px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      margin:auto;
      border:1px solid #1fc9d4;
      border-radius: 5px;
  }
  .moreBtn a{
      width: 134px;
      height: 38px;
      color:#1fc9d4;
  }
  .moreBtn:hover{
      background: #1fc9d4;
  }
.moreBtn:hover a{
    color: #fff
}
.moreBtn:active{
    background: #33bdc8;
}
.moreBtn:active a{
    color: #fff
}
/*页面右侧工具栏*/
.rightTool{
    position:fixed;
    z-index: 1000;
    top:30%;
    right:0
}
.toolul{
    background: #1fc9d4;
    height: 165px;
    width: 50px;
    border-radius: 5px;
}
.toolul li{
    text-align: center;
    height: 55px;
    position:relative
}
.toolul li .toolIcon{
    margin-top: 20px;
}
.noticejt{
    position:absolute;
    right:-8px;
    top:10px;
    z-index:1001;
}
.toolul li:hover .noticeInfo{
    display: block;
}
.noticeInfo{
     border:1px solid #1fc9d4;
     background-color: #fff;
     color: #1ec9d4;
     font-size: 12px;
    padding-left:10px;
    padding-right: 10px;
    position:absolute;
    right: 68px;
    top: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
     z-index: 1000;
    display: none;
}
.noticeInfo.item1{
    width: 80px;
}
.noticeInfo.item2{
    width: 150px;
}
.noticeInfo.item3{
    width: 50px;
}
.backtoTop{
    margin-top:20px;
    height:50px;
    width: 50px;
    background:#fff;
    border-radius: 5px;
    text-align: center;
    display: none;
    position:relative;
}
.backtoTopImg{
    margin-top: 16px;
}
.backtoTop:hover .noticeInfo{
    display: block;
}