.upgradePageMobile {
    margin: 0 auto;
    padding-top: 0;
    color: #333;
    box-sizing: border-box
}

.upgradePageMobile .main h3 {
    font-size: 2.5em;
    text-align: center;
    margin: 20% 0 5%;
    color: #1d1d1d
}

.upgradePageMobile .main>h4 {
    padding: 0 8%;
    margin-bottom: 20px;
    color: #1d1d1d;
    font-size: 16px;
    text-align: center
}

.upgradePageMobile .content {
    text-align: center;
    background: #f5f5f5;
    padding-top: 56px
}

.upgradePageMobile .size1point4em {
    font-size: 20px;
    text-align: center
}

.upgradePageMobile #txtUserCount {
    margin-top: 1em;
    margin-bottom: 1.5em;
    width: 8em;
    height: 2em;
    border: 1px solid gray;
    border-radius: .2em;
    padding: 10px;
    font-size: 1.5em;
    text-align: right;
    box-sizing: border-box
}

.upgradePageMobile #selectTypes,.upgradePageMobile #selectYears {
    margin-top: 1.3em;
    margin-bottom: 1em;
    width: 8em;
    height: 2em;
    font-size: 1.5em;
    background: #fff;
    text-align: center;
    padding-left: 3.2em
}

.upgradePageMobile #selectTypes {
    padding-left: 1.1em
}

.upgradePageMobile .size2em {
    font-size: 2em;
    color: #2196f3;
    margin-bottom: .5em
}

.upgradePageMobile .size1point2 {
    font-size: 1.2em
}

.upgradePageMobile .content .conP {
    font-size: 1.2em;
    line-height: 1.8em;
    margin-top: .5em
}

.upgradePageMobile .content .conP span {
    color: #2196f3
}

.upgradePageMobile .conTextBox {
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #f5f5f5
}

.upgradePageMobile .conTextBox .conTextMain {
    width: 100%;
    font-size: 14px;
    padding: 15% 10%;
    box-sizing: border-box;
    border-radius: 5px
}

.upgradePageMobile .conTextBox .conTextMain img {
    width: 20%
}

.upgradePageMobile .conTextTitle {
    font-size: 20px;
    line-height: 1.6em;
    margin: 20px 0;
    color: #333
}

.upgradePageMobile .conTextCon {
    font-size: 14px;
    line-height: 1.3em
}

.upgradePageMobile .greaterThousand {
    display: none;
    padding: 10px 0
}

.upgradePageMobile .mainBox .forBottom {
    position: relative
}

.upgradePageMobile .mainBox .forBottom .one {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-right: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right bottom;
    position: absolute;
    left: 40%;
    top: 42%;
    transition: all .5s
}

.upgradePageMobile .mainBox .forBottom .more {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #9e9e9e;
    font-size: 16px;
    padding-left: 24px
}

.upgradePageMobile .mainBox .forBottom.open .one {
    top: 56%;
    border: 2px solid #9e9e9e;
    border-right: none;
    border-bottom: none
}

.upgradePageMobile .mainBox ul {
    padding: 0 20px
}

.upgradePageMobile .mainBox li {
    display: inline-block;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    vertical-align: top;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.upgradePageMobile .mainBox li p {
    width: 70%;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    line-height: 24px;
    padding: 5px 0 5px 30px;
    position: relative;
    box-sizing: border-box;
    color: #333
}

.upgradePageMobile .mainBox li.picon p:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/checked.86c88413.png) no-repeat 50%;
    background-size: 100%;
    position: absolute;
    left: 4px;
    top: 8px
}

.upgradePageMobile .mainBox li:hover {
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.2)
}

.upgradePageMobile .mainBox li.company {
    padding-top: 98px
}

.upgradePageMobile .mainBox li.company .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f5f5f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #666;
    text-align: center;
    font-size: 16px
}

.upgradePageMobile .mainBox li.company.current .title {
    border-bottom: 1px solid #1976d2;
    color: #1976d2
}

.upgradePageMobile .mainBox li .apk {
    margin-top: 30px
}

.upgradePageMobile .mainBox li.current {
    border-color: #2196f3;
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.2)
}

.upgradePageMobile .mainBox li.current .liBtn a {
    background: #2196f3;
    color: #fff
}

.upgradePageMobile .mainBox li img {
    height: 18px;
    line-height: 18px;
    vertical-align: middle
}

.upgradePageMobile .mainBox li h4 {
    font-size: 22px;
    margin-top: 8px;
    text-align: center;
    color: #333
}

.upgradePageMobile .mainBox li h5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px
}

.upgradePageMobile .mainBox li .versionPrice {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%
}

.upgradePageMobile .mainBox li .versionPrice span {
    color: #2196f3
}

.upgradePageMobile .mainBox li .versionPrice .selectIcon {
    margin-top: 10px
}

