.bg {
    height: 480px;
    width: 100%;
    background: #20A5F9;
    background-image: url("images/dingjia.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.company_name {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    padding-top: 120px;
    box-sizing: border-box;
}

.main-box {
    height: 383px;
    width: 1280px;
    margin: auto;
    margin-top: -204px;
}

.mar-r-0{
    margin-right: 0!important;
}

.main-box div {
    position: relative;
    width: calc((100% - 60px) / 4);
    height: 100%;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    margin-right: 60px;
    /*overflow: hidden;*/
    transition: transform 0.4s;
    border: 2px solid transparent;
}

.main-box div:hover {
    cursor: pointer;
    transform: translate(0, -4px);
    border:2px solid rgba(1,127,255,1);
    /*width: calc((100% - 76px) / 4);*/
    box-shadow:0 8px 32px rgba(1,127,255,0.16);
}

.main-box div:last-child {
    margin-right: 0;
}

.version {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.cost {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin: 12px 0 44px 0;
    min-height: 60px;
}

.queBtn {
    width: 80px;
    height: 30px;
    background: rgba(1, 127, 255, 1);
    box-shadow: 0 4px 8px rgba(13, 111, 255, 0.24);
    border-radius: 4px;
    border: none;
    color: #fff;
    line-height: 31px;
    margin-bottom: 36px;
}

.queBtn:hover {
    cursor: pointer;
    background: #20A5F9;
}

.icon_container {
    width: 144px;
    margin: auto;
}

.icon-box {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    margin: 0 24px 13px 0;
}

.icon-box:nth-child(3n+3) {
    margin-right: 0 !important;
}

.discount {
    display: block;
    line-height: 12px;
    font-weight: 400;
}

.prv-price {
    text-decoration: line-through;
    margin-right: 12px;
}

.marb_32 {
    margin-bottom: 32px !important;
}

.bg-shadow {
    background: linear-gradient(130deg, rgba(238, 49, 241, 1) 0%, rgba(105, 13, 213, 1) 100%);
    color: #fff !important;
}

.plan {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    margin-top: 13px;
}

.marl-22 {
    margin-left: 22px;
}

.table {
    width: 1280px;
    padding-bottom: 33px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(246, 246, 250, 1);
    margin: auto;
    border-radius: 16px;
    margin-top: 90px;
    overflow: hidden;
}

.thead {
    height: 72px;
    width: 100%;
    border-bottom: 2px solid rgba(246, 246, 250, 1);
}

/*.thead span {
    display: inline-block;
    width: calc(100% / 6);
    text-align: center;
    padding-top: 32px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}*/
.thead span {
    display: inline-block;
    width: calc(100% / 5);
    text-align: center;
    padding-top: 32px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}

.tablist {
    margin-top: 18px;
}

.mar-25{
    margin-top: 25px;
}

/*.tablist li {
    font-size: 14px;
    line-height: 14px;
    width: calc(100% / 6);
    text-align: center;
}*/

.tablist li {
    font-size: 14px;
    line-height: 14px;
    width: calc(100% / 5);
    text-align: center;
}

/*.tablist li:first-child{
    text-align: left!important;
    padding-left: 48px;
    box-sizing: border-box;
}*/
.tablist li:first-child{
    text-align: left!important;
    padding-left: 80px;
    box-sizing: border-box;
}

/*.tablist li:nth-child(2){
    text-align: left!important;
    padding-left: 48px;
    box-sizing: border-box;
}*/

.tablist li:nth-child(2){
    text-align: left!important;
    padding-left: 80px;
    box-sizing: border-box;
}

.icon-cha{
    font-size: 15px!important;
}

.fontWeight{
    font-weight: bold;
    color:red!important;;
}

.mat-10{
    margin-top: -12px!important;
}

.bg-img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.specialSty{
    height: 66px;
    line-height: 64px;
    position: relative;
    top: -2px;
    width: 101.5%;
    left: -2px;
    border-radius: 15px 15px 0 0;

}

.main-box div:hover .specialSty{
    width: 100%;
    left: 0;
    top:-1px;
}

/*修改后样式*/
.mainBox{
    height: 430px;
    width: 1280px;
    margin: auto;
    margin-top: -204px;
}

.boxItem{
    position: relative;
    width: calc((100% - 68px) / 3);
    height: 100%;
    background: #fff;
    margin-right: 68px;
    transition: transform 0.4s;
    border: 2px solid transparent;
    box-shadow:0px 8px 32px rgba(0,0,0,0.06);
    border-radius:16px;
}

.boxItem:hover {
    cursor: pointer;
    transform: translate(0, -4px);
    border:2px solid rgba(1,127,255,1);
    box-shadow:0 8px 32px rgba(1,127,255,0.16);
}

.itemHead{
    position: relative;
    height: 71px;
    line-height: 71px;
    text-align: center;
    color:#fff;
    border-bottom: 1px solid #E6E6EA;
    font-weight: bold;
}

.itemCon{
    text-align: center;
    padding: 0 30px;
    margin-top: 32px;
    font-family:Noto Sans S Chinese;
}

.itemCon span{
    display: block;
}

.itemSlot{
    font-size: 12px;
    display: inline-block;
    margin-bottom: 11px;
}

.itemPrice{
    font-size: 36px;
    display: inline-block;
    margin-top: 24px;
}

.itemDate{
    font-size: 12px;
}

.txtCenter{
    text-align: center;
}

.itemBtn{
    text-align: center;
    margin: auto;
    color: #fff;
    width:120px;
    height:48px;
    line-height: 48px;
    background:linear-gradient(90deg,rgba(32,165,249,1) 0%,rgba(1,127,255,1) 100%);
    box-shadow:0px 4px 8px rgba(13,111,255,0.24);
    border-radius:24px;
}

.marb-12{
    margin-bottom: 7px;
}

.marb-32{
    margin-bottom: 32px;
}

.marb-36{
    margin-bottom: 36px;
}

.fs-13{
    font-size: 13px;
}

.fs-14{
    font-size: 14px;
}

.line-17{
    line-height: 17px;
}

.pinpai{
    position: relative;
}

.posBtn{
    position: relative;
    top:7px;
}

.special{
    height: 73px!important;
    line-height: 71px!important;
    position: relative;
    top: -2px;
    width: 101.5%;
    left: -2px;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.boxItem:hover .special {
    width: 100%;
    left: 0;
    top: -1px;
}

.boxItem:last-child{
    margin-right: 0;
}

.freeDis{
    margin-top: 43px;
}