﻿ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab_width{
    width: 1024px;
}
.tab_title {
    background: #f5f5f5;
    border-left: 1px solid #e5e5e5;
    font-size: 0;
    margin: 0 auto;
}

.tab_title >li {
    display: inline-block;
    text-align: center;
    width: 33.33%;
    color: #666;
    cursor: pointer;
    padding: 12px 0;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.tab_title >li h3 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    font-weight: normal;
}

.tab_title >li h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-top: 8px;
    font-weight: normal;
}

.tab_title >li.active {
    background: #20b09f;
    color: #ffffff;
    position: relative;
    border-top: 1px solid #20b09f;
    border-bottom: 1px solid #20b09f;
}

.tab_title >li.active::after {
    content: "";
    width: 24px;
    height: 24px;
    background: #20b09f;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -12px;
    display: block;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    z-index: -1;
}

.tab_con {
    margin: 8px auto 0;
    overflow: hidden;
    padding: 20px 8px;
}

.tab_con > li {
    display: none;
    width: 100%;
}
.tab_con > li.thisclass {
    display: block;
}
/* 套餐 版本 */
.taocan .pt24{
    padding-top: 24px;
}
.taocan{
    width:calc(33.33% - 12px);
    float: left;
    margin-right: 18px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    transition: all 0.4s;
}
.taocan:last-child{
    margin-right: 0;
}
.taocan:hover{
    border-color: #c89e59;
    box-shadow: 0px 4px 16px 2px #c89e5944;
    transform: scale(1.03);
}
/* 版本 价格 */
.taocan_title{
    height: 120px;
    padding:20px 12px;
    text-align: center;
    box-sizing: content-box;
}
.taocan_title_dark{
    background: url(../images/taocan1.png) no-repeat bottom center;
    background-size: cover;
}
.taocan_title_light{
    background: url(../images/taocan2.png) no-repeat bottom center;
    background-size: cover;
}
.taocan_title_light1{
    background: url(../images/taocan3.png) no-repeat bottom center;
    background-size: cover;
}.taocan_title .banben{
    font-size: 30px;
    color: #644529;
}
.taocan_title .jiage{
    font-size: 48px;
    color: #934827;
    font-weight: 500;
}
.taocan_title .jiage span{
    font-size: 30%;
    color: #644529;
    font-weight: normal;
}
.taocan_title .youhui{
    font-size: 20px;
    color: #fc0500;
    margin-top: -8px;
}
/* 简介 */
.taocan_jianjie{
    padding: 12px 16px;
    height: 96px;
    box-sizing: border-box;
    color: #61370a;
}
/* 咨询 购买 按钮 */
.taocan_btn{
    width: 200px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border-radius: 22px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.btn_dark{
    background: linear-gradient(180deg, #d99a60 0%, #cb6a2f 100%);
    color: #ffffff;
}
.btn_light{
    background: linear-gradient(180deg, #f7e7c3 0%, #d1a967 100%);
    color: #65430b;
}
.btn_light1{
    background: linear-gradient(180deg, #fcc350 0%, #ffab00 100%);
    color: #65430b;
}.btn_dark:hover,
.btn_light:hover{
    opacity: 0.8;
    filter:Alpha(opacity=80);
}
/* 套餐包含功能 */
.taocan_list{
    width: calc(100% - 36px);
    padding: 20px 4px;
    margin: 20px auto;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    min-height: 360px;
}
.taocan_list li{
    font-size: 16px;
    color: #644529;
    
    background-size: 20px 20px;
    padding-left: 24px;
    margin-top: 12px;
}
.on{
	background: url(../images/icon-duigou.svg) left top no-repeat;
}
.off{
	background: url(../images/icon-duigou2.svg) left top no-repeat;
}
/* 小程序 */
.small_code_title{
    font-size: 24px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #bddcef;
    background: #ebf4fa;
    color: #0076c0;
}
.small_code_txt_box{
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.small_code_ewm{
    float: right;
    text-align: center;
    width: 22%;
}
.small_code_ewm img{
    display: inline-block;
    width: 160px;
    height: 160px;
}
.small_code_ewm span{
    display: inline-block;
    width: 100%;
}
.small_code_txt{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.small_code_txt span{
    width: 44px;
    height: 35px;
    display: block;
    position: absolute;
}
.small_code_txt span.onl{
    background: url(http://www.1039soft.com/images/on13.jpg) no-repeat;
    left: 0;
    top: 0;
}
.small_code_txt span.onr{
    background: url(http://www.1039soft.com/images/on14.jpg) no-repeat;
    right: 0;
    bottom: 0;
}
.small_code_txt p{
    font-size: 24px;
    color: #444;
    line-height: 1.8;
    padding: 20px 60px;
}
.small_code_list{
    width: 100%;
    text-align: center;
    margin-top: 24px;
    font-size: 0;
}
.small_code_list li{
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 160px;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 30px;
}
.small_code_list li:first-child{
    margin-left: 0;
}
.small_code_list li img{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: 24px;
}
.small_code_list li span{
    width: 100%;
    display: inline-block;
    font-size: 24px;
}
.small_code_list li.bg_red{
    background: #e87497;
}
.small_code_list li.bg_orange{
    background: #f67b5a;
}
.small_code_list li.bg_blue{
    background: #358ee7;
}
.small_code_list li.bg_green{
    background: #80d442;
}
.small_code_list li.bg_more{
    background: #aac6d8;
}
.small_code_btn{
    width: 80%;
    overflow: hidden;
    margin: 24px auto;
}
.small_code_btn .btn_buy,
.small_code_btn .btn_ask{
    display: block;
    float: left;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 50px;
    margin-left: 36px;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}
.btn_buy{
    background: #2cb0e9;
    border-bottom: 6px solid #009de1;
}
.btn_ask{
    background: #78c27a;
    border-bottom: 6px solid #58af5a;
}
.small_code_btn .btn_buy:hover,
.small_code_btn .btn_ask:hover{
    opacity: 0.8;
    filter:Alpha(opacity=80);
}