.upgradePageMobile .mainBox li .liBtn {
    width: 198px;
    height: 40px;
    border: 1px solid #2196f3;
    border-radius: 4px;
    display: block;
    margin: 36px auto 32px;
    overflow: hidden
}

.upgradePageMobile .mainBox li .line {
    display: block;
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 auto
}

.upgradePageMobile .mainBox li .liBtn a {
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #2196f3;
    background: #fff
}

.upgradePageMobile .mainBox li .liBtn a:hover {
    background: #2196f3;
    color: #fff
}

.upgradePageMobile .mainBox li .txtCon {
    margin-bottom: 10px;
    margin-top: 14px;
    height: 102px;
    overflow: hidden;
    transition: height 1s ease-in-out
}

.upgradePageMobile .mainBox li .unitPrice {
    font-size: 14px;
    color: #757575;
    vertical-align: bottom;
    text-align: center
}

.upgradePageMobile .mainBox li .unitPrice b,.upgradePageMobile .mainBox li .unitPrice i {
    font-style: normal;
    font-size: 34px;
    color: #2196f3
}

.upgradePageMobile .mainBox li .unitPrice b {
    font-size: 18px
}

.upgradePageMobile .pTop15 {
    padding-top: 15px
}

.upgradePageMobile .hoverLinkUnderLine:hover {
    text-decoration: underline
}

.upgradePageMobile .selectNumberMobile {
    justify-content: space-between
}

.upgradePageMobile .selectNumberMobile input:focus {
    outline: none
}

.upgradePageMobile .barContainer p {
    color: #757575;
    margin-top: 8px;
    padding: 0;
    line-height: 1;
    font-size: 14px
}

.upgradePageMobile .versionWrap {
    padding: 0 20px
}

.upgradePageMobile .version {
    border-radius: 8px;
    border: 2px solid #ededed;
    padding: 32px 20px;
    margin-top: 30px
}

.upgradePageMobile .versionName {
    font-size: 20px;
    color: #333
}

.upgradePageMobile .price {
    color: #2196f3;
    font-size: 14px;
    margin-top: 8px
}

.upgradePageMobile .price b {
    font-size: 44px;
    color: #2196f3;
    margin-right: 10px
}

.upgradePageMobile .price span {
    color: #757575
}

.upgradePageMobile .version .gift {
    color: #757575;
    font-size: 14px;
    height: 20px;
    line-height: 17px;
    vertical-align: top;
    margin-top: 32px
}

.upgradePageMobile .version .gift img {
    display: inline-block;
    margin-right: 8px
}

.upgradePageMobile .versionFeature {
    margin: 12px 0
}

.upgradePageMobile .versionFeature li {
    font-size: 14px;
    line-height: 32px;
    color: #333
}

.upgradePageMobile .versionMore {
    color: #bdbdbd;
    font-size: 14px;
    text-align: center
}

.upgradePageMobile .contactToPurchase,.upgradePageMobile .tryExperience {
    display: inline-block;
    width: 100%;
    line-height: 44px;
    text-align: center;
    color: #2196f3;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer
}

.upgradePageMobile .companyVersion .tryExperience {
    color: #fff;
    background-color: #2196fe
}

.upgradePageMobile .askQuestion,.upgradePageMobile .supportCharity {
    text-align: center;
    padding-bottom: 60px;
    font-size: 16px;
    color: #333
}

.upgradePageMobile .askQuestion {
    padding-top: 60px
}

.upgradePageMobile .askQuestion a,.upgradePageMobile .supportCharity a {
    color: #2196f3;
    cursor: pointer
}

.upgradePageMobile .askQuestion a:hover,.upgradePageMobile .supportCharity a:hover {
    color: #1565c0
}

.upgradePageMobile .telNum {
    color: #9e9e9e;
    font-size: 24px;
    line-height: 50px;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/phone.28596961.png) 18% no-repeat;
    background-size: 20px
}

.upgradePageMobile .canExpand {
    color: #fff;
    background-color: #ffc400;
    border-radius: 10px;
    padding: 0 6px;
    margin-left: 6px
}

.upgradePageMobile span.number {
    font-weight: 700
}

.upgradePageMobile .mixNum {
    text-align: center;
    color: #757575;
    font-size: 14px;
    margin: 20px 0 0
}

.upgradePageMobile .whyBtn {
    color: #757575;
    font-size: 14px;
    border-bottom: 1px solid #757575
}

.upgradePageMobile .totalPriceContainer {
    padding: 40px 36px 0
}

.upgradePageMobile .barContainer .mobileBarTitle,.upgradePageMobile .priceContainer .mobileBarTitle,.upgradePageMobile .totalPriceMobile .mobileBarTitle {
    color: #333;
    font-size: 18px;
    display: block;
    margin-top: 32px;
    margin-bottom: 20px
}

