@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.items {
    padding: 60px 0;
    background: #fff;
}

.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}

.protal-btn-green:hover {
    background-color: #1aa090;
    border-color: #1aa090;
    color: #fff;
}

.flex-row-justify {
    justify-content: space-between;
    align-items: normal;
}

.main-banner {
    height: 314px;
    position: relative;
    background: url(../../images/seo/zyunyou-banner.png) top center no-repeat #050f2e;
}

.main-banner-cont {
    padding: 30px 0 0;
    color: #fff;
}

.main-banner-title {
    height: 70px;
    line-height: 70px;
    font-size: 44px;
}

.main-banner-title-txt {
    font-size: 14px;
    color: #050f2e;
    background-color: #20B09F;
    border-radius: 20px;
    padding: 0 8px;
    margin-left: 10px;
    line-height: normal;
    display: inline-block;
}

.main-banner-title-txt .num-l {
    font-size: 22px;
}

.main-banner-descrip {
    font-size: 14px;
}

.main-banner-btns {
    padding: 40px 0 0;
}

.dn {
    display: none;
}

.tc {
    text-align: center;
}

.w150 {
    width: 150px;
}

.w230 {
    width: 205px;
}

.auto {
    margin: auto;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt35 {
    margin-top: 35px;
}

.pt30 {
    padding-top: 30px;
}

.mt70 {
    margin-top: 70px;
}

.lh28 {
    line-height: 28px;
}

.color6 {
    color: #666;
}

.color3 {
    color: #333;
}

.message-package {
    margin-top: 44px;
}

.package-item {
    width: 238px;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.package-item:first-child {
    border-left: 1px solid #e5e5e5;
}

.package-item:hover {
    box-shadow: 3px 3px 10px #cdcdcd;
}

.package-item:hover .package-item-header {
    background: #404040;
}

.package-price {
    color: #ff7200;
}

.package-item-footer .unit-price {
    padding-top: 5px;
}

.package-item-header {
    padding-top: 32px;
    height: 70px;
    color: #fff;
    background: #20b09f;
}

.package-item-body {
    height: 60px;
    padding-top: 70px;
    background: #fff;
}

.package-item-footer {
    padding-top: 70px;
    background: #fff;
    padding-bottom: 70px;
}

.buy-panel {
    height: 115px;
    background: #fff;
}

.buy-panel .buy-btn {
    width: 150px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #20b09f;
}

.message-scene {
    background: #f5f5f5;
    padding-top: 70px;
}

.message-scene-panel {
    position: relative;
    margin-top: 88px;
}

.message-scene-panel .message_iphone {
    margin-left: 110px;
}

.scene-wrap-item {
    padding-top: 70px;
}


.message-scene .scene-tab {
    width: 180px;
    height: 46px;
    line-height: 46px;
    color: #666;
    background: #fff;
    display: block;
    cursor: pointer;
}

.message-scene [name='scene-tab-inp'] {
    visibility: hidden;
}

.message-scene [name='scene-tab-inp']:checked+label {
    color: #fff;
    background: #20b09f;
}

.message-scene [name='scene-tab-inp']:checked+label::after {
    position: relative;
    left: 82px;
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    background: url("../../images/seo/message_down.png") no-repeat;
    /* background-position: 90px 0; */
}

.block-right {
    width: 252px;
    margin-left: 84px;
}

.message-advantage {
    padding-bottom: 100px;
}

.message-advantage li {
    padding-right: 60px;
    padding-bottom: 50px;
}