@import url('/font/iconfont.css');
@font-face {
    font-family: 'iconfont';  /* Project id 3725671 */
    src: url('/font/iconfont.woff2') format('woff2'),
    url('/font/iconfont.woff') format('woff'),
    url('/font/iconfont.ttf') format('truetype');
}


*{
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
.slider {
    background-image: linear-gradient(45deg, #0f4c95 8%, #1e88e5 64%, #40BAF5 95%);
    background-size: 100%;
    background-repeat: no-repeat;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: relative;
    width: 1170px;
}
.container h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
}
.lead {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 20px !important;
}
.newcloud-plans {
    overflow: hidden;
}
.space {
    padding-top: 160px;
    padding-bottom: 20px;
}
.btlayout {
    width: 1170px;
}
.tab-tit {
    text-align: center;
    padding-bottom: 0;
    display: grid;
    width: 100%;
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto;
}
.tab-tit li{
    list-style:none;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ced9f2;
    width: 289px;
    height: 40px;
    line-height: 37px;
    margin: 0 5px 20px 0;
}
.tab-wrap {
    padding-bottom: 60px;
}
.table01 {
    width: 100%;
    border: 1px solid #ced9f2;
    border-collapse: collapse;
    background-color: #fff;
}
.table-info3 tr:first-child {
    width: 166px;
    font-size: 14px;
    background: #fafafa;
}
.table-info3 tr {
    height: 50px;
}
.table-info3 tr td strong {
    display: inline-block;
    font-style: normal;
    font-size: 20px;
    color: #ff8800;
}
.btn {
    border: 1px solid #c7cdd9;
    color: #32363f;
    border-radius: 40px;
    font-size: 14px;
    padding: 6px 12px;
}
.table01 td .btn {
    line-height: 20px;
    cursor: pointer;
    margin: 5px;
}
.table01 td {
    font-size: 14px;
}
.table01 td .btn:hover {
    color: #FFF;
    background-image: linear-gradient(45deg, #1e88e5 64%, #40BAF5 95%);
}
.newcloud-service {
    background-color: #F4F6F8;
    display: inline-block;
    width: 100%;
}
.head-title h2 {
    color: #666;
    font-size: 28px;
    position: relative;
    overflow: hidden;
}
.head-title h2:after {
    top: 50%;
    content: '';
    height: 2px;
    width: 100%;
    margin-left: 15px;
    position: absolute;
    background-color: #EEE;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-4 {
    width: 360px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.newcloud-service .mains {
    padding: 20px 15px;
    border-radius: 4px;
    border: 1px solid #DDD;
    position: relative;
    min-height: 100%;
    margin-bottom: -20px;
}
.iconxj {
    float: right;
    font-size: 7.5em;
    margin: 15px;
}
.newcloud-service .mains h4 {
    margin-bottom: 10px;
}
.newcloud-service .mains h4, .newcloud-service .mains p {
    padding-right: 80px;
}
h4 {
    font-weight: normal;
    color: #1c2334;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}
.space p {
    margin-bottom: 0;
    font-size: 14px;
    margin: 0 0 10px;
    color: #666666;
}

.table01 th, .table01 td {
    border: 1px solid #ced9f2;
    text-align: center;
}
.table01 th {
    background-color: #f5f7fc;
    white-space: nowrap;
    padding: 20px 5px;
}
.tabCard ul li.active{
    background-image: linear-gradient(to right, #7c7ee5 , #4296fe);
    border: 1px solid #ced9f2;
    color: #fff;
}
.tabCard ol li{
    display:none;
}
.tabCard ol li.active{
    display:flex;
}