.upgradePageMobile .groupCheckBox {
    display: flex;
    border-radius: 4px
}

.upgradePageMobile .groupCheckBox span {
    flex: 1 1;
    height: 44px;
    color: #333;
    font-size: 16px;
    background: #fff;
    line-height: 44px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    text-align: center
}

.upgradePageMobile .groupCheckBox span.selected {
    background: #fff;
    border: 2px solid #4994ec;
    background-color: #4994ec;
    color: #fff
}

.upgradePageMobile .selectNumberMobile {
    position: relative;
    height: 78px
}

.upgradePageMobile .selectNumberMobile input {
    width: calc(100% - 72px);
    height: 46px;
    color: #333;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 40px
}

.upgradePageMobile .selectNumberMobile span {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #ddd;
    font-size: 16px
}

.upgradePageMobile .groupRadio {
    display: flex;
    height: 54px;
    border-radius: 4px
}

.upgradePageMobile .groupRadio span {
    color: #333;
    flex: 1 1;
    height: 44px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    z-index: 0;
    font-size: 16px
}

.upgradePageMobile .groupRadio span b {
    font-weight: 100
}

.upgradePageMobile .groupRadio span:last-child {
    border-radius: 0 4px 4px 0
}

.upgradePageMobile .groupRadio span:first-child {
    border-radius: 4px 0 0 4px
}

.upgradePageMobile .groupRadio .selected {
    background: #2196f3;
    color: #fff;
    border-color: #2196f3;
    z-index: 1
}

.upgradePageMobile .chooseYearMobile i {
    font-style: normal
}

.upgradePageMobile .totalPriceMobile {
    clear: both;
    background-color: #4994ec;
    padding: 43px 0 49px 24px;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px
}

.upgradePageMobile .bgWrap {
    position: absolute;
    width: 100px;
    height: 100%;
    right: 20px;
    top: 0
}

.upgradePageMobile .bgWrap .bg1 {
    height: 50%;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/priceTotalBg1.6af96eb9.png) 50% no-repeat;
    background-size: contain
}

.upgradePageMobile .bgWrap .bg2 {
    height: 50%;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/priceTotalBg2.c1dd080c.png) 50% no-repeat;
    background-size: contain
}

.upgradePageMobile .totalPriceMobile .mobileBarTitle {
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px
}

.upgradePageMobile .hidePrice {
    width: 188px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    background-color: #2196f3;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: none;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 3px
}

.upgradePageMobile .totalPriceN {
    font-size: 44px;
    font-weight: 600;
    color: #fff
}

.upgradePageMobile .lblOnePersonOneMonothNowContainer {
    font-size: 12px;
    color: #fff
}

.upgradePageMobile .privateTxt {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 32px auto 14px
}

.upgradePageMobile .upgradePage .forUl li {
    opacity: 1!important
}

.upgradePageMobile .otherInfoWRap {
    width: 100%;
    height: 100%
}

.upgradePageMobile .infoItem {
    width: 272px;
    background-color: #fff;
    box-shadow: 0 0 24px 1px hsla(0,0%,75%,.16);
    border-radius: 8px 8px 8px 8px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 38px 32px 24px;
    box-sizing: border-box
}

.upgradePageMobile .infoItem:nth-child(2) {
    padding: 38px 0 24px
}

.upgradePageMobile .infoItem:last-child {
    margin-bottom: 60px
}

.upgradePageMobile .infoTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 32px
}

.upgradePageMobile .tellNumber img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 16px
}

.upgradePageMobile .welfare {
    font-size: 16px
}

.upgradePageMobile .connectNumber {
    font-size: 24px
}

.upgradePageMobile .priceTop {
    padding: 76px 0 32px;
    margin-top: 77px;
    box-sizing: border-box;
    background-color: #f0f7fd;
    height: 390px
}

.upgradePageMobile .priceTop .priceTitle {
    font-size: 36px;
    margin: 0;
    text-align: center
}

.upgradePageMobile .priceTop .description {
    font-size: 14px;
    font-weight: 400;
    width: 280px;
    margin: 0 auto;
    text-align: center
}

.versionDesContain {
    width: 100%;
    transition: all .8s;
    overflow: hidden;
    position: relative;
    background: #fff
}

.versionDesContain ul {
    height: 100%
}

.versionDesContain ul li {
    width: 100%;
    height: 100%;
    display: none
}

.versionDesContain ul li.show {
    display: block
}

.versionDesContain .item {
    height: 40px;
    line-height: 40px
}

.versionDesContain .item.appBackupRestore,.versionDesContain .item.extermalPortsisExpand {
    height: 60px;
    line-height: unset;
    padding: 6px 0;
    box-sizing: border-box
}

.versionDesContain .item.appBackupRestore .name,.versionDesContain .item.extermalPortsisExpand .name {
    line-height: 48px!important
}

