
.head-box {
  text-align: center;
}
.head-box .title {
  font-size: 56px;
  color: #333;
  margin: 80px 0 6px;
  font-weight: 600;
}
.head-box .sub-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 24px;
}
.head-box .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  letter-spacing: 1px;
  width: 892px;
  max-width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.head-box .btn {
  display: block;
  width: 120px;
  line-height: 38px;
  font-size: 12px;
  margin: 0 auto;
  margin-top: 80px;
}

.separation {
  margin-top: 90px;
  margin-bottom: 90px;
}


.buy-item {
  margin-top: 120px;
}
.buy-item .head {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 65px;
  font-weight: 600;
}
.buy-item .head div{
  position: relative;
  display: inline-block;
}
.buy-item .head span {
  color: #F13A39;
  position: absolute;
  left: -60px;
  top: 0;
}
.buy-item .text{
  font-size: 16px;
  letter-spacing: 1px;
  color: #666;
  line-height: 30px;
  text-align: center;
  width: 792px;
  margin: -17px auto 64px;
  max-width: 100%
}

.buy-item .nav-tabs{
  border: 1px solid rgba(241,58,57,.2);
  border-radius: 17px;
  width: 638px;
  margin: 0 auto 64px;
}
.buy-item .nav-tabs>li>a{
  width: 106px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  color: rgba(241,58,57,.6);
  border-radius: 17px;
}
.buy-item .nav-tabs>li>a:hover{
  color: #F13A39;
}
.buy-item .nav-tabs>li.active>a, 
.buy-item .nav-tabs>li.active>a:focus, 
.buy-item .nav-tabs>li.active>a:hover{
  background: #F13A39;
  color: #fff;
  border: none;
}
.buy-item .nav>li>a:focus, 
.buy-item .nav>li>a:hover{
  background: none;
}

.tab-head{
  display: none;
}
.tab-pane .item{
  position: relative;
  padding-left: 104px;
  width: 840px;
  margin: 0 auto 40px;
  line-height: 22px;
  letter-spacing: 1px;
}
.tab-pane .item h5{
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
}
.tab-pane .item a{
  color: #F13A39;
}
.tab-pane .item th i:before{
  content: ' ';
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 15px;
  background: url('../images//license/tip.svg');
}
.tab-pane .item table{
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}
.tab-pane .item tbody{
  border: 1px solid #D6D6D6;
}
.tab-pane .item th{
  background:rgba(214,214,214,.2);
  color: #151615;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}
.tab-pane .item td, 
.tab-pane .item th{
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 4px;
}
.tab-pane .item .ts1 small{
  font-size: 12px;
  transform: scale(.7);
  white-space: nowrap;
  margin: -16px -7px;
  display: block;
}
.tab-pane .item .ts2{
  font-size: 12px;
  white-space: nowrap;
  line-height: 28px;  
}
.tab-pane .item .nowrap{
  white-space: nowrap;
}
/*.tab-pane .item td:last-child {
  border-right: none;
}*/
.tab-pane .item tr:last-child td{
  border-bottom: none;
}
.tab-pane .item ul{
  text-align: left;
}
.tab-pane .item li{
  padding-left: 20px;
  position: relative;
  margin: 0 0 12px;
}
.tab-pane .item li:last-child{
  margin: 0;
}
.tab-pane .item li:before{
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.tab-pane .item td small{
  color: #666666;
  font-size: 12px;
  display: block;
}
.tab-pane .item .table-publish td{
  padding: 3px 10px;
  height: 44px;
}
.tab-pane .item .text-scope{
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}


.buy-item .question {
  color: #666;
  padding-bottom: 24px;
}


.box-contact{
  background: none;
  padding: 80px 0 100px;
}
.box-contact h4{
  margin: 0 0 60px;
}


@media(max-width: 768px) {
  .head-box{
    background: url('../images/m/back-1.svg');
    background-size: cover;
    padding: 15px;
  }
  .head-box .title{
    font-size: 36px;
    margin: 24px 0;
  }
  .head-box .info{
    font-size: 12px;
    line-height: 22px;
    padding: 0 35px;
  }
  .head-box .btn{
    margin-top: 32px;
    width: 100%;
    border-radius: 20px;
  }


  .buy-item{
    margin: 0;
  }
  .buy-item .head{
    font-size: 24px;
    margin: 30px 0;
  }

  
  .buy-question {
    padding: 0 0 20px;
  }
  .buy-question .head{
    background: url('../images/m/back-2.svg');
    background-size: cover;
    padding: 60px 0;
    margin: 0;
  }
  .buy-question .inner{
    padding: 9px 16px;
  }
  .buy-question .inner:nth-child(odd){
    background: #fafafa;
  }
  
  .back-fa{
    background: #fafafa;
  }
  .tab-head{
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 600;
    display: block;
  }
  .tab-head.with-fold:after {
    right: 8px;
  }
  .tab-pane{
    padding-top: 16px;
  }
  .tab-pane .item{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .tab-pane .item h5{
    position: static;
    margin: 8px 0;
  }
  .tab-pane .item h5 small{
    color: #666;
  }
  .tab-pane .table-box{
    overflow-x: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .tab-pane .item table{
    width: 760px;
    margin-right: 15px;
  }

  
  .box-contact{
    background: none;
    padding: 12px 15px 30px;
  }
  .box-contact h4{
    margin: 0 0 30px;
  }

  .buy-item .text,
  .buy-item .nav-tabs,
  .buy-item .head span{
    display: none;
  }

}