* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", 宋体, "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

a:hover {
    background: transparent;
    border: none;
    text-decoration: none;
}

.content-panel {
    margin-top: 30px;
}

tbody p {
    margin-bottom: 0;
    font-weight: 400;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0.5em;
}

.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing__feature-list {
    text-align: left;
}

.pricing__action {
    color: inherit;
    border: none;
    background: none;
}

.pricing__action:focus {
    outline: none;
}

.pricing__action span {
    width: 100%;
    transition: none;
}

a {
    transition: none;
}

.pricing--tenzin .pricing__item {
    margin: 1em;
    padding: 2em 2.5em;
    text-align: left;
    color: #262b38;
    background: #EEF0F3;
    border-top: 3px solid #EEF0F3;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    transition: all 0.5s;
}


/* .pricing__item:hover {     transform: scale(1.1);
 } */

.pricing--tenzin .pricing__item:hover {
    border-color: #3e62e0;
    transform: scale(1.1);
}

.pricing--tenzin .pricing__title {
    font-size: 24px;
    margin: 0 0 1em;
    text-align: center;
    letter-spacing: 3px;
}

.pricing__title span {
    letter-spacing: 0;
    font-size: 20px;
    color: #f94a4a;
}

.pricing--tenzin .pricing__price {
    font-size: 2em;
    font-weight: bold;
    padding: 0.5em 0 0.75em;
    border-top: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--tenzin .pricing__sentence {
    font-weight: bold;
    padding: 0 0 0.5em;
    color: #9CA0A9;
    border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__feature-list {
    font-size: 0.85em;
    font-style: italic;
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: right;
    color: #8b909d;
}

.pricing--tenzin .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 12px 24px;
    color: #fff;
    border-radius: 30px;
    background: #3e62e0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing--tenzin .pricing__action:hover,
.pricing--tenzin .pricing__action:focus {
    background-color: #3b5ac5;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    color: #78809f;
}

.table_sec table {
    background-color: #59607b;
    color: #fff;
}

.oddtr {
    background-color: #f6f6f6;
}

.eventr {
    /* // background-color: #f6f6f6; */
}

tr th {
    width: 90937px;
    font-size: 16px;
    font-weight: lighter;
    border: 1px solid #c7c7c7
}

td {
    height: 45px;
    border: 1px solid #C7C7C7;
    /* // position: relative */
}

.table_sec td {
    border: 1px solid #3d4464;
}

.tableshow {
    display: table-row;
}

.tablehide {
    display: none;
}

.info {
    margin: 0 0 100px;
}

.introduce {
    width: 1182px;
    height: 430px;
    margin: 0 auto;
    text-align: justify;
}

.introduce>ul>li {
    position: relative;
    vertical-align: top;
    width: 220px;
    height: 320px;
    margin-top: 50px;
    background-color: #fff;
    display: inline-block;
}

.introduce>ul>li:hover {
    transition: scale(1.1) 1s;
    -webkit-transition: scale(1.1) 1s;
    -moz-transition: scale(1.1) 1s;
    -ms-transition: scale(1.1) 1s;
    -o-transition: scale(1.1) 1s;
}

.introduce>ul>li:hover .triangle {
    display: block;
}

.introduce>ul>li p {
    text-indent: 2em;
}

.triangle {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 30px solid #fff;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
}

.line-div {
    display: none;
    width: 220px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    overflow: hidden;
}

.line-div span {
    display: block;
    height: 2px;
    background-color: #f00;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.free-version .line-div span {
    background-color: #3091f2;
}

.person-version .line-div span {
    background-color: #15dcb6;
}

.quarter-version .line-div span {
    background-color: #ff9023;
}

.half-version .line-div span {
    background-color: #f94a4a;
}

.year-version .line-div span {
    background-color: #4e55ff;
}

.line-div span:nth-child(1) {
    transform: rotate(15.2deg);
    transform-origin: top left;
    -webkit-transform: rotate(15.2deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(15.2deg);
    -moz-transform-origin: top left;
    -o-transform: rotate(15.2deg);
    -o-transform-origin: top left;
}

.line-div span:nth-child(2) {
    transform: rotate(-15.2deg);
    transform-origin: top right;
    -webkit-transform: rotate(-15.2deg);
    -webkit-transform-origin: top right;
    -moz-transform: rotate(-15.2deg);
    -moz-transform-origin: top right;
    -o-transform: rotate(-15.2deg);
    -o-transform-origin: top right;
}

.introduce li:not(:last-child) {
    margin-right: 20px;
}

.introduce>ul>li .header {
    height: 140px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.free-version .header {
    background: url(http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/vippacket/images/1.jpg) no-repeat;
    background-size: 100% auto;
}

.person-version .header,
#app .person-free-version .header {
    background: url(http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/vippacket/images/2.jpg) no-repeat;
    background-size: 100% auto;
}

.quarter-version .header,
#app .person-version .header {
    background: url(http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/vippacket/images/3.jpg) no-repeat;
    background-size: 100% auto;
}

.half-version .header,
#app .free-version .header {
    background: url(http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/vippacket/images/4.jpg) no-repeat;
    background-size: 100% auto;
}

.year-version .header {
    background: url(http://cdn.jisuapp.cn/zhichi_frontend/static/pc2/vippacket/images/5.jpg) no-repeat;
    background-size: 100% auto;
}

.header h3 {
    margin-top: 30px;
    font-size: 24px;
}

.header h4 {
    font-size: 36px;
    margin-top: 16px;
}

.header h4 span {
    font-size: 12px;
}

.header .this-version {
    position: absolute;
    top: 16px;
    left: -40px;
    transform: rotate(-45deg);
    background-color: #fff;
    width: 139px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
}

.free-version .header .this-version {
    color: #1c70ea;
    box-shadow: 0 0 30px #1c70ea;
}

.person-version .header .this-version {
    color: #15dcb5;
    box-shadow: 0 0 30px #15dcb5;
}

.quarter-version .header .this-version {
    color: #ff9023;
    box-shadow: 0 0 30px #ff9023;
}

.half-version .header .this-version {
    color: #f94a4a;
    box-shadow: 0 0 30px #f94a4a;
}

.year-version .header .this-version {
    color: #4e55ff;
    box-shadow: 0 0 30px #4e55ff;
}

.introduce li p {
    height: 60px;
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #76838f;
}

.update-btn,
.updateToCan {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 20px auto 0;
    color: #fff;
    cursor: pointer;
}

.updateToCan {
    background-color: #1c70ea;
    box-shadow: 0 0 8px #1c70ea;
}

.person-version .update-btn {
    background-color: #15dcb6;
    box-shadow: 0 0 8px #15dcb5;
}

.quarter-version .update-btn {
    background-color: #ff9023;
    box-shadow: 0 0 8px #ff9023;
}

.half-version .update-btn {
    background-color: #f94a4a;
    box-shadow: 0 0 8px #f94a4a;
}

.year-version .update-btn {
    background-color: #4e55ff;
    box-shadow: 0 0 8px #4e55ff;
}

.frozenWin {
    display: none;
    top: 0;
    z-index: 9;
    width: 1180px;
}

.frozenWin tr:nth-child(1) {
    height: 60px;
    background-color: #f6f6f6;
}

.activeTable tr:nth-child(2) th {
    border-top: none;
}

.activeTable tr:nth-child(2) th p {
    font-size: 30px;
}

.activeTable tr:nth-child(2) th:nth-child(4) p {
    color: #15dcb6;
}

.activeTable tr:nth-child(2) th:nth-child(5) p {
    color: #1577dc;
}

.activeTable tr:nth-child(2) th:nth-child(6) p {
    color: #ff9023;
}

.activeTable tr:nth-child(2) th:nth-child(7) p {
    color: #244d77;
}

.activeTable tr:nth-child(2) th:nth-child(8) p {
    color: #4e55ff;
}

.activeTable tr:nth-child(2) th span {
    font-size: 12px;
}

.activeTable tr:nth-child(2) th span {
    font-size: 12px;
}

.activeTable tr:nth-child(1) th {
    border-bottom: none;
}

.activeTable>tbody>tr:nth-child(1) {
    height: 64px;
    /* // background-color: #f6f6f6; */
}

.activeTable>tbody>tr:nth-child(2) {
    height: 56px;
}

.c1 {
    border-top: 5px solid #a6b9d3;
}

.cb {
    border-top: 5px solid #214c9b;
}

.c2 {
    border-top: 5px solid #15dcb6;
}

.c3 {
    border-top: 5px solid #1c70ea;
}

.c4 {
    border-top: 5px solid #ff9023;
}

.c5 {
    border-top: 5px solid #f94a4a;
}

.c6 {
    border-top: 5px solid #4e55ff;
}

.right:before {
    content: url('../img/gou.png');
}

.mis:before {
    /* content: url('../img/cha.png'); */
}

.table_sec tr:first-child td {
    border-top: none;
}

.table_sec tr td:first-child {
    border-left: none;
}

.table_sec tr:last-child td {
    border-bottom: none;
}

.table_sec tr td:last-child {
    border-right: none;
}

@media screen and (max-width:900px) {
    tbody {
        /* width: 100%; */
    }
    tr th {
        width: auto;
    }
}