.versionDesContain .item.pay {
    line-height: unset!important
}

.versionDesContain .item.pay .name {
    line-height: 48px!important
}

.versionDesContain .item .name {
    padding-left: 50px;
    font-size: 14px;
    color: #666
}

.versionDesContain .item .basicNo,.versionDesContain .item .basicPng {
    height: 20px;
    width: 24px!important;
    background-position-x: 10px
}

.versionDesContain .item .basicPng {
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/yes.209195ff.png) 50% no-repeat;
    height: 100%;
    background-size: 24px
}

.versionDesContain .item .basicNo {
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/no.be45ef57.png) 50% no-repeat;
    height: 100%;
    background-size: 10px
}

.versionDesContain .titleAfter .name {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.versionDesContain .titleAfter .versionName {
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.versionDesContain .control {
    position: absolute;
    width: 100%;
    top: 360px;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    box-sizing: border-box
}

.versionDesContain .control img {
    width: 40px;
    height: 40px
}

.versionDesContain .control.fixedControl {
    position: fixed;
    top: 360px
}

.versionDesContain .fixedControl {
    position: fixed!important
}

.versionDesContain .tipBase {
    position: relative;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/tip.e1bfc09b.png) 50% no-repeat;
    background-size: 80%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #dbdbdb
}

.versionDesContain .tipBase:after {
    content: attr(data-tip);
    position: absolute;
    top: -50%;
    left: 30px;
    background-color: #000;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 18px;
    min-width: 160px;
    max-width: 400px;
    display: none;
    z-index: 10
}

.versionDesContain .tipBase:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #000;
    display: none;
    z-index: 10
}

.versionDesContain .tipBase:hover:before {
    display: block
}

.versionDesContain .tipBase:hover:after {
    display: block;
    border-radius: 3px
}

.mobileModalWrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.mobileModalWrap .flexColumn {
    display: flex;
    flex-direction: column
}

.mobileModalWrap .flex {
    flex: 1 1;
    min-height: 0
}

.mobileModalWrap .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7)
}

.mobileModalWrap .mobileModalContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    text-align: center
}

.mobileModalWrap .mobileModalContainer .mobileModalContent {
    display: inline-flex;
    width: 100%;
    max-height: auto;
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    flex-direction: column;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.15)
}

.mobileModalWrap .mobileModalContainer .mobileModalContent .mobileModaHeader {
    padding: 17px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobileModalWrap .mobileModalContainer .mobileModalContent .mobileModaHeader .title {
    color: #333;
    font-weight: 600;
    font-size: 24px
}

.mobileModalWrap .mobileModalContainer .mobileModalContent .mobileModaHeader .iconBtn .icon {
    font-size: 20px;
    color: #757575
}

.mobileModalWrap .mobileModalContainer .mobileModalContent .mobileModaBody {
    overflow: auto;
    padding: 0 20px;
    box-sizing: border-box
}

.mobileModalWrap .mobileModalContainer .mobileModalContent .methodWrap {
    margin-bottom: 20px
}

.mobileModalWrap .mobileModalContainer .mobileModalContent .methodWrap .methodItem {
    height: 184px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-top: 32px;
    padding: 24px 35px 0 25px;
    box-sizing: border-box;
    cursor: pointer
}

.mobileModalWrap .mobileModalContainer .mobileModalContent .methodWrap .methodItem .itemTitle {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 10px
}

.versionPriceCon {
    width: 100%;
    position: relative;
    height: 446px;
    overflow: hidden;
    margin-top: -50%
}

.versionPriceCon .versionInfo {
    width: 3000px;
    display: flex;
    height: 316px;
    position: absolute;
    left: -555px;
    transition: left .5s ease
}

.versionPriceCon .versionInfo li {
    width: 202px;
    height: 100%;
    margin-right: 12px
}

.versionPriceCon .versionInfo li.versionInfoItem {
    background: #fff;
    box-shadow: 0 0 4px 1px #d5d5d5;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box
}

.versionPriceCon .versionInfo li .versionName {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px
}

.versionPriceCon .versionInfo li .versionDes {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px
}

.versionPriceCon .versionInfo li .recommend {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: #f44336;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    margin-left: 10px
}

.versionPriceCon .versionInfo li .priceDes {
    font-size: 15px;
    margin-bottom: 5px;
    color: #333
}

.versionPriceCon .versionInfo li .priceNum {
    font-size: 36px
}

.versionPriceCon .versionInfo li .average,.versionPriceCon .versionInfo li .priceDes {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px
}

.versionPriceCon .versionInfo li .average {
    font-size: 14px;
    color: #7e7e7e;
    margin-bottom: 30px
}

.versionPriceCon .versionInfo li .purchase {
    display: inline-block;
    width: 144px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #2196f3;
    color: #2096f3;
    cursor: pointer;
    font-size: 12px
}

.versionPriceCon .versionInfo li .tryExperience {
    background-color: #2196f3;
    color: #fff;
    margin-bottom: 15px
}

.versionPriceCon .versionInfo li .connect {
    font-size: 14px;
    color: #2096f3
}

.versionPriceCon .dots {
    width: 108px;
    margin: 40px auto 80px;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 316px
}

.versionPriceCon .dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
    margin-right: 16px
}

.versionPriceCon .dots li.active {
    background-color: #0e8cf1
}

.purchaseModalWrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.purchaseModalWrap .flex {
    flex: 1 1;
    min-height: 0
}

.purchaseModalWrap .Hand {
    cursor: pointer
}

.purchaseModalWrap .bold {
    font-weight: 700
}

.purchaseModalWrap .Gray_75 {
    color: #757575
}

.purchaseModalWrap .Font16 {
    font-size: 16px
}

.purchaseModalWrap .TxtCenter {
    text-align: center
}

.purchaseModalWrap .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7)
}

.purchaseModalWrap .purchaseModalContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 32px 0;
    text-align: center
}

.purchaseModalWrap .purchaseModalContent {
    display: inline-flex;
    width: 1160px;
    max-height: auto;
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    flex-direction: column;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.15);
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%
}

.purchaseModalWrap .purchaseModalContent .purchaseModaHeader {
    padding: 20px 24px 16px 55px;
    display: flex;
    justify-content: space-between
}

.purchaseModalWrap .purchaseModalContent .purchaseModaHeader .title {
    color: #333;
    font-weight: 600;
    font-size: 24px;
    padding-top: 6px
}

.purchaseModalWrap .purchaseModalContent .purchaseModaHeader .iconBtn .icon {
    font-size: 20px;
    color: #757575;
    cursor: pointer
}

.purchaseModalWrap .purchaseModalContent .body {
    overflow: auto;
    flex: 1 1;
    padding: 0 55px 22px;
    box-sizing: border-box
}

.purchaseModalWrap .purchaseModalContent .body .methodWrap {
    display: flex;
    min-width: 0;
    margin-bottom: 48px
}

.purchaseModalWrap .purchaseModalContent .body .methodWrap .methodItem {
    height: 220px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-right: 25px;
    padding: 42px 30px 0 25px;
    box-sizing: border-box;
    cursor: pointer
}

.purchaseModalWrap .purchaseModalContent .body .methodWrap .methodItem:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,.08)
}

.purchaseModalWrap .purchaseModalContent .body .methodWrap .methodItem .Font40 {
    font-size: 40px
}

.purchaseModalWrap .purchaseModalContent .body .methodWrap .methodItem .itemTitle {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 10px
}

.upgradeHeader .pcHeadAction>ul>li>a:hover {
    background: #fff
}

.staticHeaderScroll.upgradeHeader .pcHeadAction>ul>li>a:hover {
    background: #f6f6f6
}

.upgradePage .versionPrice {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%
}

.upgradePage .versionPrice span {
    color: #2196f3
}

.upgradePage .versionPrice .selectIcon {
    margin-top: 10px
}

.upgradePage .priceTop {
    padding: 76px 0 32px;
    margin-top: 77px;
    box-sizing: border-box;
    background-color: #f0f7fd;
    height: 390px
}

.upgradePage .priceTop .priceTitle {
    font-size: 36px;
    margin: 0;
    text-align: center
}

.upgradePage .priceTop .description {
    font-size: 14px;
    font-weight: 400;
    width: 280px;
    margin: 0 auto;
    text-align: center
}

.upgradePage .fixed {
    position: fixed;
    top: 77px;
    width: 100%;
    opacity: 0;
    left: 0
}

.upgradePage .fixedInfo {
    height: 40px;
    box-sizing: border-box;
    z-index: 10;
    background-color: hsla(0,0%,100%,.95)
}

.upgradePage .fixedInfo>ul {
    font-size: 0;
    padding: 0;
    max-width: 1397px;
    margin: 0 auto;
    display: flex;
    text-align: center
}

.upgradePage .fixedInfo>ul>li {
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    background: transparent;
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex: 1 1
}

.upgradePage .fixedInfo>ul>li>.intruduce {
    padding: 3px 5px;
    background: #f44336;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    margin-left: 4px
}

.upgradePage .fixedInfoFadeIn {
    animation-name: fadeIn;
    animation-duration: .6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0,-40px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.upgradePage .fixedInfoFadeOut {
    animation-name: fadeOut;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction: normal
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.upgradePage .fixedInfo>ul>li:first-child {
    flex: 2 1
}

.upgradePage .fixedTop {
    position: relative;
    background-color: #f0f7fd;
    margin-top: 70px;
    height: 577px;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    z-index: -1
}

.upgradePage .priceTitle {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px
}

.upgradePage .fixedTop .description {
    font-size: 20px
}

.upgradePage .serviceWrap {
    width: 1397px;
    margin: -342px auto 0;
    color: #333
}

.upgradePage .serviceWrap .versionInfo {
    width: 1160px;
    display: flex;
    text-align: center;
    margin: 0 auto 90px
}

.upgradePage .serviceWrap .versionInfo li {
    width: 278px;
    height: 436px;
    border-radius: 8px;
    margin-right: 16px;
    background-color: #fff;
    padding-top: 39px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 #e6e6e6;
    transition: all .2s linear
}

.upgradePage .serviceWrap .versionInfo .versionInfoItem:hover {
    transform: translateY(-10px)
}

.upgradePage .serviceWrap .versionInfo .versionInfoItem:hover .purchase {
    color: #fff;
    background-color: #2096f3
}

.upgradePage .serviceWrap .versionInfo .versionInfoItemActive {
    transform: translateY(-10px)
}

.upgradePage .serviceWrap .versionInfo li:last-child {
    margin-right: 0
}

.upgradePage .serviceWrap .versionInfo li.professionalVersion {
    padding-top: 42px
}

.upgradePage .versionInfoItem .versionName {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px
}

.upgradePage .versionInfoItem .versionName .recommend {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: #f44336;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle
}

.upgradePage .versionInfoItem .versionDes {
    font-size: 16px;
    color: #999;
    margin-bottom: 32px
}

.upgradePage .versionInfoItem .priceDes {
    font-size: 15px;
    margin-bottom: 5px
}

.upgradePage .versionInfoItem .priceDes .priceNum {
    font-size: 36px
}

.upgradePage .versionInfoItem .average {
    font-size: 20px;
    font-weight: 500;
    color: #7e7e7e;
    line-height: 16px;
    margin-bottom: 42px
}

.upgradePage .versionInfoItem .purchase {
    display: inline-block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #2196f3;
    color: #2096f3;
    cursor: pointer;
    font-size: 16px
}

.upgradePage .versionInfoItem .tryExperience {
    background-color: #2196f3;
    color: #fff;
    margin-bottom: 15px
}

.upgradePage .versionInfoItemActive .purchase {
    color: #fff;
    background-color: #2096f3
}

.upgradePage .noHover .purchase {
    color: #2096f3;
    background-color: #fff
}

.upgradePage .versionInfoItem .connect {
    font-size: 14px;
    color: #2096f3
}

.upgradePage .serviceContent {
    display: flex;
    margin-bottom: 135px
}

.upgradePage .serviceContent ul {
    flex: 1 1;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.upgradePage .serviceContent .versionItemWrap.active:after,.upgradePage .serviceContent .versionItemWrap:hover:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 1px;
    display: inline-block;
    border: 1px solid #2096f3;
    background-color: transparent;
    z-index: -1;
    border-radius: 8px
}

.upgradePage .serviceContent ul:first-child {
    text-align: left
}

.upgradePage .serviceContent ul li {
    margin-top: 36px;
    padding-bottom: 12px
}

.upgradePage .serviceContent ul .versionName {
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    padding: 0
}

.upgradePage .serviceContent .versionItemWrap.active .versionName,.upgradePage .serviceContent .versionItemWrap:hover .versionName {
    background-color: #2196f3;
    color: #fff
}

.upgradePage .serviceContent ul:first-child .versionName:hover {
    background-color: #fff
}

.upgradePage .addedTitle,.upgradePage .advancedTitle,.upgradePage .appCountTitle,.upgradePage .basicTitle,.upgradePage .dataSyncTitle,.upgradePage .othersTitle {
    position: relative
}

.upgradePage .addedTitle .titleAfter,.upgradePage .advancedTitle .titleAfter,.upgradePage .appCountTitle .titleAfter,.upgradePage .basicTitle .titleAfter,.upgradePage .dataSyncTitle .titleAfter,.upgradePage .othersTitle .titleAfter {
    position: absolute;
    top: -25px;
    left: 12%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 28px
}

.upgradePage .serviceContent ul li .item {
    height: 48px;
    font-size: 14px;
    display: flex;
    align-items: center
}

.upgradePage .serviceContent ul.versionItemWrap li .item {
    justify-content: center
}

.upgradePage .serviceContent ul li .item.appBackupRestore,.upgradePage .serviceContent ul li .item.extermalPortsisExpand {
    height: 76px;
    line-height: unset!important;
    padding: 6px 0
}

.upgradePage .serviceContent ul:first-child {
    flex: 1.2 1;
    overflow: visible
}

.upgradePage .serviceContent ul:first-child li .item {
    font-weight: 500;
    color: #666;
    padding-left: 12%
}

.upgradePage .serviceContent ul:first-child li .item.appBackupRestore,.upgradePage .serviceContent ul:first-child li .item.extermalPortsisExpand {
    line-height: 76px!important
}

.upgradePage .tipBase {
    position: relative;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/tip.e1bfc09b.png) 50% no-repeat;
    background-size: 80%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #dbdbdb
}

.upgradePage .tipBase:after {
    content: attr(data-tip);
    position: absolute;
    top: -50%;
    left: 30px;
    background-color: #000;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 18px;
    min-width: 160px;
    max-width: 400px;
    display: none;
    z-index: 10
}

.upgradePage .tipBase:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #000;
    display: none;
    z-index: 10
}

.upgradePage .tipBase:hover:before {
    display: block
}

.upgradePage .tipBase:hover:after {
    display: block;
    border-radius: 3px
}

.upgradePage .basicPng {
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/yes.7ea6a894.png) 50% no-repeat;
    background-size: 18px
}

.upgradePage .basicNo {
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/no.be45ef57.png) 50% no-repeat;
    background-size: 14px
}

.upgradePage .totalPriceBox {
    box-shadow: 0 1px 6px rgba(0,0,0,.16);
    height: 234px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 90px
}

.upgradePage .totalPriceBox .priceContainer {
    box-sizing: border-box;
    padding: 40px 0 0 48px;
    float: left;
    width: 71%;
    height: 234px;
    font-size: 14px
}

.upgradePage .totalPriceBox .totalPrice {
    width: 28%;
    float: right;
    box-sizing: border-box;
    padding: 49px 59px;
    background: #4994ec;
    height: 234px;
    color: #fff!important;
    position: relative
}

.upgradePage .totalPriceBox .totalPrice .hidePrice {
    font-size: 50px;
    text-align: center;
    line-height: 142px;
    display: none;
    color: #fff
}

.upgradePage .bgWrap {
    position: absolute;
    width: 80px;
    height: 100%;
    right: 30px;
    top: 0
}

.upgradePage .bgWrap .bg1 {
    width: 80px;
    height: 48px;
    margin-top: 24px;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/priceTotalBg1.6af96eb9.png) 50% no-repeat;
    background-size: contain
}

.upgradePage .bgWrap .bg2 {
    width: 80px;
    height: 48px;
    position: absolute;
    bottom: 30px;
    background: url(//alifile.mingdaocloud.com/wwwhome/_next/static/media/priceTotalBg2.c1dd080c.png) 50% no-repeat;
    background-size: contain
}

.upgradePage .barContainer,.upgradePage .chooseType,.upgradePage .chooseYear {
    display: flex;
    height: 34px;
    line-height: 34px
}

.upgradePage .barContainer,.upgradePage .chooseYear {
    margin-top: 30px
}

.upgradePage .groupRadio,.upgradePage .selectNumber {
    margin-left: 32px;
    flex: 1 1
}

.upgradePage .groupRadio span {
    display: block
}

.upgradePage .groupRadio span:last-child {
    border-radius: 0 4px 4px 0
}

.upgradePage .groupRadio span:first-child {
    border-radius: 4px 0 0 4px
}

.upgradePage .groupRadio span {
    width: 92px;
    height: 36px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #333;
    text-align: center;
    line-height: 36px;
    margin-left: -1px;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 0
}

.upgradePage .groupRadio span b {
    font-weight: 100
}

.upgradePage .groupRadio span:hover {
    color: #4994ec
}

.upgradePage .groupRadio .selected {
    background: #4994ec;
    color: #fff;
    border-color: #4994ec;
    z-index: 1
}

.upgradePage .groupRadio span.selected:hover {
    color: #fff
}

.upgradePage .chooseYear i {
    font-style: normal
}

.upgradePage .priceContainer .barTitle {
    color: #333!important;
    font-size: 14px;
    width: 56px;
    font-weight: 400
}

.upgradePage .selectNumber .lineNum {
    margin-top: 14px;
    height: 8px;
    border-radius: 4px;
    position: relative;
    width: 100%
}

.upgradePage .BGDDD {
    background-color: #ddd
}

.upgradePage .newBgColor {
    background-color: #4994ec
}

.upgradePage .lineNumNow {
    width: 0;
    height: 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    left: 0;
    top: 0
}

.upgradePage .numBtn {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -13px;
    padding-top: 6px;
    border-radius: 50%;
    cursor: move;
    border: 4px solid #fff;
    box-shadow: 0 0 6px 1px rgba(0,0,0,.16);
    background-color: #fafafa
}

.upgradePage .numBtn i {
    position: absolute;
    left: -20px;
    top: -40px;
    background: #333;
    width: 70px;
    height: 34px;
    display: block;
    z-index: 1;
    border-radius: 3px;
    color: #fff;
    font-style: normal;
    text-align: center
}

.upgradePage .numBtn i:after {
    content: "";
    border-top: 7px solid #333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 23px
}

.upgradePage .totalPrice h5 {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.upgradePage .discountTotal {
    font-weight: 600
}

.upgradePage .Titillium {
    font-family: Titillium;
    font-size: 52px
}

.upgradePage .discountTotalNumPay {
    font-size: 52px
}

.upgradePage .totalPrice:after {
    content: "";
    width: 10px;
    height: 234px;
    background: #2196f3;
    background-image: linear-gradient(-45deg,#fff 25%,transparent 0,transparent),linear-gradient(-135deg,#fff 25%,transparent 0,transparent),linear-gradient(-45deg,transparent 75%,#fff 0),linear-gradient(-135deg,transparent 75%,#fff 0);
    background-size: 30px 13px;
    background-repeat: repeat-y;
    background-position: 0 100%;
    position: absolute;
    left: 0;
    top: 0
}

.upgradePage .lblOnePersonOneMonothNowContainer {
    font-size: 14px
}

.upgradePage .otherInfoWrap {
    padding: 90px 0;
    background: #f8f9fa
}

.upgradePage .otherInfoContent {
    width: 1160px;
    display: flex;
    margin: 0 auto;
    text-align: center
}

.upgradePage .infoItem {
    width: 376px;
    height: 285px;
    background: #fff;
    box-shadow: 0 0 24px 1px hsla(0,0%,75%,.16);
    border-radius: 8px 8px 8px 8px;
    margin-right: 16px;
    padding: 68px 36px;
    box-sizing: border-box;
    transition: all .2s linear;
    box-shadow: 0 1px 6px rgba(0,0,0,.16)
}

.upgradePage .infoItem:hover {
    transform: translateY(-10px)
}

.upgradePage .infoItem:last-child {
    margin-right: 0
}

.upgradePage .infoItem .infoTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px
}

.upgradePage .infoItem .tellNumber img {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.upgradePage .infoItem .connectNumber {
    font-size: 24px
}

.upgradePage .infoItem .welfare {
    font-size: 16px
}

.upgradePage .en .serviceContent ul:first-child li .item {
    justify-content: start
}

.upgradePage .en .serviceContent ul li .item {
    display: flex;
    align-items: center;
    line-height: 20px;
    justify-content: center
}

.upgradePage .en .versionInfoItem .versionDes {
    padding: 0 12px
}

.upgradePage .flexColumn {
    display: flex;
    flex-direction: column
}

.upgradePage .flexRow {
    display: flex;
    flex-direction: row
}

.upgradePage .alignItemsCenter {
    align-items: center
}

.upgradePage .mLeft32 {
    margin-left: 32px
}

@media screen and (max-width: 1440px) {
    .upgradePage .fixedInfo>ul {
        max-width:1140px
    }

    .upgradePage .serviceWrap {
        width: 100%;
        max-width: 1140px
    }

    .upgradePage .serviceContent {
        max-width: 1140px;
        margin: 0 auto 135px
    }
}

@media screen and (max-width: 960px) {
    .upgradePage .fixedInfo>ul {
        max-width:840px
    }

    .upgradePage .fixedTop {
        height: 385px
    }

    .upgradePage .serviceWrap {
        margin-top: -140px;
        width: 848px
    }

    .upgradePage .priceTitle {
        font-size: 46px
    }

    .upgradePage .serviceWrap .versionInfo li {
        width: 200px;
        height: 316px
    }

    .upgradePage .versionInfoItem .versionName {
        font-size: 19px
    }

    .upgradePage .versionInfoItem .versionDes {
        font-size: 11px;
        color: #999;
        margin-bottom: 22px
    }

    .upgradePage .versionInfoItem .priceDes .priceNum {
        font-size: 35px;
        margin-bottom: 5px
    }

    .upgradePage .versionInfoItem .average {
        font-size: 13px;
        margin-bottom: 30px
    }

    .upgradePage .versionInfoItem .purchase {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 11px;
        margin-bottom: 14px
    }

    .upgradePage .serviceWrap .versionInfo li.professionalVersion {
        padding-top: 28px
    }

    .upgradePage .totalPriceBox .totalPrice {
        padding: 49px 0 49px 31px
    }

    .upgradePage .otherInfoContent {
        width: 852px;
        margin: 90px auto
    }

    .upgradePage .infoItem {
        width: 272px;
        height: 206px;
        margin-right: 12px;
        padding: 37px 32px 0
    }

    .upgradePage .welfareTitle {
        padding: 0 30px
    }

    .upgradePage .infoItem .connectNumber {
        font-size: 24px
    }
}

@media screen and (max-width: 700px) {
    .upgradePage .otherInfoContent {
        margin:0 auto;
        display: block;
        width: 100%
    }

    .upgradePage .otherInfoContent .infoItem {
        margin-right: auto
    }
}
