.sceneList {
    width: 1200px;
    margin: 0 auto
}
.sceneList h3 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #222;
    font-family: MicrosoftYaHei-Bold;
    margin: 100px auto 80px
}
.sceneList>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.sceneList>div .sceneUnit {
    width: 320px
}
.sceneList>div .sceneUnit .sceneUnit-img {
    height: 250px;
    vertical-align: middle;
    display: flex;
    align-items: center
}
.sceneList>div .sceneUnit .sceneUnit-img img {
    width: 100%
}
.sceneList>div .sceneUnit h3 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin: 32px auto 16px;
    text-align: center
}
.sceneList>div .sceneUnit p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px
}
.carousel {
    width: 1200px;
    height: 400px;
    margin-top: 101px
}
.carousel .swiper-default-page .swiper-default-img {
    width: 544px;
    height: 368px;
    float: left
}
.carousel .swiper-default-page .swiper-default-img img {
    width: 100%;
    height: 100%;
    display: block
}
.carousel .swiper-default-page .swiper-default-text {
    float: left;
    margin-left: 68px;
    width: 360px;
    height: 368px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap
}
.carousel .swiper-default-page .swiper-default-text h3 {
    width: 100%;
    font-size: 24px;
    color: #222;
    text-align: left;
    line-height: 24px;
    font-family: PingFangSC-Medium
}
.carousel .swiper-default-page .swiper-default-text p {
    width: 100%;
    margin-top: 16px;
    color: #666;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: left;
    height: 112px;
    overflow: hidden
}
.carousel .swiper-default-page .swiper-default-text a {
    width: 100%;
    display: block;
    width: 120px;
    line-height: 36px;
    height: 36px;
    background-color: #3a89ff;
    color: #fff;
    font-family: PingFangSC-Regular;
    text-decoration: none
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.bigTitle {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #091f43;
    letter-spacing: 0;
    text-align: 0;
    line-height: 14px;
    margin-bottom: 24px
}
#footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    background: #1b1d1f
}
#footer.footer--noAside {
    padding-left: 0
}
#footer .global-footer {
    width: 100%;
    max-width: 1200px;
    padding: 67px 20px 55px;
    justify-content: center;
    height: 375px;
    display: flex
}
#footer .global-footer .contact-we {
    display: inline-flex;
    flex-direction: column;
    width: 342px
}
#footer .global-footer .contact-we .contact-we-title {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 22px
}
#footer .global-footer .contact-we .contact-we-phone {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 12px
}
#footer .global-footer .contact-we .contact-we-time {
    opacity: .8;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 27px
}
#footer .global-footer .contact-we .contact-we-code-box {
    display: flex
}
#footer .global-footer .contact-we .contact-we-code-box .contact-we-code {
    display: inline-flex;
    flex-direction: column
}
#footer .global-footer .contact-we .contact-we-code-box .contact-we-code img {
    width: 88px;
    margin-bottom: 8px
}
#footer .global-footer .contact-we .contact-we-code-box .contact-we-code p {
    font-size: 14px;
    color: #999;
    text-align: center
}
#footer .global-footer .contact-we .contact-we-code-box .contact-we-code+.contact-we-code {
    margin-left: 48px
}
#footer .global-footer .footer-infos {
    display: flex;
    flex-direction: column
}
#footer .global-footer .footer-infos .infos-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 40px;
    border-bottom: 1px solid #333
}
#footer .global-footer .footer-infos .infos-box .list-box {
    flex-direction: column;
    display: inline-flex
}
#footer .global-footer .footer-infos .infos-box .list-box .item-lsit-content {
    display: flex
}
#footer .global-footer .footer-infos .infos-box .list-box .title_ {
    font-size: 12px;
    color: #fff;
    margin-bottom: 24px
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list-right {
    display: inline-flex;
    margin-left: 32px;
    flex-direction: column
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list-right a {
    font-size: 16px;
    line-height: 16px;
    color: #fff
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list-right a:hover {
    color: #1861f2
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list-right a+a {
    margin-top: 24px
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list {
    display: inline-flex;
    flex-direction: column
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list a {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    display: inline-flex;
    margin-top: 24px
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list a:hover {
    color: #1861f2
}
#footer .global-footer .footer-infos .infos-box .list-box .item-list a:first-child {
    margin-top: 0
}
#footer .global-footer .footer-infos .footer-beian {
    margin-top: 16px;
    display: flex;
    font-size: 12px;
    color: #666;
    text-align: right
}
#footer .global-footer .footer-infos .footer-beian .beian-left {
    margin-right: auto
}
#footer .global-footer .footer-infos .footer-beian .beian-right {
    margin-left: auto
}
#header-box {
    display: flex;
    flex-direction: column;
    z-index: 100;
    min-width: 1200px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}
#header-box a {
    text-decoration: none
}
#header-box * {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #fff
}
#header-box .header-box-top {
    background: inherit;
    line-height: 60px;
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-attachment: fixed
}
#header-box .header-box-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-attachment: fixed;
    filter: blur(30px)
}
#header-box .header-box-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.9)
}
#header-box .header-box-top .header-box-logo {
    margin-right: 230px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 100
}
#header-box .header-box-top .header-box-logo .header-box-logo-link {
    display: inline-flex;
    align-items: center
}
#header-box .header-box-top .header-box-logo .header-box-logo-link img {
    width: 118px
}
#header-box .header-box-top .header-box-nav {
    height: 100%;
    height: 60px;
    margin-right: 438px;
    display: inline-flex;
    position: relative;
    z-index: 100
}
#header-box .header-box-top .header-box-nav .header-nav-item {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    position: relative;
    cursor: pointer
}
#header-box .header-box-top .header-box-nav .header-nav-item a, #header-box .header-box-top .header-box-nav .header-nav-item p {
    white-space: nowrap
}
#header-box .header-box-top .header-box-nav .header-nav-item a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center
}
#header-box .header-box-top .header-box-nav .header-nav-item .header-nav-item-link {
    display: none;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 100%
}
#header-box .header-box-top .header-box-nav .header-nav-item:hover .header-nav-item-link {
    background: #1861f2;
    display: flex
}
#header-box .header-box-top .header-box-nav .header-nav-item+.header-nav-item {
    margin-left: 60px
}
#header-box .header-box-top a, #header-box .header-box-top div, #header-box .header-box-top p {
    white-space: nowrap
}
#header-box .header-box-top .header-nav-action {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100
}
#header-box .header-box-top .header-nav-action .header-nav-registered {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #f7f9ff;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    margin-right: 40px
}
#header-box .header-box-top .header-nav-action .header-nav-registered a {
    white-space: nowrap
}
#header-box .header-box-top .header-nav-action .logined-username {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    font-size: 14px;
    margin-right: 10px
}
#header-box .header-box-top .header-nav-action .logined-username p {
    font-size: 14px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: #1861f2
}
#header-box .header-box-top .header-nav-action .header-nav-login {
    border: 1px solid #fff;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
    height: 38px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}
#header-box .header-box-top .header-nav-action .header-nav-login p {
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}
#header-box .header-nav-detail-box {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}
#header-box .header-nav-detail-box .header-nav-detail-content {
    color: #fff;
    position: relative;
    z-index: 100;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
    width: 100%;
    display: none;
    opacity: 0;
    height: 0
}
#header-box .header-nav-detail-box .header-nav-detail-content:hover {
    opacity: 1;
    height: 100%;
    display: flex
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list {
    display: flex;
    flex-direction: column
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list .item-title {
    opacity: .7;
    font-size: 14px;
    margin-bottom: 24px
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list .detail-item-box {
    display: flex;
    flex-direction: column;
    cursor: pointer
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list .detail-item-box .detail-item-box-title {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    white-space: nowrap
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list .detail-item-box p {
    opacity: .7;
    font-family: SFUIDisplay-Regular;
    font-size: 12px;
    white-space: nowrap
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list .detail-item-box:hover a, #header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list .detail-item-box:hover p {
    color: #1861f2
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list .detail-item-box+.detail-item-box {
    margin-top: 22px
}
#header-box .header-nav-detail-box .header-nav-detail-content .detail-box-item-list+.detail-box-item-list {
    margin-left: 100px
}
#header-box .header-nav-detail-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-attachment: fixed;
    filter: blur(10px)
}
#header-box .header-nav-detail-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.9)
}
#header-box .show {
    opacity: 1!important;
    height: 100%!important;
    display: flex!important
}
#header-box .none {
    display: none
}
.Framework {
    width: 100%;
    display: block;
    padding-bottom: 120px
}
.Framework h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: #222;
    margin: 120px auto 60px
}
.Framework h3, .Framework p {
    letter-spacing: 0;
    text-align: center;
    line-height: 28px
}
.Framework p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    margin-bottom: 40px
}
.Framework img {
    width: 1160px
}
.Framework a {
    display: block;
    background: #28e;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    width: 161px;
    height: 45px;
    line-height: 44px;
    margin: 60px auto 0
}
.Banner {
    height: 500px;
    width: 100%;
    position: relative
}
.Banner div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 100%;
    width: 1200px
}
.Banner div h3 {
    width: 600px;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    line-height: 44px;
    height: 44px;
    margin-top: 180px
}
.Banner div h3, .Banner div p {
    color: #fff;
    letter-spacing: 0;
    text-align: left
}
.Banner div p {
    width: 416px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin-top: 9px;
	text-align: justify!important;
}
.Banner div p span {
    display: block
}
.Banner div a {
    display: block;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #fff;
    width: 146px;
    height: 36px;
    line-height: 36px;
    margin-top: 35px;
    border-radius: 3px
}
.Banner div .video-btn {
    position: absolute;
    margin: -36px 0 0 165px
}
.imageText {
    width: 1920px
}
.imageText>.imageTextItem {
    width: 100%;
    margin-bottom: 120px
}
.imageText>.imageTextItem .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    margin: 100px auto 80px
}
.imageText>.imageTextItem .unit {
    display: flex;
    justify-content: flex-start
}
.imageText>.imageTextItem .unit>.leftImg {
    width: 1016px
}
.imageText>.imageTextItem .unit>.rightImg {
    width: 939px
}
.imageText>.imageTextItem .unit>.leftContent {
    width: 981px;
    padding-left: 160px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap
}
.imageText>.imageTextItem .unit>.rightContent {
    width: 904px;
    padding-left: 160px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap
}
.imageText>.imageTextItem .unit .textUnit h3 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px
}
.imageText>.imageTextItem .unit .textUnit p {
    width: 440px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px
}
.CardConlums {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}
.CardConlums h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    margin: 100px auto
}
.CardConlums .CardItems {
    width: 100%;
    display: flex;
    justify-content: space-around
}
.CardConlums .CardItems .cardList {
    width: 200px
}
.CardConlums .CardItems .cardList>.top {
    width: 48px;
    height: 48px;
    margin: 0 auto
}
.CardConlums .CardItems .cardList>.top .iconfont {
    font-size: 46px
}
.CardConlums .CardItems .cardList>.content {
    margin-top: 30px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px
}
.CardConlums .CardItems .cardList>.content span {
    display: block
}
.contact {
    position: fixed;
    width: 204px;
    height: 381px;
    right: 20px;
    top: 50%;
    margin-top: -190px
}
.contact .img-wrapper {
    float: left;
    width: 160px;
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 hsla(0,0%,59%,.3)
}
.contact .img-wrapper .about {
    margin-bottom: 30px
}
.contact .img-wrapper .about img {
    height: 120px;
    width: 120px
}
.contact .img-wrapper .about .text {
    font-size: 12px;
    color: #999;
    text-align: center
}
.contact .img-wrapper .about:last-child {
    margin-bottom: 0
}
.contact .relationship {
    float: right;
    width: 34px;
    height: 146px;
    padding: 20px 10px;
    font-size: 14px;
    background-color: #28e;
    color: #fff;
    text-align: center;
    line-height: 16px
}
.contact .relationship .iconfonts {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-family: i-marketing-website
}
.contact .relationship .point {
    display: block;
    height: 18px;
    line-height: 9px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.Menu {
    margin-top: 30px
}
.Menu .menu-item>a {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #262626;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box
}
.Menu .menu-item>a:hover {
    background: #f4f5f9
}
.Menu .menu-item.active>a {
    background: rgba(8,119,253,.08);
    border-right: 2px solid #0877fd
}
.Menu .sub-menu>a {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #262626;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box
}
.Menu .sub-menu>a:hover {
    background: #f4f5f9
}
.Menu .sub-menu.active>a {
    border-right: 2px solid #0877fd
}
.Menu .sub-menu .sub-menu-container {
    border-bottom: 1px solid #e0e0e0
}
.Menu .sub-menu .sub-menu-container a {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #262626;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    padding-left: 46px;
    position: relative
}
.Menu .sub-menu .sub-menu-container a:hover {
    background: #f4f5f9
}
.Menu .sub-menu .sub-menu-container .sub-menu-item-active>a {
    background: rgba(8,119,253,.08)
}
.Menu .sub-menu .sub-menu-container .sub-menu-item-active>a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0877fd;
    border-radius: 3px;
    position: absolute;
    left: 32px;
    top: 17px
}
.Menu .sub-menu .hide {
    display: none
}
.Menu .sub-menu .show {
    display: block
}
.dialog-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0,0,0,.65);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    text-align: center
}
.dialog-wrapper.hide {
    opacity: 0;
    visibility: hidden
}
.dialog-wrapper.show {
    opacity: 1
}
.dialog-wrapper .dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 300px;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.15)
}
.dialog-wrapper .tips {
    margin-bottom: 20px;
    color: #222;
    font-size: 18px
}
.dialog-wrapper .button {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background: #40a9ff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.action {
    height: 240px;
    padding: 52px 0;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/action_banner_bg.png");
    background-size: cover;
    text-align: center
}
.action .button {
    padding: 0 48px;
    line-height: 54px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 24px
}
.action .button, .action a {
    display: inline-block;
    color: #fff
}
.action a {
    width: 100%;
    height: 100%
}
.action .text {
    padding-bottom: 32px;
    text-align: center;
    font-size: 28px;
    color: #fff
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.apidoc-page .page-container .sidebar {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
    width: 160px;
    height: 700px;
    min-width: 160px;
    border-right: 1px solid #e0e0e0
}
.apidoc-page .page-container .doc-main {
    display: table-cell;
    width: 3000px;
    padding: 30px 40px;
    position: relative
}
.apidoc-page .page-container .doc-main .doc-title {
    line-height: 40px;
    font-size: 22px;
    color: #333;
    height: 40px
}
.apidoc-page .page-container .doc-main .doc-nav {
    height: 36px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 16px;
    line-height: 36px;
    color: #999;
    font-size: 14px
}
.apidoc-page .page-container .doc-main .doc-nav>li {
    float: left;
    text-align: center;
    min-width: 56px;
    margin-right: 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}
.apidoc-page .page-container .doc-main .doc-nav>li.active, .apidoc-page .page-container .doc-main .doc-nav>li:hover {
    color: #0877fd
}
.apidoc-page .page-container .doc-main .doc-nav>li.active:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0877fd
}
.apidoc-page .page-container .doc-main .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.select-component {
    position: absolute;
    left: 38px;
    top: 4px
}
.select-component .select-wrapper .select-trigger {
    color: #ccc;
    position: relative;
    display: block;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    line-height: 100%;
    padding: 8px 20px 7px 12px
}
.select-component .select-wrapper .select-icon {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #a1a4ad;
    transition: all .3s linear;
    transform-origin: center
}
.select-component .select-wrapper .select-icon.active {
    margin-top: -8px;
    transform: rotate(180deg)
}
.select-component .select-wrapper .select-menu-list-wrap {
    position: absolute;
    white-space: nowrap;
    z-index: 15000;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 0 6px rgba(0,0,0,.04);
    box-sizing: border-box;
    margin: 5px 0;
    overflow: hidden;
    top: 32px;
    width: 100%
}
.select-component .select-wrapper .select-menu-list-wrap .select-menu-list {
    width: 100%;
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #565656;
    padding: 6px 0;
    list-style: none;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 160px;
    vertical-align: top;
    background-color: #fff;
    border-right: 1px solid #e4e7ed
}
.select-component .select-wrapper .select-menu-list-wrap .select-menu-list .select-menu-list-item {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 0 15px 0 10px;
    height: 32px;
    line-height: 32px
}
.select-component .select-wrapper .select-menu-list-wrap .select-menu-list .select-menu-list-item:hover {
    background: #e4e8f1
}
.select-component .select-wrapper .select-menu-list-wrap-hidden {
    opacity: 0;
    transform: scaleY(0)
}
.select-component .select-wrapper .select-menu-list-wrap-active {
    opacity: 1;
    transform: scaleY(1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transform-origin: center top
}
.upload-img-com {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    font-size: 12px;
    color: #ccc;
    position: relative;
    overflow: hidden
}
.upload-img-com>p {
    line-height: 28px;
    float: left;
    margin-right: 16px;
    margin-bottom: 0
}
.upload-img-com .img-btn {
    cursor: pointer;
    width: 130px;
    height: 40px;
    margin-top: 10px;
    background: #5bb75b;
    text-align: center;
    border-radius: 5px;
    color: #fff
}
.upload-img-com .before-show {
    padding-top: 30px;
    color: #e0e0e0;
    text-align: center
}
.upload-img-com .before-show, .upload-img-com .img-show {
    cursor: pointer;
    width: 130px;
    height: 100px;
    background: #fafafa;
    border: 1px dashed #e0e0e0;
    box-shadow: inset 0 -4px 0 0 #fff, inset 4px 0 0 0 #fff, inset -4px 0 0 0 #fff, inset 0 4px 0 0 #fff;
    text-align: center;
    border-radius: 5px
}
.upload-img-com .before-show>span, .upload-img-com .img-show>span {
    margin-left: 8px
}
.upload-img-com .before-show>img, .upload-img-com .img-show>img {
    width: 100%;
    height: 100%
}
.upload-img-com .img-show {
    padding: 5px
}
.upload-img-com .upload-input-wrapper {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 130px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.bannerControBox {
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #b8cae0
}
.bannerControBox .ControlHeader {
    padding: 0 100px 0 20px;
    height: 56px;
    font-family: PingFangSC-Regular, Microsoft YaHei;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 56px
}
.bannerControBox .ControlHeader .header_title {
    float: left;
    color: #1b2327;
    font-size: 18px
}
.bannerControBox .ControlHeader .hasLogin {
    float: right
}
.bannerControBox .ControlHeader .hasLogin>ul li {
    float: left
}
.bannerControBox .ControlHeader .header_menu {
    box-sizing: border-box;
    float: right
}
.bannerControBox .ControlHeader .header_menu .message_icon {
    float: right
}
.bannerControBox .ControlHeader .header_menu .message_icon>a {
    font-size: 22px
}
.bannerControBox .ControlHeader .header_menu .head_register {
    width: 96px;
    height: 32px;
    line-height: 32px;
    margin-top: 12px;
    margin-right: 16px;
    background: #2e60ff;
    text-align: center;
    border-radius: 2px
}
.bannerControBox .ControlHeader .header_menu .head_register>a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 14px;
    color: #fff;
    font-family: PingFangSC-Regular, Microsoft YaHei
}
.bannerControBox .ControlHeader .header_menu .head_register>a:hover {
    background: #3793ef
}
.bannerControBox .ControlHeader .header_menu .head_register>a:active {
    background: #1e7ad5
}
.bannerControBox .ControlHeader .header_menu .login {
    float: right;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    width: 96px;
    height: 32px;
    line-height: 32px;
    margin: 12px 16px 0 0;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #2e60ff;
    border-radius: 2px
}
.bannerControBox .ControlHeader .header_menu .login>a {
    color: #2e60ff
}
.bannerControBox .ControlHeader .header_menu .high>a {
    color: #0877fd;
    display: block;
    width: 100%;
    height: 100%
}
.bannerControBox .welcome {
    margin-right: 0;
    margin-bottom: 0
}
.bannerControBox .welcome .loginName {
    padding-left: 24px
}
.bannerControBox .welcome a {
    width: auto
}
.bannerControBox .welcome a.backHome {
    color: #0877fd;
    padding-left: 24px
}
.bannerControBox .welcome a.cancellation {
    margin-right: 0
}
.Sider-warp {
    min-width: 170px;
    z-index: 1;
    min-height: 100vh
}
.Sider-warp, .Sider-warp .ant-menu-root {
    background: #1d232a
}
.Sider-warp .ant-menu-item .anticon:before, .Sider-warp .ant-menu-submenu .anticon:before {
    font-family: unset!important
}
.Sider-warp .ant-menu-dark .ant-menu-inline.ant-menu-sub {
    background: #151c23
}
.Sider__title {
    padding: 12px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.85)
}
.QRCode__scale-wrap {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    box-shadow: 10px 10px 10px 2px #929292;
    display: none
}
.QRCode:hover .QRCode__scale-wrap {
    display: block
}
.ICommerceChar__title, .IMarketChart__title, .IServiceChart__title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin-bottom: 16px;
    font-weight: 700
}
.RealTimeCard {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding-left: 24px;
    padding-top: 32px;
    padding-bottom: 32px
}
.RealTimeCard__title {
    opacity: .45;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #14161a;
    line-height: 14px;
    margin-bottom: 16px
}
.RealTimeCard__number {
    font-family: SFUIDisplay-Medium;
    font-size: 32px;
    color: #14161a;
    line-height: 32px;
    font-weight: 700
}
.DataCard {
    background: #f5f5f5;
    border-radius: 2px;
    padding: 24px 25px 11px 24px;
    height: 153px;
    margin-bottom: 24px
}
.DataCard__title {
    opacity: .45;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #14161a;
    line-height: 14px
}
.DataCard__number {
    font-family: SFUIDisplay-Medium;
    font-size: 32px;
    color: #0877fd;
    line-height: 32px;
    font-weight: 500;
    padding: 16px 0 24px
}
.DataCard__split-line {
    height: 1px;
    background: #ebebeb
}
.DataCard__history-data {
    padding-top: 9px
}
.DataCard__history-label {
    opacity: .45;
    padding: 0 8px 0 0
}
.DataCard__history-label, .DataCard__history-number {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #14161a;
    line-height: 22px
}
.DataCard__history-arrow-up {
    width: 0;
    height: 0;
    margin-right: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #4dcb73
}
.IMarketChart__active-core-data {
    width: 384px;
    height: 164px;
    position: relative
}
.IMarketChart__active-core-data img {
    position: absolute;
    left: 0;
    height: 153px;
    z-index: 0
}
.IMarketChart__active-core-data p {
    position: relative;
    z-index: 1;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #14161a;
    text-align: right;
    line-height: 26px;
    font-weight: 500
}
.SalesPromotion__circle-point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: " ";
    display: inline-block
}
.SalesPromotion__circle-point--blue {
    background: #0877fd
}
.SalesPromotion__circle-point--yellow {
    background: #ffbf00
}
.SalesPromotion__title {
    font-size: 16px;
    color: #14161a;
    line-height: 22px;
    width: 72px;
    display: inline-block;
    font-weight: 500
}
.SalesPromotion__split-line {
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px;
    width: 2px;
    height: 12px;
    margin-right: 24px;
    background-color: #d9d9d9
}
.SalesPromotion__number, .SalesPromotion__percent {
    font-family: HelveticaNeue;
    font-size: 14px;
    color: #14161a;
    line-height: 22px;
    margin-right: 24px;
    font-weight: 500
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-size: 12px;
    color: #6b798e;
    text-align: center;
    margin-top: 16px
}
.samllTitle, .title-des {
    font-family: PingFangSC-Regular;
    line-height: 16px
}
.samllTitle {
    font-size: 16px;
    color: #222
}
.boxTitleHome {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    font-family: PingFangSC-Semibold!important
}
#home {
    min-width: 1200px
}
#home, #home .content-wrapper {
    background-color: #fff
}
#home .content-wrapper .content-two, #home .content-wrapper .content-zero {
    text-align: center
}
#home .content-wrapper .content-two .boxTitleHome, #home .content-wrapper .content-zero .boxTitleHome {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
#home .content-wrapper .content-two .box-content, #home .content-wrapper .content-zero .box-content {
    padding-top: 46px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
#home .content-wrapper .content-two .box-content .blockHover, #home .content-wrapper .content-zero .box-content .blockHover {
    display: inline-block;
    width: 200px;
    height: 232px;
    margin: 0 60px 80px 0;
    border: 1px solid hsla(0,0%,40%,.3);
    border-radius: 4px;
    padding: 30px 0;
    vertical-align: bottom;
    text-align: center
}
#home .content-wrapper .content-two .box-content .blockHover .img, #home .content-wrapper .content-zero .box-content .blockHover .img {
    margin-bottom: 16px;
    cursor: pointer
}
#home .content-wrapper .content-two .box-content .blockHover .text, #home .content-wrapper .content-zero .box-content .blockHover .text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222
}
#home .content-wrapper .content-two .box-content .blockHover .advantage-text, #home .content-wrapper .content-zero .box-content .blockHover .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}
#home .content-wrapper .content-two .box-content .blockHover:last-child, #home .content-wrapper .content-zero .box-content .blockHover:last-child {
    margin-right: 0
}
#home .content-wrapper .content-two .go, #home .content-wrapper .content-zero .go {
    display: inline-block;
    width: 144px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    background: #2e60ff;
    border-radius: 3px;
    margin: 60px 0 80px
}
#home .content-wrapper .content-zero .blockHover:hover {
    background: #fff;
    box-shadow: 0 4px 11px 0 rgba(84,100,151,.3);
    border-radius: 4px;
    border: none;
    cursor: pointer
}
#home .content-wrapper .content-zero .blockHover:hover .text {
    color: #2e60ff!important
}
#home .content-wrapper .content-two {
    background: #f6f7fa
}
#home .content-wrapper .content-two .box-content {
    padding-top: 12px
}
#home .content-wrapper .content-two .box-content .blockHome {
    margin-top: 48px;
    width: 182px;
    text-align: center;
    border: none!important
}
#home .content-wrapper .content-two .box-content .blockHome .img {
    width: 80px!important
}
#home .content-wrapper .content-two .box-content .blockHome .text {
    font-size: 16px;
    color: #222;
    line-height: 20px
}
#home .content-wrapper .content-one .centerData {
    margin-top: 40px
}
#home .content-wrapper .content-one .freeC, #home .content-wrapper .content-one .introduceD {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 0 16px 0 0;
    background: transparent!important;
    color: #2e60ff;
    padding: 0!important;
    border: 1px solid #2e60ff;
    cursor: pointer;
    border-radius: 3px
}
#home .content-wrapper .content-one .freeC {
    margin-right: 0;
    background: #2e60ff!important;
    color: #fff
}
#home .content-wrapper .content-one .center {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    font-family: PingFangSC-Regular;
    background: #f6f7fa;
    height: 600px;
    padding-top: 80px;
    text-align: center;
    position: relative
}
#home .content-wrapper .content-one .center .desc-list {
    display: inline-block;
    text-align: left;
    width: 260px;
    font-size: 12px;
    line-height: 16px;
    color: #6b798e;
    margin: 40px 27px
}
#home .content-wrapper .content-one .center .desc-list .iconfont {
    margin-right: 8px;
    color: #2e60ff;
    font-size: 16px
}
#home .content-wrapper .content-one .center .desc-list .iconfont222 {
    color: #222
}
#home .content-wrapper .content-one .center .desc-list .message {
    margin-top: 16px;
    line-height: 16px
}
#home .content-wrapper .content-one .center .img {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto
}
#home .content-wrapper .content-one .center .advantage-desc {
    display: inline-block;
    margin: 0 80px 40px 0;
    width: 200px
}
#home .content-wrapper .content-one .center .advantage-desc .advantage-box {
    text-align: left
}
#home .content-wrapper .content-one .center .advantage-desc .advantage-box .advantage-title {
    font-size: 16px;
    color: #222;
    margin-bottom: 16px
}
#home .content-wrapper .content-one .center .advantage-desc .advantage-box .advantage-desc2 {
    font-size: 12px;
    color: #6b798e;
    line-height: 16px
}
#home .content-wrapper .content-one .center .marginRight160 {
    margin-right: 160px
}
#home .content-wrapper .content-one .center .centerLeft {
    margin-top: 40px;
    width: 560px;
    display: inline-block
}
#home .content-wrapper .content-one .center .centerLeft .contentBox, #home .content-wrapper .content-one .center .centerLeft .titleDes {
    text-align: left
}
#home .content-wrapper .content-one .center .centerLeft .iconfont0066EB {
    color: #0066eb;
    margin-right: 8px
}
#home .content-wrapper .content-one .center .centerLeft p {
    margin-bottom: 0
}
#home .content-wrapper .content-one .center-bg {
    background: #fff!important
}
#home .content-wrapper .content-one .contentBoxLeft, #home .content-wrapper .content-one .contentBoxRight {
    font-size: 12px;
    height: 600px;
    width: 100%;
    padding: 80px 0 0;
    background-color: #f9f9fa;
    text-align: center
}
#home .content-wrapper .content-one .contentBoxLeft .left, #home .content-wrapper .content-one .contentBoxRight .left {
    vertical-align: top
}
#home .content-wrapper .content-one .contentBoxLeft .right, #home .content-wrapper .content-one .contentBoxRight .right {
    display: inline-block;
    text-align: left
}
#home .content-wrapper .content-one .contentBoxLeft .right .boxTitleHome, #home .content-wrapper .content-one .contentBoxRight .right .boxTitleHome {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    text-align: left;
    line-height: 24px
}
#home .content-wrapper .content-one .contentBoxLeft .right .descHome, #home .content-wrapper .content-one .contentBoxRight .right .descHome {
    margin: 16px 0 0;
    color: #6b798e;
    line-height: 16px
}
#home .content-wrapper .content-one .contentBoxLeft .right .advantage, #home .content-wrapper .content-one .contentBoxRight .right .advantage {
    display: inline-block;
    font-size: 12px;
    color: #222;
    line-height: 1;
    margin-top: 16px
}
#home .content-wrapper .content-one .contentBoxLeft .right .advantage .iconfont, #home .content-wrapper .content-one .contentBoxRight .right .advantage .iconfont {
    margin-right: 12px;
    color: #2e60ff;
    font-size: 16px
}
#home .content-wrapper .content-one .contentBoxLeft .right .advantage .text, #home .content-wrapper .content-one .contentBoxRight .right .advantage .text {
    font-size: 12px;
    color: #6b798e;
    line-height: 16px
}
#home .content-wrapper .content-one .contentBoxLeft .right .first, #home .content-wrapper .content-one .contentBoxRight .right .first {
    margin-top: 32px!important
}
#home .content-wrapper .content-one .contentBoxRight .left {
    margin-right: 60px
}
#home .content-wrapper .content-one .contentBoxLeft {
    background-color: #fff
}
#home .content-wrapper .content-one .contentBoxLeft .right {
    margin-right: 60px
}
.formMargin {
    margin-top: 32px
}
#video {
    overflow: hidden!important
}
#video img {
    display: none!important
}
.layui-layer-rim {
    border-color: transparent!important
}
.customerService {
    color: #fff;
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 500px
}
.customerService i {
    line-height: 30px;
    font-size: 20px
}
.customerService .hover-text {
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 30px;
    background-color: #2f60ff;
    border-radius: 4px 0 0 4px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    z-index: -1;
    white-space: nowrap;
    transition: all .5s
}
.customerService .online, .customerService .phone {
    background-color: #2f60ff;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    position: relative
}
.customerService .online:hover .hover-text, .customerService .phone:hover .hover-text {
    left: -70px
}
.customerService .online {
    margin-bottom: 4px
}
.customerService .serviceIframe {
    width: 400px;
    height: 520px;
    position: absolute;
    margin: -40px 0 0 -415px;
    right: 108px
}
.customerService .phoneContact {
    position: absolute;
    width: 256px;
    height: 60px;
    line-height: 60px;
    color: #2f60ff;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 11px 0 rgba(0,0,0,.21);
    border-radius: 4px;
    background-color: #fff;
    top: 18px;
    right: 128px
}
.customerService .phoneContact:after {
    position: absolute;
    display: block;
    margin: -43px 0 0 255px;
    content: "";
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid #fff
}
.c-home {
    padding: 10px
}
.applySuccess .as-wrapper {
    background: #f5f5f5;
    width: 100%;
    height: calc(100vh - 300px);
    display: flex;
    flex-direction: column;
    align-items: center
}
.applySuccess .as-wrapper .success {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-top: 132px
}
.applySuccess .as-wrapper .title {
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 28px;
    font-weight: 550
}
.applySuccess .as-wrapper .sub-title {
    margin-top: 6px;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 24px
}
.appMarket {
    min-width: 1200px;
    background-color: #fff
}
.appMarket .content-wrapper {
    overflow: hidden;
    background: #f5f5f5;
    padding: 24px 20px 0
}
.appMarket .content-wrapper h1 {
    font-weight: 600;
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px
}
.appMarket .content-wrapper h2 {
    position: relative;
    font-weight: 550;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    padding-left: 10px;
    margin-bottom: 24px
}
.appMarket .content-wrapper h2:before {
    content: "";
    width: 3px;
    height: 16px;
    position: absolute;
    border-radius: 1.5px;
    top: 2px;
    left: 0;
    background: #0877fd
}
.appMarket .content-wrapper .flex-wrapper {
    display: flex;
    align-items: flex-start
}
.appMarket .content-wrapper .flex-wrapper .left {
    flex-grow: 1
}
.appMarket .content-wrapper .flex-wrapper .left .left-block {
    padding: 24px 24px 4px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.appMarket .content-wrapper .flex-wrapper .left .left-block .catalog-sub {
    font-size: 12px;
    color: #666;
    line-height: 12px;
    margin-left: 12px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 600px;
    overflow: hidden
}
.appMarket .content-wrapper .flex-wrapper .left .left-block .product-block {
    display: flex;
    margin-bottom: 20px
}
.appMarket .content-wrapper .flex-wrapper .left .left-block .product-block img {
    flex: none;
    background: #f5f5f5;
    border-radius: 12px;
    width: 84px;
    height: 84px;
    display: inline-block;
    margin-right: 12px
}
.appMarket .content-wrapper .flex-wrapper .left .left-block .product-block .right-detail {
    flex-grow: 1
}
.appMarket .content-wrapper .flex-wrapper .left .left-block .product-block .right-detail .title {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 12px;
    font-weight: 550
}
.appMarket .content-wrapper .flex-wrapper .left .left-block .product-block .right-detail .desc {
    font-size: 12px;
    color: #999;
    margin-bottom: 6px
}
.appMarket .content-wrapper .flex-wrapper .left .left-block .product-block .right-detail .detail {
    font-size: 12px;
    color: #0877fd;
    cursor: pointer
}
.appMarket .content-wrapper .flex-wrapper .right {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px;
    width: 295px;
    padding: 24px 24px 0;
    margin-left: 20px;
    flex: none
}
.appMarket .content-wrapper .flex-wrapper .right img {
    display: inline-block;
    background: #f5f5f5;
    width: 100%;
    height: 114px
}
.appMarket .content-wrapper .flex-wrapper .right .title {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    font-weight: 550;
    margin: 12px 0 8px
}
.appMarket .content-wrapper .flex-wrapper .right .desc {
    font-size: 12px;
    color: #14161a;
    line-height: 18px;
    margin-bottom: 24px
}
.appMarket .content-wrapper .content-box {
    position: relative;
    display: inline-block;
    width: 900px;
    text-align: left;
    min-height: 90px;
    margin: 0 auto
}
.appMarket .content-wrapper .content-box .nothing {
    text-align: center;
    margin-top: 40px
}
.appMarket .content-wrapper .content-box .b-title {
    height: 46px;
    padding-left: 20px;
    margin-top: 40px;
    line-height: 46px;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    background-color: #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}
.appMarket .content-wrapper .content-box .productCatalog {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}
.appMarket .content-wrapper .content-box .product-wrapper {
    text-align: left
}
.appMarket .content-wrapper .content-box .product-wrapper .product {
    display: inline-block;
    margin-top: 60px;
    margin-right: 32px;
    margin-left: 32px;
    text-align: center
}
.appMarket .content-wrapper .content-box .product-wrapper .product .img-wrapper {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 6px
}
.appMarket .content-wrapper .content-box .product-wrapper .product .img-wrapper img {
    width: 100%;
    height: 100%
}
.appMarket .content-wrapper .content-box .product-wrapper .product .img-wrapper .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #222;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}
.appMarket .content-wrapper .content-box .product-wrapper .product .title {
    padding: 24px 0;
    font-size: 16px;
    text-align: center;
    color: #101010;
    line-height: 1
}
.appMarket .content-wrapper .content-box .product-wrapper .product .title .try-text {
    margin-right: 8px;
    font-weight: 600;
    color: #0877fd
}
.appMarket .content-wrapper .content-box .product-wrapper .product .desc {
    height: 60px;
    font-size: 12px;
    color: #666;
    text-align: center
}
.appMarket .content-wrapper .content-box .product-wrapper .product .btn {
    width: 120px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0877fd;
    cursor: pointer
}
.appMarket .content-wrapper .content-box .product-wrapper .product .btn-try {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    border: 1px solid #0877fd;
    color: #0877fd;
    background: #fff
}
.appMarket ::-webkit-input-placeholder {
color:#ccc
}
.appMarket :-moz-placeholder, .appMarket ::-moz-placeholder {
color:#ccc
}
.appMarket :-ms-input-placeholder {
color:#ccc
}
.nothing2 {
    padding: 20px 0 10px
}
.authentication {
    min-width: 1200px;
    background-color: #fff
}
.authentication .content-wrapper {
    width: 900px;
    margin: 16px auto 120px;
    overflow: hidden
}
.authentication .content-wrapper .page {
    padding: 23px 20px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}
.authentication .content-wrapper .page .pageShadow {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    background: #fff;
    padding: 30px
}
.authentication .content-wrapper .page .pageShadow .title {
    margin-bottom: 20px;
    color: #000
}
.authentication .content-wrapper .page .pageShadow .pic-grounp {
    margin-top: 45px
}
.authentication .content-wrapper .page .pageShadow .pic-grounp .ant-form-item-children {
    display: flex;
    justify-content: space-around
}
.authentication .content-wrapper .page .pageShadow .pic-grounp .ant-form-item-label {
    width: 0
}
.authentication .content-wrapper .page .pageShadow .pic-grounp .ant-form-item-required {
    position: absolute;
    margin: -50px 0 0 -125px
}
.authentication .content-wrapper .page .pageShadow .imgBox {
    width: 90px;
    height: 90px;
    padding: 8px;
    margin-right: 8px;
    border: 1px solid #d9d9d9
}
.authentication .content-wrapper .page .pageShadow .imgBox img {
    width: 100%;
    height: 100%
}
.authentication .content-wrapper .page .submit-btn {
    width: 150px;
    height: 35px;
    margin-top: 50px
}
.authentication ::-webkit-input-placeholder {
color:#ccc
}
.authentication :-moz-placeholder, .authentication ::-moz-placeholder {
color:#ccc
}
.authentication :-ms-input-placeholder {
color:#ccc
}
.nothing2 {
    padding: 20px 0 10px
}
.area-zoom-in-top-enter, .area-zoom-in-top-exit-active {
    opacity: 0;
    transform: scaleY(0)
}
.area-zoom-in-top-enter-active, .area-zoom-in-top-exit {
    opacity: 1;
    transform: scaleY(1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transform-origin: center top
}
.area-select-wrap .area-select {
    margin-left: 10px
}
.area-select-wrap .area-select-empty {
    padding: 4px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px
}
.area-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 32px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e1e2e6
}
.area-select * {
    box-sizing: border-box
}
.area-select:hover {
    border-color: #a1a4ad
}
.area-select.small {
    width: 126px
}
.area-select.medium {
    width: 160px
}
.area-select.large {
    width: 194px
}
.area-select.is-disabled {
    background: #eceff5;
    cursor: not-allowed
}
.area-select.is-disabled:hover {
    border-color: #e1e2e6
}
.area-select.is-disabled .area-selected-trigger {
    cursor: not-allowed
}
.area-select .area-selected-trigger {
    position: relative;
    display: block;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    line-height: 100%;
    padding: 8px 20px 7px 12px
}
.area-select .area-select-icon {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #a1a4ad;
    transition: all .3s linear;
    transform-origin: center
}
.area-select .area-select-icon.active {
    margin-top: -8px;
    transform: rotate(180deg)
}
.area-selectable-list-wrap {
    position: absolute;
    width: 100%;
    max-height: 275px;
    z-index: 15000;
    border: 1px solid #a1a4ad;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 0 6px rgba(0,0,0,.04);
    box-sizing: border-box;
    margin: 5px 0;
    overflow-x: hidden;
    overflow-x: auto
}
.area-selectable-list {
    position: relative;
    margin: 0;
    padding: 6px 0;
    width: 100%;
    font-size: 14px;
    color: #565656;
    list-style: none
}
.area-selectable-list .area-select-option {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 0 15px 0 10px;
    height: 32px;
    line-height: 32px
}
.area-selectable-list .area-select-option.hover {
    background-color: #e4e8f1
}
.area-selectable-list .area-select-option.selected {
    background-color: #e4e8f1;
    color: #ff6200;
    font-weight: 700
}
.cascader-menu-list-wrap {
    position: absolute;
    white-space: nowrap;
    z-index: 15000;
    border: 1px solid #a1a4ad;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 0 6px rgba(0,0,0,.04);
    box-sizing: border-box;
    margin: 5px 0;
    overflow: hidden;
    font-size: 0
}
.cascader-menu-list {
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #565656;
    padding: 6px 0;
    list-style: none;
    display: inline-block;
    height: 204px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 160px;
    vertical-align: top;
    background-color: #fff;
    border-right: 1px solid #e4e7ed
}
.cascader-menu-list:last-child {
    border-right: none
}
.cascader-menu-list .cascader-menu-option {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 0 15px 0 10px;
    height: 32px;
    line-height: 32px
}
.cascader-menu-list .cascader-menu-option.hover, .cascader-menu-list .cascader-menu-option:hover {
    background-color: #e4e8f1
}
.cascader-menu-list .cascader-menu-option.selected {
    background-color: #e4e8f1;
    color: #ff6200;
    font-weight: 700
}
.cascader-menu-list .cascader-menu-option.cascader-menu-extensible:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 5px;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #a1a4ad
}
.area-selectable-list-wrap::-webkit-scrollbar, .cascader-menu-list::-webkit-scrollbar {
width:8px;
background:transparent
}
.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:decremen, .area-selectable-list-wrap::-webkit-scrollbar-button:vertical:end:decrement, .area-selectable-list-wrap::-webkit-scrollbar-button:vertical:increment, .area-selectable-list-wrap::-webkit-scrollbar-button:vertical:start:increment, .cascader-menu-list::-webkit-scrollbar-button:vertical:decremen, .cascader-menu-list::-webkit-scrollbar-button:vertical:end:decrement, .cascader-menu-list::-webkit-scrollbar-button:vertical:increment, .cascader-menu-list::-webkit-scrollbar-button:vertical:start:increment {
display:none
}
.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical, .cascader-menu-list::-webkit-scrollbar-thumb:vertical {
background-color:#b8b8b8;
border-radius:4px
}
.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical:hover, .cascader-menu-list::-webkit-scrollbar-thumb:vertical:hover {
background-color:#777
}
.businessSupport {
    min-width: 1300px;
    width: 100%;
    background: #fff
}
.businessSupport .content-wrapper {
    width: 100%;
    text-align: center
}
.businessSupport .content-wrapper .search-bar {
    padding: 40px 0
}
.businessSupport .content-wrapper .search-bar .action-wrapper {
    display: inline-block
}
.businessSupport .content-wrapper .search-bar .action-wrapper .input {
    width: 480px;
    height: 40px;
    padding-left: 16px;
    margin-right: 16px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    color: #999
}
.businessSupport .content-wrapper .search-bar .action-wrapper .btn {
    padding: 10px 42px;
    background: #0877fd;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center
}
.businessSupport .content-wrapper .search-bar .action-wrapper .key-word {
    margin-top: 8px;
    line-height: 14px;
    text-align: left;
    font-size: 12px;
    color: #333
}
.businessSupport .content-wrapper .search-bar .action-wrapper .key-word span {
    margin-left: 10px
}
.businessSupport .content-wrapper .content {
    display: inline-block;
    padding-bottom: 40px
}
.businessSupport .content-wrapper .content .item {
    padding-bottom: 80px;
    text-align: left
}
.businessSupport .content-wrapper .content .item .title {
    width: 1200px;
    padding-bottom: 16px;
    line-height: 22px;
    font-weight: 600;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #e0e0e0
}
.businessSupport .content-wrapper .content .item .little {
    width: 1152px;
    padding: 8px 0 0 24px
}
.businessSupport .content-wrapper .content .item .little .item-little {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e0e0e0
}
.businessSupport .content-wrapper .content .item .little .item-little .left {
    float: left;
    font-size: 16px;
    color: #333
}
.businessSupport .content-wrapper .content .item .little .item-little .right {
    float: right;
    font-size: 14px;
    color: #999
}
.businessSupport .content-wrapper .content .item .little .item-little a:hover {
    color: #0877fd
}
.findpw .findpw-wrapper {
    width: 100%;
    height: 585px
}
.findpw .findpw-wrapper .container {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/login/login_banner.jpg") no-repeat;
    background-position: -464px 0
}
.findpw .findpw-wrapper .container .findpw-box {
    padding: 24px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 80px;
    width: 344px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.29);
    border-radius: 4px
}
.findpw .findpw-wrapper .container .findpw-box .title {
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.findpw .findpw-wrapper .container .findpw-box .box {
    width: 264px;
    height: 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    color: #ccc;
    position: relative;
    margin-bottom: 20px
}
.findpw .findpw-wrapper .container .findpw-box .box input {
    border: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    color: #000;
    width: 80%
}
.findpw .findpw-wrapper .container .findpw-box .box label {
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 12px;
    cursor: auto;
    z-index: 1
}
.findpw .findpw-wrapper .container .findpw-box .box .icon {
    margin-right: 8px
}
.findpw .findpw-wrapper .container .findpw-box .box .icon-pw {
    margin-right: 10px
}
.findpw .findpw-wrapper .container .findpw-box .box>em {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #eaeaea
}
.findpw .findpw-wrapper .container .findpw-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.findpw .findpw-wrapper .container .findpw-box .word {
    margin-bottom: 16px
}
.findpw .findpw-wrapper .container .findpw-box .word input {
    width: 58%
}
.findpw .findpw-wrapper .container .findpw-box .word>em:nth-of-type(2) {
    right: 84px
}
.findpw .findpw-wrapper .container .findpw-box .word>a {
    font-size: 12px;
    color: #0877fd;
    line-height: 16px
}
.findpw .findpw-wrapper .container .findpw-box .btn {
    background: #0877fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 24px;
    padding: 0;
    cursor: pointer
}
.findpw .findpw-wrapper .container .findpw-box .forget {
    display: block;
    font-size: 12px;
    color: #0877fd;
    line-height: 16px;
    text-align: right
}
.findpw .findpw-wrapper .container .findpw-box p {
    font-size: 12px;
    color: #ccc;
    line-height: 16px
}
.findpw .findpw-wrapper .container .findpw-box p>a {
    color: #0877fd
}
.findpw ::-webkit-input-placeholder {
color:#ccc
}
.findpw :-moz-placeholder, .findpw ::-moz-placeholder {
color:#ccc
}
.findpw :-ms-input-placeholder {
color:#ccc
}
.commonComponent {
    width: 100%;
    min-width: 1300px
}
.commonComponent .content-wrapper {
    padding: 60px 0 40px;
    text-align: center
}
.commonComponent .content-wrapper .content {
    display: inline-block;
    padding-bottom: 80px;
    text-align: left
}
.commonComponent .content-wrapper .content .title {
    height: 54px;
    line-height: 54px;
    font-weight: 500;
    font-size: 22px
}
.commonComponent .content-wrapper .content .box-wrapper {
    width: 1200px;
    padding-top: 26px;
    border-top: 1px solid #e0e0e0
}
.commonComponent .content-wrapper .content .box-wrapper .box {
    display: inline-block;
    margin-right: 66px
}
.commonComponent .content-wrapper .content .box-wrapper .box:first-child {
    margin-left: 30px
}
.commonComponent .content-wrapper .content .box-wrapper .box:last-child {
    margin-right: 0
}
.commonComponent .content-wrapper .content .box-wrapper .box img {
    height: 48px;
    width: 48px;
    margin-right: 16px;
    vertical-align: top
}
.commonComponent .content-wrapper .content .box-wrapper .box .box-content {
    display: inline-block;
    vertical-align: top
}
.commonComponent .content-wrapper .content .box-wrapper .box .box-content .title {
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #222
}
.commonComponent .content-wrapper .content .box-wrapper .box .box-content .title a {
    color: #222
}
.commonComponent .content-wrapper .content .box-wrapper .box .box-content .desc {
    width: 176px;
    margin-top: 8px;
    line-height: 16px;
    font-size: 12px;
    color: #0877fd
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px
}
.home {
    min-width: 1200px
}
.home, .home .content-wrapper {
    background-color: #fff
}
.home .content-wrapper .content-two, .home .content-wrapper .content-zero {
    text-align: center
}
.home .content-wrapper .content-two .box-title, .home .content-wrapper .content-zero .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
.home .content-wrapper .content-two .box-content, .home .content-wrapper .content-zero .box-content {
    padding-top: 46px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.home .content-wrapper .content-two .box-content .block, .home .content-wrapper .content-zero .box-content .block {
    display: inline-block;
    width: 200px;
    height: 232px;
    margin: 0 48px 80px 0;
    border-radius: 4px;
    padding: 32px 0;
    border: none!important;
    vertical-align: bottom;
    text-align: center
}
.home .content-wrapper .content-two .box-content .block .img, .home .content-wrapper .content-zero .box-content .block .img {
    width: 100px;
    margin-bottom: 24px;
    cursor: pointer
}
.home .content-wrapper .content-two .box-content .block .text, .home .content-wrapper .content-zero .box-content .block .text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222
}
.home .content-wrapper .content-two .box-content .block .advantage-text, .home .content-wrapper .content-zero .box-content .block .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}
.home .content-wrapper .content-two .box-content .block:last-child, .home .content-wrapper .content-zero .box-content .block:last-child {
    margin-right: 0
}
.home .content-wrapper .content-one .content-box-left, .home .content-wrapper .content-one .content-box-right {
    height: 500px;
    width: 100%;
    padding: 80px 0;
    background-color: #f9f9fa;
    text-align: center
}
.home .content-wrapper .content-one .content-box-left .left, .home .content-wrapper .content-one .content-box-right .left {
    vertical-align: top
}
.home .content-wrapper .content-one .content-box-left .right, .home .content-wrapper .content-one .content-box-right .right {
    display: inline-block;
    width: 600px;
    text-align: left
}
.home .content-wrapper .content-one .content-box-left .right .box-title, .home .content-wrapper .content-one .content-box-right .right .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    text-align: left;
    line-height: 32px;
    margin-top: 40px
}
.home .content-wrapper .content-one .content-box-left .right .marginTop, .home .content-wrapper .content-one .content-box-right .right .marginTop {
    margin-top: 80px
}
.home .content-wrapper .content-one .content-box-left .right .advantage, .home .content-wrapper .content-one .content-box-left .right .desc, .home .content-wrapper .content-one .content-box-right .right .advantage, .home .content-wrapper .content-one .content-box-right .right .desc {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px;
    text-align: left
}
.home .content-wrapper .content-one .content-box-left .right .advantage .iconfont, .home .content-wrapper .content-one .content-box-right .right .advantage .iconfont {
    margin-right: 12px;
    color: #0877fd;
    font-size: 16px
}
.home .content-wrapper .content-one .content-box-left .right .advantage .text, .home .content-wrapper .content-one .content-box-right .right .advantage .text {
    display: inline-block;
    vertical-align: top
}
.home .content-wrapper .content-one .content-box-left .right .first, .home .content-wrapper .content-one .content-box-right .right .first {
    margin-top: 32px!important
}
.home .content-wrapper .content-one .content-box-left .right .free, .home .content-wrapper .content-one .content-box-right .right .free {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #2e60ff;
    margin-top: 36px;
    padding: 0;
    line-height: 36px;
    border: 1px solid #0877fd;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px
}
.home .content-wrapper .content-one .bg {
    background: #fff
}
.home .content-wrapper .content-one .content-box-left {
    background-color: #fff
}
.home .content-wrapper .content-one .content-box-left .right {
    margin-right: 60px
}
.demo {
    color: #666
}
.developer-guide {
    min-width: 1200px
}
.developer-guide .content .guide .title, .developer-guide .content .support .title {
    text-align: center;
    color: #222;
    font-size: 36px
}
.developer-guide .content .guide .guide-content .title, .developer-guide .content .guide .support-content .title, .developer-guide .content .support .guide-content .title, .developer-guide .content .support .support-content .title {
    font-weight: 600;
    font-size: 20px;
    color: #222
}
.developer-guide .content .guide .guide-content .desc, .developer-guide .content .guide .support-content .desc, .developer-guide .content .support .guide-content .desc, .developer-guide .content .support .support-content .desc {
    font-size: 14px;
    color: #333
}
.developer-guide .content .guide .guide-content .button, .developer-guide .content .guide .support-content .button, .developer-guide .content .support .guide-content .button, .developer-guide .content .support .support-content .button {
    padding: 10px 20px;
    margin-top: 40px;
    font-size: 12px;
    color: #0877fd;
    text-align: center;
    border: 1px solid #0877fd;
    border-radius: 3px
}
.developer-guide .content .guide .guide-content .button a, .developer-guide .content .guide .support-content .button a, .developer-guide .content .support .guide-content .button a, .developer-guide .content .support .support-content .button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #0877fd
}
.developer-guide .content .guide {
    padding: 120px 0
}
.developer-guide .content .guide .guide-content {
    padding-top: 64px;
    text-align: center
}
.developer-guide .content .guide .guide-content .guide-box-wrapper {
    display: inline-block;
    margin-right: 110px
}
.developer-guide .content .guide .guide-content .guide-box-wrapper:last-child {
    margin-right: 0
}
.developer-guide .content .guide .guide-content .guide-box-wrapper .guide-box {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}
.developer-guide .content .guide .guide-content .guide-box-wrapper .guide-box .title {
    margin-bottom: 24px
}
.developer-guide .content .guide .guide-content .guide-box-wrapper .guide-box .desc {
    width: 187px;
    line-height: 20px
}
.developer-guide .content .guide .guide-content .guide-box-wrapper img {
    vertical-align: middle;
    margin-left: 113px
}
.developer-guide .content .guide .guide-content .guide-box-wrapper img:last-child {
    margin-left: 63px
}
.developer-guide .content .support {
    padding-bottom: 120px
}
.developer-guide .content .support .support-content {
    margin-top: 64px;
    text-align: center
}
.developer-guide .content .support .support-content .support-box {
    display: inline-block;
    width: 210px;
    margin-right: 190px
}
.developer-guide .content .support .support-content .support-box:last-child {
    margin-right: 0
}
.developer-guide .content .support .support-content .support-box .title {
    margin-top: 41px
}
.developer-guide .content .support .support-content .support-box .desc {
    margin-top: 16px;
    height: 40px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px
}
.digitalHome {
    min-width: 1200px
}
.digitalHome, .digitalHome .content-wrapper {
    background-color: #fff
}
.digitalHome .content-wrapper .content-two, .digitalHome .content-wrapper .content-zero {
    text-align: center
}
.digitalHome .content-wrapper .content-two .box-title, .digitalHome .content-wrapper .content-zero .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
.digitalHome .content-wrapper .content-two .box-content, .digitalHome .content-wrapper .content-zero .box-content {
    padding-top: 28px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.digitalHome .content-wrapper .content-two .box-content .block, .digitalHome .content-wrapper .content-zero .box-content .block {
    display: inline-block;
    width: 200px;
    margin: 0 48px 0 0;
    border-radius: 4px;
    border: none!important;
    padding: 32px 0 12px;
    vertical-align: bottom;
    text-align: center
}
.digitalHome .content-wrapper .content-two .box-content .block .imgBox, .digitalHome .content-wrapper .content-zero .box-content .block .imgBox {
    height: 80px;
    margin-bottom: 24px
}
.digitalHome .content-wrapper .content-two .box-content .block .imgBox .img, .digitalHome .content-wrapper .content-zero .box-content .block .imgBox .img {
    width: 80px
}
.digitalHome .content-wrapper .content-two .box-content .block .text, .digitalHome .content-wrapper .content-zero .box-content .block .text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222
}
.digitalHome .content-wrapper .content-two .box-content .block .advantage-text, .digitalHome .content-wrapper .content-zero .box-content .block .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}
.digitalHome .content-wrapper .content-two .box-content .block:last-child, .digitalHome .content-wrapper .content-zero .box-content .block:last-child {
    margin-right: 0
}
.digitalHome .content-wrapper .content-two .box-content {
    padding-top: 14px
}
.digitalHome .content-wrapper .content-two .box-content .block {
    cursor: pointer
}
.digitalHome .content-wrapper .content-two .box-content .block .imgBox {
    height: 56px;
    margin-bottom: 24px
}
.digitalHome .content-wrapper .content-two .box-content .block .imgBox .img {
    width: 56px
}
.digitalHome .content-wrapper .content-two .businessList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}
.digitalHome .content-wrapper .content-two .businessList:last-child {
    margin-bottom: 0
}
.digitalHome .content-wrapper .content-two .businessItem {
    width: 240px;
    color: #2f2e2e;
    text-align: left;
    margin-right: 80px
}
.digitalHome .content-wrapper .content-two .businessItem:last-child {
    margin-right: 0
}
.digitalHome .content-wrapper .content-two .businessItem .header {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #434242
}
.digitalHome .content-wrapper .content-two .businessItem .header .icon {
    margin-right: 11px
}
.digitalHome .content-wrapper .content-two .businessItem .desc {
    font-size: 12px;
    margin-top: 16px
}
.digitalHome .content-wrapper .toggleContent {
    position: relative;
    background: #f3f5f6
}
.digitalHome .content-wrapper .toggleContent .toggleWrapper {
    width: 1200px;
    margin: 0 auto
}
.digitalHome .content-wrapper .toggleContent .triangleBorderUp {
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #f3f5f6;
    position: absolute;
    top: -12px;
    margin-left: -12px
}
.digitalHome .content-wrapper .content-one .content-box-left, .digitalHome .content-wrapper .content-one .content-box-right {
    height: 500px;
    width: 100%;
    text-align: center
}
.digitalHome .content-wrapper .content-one .content-box-left img, .digitalHome .content-wrapper .content-one .content-box-right img {
    width: 570px;
    height: 340px;
    margin-top: 80px
}
.digitalHome .content-wrapper .content-one .content-box-left .left, .digitalHome .content-wrapper .content-one .content-box-right .left {
    vertical-align: top
}
.digitalHome .content-wrapper .content-one .content-box-left .right, .digitalHome .content-wrapper .content-one .content-box-right .right {
    display: inline-block;
    text-align: left
}
.digitalHome .content-wrapper .content-one .content-box-left .right .box-title, .digitalHome .content-wrapper .content-one .content-box-right .right .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    text-align: left;
    line-height: 32px;
    margin-top: 60px
}
.digitalHome .content-wrapper .content-one .content-box-left .right .marginTop, .digitalHome .content-wrapper .content-one .content-box-right .right .marginTop {
    margin-top: 20px
}
.digitalHome .content-wrapper .content-one .content-box-left .right .desc, .digitalHome .content-wrapper .content-one .content-box-right .right .desc {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px;
    text-align: left
}
.digitalHome .content-wrapper .content-one .content-box-left .right .advantage, .digitalHome .content-wrapper .content-one .content-box-right .right .advantage {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px;
    margin-top: 11px;
    text-align: left;
    position: relative;
    padding-left: 28px
}
.digitalHome .content-wrapper .content-one .content-box-left .right .advantage .iconfont, .digitalHome .content-wrapper .content-one .content-box-right .right .advantage .iconfont {
    margin-right: 12px;
    color: #0877fd;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 1px
}
.digitalHome .content-wrapper .content-one .content-box-left .right .advantage .text, .digitalHome .content-wrapper .content-one .content-box-right .right .advantage .text {
    display: inline-block;
    vertical-align: top
}
.digitalHome .content-wrapper .content-one .content-box-left .right .first, .digitalHome .content-wrapper .content-one .content-box-right .right .first {
    margin-top: 32px!important
}
.digitalHome .content-wrapper .content-one .content-box-left .right .free, .digitalHome .content-wrapper .content-one .content-box-left .right .introduceC, .digitalHome .content-wrapper .content-one .content-box-right .right .free, .digitalHome .content-wrapper .content-one .content-box-right .right .introduceC {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-top: 36px;
    padding: 0;
    line-height: 36px;
    border: 1px solid #0877fd;
    color: #0877fd;
    text-align: center;
    cursor: pointer;
    border: 1px solid #2e60ff;
    border-radius: 3px
}
.digitalHome .content-wrapper .content-one .content-box-left .right .free, .digitalHome .content-wrapper .content-one .content-box-right .right .free {
    background: #0877fd;
    color: #fff;
    border: 1px solid #0877fd
}
.digitalHome .content-wrapper .content-one .bg {
    background: #fff
}
.digitalHome .content-wrapper .content-one .content-box-left {
    background-color: #fff
}
.digitalHome .content-wrapper .content-one .content-box-left .right {
    margin-right: 60px
}
.digitalHome .content-wrapper .ant-tabs-bar {
    display: none
}
.digitalHome .content-wrapper .ant-tabs-content {
    padding-top: 12px
}
.digitalHome .content-wrapper .pdb0 {
    padding-bottom: 0!important
}
.digitalHome .bg_item {
    background: #f3f5f6
}
.digitalHome .pdv60 {
    padding-top: 60px;
    padding-bottom: 60px
}
#video {
    overflow: hidden!important
}
.layui-layer-rim {
    border-color: transparent!important
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.home {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-width: 1201px
}
.content-ec-wrapper {
    width: 100%;
    height: 3107px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/ECommerce/bg.png") no-repeat top;
    background-size: cover
}
.content-ec-wrapper .imgWrapper {
    width: 100%;
    text-align: center
}
.content-ec-wrapper .imgWrapper .wrapTitle {
    display: inline-block;
    width: 705px;
    height: 277px;
    margin-top: 162px
}
.content-ec-wrapper .secondImgWrapper {
    width: 1200px;
    height: 380px;
    margin: 160px auto 100px
}
.content-ec-wrapper .secondImgWrapper .leftImgWrapper {
    display: inline-block;
    width: 486px;
    height: 380px;
    margin-right: 24px;
    vertical-align: top;
    box-shadow: 0 10px 10px #333
}
.content-ec-wrapper .secondImgWrapper .leftImgWrapper .leftImg {
    width: 486px;
    height: 380px
}
.content-ec-wrapper .secondImgWrapper .rightImgWrapper {
    display: inline-block;
    width: 690px;
    height: 380px;
    background-color: #fff;
    vertical-align: top;
    padding: 1% 2.1%;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/ECommerce/copyWritingArea.png");
    box-shadow: 0 10px 10px #333
}
.content-ec-wrapper .secondImgWrapper .rightImgWrapper .textHeader {
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #fff;
    line-height: 32px
}
.content-ec-wrapper .secondImgWrapper .rightImgWrapper .rightText {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #fff;
    line-height: 32px
}
.content-ec-wrapper .recordWrapper {
    width: 1201px;
    height: 642px;
    margin: 110px auto
}
.content-ec-wrapper .recordWrapper .recordHeader {
    width: 643px;
    height: 122px;
    margin: 0 auto 40px;
    background-image: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/ECommerce/title.png");
    background-size: cover
}
.content-ec-wrapper .recordWrapper .recordHeader .recordText {
    display: inline-block;
    margin: 45px 253px 37px 228px;
    width: 153px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff
}
.content-ec-wrapper .recordWrapper .recordImgWrapper {
    margin: 0 auto
}
.content-ec-wrapper .recordWrapper .recordImgWrapper .threeImgOne {
    width: 385px;
    height: 480px;
    margin-right: 23px;
    box-shadow: 0 10px 10px #333
}
.content-ec-wrapper .recordWrapper .recordImgWrapper .threeImgOne:last-child {
    margin-right: 0
}
.content-ec-wrapper .skillWrapper {
    width: 1201px;
    margin: 80px auto
}
.content-ec-wrapper .skillWrapper .skillHeader {
    width: 643px;
    height: 122px;
    margin: 0 auto;
    background-image: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/ECommerce/title.png");
    background-size: cover;
    margin-bottom: 40px
}
.content-ec-wrapper .skillWrapper .skillHeader .skillText {
    display: inline-block;
    margin: 45px 253px 37px 228px;
    width: 153px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff
}
.content-ec-wrapper .skillWrapper .img .skillImgWrapper {
    display: inline-block;
    text-align: center;
    width: 384px;
    height: 134px;
    margin-right: 24px
}
.content-ec-wrapper .skillWrapper .img .skillImgWrapper:nth-child(3n) {
    margin-right: 0
}
.content-ec-wrapper .skillWrapper .img .skillImgWrapper .skillImg {
    display: inline-block;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    margin-bottom: 16px
}
.content-ec-wrapper .skillWrapper .img .skillImgWrapper .skillTitle {
    text-align: center;
    margin-bottom: 16px;
    color: #fff
}
.content-ec-wrapper .skillWrapper .img .skillImgWrapper .skillDesc {
    text-align: center;
    color: #fff
}
.content-ec-wrapper .testWrapper {
    width: 1201px;
    margin: 100px auto 0;
    overflow: hidden
}
.content-ec-wrapper .testWrapper .testHeader {
    width: 643px;
    height: 122px;
    margin: 0 auto;
    background-image: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/ECommerce/title.png");
    background-size: cover
}
.content-ec-wrapper .testWrapper .testHeader .testText {
    display: inline-block;
    margin: 45px 237px 37px;
    text-align: center;
    width: 153px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff
}
.content-ec-wrapper .testWrapper .contentBox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
    overflow: hidden
}
.content-ec-wrapper .testWrapper .contentBox .contentLeft {
    float: left;
    width: 510px;
    margin-right: 132px
}
.content-ec-wrapper .testWrapper .contentBox .contentLeft .contentDesc {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}
.content-ec-wrapper .testWrapper .contentBox .contentLeft .first {
    margin-top: 80px
}
.content-ec-wrapper .testWrapper .contentBox .contentLeft .first .top .img {
    width: 110px;
    height: 46px;
    margin-right: 38px
}
.content-ec-wrapper .testWrapper .contentBox .contentLeft .first .top .imgDesc {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0
}
.content-ec-wrapper .testWrapper .contentBox .contentLeft .first .bottom h1 {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    margin-left: 148px;
    margin-bottom: 0
}
.content-ec-wrapper .testWrapper .contentBox .contentRight {
    float: left;
    width: 456px
}
.content-ec-wrapper .testWrapper .contentBox .contentRight .inputBox {
    width: 456px;
    height: 48px;
    margin-bottom: 16px
}
.content-ec-wrapper .testWrapper .contentBox .contentRight .inputBox .label {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 0
}
.content-ec-wrapper .testWrapper .contentBox .contentRight .inputBox .input {
    float: right;
    width: 365px;
    height: 48px;
    opacity: .4;
    background: #141328;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff
}
.content-ec-wrapper .testWrapper .contentBox .contentRight .inputBox .summit {
    float: right;
    width: 365px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    background-image: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/ECommerce/btn.png");
    -webkit-background-size: cover;
    background-size: cover
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    line-height: 24px
}
.title_des {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #6b798e;
    line-height: 18px
}
.Home {
    min-width: 1250px;
    background-color: #fff
}
.Home .blueline, .Home .whiteline {
    position: absolute;
    height: 4px;
    width: 48px;
    background-color: #28e;
    margin-top: 32px
}
.Home .whiteline {
    margin-top: 20px;
    background-color: #fff
}
.Home .iconfonts {
    font-family: i-marketing-website
}
.content {
    width: 100%
}
.content .content-zero {
    text-align: center
}
.content .content-zero .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    line-height: 24px;
    margin-top: 80px;
    text-align: center
}
.content .content-zero .box-content {
    padding-top: 12px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.content .content-zero .box-content .block {
    display: inline-block;
    width: 200px;
    height: 232px;
    padding: 32px 0;
    margin: 0 48px 80px 0;
    vertical-align: bottom;
    text-align: center;
    border: none!important
}
.content .content-zero .box-content .block .imgBox {
    height: 80px;
    margin-bottom: 24px
}
.content .content-zero .box-content .block .text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222
}
.content .content-zero .box-content .block .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}
.content .content-zero .box-content .block:last-child {
    margin-right: 0
}
.content .content-zero .go {
    display: inline-block;
    width: 144px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    background: #2e60ff;
    border-radius: 3px;
    margin-bottom: 80px
}
.content .content-box-left, .content .content-box-right {
    height: 500px;
    width: 100%;
    padding: 60px 0;
    background-color: #f9f9fa;
    text-align: center
}
.content .content-box-left .left, .content .content-box-right .left {
    vertical-align: top
}
.content .content-box-left .right, .content .content-box-right .right {
    display: inline-block;
    padding: 100px 0 0;
    text-align: left
}
.content .content-box-left .right .box-title, .content .content-box-right .right .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    line-height: 24px;
    text-align: left;
    line-height: 32px;
    margin-bottom: 16px
}
.content .content-box-left .right .desc, .content .content-box-right .right .desc {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #6b798e;
    line-height: 18px
}
.content .content-box-left .right .first, .content .content-box-right .right .first {
    margin-top: 64px
}
.content .content-box-left .right .advantage, .content .content-box-right .right .advantage {
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
    line-height: 24px
}
.content .content-box-left .right .advantage .iconfonts, .content .content-box-right .right .advantage .iconfonts {
    margin-right: 12px;
    color: #28e;
    font-size: 16px
}
.content .content-box-left .right .advantage .text, .content .content-box-right .right .advantage .text {
    display: inline-block;
    vertical-align: top
}
.content .content-box-right .left {
    margin-right: 60px
}
.content .content-box-left {
    background-color: #fff
}
.content .content-box-left .right {
    margin-right: 60px
}
.content .content-two {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    line-height: 24px;
    font-family: PingFangSC-Regular;
    background: #f6f7fa;
    height: 556px;
    padding-top: 80px;
    text-align: center;
    position: relative
}
.content .content-two .desc-list {
    font-size: 12px;
    line-height: 16px;
    color: #6b798e;
    display: inline-block;
    margin: 44px 40px 44px 0
}
.content .content-two .desc-list .iconfont {
    margin-right: 8px;
    color: #0877fd;
    font-size: 16px
}
.content .content-two .img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}
.content .content-two .img img {
    height: 270px
}
.content .content-two .advantage-desc {
    display: inline-block;
    margin-bottom: 72px
}
.content .content-two .advantage-desc img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 24px;
    box-shadow: 0 4px 11px 0 rgba(84,100,151,.3)
}
.content .content-two .advantage-desc .advantage-box {
    width: 320px;
    text-align: left;
    margin-top: 8px
}
.content .content-two .advantage-desc .advantage-box .advantage-title {
    font-size: 16px;
    color: #222
}
.content .content-two .advantage-desc .advantage-box .advantage-desc2 {
    font-size: 12px;
    color: #6b798e;
    line-height: 16px
}
.content .content-two .marginRight160 {
    margin-right: 160px
}
.content .contentThree {
    margin-bottom: 80px;
    text-align: center
}
.content .contentThree .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
.content .contentThree .box-content {
    padding-top: 60px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.content .contentThree .box-content .block {
    display: inline-block;
    width: 200px;
    margin: 0 24px 0 0;
    border-radius: 4px;
    vertical-align: bottom;
    text-align: center
}
.content .contentThree .box-content .block .img {
    width: 80px;
    margin-bottom: 16px;
    cursor: pointer
}
.content .contentThree .box-content .block .text {
    font-size: 16px;
    margin-bottom: 8px;
    color: #222
}
.content .contentThree .box-content .block .advantage-text {
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px
}
.content .contentThree .box-content .block:last-child {
    margin-right: 0
}
.iconfonts {
    font-family: i-marketing-website;
    color: #28e;
    font-size: 50px
}
.button {
    font-family: PingFangSC-Regular;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #2e60ff;
    width: 120px;
    height: 36px;
    margin-top: 32px;
    text-align: center;
    border-radius: 3px;
    line-height: 36px
}
#iMHome2 .title {
    text-align: center;
    font-size: 24px;
    color: #222
}
#iMHome2 .blueline, #iMHome2 .whiteline {
    position: absolute;
    height: 4px;
    width: 48px;
    background-color: #28e;
    margin-top: 32px
}
#iMHome2 .whiteline {
    margin-top: 20px;
    background-color: #fff
}
#iMHome2 .iconfonts {
    font-family: i-marketing-website
}
#iMHome2 .im2-content {
    width: 100%
}
#iMHome2 .im2-content .content-box-middle {
    height: 680px;
    padding: 100px 0 0;
    text-align: center
}
#iMHome2 .im2-content .content-box-middle .blueline {
    margin-top: 24px
}
#iMHome2 .im2-content .content-box-middle .box-title {
    text-align: center;
    font-size: 24px;
    color: #222;
    position: relative;
    width: 600px;
    height: 56px;
    margin: 0 auto
}
#iMHome2 .im2-content .content-box-middle .box-title .blueline {
    left: 255px
}
#iMHome2 .im2-content .content-box-middle .box-content {
    padding-top: 84px;
    text-align: center
}
#iMHome2 .im2-content .content-box-middle .box-content .block {
    display: inline-block;
    width: 340px;
    height: 360px;
    margin-right: 90px;
    padding: 0 40px 14px;
    vertical-align: bottom;
    text-align: center
}
#iMHome2 .im2-content .content-box-middle .box-content .block .img {
    height: 200px;
    width: 200px;
    margin-bottom: 24px
}
#iMHome2 .im2-content .content-box-middle .box-content .block .text {
    font-size: 20px;
    color: #222
}
#iMHome2 .im2-content .content-box-middle .box-content .block:last-child {
    margin-right: 0
}
#iMHome2 .im2-content .content-box-left, #iMHome2 .im2-content .content-box-right {
    height: 600px;
    width: 100%;
    padding: 90px 0;
    background-color: #f9f9fa;
    text-align: center
}
#iMHome2 .im2-content .content-box-left .left, #iMHome2 .im2-content .content-box-right .left {
    width: 400px;
    height: 320px;
    vertical-align: top
}
#iMHome2 .im2-content .content-box-left .right, #iMHome2 .im2-content .content-box-right .right {
    display: inline-block;
    width: 610px;
    padding: 33px 0;
    text-align: left
}
#iMHome2 .im2-content .content-box-left .right .box-title, #iMHome2 .im2-content .content-box-right .right .box-title {
    text-align: center;
    font-size: 24px;
    color: #222;
    text-align: left;
    line-height: 32px
}
#iMHome2 .im2-content .content-box-left .right .desc, #iMHome2 .im2-content .content-box-right .right .desc {
    margin-top: 24px;
    line-height: 28px;
    font-size: 12px;
    color: #222
}
#iMHome2 .im2-content .content-box-left .right .first, #iMHome2 .im2-content .content-box-right .right .first {
    margin-top: 64px
}
#iMHome2 .im2-content .content-box-left .right .advantage, #iMHome2 .im2-content .content-box-right .right .advantage {
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
    line-height: 24px
}
#iMHome2 .im2-content .content-box-left .right .advantage .iconfonts, #iMHome2 .im2-content .content-box-right .right .advantage .iconfonts {
    margin-right: 12px;
    color: #28e;
    font-size: 16px
}
#iMHome2 .im2-content .content-box-left .right .advantage .text, #iMHome2 .im2-content .content-box-right .right .advantage .text {
    display: inline-block;
    width: 570px;
    vertical-align: top
}
#iMHome2 .im2-content .content-box-right .left {
    margin-right: 60px
}
#iMHome2 .im2-content .content-box-left {
    background-color: #fff
}
#iMHome2 .im2-content .content-box-left .right {
    margin-right: 60px
}
#iMHome2 .im2-content .product {
    padding: 134px 0 14px;
    background-image: linear-gradient(45deg, #2d8cf0, #2965d1);
    text-align: center
}
#iMHome2 .im2-content .product .product-wrapper {
    display: inline-block;
    width: 1200px;
    text-align: center
}
#iMHome2 .im2-content .product .product-wrapper .title-box {
    display: inline-block;
    width: 380px;
    height: 202px;
    vertical-align: top;
    text-align: left;
    margin-right: 30px
}
#iMHome2 .im2-content .product .product-wrapper .title-box .title {
    text-align: left;
    font-size: 32px;
    color: #fff
}
#iMHome2 .im2-content .product .product-wrapper .title-box .desc {
    width: 290px;
    margin-top: 44px;
    line-height: 22px;
    opacity: .6;
    font-size: 16px;
    color: #fff
}
#iMHome2 .im2-content .product .product-wrapper .box {
    display: inline-block;
    width: 380px;
    height: 210px;
    padding: 0 40px;
    margin: 0 30px 70px 0;
    background-color: rgba(0,0,0,.08)
}
#iMHome2 .im2-content .product .product-wrapper .box:nth-of-type(3), #iMHome2 .im2-content .product .product-wrapper .box:nth-of-type(6) {
    margin-right: 0
}
#iMHome2 .im2-content .product .product-wrapper .box .logo {
    position: relative;
    height: 80px;
    width: 80px;
    margin-top: -30px;
    line-height: 80px;
    text-align: center;
    color: #28e;
    background-color: #fff;
    border-radius: 8px
}
#iMHome2 .im2-content .product .product-wrapper .box .logo .iconfonts {
    font-size: 50px
}
#iMHome2 .im2-content .product .product-wrapper .box .title {
    margin: 30px 0 20px;
    text-align: left;
    font-size: 20px;
    color: #fff
}
#iMHome2 .im2-content .product .product-wrapper .box .desc {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: .6
}
#iMHome2 .im2-content .booking {
    position: relative;
    height: 635px;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background-color: #f9f9fa
}
#iMHome2 .im2-content .booking .title {
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-bottom: 40px
}
#iMHome2 .im2-content .booking .ant-input {
    width: 400px;
    height: 40px;
    padding-left: 20px;
    margin-right: 20px;
    line-height: 40px;
    border: 1px solid #e0e0e0
}
#iMHome2 .im2-content .booking .ant-btn {
    width: 96px;
    height: 40px;
    line-height: 40px;
    background-color: #28e;
    font-size: 14px;
    color: #fff
}
#iMHome2 .im2-content .booking .ant-btn a {
    color: #fff
}
#iMHome2 .im2-content .booking img {
    margin-top: 20px
}
#iMHome2 .im2-content .shop-user {
    height: 711px;
    padding: 100px 0;
    background-color: #fff;
    text-align: center
}
#iMHome2 .im2-content .shop-user .title {
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-bottom: 60px
}
#iMHome2 .im2-content .shop-user .logo-wrapper {
    display: inline-block;
    width: 1210px
}
#iMHome2 .im2-content .shop-user .logo-wrapper .box {
    display: inline-block;
    height: 210px;
    width: 200px;
    text-align: center;
    line-height: 210px;
    background: #fff;
    box-shadow: 0 0 0 1px #e0e0e0
}
#iMHome2 .im2-content .shop-user .logo-wrapper .logo {
    width: 88px;
    height: 88px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px
}
.iMHome {
    min-width: 1200px
}
.iMHome, .iMHome .content-wrapper {
    background-color: #fff
}
.iMHome .content-wrapper .content-two, .iMHome .content-wrapper .content-zero {
    text-align: center;
    padding-bottom: 80px
}
.iMHome .content-wrapper .content-two .box-title, .iMHome .content-wrapper .content-zero .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
.iMHome .content-wrapper .content-two .box-content, .iMHome .content-wrapper .content-zero .box-content {
    padding-top: 44px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.iMHome .content-wrapper .content-two .box-content .block, .iMHome .content-wrapper .content-zero .box-content .block {
    display: inline-block;
    width: 200px;
    margin: 0 48px 0 0;
    border-radius: 4px;
    border: none!important;
    padding: 0 0 12px;
    vertical-align: bottom;
    text-align: center
}
.iMHome .content-wrapper .content-two .box-content .block .imgBox, .iMHome .content-wrapper .content-zero .box-content .block .imgBox {
    height: 80px;
    margin-bottom: 24px
}
.iMHome .content-wrapper .content-two .box-content .block .imgBox .img, .iMHome .content-wrapper .content-zero .box-content .block .imgBox .img {
    width: 80px
}
.iMHome .content-wrapper .content-two .box-content .block .text, .iMHome .content-wrapper .content-zero .box-content .block .text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222
}
.iMHome .content-wrapper .content-two .box-content .block .advantage-text, .iMHome .content-wrapper .content-zero .box-content .block .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}
.iMHome .content-wrapper .content-two .box-content .block:last-child, .iMHome .content-wrapper .content-zero .box-content .block:last-child {
    margin-right: 0
}
.iMHome .content-wrapper .content-two .box-content {
    padding-top: 14px
}
.iMHome .content-wrapper .content-two .box-content .block {
    cursor: pointer
}
.iMHome .content-wrapper .content-two .box-content .block .imgBox {
    height: 56px;
    margin-bottom: 24px
}
.iMHome .content-wrapper .content-two .box-content .block .imgBox .img {
    width: 56px
}
.iMHome .content-wrapper .content-two .businessList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}
.iMHome .content-wrapper .content-two .businessList:last-child {
    margin-bottom: 0
}
.iMHome .content-wrapper .content-two .businessItem {
    width: 240px;
    color: #2f2e2e;
    text-align: left;
    margin-right: 80px
}
.iMHome .content-wrapper .content-two .businessItem:last-child {
    margin-right: 0
}
.iMHome .content-wrapper .content-two .businessItem .header {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #434242
}
.iMHome .content-wrapper .content-two .businessItem .header .icon {
    margin-right: 11px
}
.iMHome .content-wrapper .content-two .businessItem .desc {
    font-size: 12px;
    margin-top: 16px
}
.iMHome .content-wrapper .toggleContent {
    position: relative;
    background: #f3f5f6
}
.iMHome .content-wrapper .toggleContent .toggleWrapper {
    width: 1200px;
    margin: 0 auto
}
.iMHome .content-wrapper .toggleContent .triangleBorderUp {
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #f3f5f6;
    position: absolute;
    top: -12px;
    margin-left: -12px
}
.iMHome .content-wrapper .content-one .content-box-left, .iMHome .content-wrapper .content-one .content-box-right {
    height: 500px;
    width: 100%;
    background-color: #f9f9fa;
    text-align: center
}
.iMHome .content-wrapper .content-one .content-box-left .left, .iMHome .content-wrapper .content-one .content-box-right .left {
    vertical-align: top
}
.iMHome .content-wrapper .content-one .content-box-left .right, .iMHome .content-wrapper .content-one .content-box-right .right {
    display: inline-block;
    text-align: left
}
.iMHome .content-wrapper .content-one .content-box-left .right .box-title, .iMHome .content-wrapper .content-one .content-box-right .right .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    text-align: left;
    line-height: 32px;
    margin-top: 140px
}
.iMHome .content-wrapper .content-one .content-box-left .right .marginTop, .iMHome .content-wrapper .content-one .content-box-right .right .marginTop {
    margin-top: 140px
}
.iMHome .content-wrapper .content-one .content-box-left .right .desc, .iMHome .content-wrapper .content-one .content-box-right .right .desc {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px;
    text-align: left
}
.iMHome .content-wrapper .content-one .content-box-left .right .advantage, .iMHome .content-wrapper .content-one .content-box-right .right .advantage {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px;
    margin-top: 11px;
    text-align: left;
    position: relative;
    padding-left: 28px
}
.iMHome .content-wrapper .content-one .content-box-left .right .advantage .iconfont, .iMHome .content-wrapper .content-one .content-box-right .right .advantage .iconfont {
    margin-right: 12px;
    color: #0877fd;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 1px
}
.iMHome .content-wrapper .content-one .content-box-left .right .advantage .text, .iMHome .content-wrapper .content-one .content-box-right .right .advantage .text {
    display: inline-block;
    vertical-align: top
}
.iMHome .content-wrapper .content-one .content-box-left .right .first, .iMHome .content-wrapper .content-one .content-box-right .right .first {
    margin-top: 36px!important
}
.iMHome .content-wrapper .content-one .content-box-left .right .free, .iMHome .content-wrapper .content-one .content-box-left .right .introduceC, .iMHome .content-wrapper .content-one .content-box-right .right .free, .iMHome .content-wrapper .content-one .content-box-right .right .introduceC {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-top: 36px;
    padding: 0;
    line-height: 36px;
    border: 1px solid #0877fd;
    color: #0877fd;
    text-align: center;
    cursor: pointer;
    border: 1px solid #2e60ff;
    border-radius: 3px
}
.iMHome .content-wrapper .content-one .content-box-left .right .free, .iMHome .content-wrapper .content-one .content-box-right .right .free {
    background: #0877fd;
    color: #fff;
    border: 1px solid #0877fd
}
.iMHome .content-wrapper .content-one .bg {
    background: #fff
}
.iMHome .content-wrapper .content-one .content-box-left {
    background-color: #fff
}
.iMHome .content-wrapper .content-one .content-box-left .right {
    margin-right: 60px
}
.iMHome .content-wrapper .content-one img {
    width: 400px;
    height: 320px;
    margin-top: 90px
}
.iMHome .bg_item {
    background: #f3f5f6
}
.iMHome .pdv60 {
    padding-top: 60px;
    padding-bottom: 60px
}
#video {
    overflow: hidden!important
}
#iMHome2 .title {
    text-align: center;
    font-size: 24px;
    color: #222
}
#iMHome2 .blueline, #iMHome2 .whiteline {
    position: absolute;
    height: 4px;
    width: 48px;
    background-color: #28e;
    margin-top: 32px
}
#iMHome2 .whiteline {
    margin-top: 20px;
    background-color: #fff
}
#iMHome2 .iconfonts {
    font-family: i-marketing-website
}
#iMHome2 .im2-content {
    width: 100%
}
#iMHome2 .im2-content .content-box-middle {
    height: 680px;
    padding: 100px 0 0;
    text-align: center
}
#iMHome2 .im2-content .content-box-middle .blueline {
    margin-top: 24px
}
#iMHome2 .im2-content .content-box-middle .box-title {
    text-align: center;
    font-size: 24px;
    color: #222;
    position: relative;
    width: 600px;
    height: 56px;
    margin: 0 auto
}
#iMHome2 .im2-content .content-box-middle .box-title .blueline {
    left: 255px
}
#iMHome2 .im2-content .content-box-middle .box-content {
    padding-top: 84px;
    text-align: center
}
#iMHome2 .im2-content .content-box-middle .box-content .block {
    display: inline-block;
    width: 340px;
    height: 360px;
    margin-right: 90px;
    padding: 0 40px 14px;
    vertical-align: bottom;
    text-align: center
}
#iMHome2 .im2-content .content-box-middle .box-content .block .img {
    height: 200px;
    width: 200px;
    margin-bottom: 24px
}
#iMHome2 .im2-content .content-box-middle .box-content .block .text {
    font-size: 20px;
    color: #222
}
#iMHome2 .im2-content .content-box-middle .box-content .block:last-child {
    margin-right: 0
}
#iMHome2 .im2-content .content-box-left, #iMHome2 .im2-content .content-box-right {
    height: 600px;
    width: 100%;
    padding: 90px 0;
    background-color: #f9f9fa;
    text-align: center
}
#iMHome2 .im2-content .content-box-left .left, #iMHome2 .im2-content .content-box-right .left {
    width: 400px;
    height: 320px;
    vertical-align: top
}
#iMHome2 .im2-content .content-box-left .right, #iMHome2 .im2-content .content-box-right .right {
    display: inline-block;
    width: 610px;
    padding: 33px 0;
    text-align: left
}
#iMHome2 .im2-content .content-box-left .right .box-title, #iMHome2 .im2-content .content-box-right .right .box-title {
    text-align: center;
    font-size: 24px;
    color: #222;
    text-align: left;
    line-height: 32px
}
#iMHome2 .im2-content .content-box-left .right .desc, #iMHome2 .im2-content .content-box-right .right .desc {
    margin-top: 24px;
    line-height: 28px;
    font-size: 12px;
    color: #222
}
#iMHome2 .im2-content .content-box-left .right .first, #iMHome2 .im2-content .content-box-right .right .first {
    margin-top: 64px
}
#iMHome2 .im2-content .content-box-left .right .advantage, #iMHome2 .im2-content .content-box-right .right .advantage {
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
    line-height: 24px
}
#iMHome2 .im2-content .content-box-left .right .advantage .iconfonts, #iMHome2 .im2-content .content-box-right .right .advantage .iconfonts {
    margin-right: 12px;
    color: #28e;
    font-size: 16px
}
#iMHome2 .im2-content .content-box-left .right .advantage .text, #iMHome2 .im2-content .content-box-right .right .advantage .text {
    display: inline-block;
    width: 570px;
    vertical-align: top
}
#iMHome2 .im2-content .content-box-right .left {
    margin-right: 60px
}
#iMHome2 .im2-content .content-box-left {
    background-color: #fff
}
#iMHome2 .im2-content .content-box-left .right {
    margin-right: 60px
}
#iMHome2 .im2-content .product {
    padding: 134px 0 14px;
    background-image: linear-gradient(45deg, #2d8cf0, #2965d1);
    text-align: center
}
#iMHome2 .im2-content .product .product-wrapper {
    display: inline-block;
    width: 1200px;
    text-align: center
}
#iMHome2 .im2-content .product .product-wrapper .title-box {
    display: inline-block;
    width: 380px;
    height: 202px;
    vertical-align: top;
    text-align: left;
    margin-right: 30px
}
#iMHome2 .im2-content .product .product-wrapper .title-box .title {
    text-align: left;
    font-size: 32px;
    color: #fff
}
#iMHome2 .im2-content .product .product-wrapper .title-box .desc {
    width: 290px;
    margin-top: 44px;
    line-height: 22px;
    opacity: .6;
    font-size: 16px;
    color: #fff
}
#iMHome2 .im2-content .product .product-wrapper .box {
    display: inline-block;
    width: 380px;
    height: 210px;
    padding: 0 40px;
    margin: 0 30px 70px 0;
    background-color: rgba(0,0,0,.08)
}
#iMHome2 .im2-content .product .product-wrapper .box:nth-of-type(3), #iMHome2 .im2-content .product .product-wrapper .box:nth-of-type(6) {
    margin-right: 0
}
#iMHome2 .im2-content .product .product-wrapper .box .logo {
    position: relative;
    height: 80px;
    width: 80px;
    margin-top: -30px;
    line-height: 80px;
    text-align: center;
    color: #28e;
    background-color: #fff;
    border-radius: 8px
}
#iMHome2 .im2-content .product .product-wrapper .box .logo .iconfonts {
    font-size: 50px
}
#iMHome2 .im2-content .product .product-wrapper .box .title {
    margin: 30px 0 20px;
    text-align: left;
    font-size: 20px;
    color: #fff
}
#iMHome2 .im2-content .product .product-wrapper .box .desc {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: .6
}
#iMHome2 .im2-content .booking {
    position: relative;
    height: 584px;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    background-color: #f9f9fa
}
#iMHome2 .im2-content .booking .title {
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-bottom: 40px
}
#iMHome2 .im2-content .booking .ant-input {
    width: 400px;
    height: 40px;
    padding-left: 20px;
    margin-right: 20px;
    line-height: 40px;
    border: 1px solid #e0e0e0
}
#iMHome2 .im2-content .booking .ant-btn {
    width: 96px;
    height: 40px;
    line-height: 40px;
    background-color: #28e;
    font-size: 14px;
    color: #fff
}
#iMHome2 .im2-content .booking .ant-btn a {
    color: #fff
}
#iMHome2 .im2-content .booking img {
    margin-top: 20px
}
#iMHome2 .im2-content .shop-user {
    padding: 80px 0;
    background-color: #fff;
    text-align: center
}
#iMHome2 .im2-content .shop-user .title {
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-bottom: 60px
}
#iMHome2 .im2-content .shop-user .logo-wrapper {
    display: inline-block;
    width: 1210px;
    margin-bottom: 0
}
#iMHome2 .im2-content .shop-user .logo-wrapper .box {
    display: inline-block;
    height: 210px;
    width: 200px;
    text-align: center;
    line-height: 210px;
    background: #fff;
    box-shadow: 0 0 0 1px #e0e0e0
}
#iMHome2 .im2-content .shop-user .logo-wrapper .logo {
    width: 88px;
    height: 88px
}
.findpw .findpw-wrapper {
    width: 100%;
    height: 585px
}
.findpw .findpw-wrapper .container {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/login/login_banner.jpg") no-repeat;
    background-position: -464px 0
}
.findpw .findpw-wrapper .container .findpw-box {
    padding: 24px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 80px;
    width: 344px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.29);
    border-radius: 4px
}
.findpw .findpw-wrapper .container .findpw-box .title {
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.findpw .findpw-wrapper .container .findpw-box .box {
    width: 264px;
    height: 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    color: #ccc;
    position: relative
}
.findpw .findpw-wrapper .container .findpw-box .box input {
    border: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    color: #000;
    width: 80%
}
.findpw .findpw-wrapper .container .findpw-box .box label {
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 12px;
    cursor: auto;
    z-index: 2
}
.findpw .findpw-wrapper .container .findpw-box .box .icon {
    margin-right: 8px
}
.findpw .findpw-wrapper .container .findpw-box .box .icon-pw {
    margin-right: 10px
}
.findpw .findpw-wrapper .container .findpw-box .box>em {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #eaeaea
}
.findpw .findpw-wrapper .container .findpw-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.findpw .findpw-wrapper .container .findpw-box .ac, .findpw .findpw-wrapper .container .findpw-box .word {
    margin-bottom: 16px
}
.findpw .findpw-wrapper .container .findpw-box .word input {
    width: 58%
}
.findpw .findpw-wrapper .container .findpw-box .word>em:nth-of-type(2) {
    right: 84px
}
.findpw .findpw-wrapper .container .findpw-box .word>a {
    font-size: 12px;
    color: #0877fd;
    line-height: 16px
}
.findpw .findpw-wrapper .container .findpw-box .pw {
    margin-bottom: 16px
}
.findpw .findpw-wrapper .container .findpw-box .btn {
    background: #0877fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 24px;
    padding: 0;
    cursor: pointer
}
.findpw .findpw-wrapper .container .findpw-box .forget {
    display: block;
    font-size: 12px;
    color: #0877fd;
    line-height: 16px;
    text-align: right
}
.findpw .findpw-wrapper .container .findpw-box p {
    font-size: 12px;
    color: #ccc;
    line-height: 16px
}
.findpw .findpw-wrapper .container .findpw-box p>a {
    color: #0877fd
}
.findpw ::-webkit-input-placeholder {
color:#ccc
}
.findpw :-moz-placeholder, .findpw ::-moz-placeholder {
color:#ccc
}
.findpw :-ms-input-placeholder {
color:#ccc
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.login .login-wrapper {
    width: 100%;
    height: 585px
}
.login .login-wrapper .container {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/login/login_banner.jpg") no-repeat;
    background-position: -464px 0
}
.login .login-wrapper .container .login-box {
    padding: 24px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 80px;
    width: 344px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.29);
    border-radius: 4px
}
.login .login-wrapper .container .login-box .title {
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.login .login-wrapper .container .login-box .box {
    width: 264px;
    height: 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    color: #ccc;
    position: relative
}
.login .login-wrapper .container .login-box .box input {
    border: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    color: #000;
    width: 80%
}
.login .login-wrapper .container .login-box .box label {
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 12px;
    cursor: auto
}
.login .login-wrapper .container .login-box .box .icon {
    margin-right: 8px
}
.login .login-wrapper .container .login-box .box .icon-pw {
    margin-right: 10px
}
.login .login-wrapper .container .login-box .box>em {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #eaeaea
}
.login .login-wrapper .container .login-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.login .login-wrapper .container .login-box .ac {
    margin-bottom: 16px
}
.login .login-wrapper .container .login-box .pw {
    margin-bottom: 14px
}
.login .login-wrapper .container .login-box .btn {
    background: #0877fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 24px;
    padding: 0;
    cursor: pointer
}
.login .login-wrapper .container .login-box .href {
    font-size: 12px;
    color: #0877fd;
    line-height: 16px;
    overflow: hidden
}
.login .login-wrapper .container .login-box .href .apply {
    float: left
}
.login .login-wrapper .container .login-box .href .checkbox {
    position: relative;
    top: 2px
}
.login .login-wrapper .container .login-box .href .forget {
    float: right
}
.login .login-wrapper .container .login-box p {
    font-size: 12px;
    color: #ccc;
    line-height: 16px
}
.login .login-wrapper .container .login-box p>a {
    color: #0877fd
}
.login ::-webkit-input-placeholder {
color:#ccc
}
.login :-moz-placeholder, .login ::-moz-placeholder {
color:#ccc
}
.login :-ms-input-placeholder {
color:#ccc
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.sign-up .sign-up-wrapper {
    width: 100%;
    height: 585px
}
.sign-up .sign-up-wrapper .container {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/login/login_banner.jpg") no-repeat;
    background-position: -464px 0
}
.sign-up .sign-up-wrapper .container .sign-up-box {
    padding: 24px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 80px;
    width: 344px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.29);
    border-radius: 4px
}
.sign-up .sign-up-wrapper .container .sign-up-box .title {
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.sign-up .sign-up-wrapper .container .sign-up-box .box {
    width: 264px;
    height: 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    color: #ccc;
    margin-bottom: 16px;
    position: relative
}
.sign-up .sign-up-wrapper .container .sign-up-box .box input {
    border: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    color: #000;
    width: 80%;
    position: absolute;
    top: 10px;
    left: 32px
}
.sign-up .sign-up-wrapper .container .sign-up-box .box label {
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 12px;
    cursor: auto;
    z-index: 2
}
.sign-up .sign-up-wrapper .container .sign-up-box .box .icon {
    margin-right: 8px
}
.sign-up .sign-up-wrapper .container .sign-up-box .box .icon-pw {
    margin-right: 10px
}
.sign-up .sign-up-wrapper .container .sign-up-box .box>em {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #eaeaea
}
.sign-up .sign-up-wrapper .container .sign-up-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img {
    margin-bottom: 16px
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img .error {
    font-size: 12px;
    color: red
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img>p {
    line-height: 28px
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img .img-btn, .sign-up .sign-up-wrapper .container .sign-up-box .upload-img .img-show {
    cursor: pointer;
    width: 152px;
    background: #fafafa;
    border: 1px dashed #e0e0e0;
    box-shadow: inset 0 -4px 0 0 #fff, inset 4px 0 0 0 #fff, inset -4px 0 0 0 #fff, inset 0 4px 0 0 #fff;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img .img-btn>span, .sign-up .sign-up-wrapper .container .sign-up-box .upload-img .img-show>span {
    margin-left: 8px
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img .img-btn>img, .sign-up .sign-up-wrapper .container .sign-up-box .upload-img .img-show>img {
    width: 100%
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img .img-show {
    padding: 5px
}
.sign-up .sign-up-wrapper .container .sign-up-box .upload-img .upload-input-wrapper {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 113px;
    top: 2px;
    width: 150px
}
.sign-up .sign-up-wrapper .container .sign-up-box .word {
    margin-bottom: 16px
}
.sign-up .sign-up-wrapper .container .sign-up-box .word input {
    width: 48%
}
.sign-up .sign-up-wrapper .container .sign-up-box .word>em:nth-of-type(2) {
    right: 98px
}
.sign-up .sign-up-wrapper .container .sign-up-box .word .word-wrapper {
    width: 35%;
    text-align: center;
    position: absolute;
    left: 165px;
    top: 6px
}
.sign-up .sign-up-wrapper .container .sign-up-box .word .word-wrapper>a {
    font-size: 12px;
    color: #0877fd;
    line-height: 16px
}
.sign-up .sign-up-wrapper .container .sign-up-box .btn {
    background: #0877fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 24px;
    padding: 0;
    cursor: pointer
}
.sign-up .sign-up-wrapper .container .sign-up-box p {
    font-size: 12px;
    color: #ccc
}
.sign-up .sign-up-wrapper .container .sign-up-box p>a {
    color: #0877fd
}
.sign-up ::-webkit-input-placeholder {
color:#ccc
}
.sign-up :-moz-placeholder, .sign-up ::-moz-placeholder {
color:#ccc
}
.sign-up :-ms-input-placeholder {
color:#ccc
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.try-register .try-register-wrapper {
    width: 85%;
    margin: 0 auto;
    height: 585px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/login/login_banner.jpg") no-repeat;
    background-position: -200px 0;
    position: relative
}
.try-register .try-register-wrapper .try-register-box {
    padding: 24px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 216px;
    top: 80px;
    width: 344px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.29);
    border-radius: 4px
}
.try-register .try-register-wrapper .try-register-box .title {
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.try-register .try-register-wrapper .try-register-box .box {
    width: 264px;
    height: 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    color: #ccc;
    margin-bottom: 16px;
    position: relative
}
.try-register .try-register-wrapper .try-register-box .box input {
    border: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    color: #000;
    width: 80%
}
.try-register .try-register-wrapper .try-register-box .box .icon {
    margin-right: 8px
}
.try-register .try-register-wrapper .try-register-box .box .icon-pw {
    margin-right: 10px
}
.try-register .try-register-wrapper .try-register-box .box>em {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #eaeaea
}
.try-register .try-register-wrapper .try-register-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.try-register .try-register-wrapper .try-register-box .btn {
    background: #0877fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 24px;
    padding: 0;
    cursor: pointer
}
.try-register ::-webkit-input-placeholder {
color:#ccc
}
.try-register :-moz-placeholder, .try-register ::-moz-placeholder {
color:#ccc
}
.try-register :-ms-input-placeholder {
color:#ccc
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.login2 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}
.login2 .bg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}
.login2 .login-box {
    box-sizing: border-box;
    width: 480px;
    transform: translateY(-100px)
}
.login2 .login-box .box-title {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: .8em
}
.login2 .login-box .form-box {
    padding: 24px 40px;
    box-shadow: 0 2px 24px 0 rgba(147,178,223,.36);
    border-radius: 8px
}
.login2 .login-box .form-title {
    margin-bottom: .8em;
    margin-top: 0;
    font-size: 24px;
    color: #333;
    font-weight: 600
}
.login2 .login-box .box {
    width: 100%;
    height: 48px;
    background: rgba(0,78,192,.05);
    border-radius: 4.8px;
    position: relative;
    font-size: 16px;
    margin-bottom: 1.8em
}
.login2 .login-box .box img {
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 15px;
    transform: translateY(-50%)
}
.login2 .login-box .box input {
    border: none;
    margin-left: 51px;
    color: #999;
    width: 80%;
    background: transparent;
    height: 100%
}
.login2 .login-box .box label {
    position: absolute;
    left: 51px;
    cursor: auto;
    height: 100%;
    line-height: 48px
}
.login2 .login-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.login2 .login-box .btn-box {
    text-align: right
}
.login2 .login-box .btn-box .btn {
    background: #0069f5;
    border-radius: 4.8px;
    display: inline-block;
    height: 48px;
    width: 102.4px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 22.4px;
    color: #fff;
    font-weight: 600
}
.login2 .login-box .href {
    font-size: 16px;
    color: #0a77fd;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 1.5em
}
.login2 .login-box .href .apply {
    float: left
}
.login2 .login-box .href .checkbox {
    position: relative;
    top: 0
}
.login2 .login-box .href .remb {
    padding-left: 13.2px
}
.login2 .login-box .href .forget {
    float: right
}
.login2 .login-box .href input[type=checkbox] {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    outline: none;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/login/uncheck.png") no-repeat 50%
}
.login2 .login-box .href input[type=checkbox]:checked {
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/login/check.png") no-repeat 50%
}
.login2 .login-box .box-foot {
    margin-bottom: 0;
    line-height: 17px;
    font-size: 12px;
    color: #333;
    text-align: center
}
.login2 .login-box .foot-top {
    margin-top: 1.5em
}

@media (max-width:1500px) {
.login2 .login-box {
    width: 420px
}
.login2 .login-box .box-title {
    font-size: 32px
}
.login2 .login-box .form-box {
    padding: 20px 36px
}
.login2 .login-box .form-title {
    font-size: 22px
}
.login2 .login-box .box {
    height: 40px;
    font-size: 14px
}
.login2 .login-box .box img {
    top: 20px
}
.login2 .login-box .box label {
    line-height: 40px
}
.login2 .login-box .btn-box .btn {
    height: 40px;
    width: 90px;
    line-height: 40px;
    font-size: 20px
}
.login2 .login-box .href {
    font-size: 14px
}
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.mine .Header {
    margin-bottom: 40px
}
.mine .user {
    position: relative;
    padding: 0 30px;
    height: 112px;
    background: #f9f9fb;
    margin-bottom: 25px
}
.mine .user img {
    float: left;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px
}
.mine .user .user_infor {
    float: left
}
.mine .user .user_infor .user_name {
    margin-top: 30px;
    margin-bottom: 5px;
    overflow: hidden
}
.mine .user .user_infor .user_name>p {
    font-size: 16px;
    color: #222;
    margin: 0 20px 0 0;
    float: left
}
.mine .user .user_infor .user_name>a {
    float: left;
    color: #0877fd;
    font-size: 14px;
    line-height: 26px
}
.mine .user .user_infor .company_name {
    font-size: 14px;
    color: #222;
    text-align: left
}
.mine .mine_nav {
    height: 30px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 32px;
    margin-top: 48px
}
.mine .mine_nav ul {
    height: 30px
}
.mine .mine_nav ul li {
    float: left;
    cursor: pointer;
    height: 30px;
    margin-right: 40px;
    font-size: 14px;
    color: #999
}
.mine .mine_nav ul li.active {
    color: #0877fd;
    border-bottom: 2px solid #0877fd
}
.mine .mine_content {
    padding: 0 10px
}
.mine .mine_content .option {
    height: 32px;
    margin-bottom: 20px
}
.mine .mine_content .option .option_box {
    float: left
}
.mine .mine_content .option .option_box em {
    float: left;
    font-size: 14px;
    color: #999;
    height: 32px;
    line-height: 32px
}
.mine .mine_content .option .option_box select {
    width: 224px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    text-indent: 10px;
    color: #666;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/1.png") no-repeat;
    background-position: right 10px center
}
.mine .mine_content .option .option_box select::-ms-expand {
display:none
}
.mine .mine_content .option .option_box select option {
    padding-top: 20px;
    height: 30px;
    transition: background .3s
}
.mine .mine_content .option .option_box select option:hover {
    background: #000
}
.mine .mine_content .option .option_box .time_box {
    float: left;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 203px;
    height: 32px;
    position: relative
}
.mine .mine_content .option .option_box .time_box .time_tip {
    cursor: pointer;
    opacity: 0;
    width: 203px;
    height: 32px;
    left: 0;
    top: 0;
    position: absolute
}
.mine .mine_content .option .option_box .time_box .text_date {
    width: 77px;
    text-align: center;
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #999
}
.mine .mine_content .option .option_box .time_box .text_date:nth-of-type(2) {
    margin-right: auto
}
.mine .mine_content .option .option_box .time_box .middle {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px
}
.mine .mine_content .option .option_box .time_box .icon_time {
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-left: 1px solid #e0e0e0
}
.mine .mine_content .option .option_box .input {
    width: 224px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    text-indent: 10px;
    color: #666
}
.mine .mine_content .option .margin_r {
    margin-right: 60px
}
.mine .mine_content .option .r_auto {
    margin-right: auto
}
.mine .mine_content .option .btn {
    float: right;
    width: 86px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer
}
.mine .mine_content .option .sx {
    background: #0877fd;
    color: #fff
}
.mine .mine_content .option .pldc {
    border: 1px solid #0877fd;
    color: #0877fd;
    margin-left: 15px
}
.mine .mine_content table {
    width: 100%;
    border: 1px solid #e0e0e0
}
.mine .mine_content table thead {
    height: 48px
}
.mine .mine_content table thead>tr {
    height: 48px;
    background: #f5f5f5;
    color: #999;
    font-size: 14px
}
.mine .mine_content table tbody {
    height: 48px
}
.mine .mine_content table tbody>tr {
    height: 48px;
    color: #333;
    font-size: 14px
}
.mine .mine_content table tbody>tr:nth-of-type(2n) {
    background: #f5f5f5
}
.mine .mine_content table tbody>tr td span {
    cursor: pointer;
    color: #0877fd;
    margin: 0 10px
}
.mine .mine_content table.tabbottom {
    margin-bottom: 117px
}
.mine .mine_content .no_data {
    margin-bottom: 117px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e0e0e0;
    border-top: 0 none
}
.mine .mine_content .mine_user_infor ol li {
    overflow: hidden;
    margin-bottom: 25px
}
.mine .mine_content .mine_user_infor ol li>span {
    float: left;
    font-size: 12px;
    color: #333;
    width: 140px;
    text-align: right;
    margin-right: 10px
}
.mine .mine_content .mine_user_infor ol li>em {
    float: left;
    font-size: 12px;
    color: #666
}
.mine .mine_content .mine_user_infor ol li>i {
    color: #0877fd;
    margin-left: 20px;
    float: left;
    font-size: 12px;
    font-style: normal;
    cursor: pointer
}
.mine .mine_content .mine_user_infor ol li>img {
    float: left;
    width: 112px;
    height: 72px
}
.sub-tenant {
    min-height: 400px
}
.nothing {
    text-align: center;
    margin-top: 40px
}
.myApp {
    min-width: 1200px;
    background-color: #fff;
    flex-direction: row
}
.myApp .content-wrapper {
    padding-left: 100px;
    margin: 16px auto 120px
}
.myApp .content-wrapper .notice-wrapper {
    padding-top: 28px;
    text-align: left
}
.myApp .content-wrapper .notice-wrapper .title {
    height: 46px;
    line-height: 46px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #e0e0e0
}
.myApp .content-wrapper .notice-wrapper .title .more {
    float: right;
    font-weight: 500;
    font-size: 12px;
    color: #0877fd
}
.myApp .content-wrapper .notice-wrapper .notice {
    padding: 16px;
    margin-bottom: 24px;
    background: #f9f9fb
}
.myApp .content-wrapper .notice-wrapper .notice .detail-wrapper .detail {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}
.myApp .content-wrapper .notice-wrapper .notice .detail-wrapper .detail .text {
    width: 266px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    font-size: 14px;
    color: #101010
}
.myApp .content-wrapper .notice-wrapper .notice .detail-wrapper .detail .text .iconfont {
    color: #0877fd
}
.myApp .content-wrapper .notice-wrapper .notice .detail-wrapper .detail .text a {
    color: #101010
}
.myApp .content-wrapper .notice-wrapper .notice .detail-wrapper .detail .text a:hover {
    color: #0877fd
}
.myApp .content-wrapper .notice-wrapper .notice .detail-wrapper .detail .time {
    padding-left: 20px;
    font-size: 12px;
    color: #999
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper {
    padding: 16px 16px 24px;
    background: #f9f9fb
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper .desc {
    margin-top: 15px;
    font-size: 14px;
    overflow: hidden;
    color: #999
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content {
    margin: 24px 0
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content .left, .myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content .right {
    display: inline-block;
    width: 112px;
    height: 112px;
    padding: 8px;
    border: 1px solid #f0f2f5;
    border-radius: 2px
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content .left .img, .myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content .right .img {
    width: 96px;
    height: 96px;
    background: #b8cae0;
    border-radius: 2px
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content .left .text, .myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content .right .text {
    margin-top: 8px;
    font-size: 12px;
    color: #222;
    text-align: center;
    line-height: 16px
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper .contact-content .left {
    margin-right: 40px
}
.myApp .content-wrapper .notice-wrapper .contact-wrapper .button {
    width: 25%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    background: #0877fd
}
.myApp .content-wrapper .content-box {
    position: relative;
    display: inline-block;
    margin-top: 0;
    text-align: left;
    min-height: 90px
}
.myApp .content-wrapper .content-box .nothing {
    text-align: center;
    margin-top: 40px
}
.myApp .content-wrapper .content-box .b-title {
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #e0e0e0
}
.myApp .content-wrapper .content-box .product-wrapper {
    margin: 0 auto;
    text-align: left
}
.myApp .content-wrapper .content-box .product-wrapper .product {
    margin-top: 30px;
    margin-right: 32px;
    margin-left: 0;
    text-align: center
}
.myApp .content-wrapper .content-box .product-wrapper .product .img-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px
}
.myApp .content-wrapper .content-box .product-wrapper .product .img-wrapper img {
    width: 85px;
    height: 85px;
    margin-right: 15px
}
.myApp .content-wrapper .content-box .product-wrapper .product .rowInfo {
    align-items: center;
    padding: 20px 0;
    text-align: start;
    color: #222
}
.myApp .content-wrapper .content-box .product-wrapper .product .rowInfo>div {
    min-width: 80px;
    margin-right: 50px
}

@media screen and (max-width:1400px) {
.myApp .content-wrapper .content-box .product-wrapper .product .rowInfo>div {
    margin-right: 20px
}
}
.myApp .content-wrapper .content-box .product-wrapper .product .title {
    padding: 24px 0;
    font-size: 16px;
    text-align: center;
    color: #101010;
    line-height: 1
}
.myApp .content-wrapper .content-box .product-wrapper .product .title .try-text {
    margin-right: 8px;
    font-weight: 600;
    color: #0877fd
}
.myApp .content-wrapper .content-box .product-wrapper .product .desc {
    height: 60px;
    font-size: 12px;
    color: #666;
    text-align: center
}
.myApp .content-wrapper .content-box .product-wrapper .product .btn {
    width: 120px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0877fd;
    cursor: pointer
}
.myApp .content-wrapper .content-box .product-wrapper .product .btn-try {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    border: 1px solid #0877fd;
    color: #0877fd;
    background: #fff
}
.myApp .modal-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}
.myApp .modal-wrapper .wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.29);
    z-index: 9998
}
.myApp .modal-wrapper .container {
    max-width: 960px;
    margin: 0 auto;
    position: relative
}
.myApp .modal-wrapper .container .modal-box {
    padding: 24px 40px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 344px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.29);
    border-radius: 4px;
    z-index: 9999
}
.myApp .modal-wrapper .container .modal-box .title {
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.myApp .modal-wrapper .container .modal-box .box {
    width: 264px;
    height: 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    color: #ccc;
    margin-bottom: 16px;
    position: relative
}
.myApp .modal-wrapper .container .modal-box .box input {
    border: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    color: #000;
    width: 80%;
    position: absolute;
    top: 10px
}
.myApp .modal-wrapper .container .modal-box .box label {
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 12px;
    cursor: auto;
    z-index: 2
}
.myApp .modal-wrapper .container .modal-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.myApp .modal-wrapper .container .modal-box .btn {
    background: #0877fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 24px;
    padding: 0;
    cursor: pointer
}
.myApp .modal-wrapper .container .modal-box p {
    font-size: 12px;
    color: #ccc
}
.myApp .modal-wrapper .container .modal-box p>a {
    color: #0877fd
}
.myApp ::-webkit-input-placeholder {
color:#ccc
}
.myApp :-moz-placeholder, .myApp ::-moz-placeholder {
color:#ccc
}
.myApp :-ms-input-placeholder {
color:#ccc
}
.packageWrapper {
    display: flex
}
.packageWrapper .package {
    margin-right: 40px
}
.packageWrapper .package:last-child {
    margin-right: 0
}
.packageWrapper p:first-child {
    font-weight: 600
}
.nothing2 {
    padding: 20px 0 10px
}
.MyApp-card-wrap {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px;
    margin-bottom: 24px;
    padding: 0 24px
}
.MyApp-card-wrap__title {
    height: 66px
}
.MyApp-card-wrap__decorator-line {
    background: #0877fd;
    border-radius: 1.5px;
    width: 3px;
    height: 16px
}
.MyApp-card-wrap__name {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333;
    font-weight: 700
}
.MyApp-card-wrap__deadline {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666;
    margin-bottom: -4px
}
.MyApp-card-wrap__split-line {
    margin-left: -24px;
    margin-right: -24px;
    height: 1px;
    background: #ebebeb
}
.MyApp-card-wrap__footer {
    height: 56px
}
.AdNotice__title {
    line-height: normal;
    padding-top: 24px;
    padding-bottom: 12px;
    height: auto
}
.ProductDataPreview__title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    line-height: 16px
}
.ProductDataPreview__card {
    background: #f5f5f5;
    border-radius: 2px
}
.ControlContentWrap {
    background: #f5f5f5;
    padding: 0 20px
}
.ControlContentWrap__title {
    line-height: 76px;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    font-weight: 700
}
.AdNoticeItem__title-wrap {
    font-weight: 700;
    color: #14161a;
    padding: 0 10px;
    background: #f5f5f5
}
.AdNoticeItem__more-btn, .AdNoticeItem__title-wrap {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: center;
    line-height: 14px
}
.AdNoticeItem__more-btn {
    color: #0877fd
}
.EmptyNode__title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #14161a;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    padding: 24px 0 12px
}
.EmptyNode__tips {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px
}
.EmptyNode__tips, .PackageTabs__name {
    font-family: PingFangSC-Regular;
    color: #333;
    text-align: center
}
.PackageTabs__name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600
}
.PackageTabs__tips {
    text-align: center
}
.PackageTabs__tips-label {
    opacity: .45;
    text-align: right
}
.PackageTabs__tips-label, .PackageTabs__tips-value {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 50%
}
.PackageTabs__tips-value {
    padding-left: 18px;
    text-align: left
}
.PackageTabs__footer {
    border-top: 1px solid #e0e0e0;
    padding: 24px 0;
    text-align: center
}
.PackageModal__title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 16px;
    font-weight: 700
}
.FeedbackModal.modal-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}
.FeedbackModal.modal-wrapper .wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.29);
    z-index: 9998
}
.FeedbackModal .container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    text-align: left
}
.FeedbackModal .container .modal-box {
    padding: 24px 40px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 344px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.29);
    border-radius: 4px;
    z-index: 9999;
    top: 100px
}
.FeedbackModal .container .modal-box .title {
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.FeedbackModal .container .modal-box .box {
    width: 264px;
    height: 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px 8px;
    color: #ccc;
    margin-bottom: 16px;
    position: relative;
    text-align: left
}
.FeedbackModal .container .modal-box .box .select-trigger {
    left: 0
}
.FeedbackModal .container .modal-box .box input {
    border: none;
    font-size: 12px;
    line-height: 16px;
    margin-left: 16px;
    color: #000;
    width: 80%;
    position: absolute;
    top: 10px;
    left: 0
}
.FeedbackModal .container .modal-box .box label {
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 12px;
    cursor: auto;
    z-index: 2
}
.FeedbackModal .container .modal-box .box .error {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -18px;
    font-size: 12px;
    color: red
}
.FeedbackModal .container .modal-box .btn {
    background: #0877fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 24px;
    padding: 0;
    cursor: pointer
}
.FeedbackModal .container .modal-box p {
    font-size: 12px;
    color: #ccc
}
.FeedbackModal .container .modal-box p>a {
    color: #0877fd
}
.StatusLabel__circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: 4px;
    display: inline-block
}
.StatusLabel__circle--HadFail {
    background-color: #fe6e6e
}
.StatusLabel__circle--OutTime {
    background-color: #14161a
}
.StatusLabel__circle--Access {
    background-color: #1861f2
}
.StatusLabel--HadFail {
    color: #fe6e6e
}
.StatusLabel--OutTime {
    color: #14161a
}
.StatusLabel--Access {
    color: #1861f2
}
.StatusLabel__txt {
    font-family: PingFangSC-Regular;
    font-size: 14px
}
.AdNoticeList {
    height: 96px;
    padding-bottom: 12px
}
.AdNoticeList__item {
    line-height: 28px
}
.myMessage {
    flex-direction: row
}
.myMessage .myMessage_body {
    width: 1000px;
    padding-left: 40px;
    margin: 0 auto;
    min-height: 400px;
    margin-bottom: 120px
}
.myMessage .myMessage_body>h3 {
    border-left: 2px solid #0877fd;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-indent: 8px;
    margin: 48px 0 32px
}
.myMessage .myMessage_body .rightTimes {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #cecece;
    letter-spacing: 0;
    line-height: 16px
}
.myMessage .myMessage_body .noticeClass {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    line-height: 16px
}
.myMessage .myMessage_body .noticeClass p {
    margin-bottom: 0
}
.myMessage .myMessage_body .noticeClass .unread {
    color: red;
    line-height: 16px;
    vertical-align: -2px
}
.myMessage .myMessage_body .noticeClass .txtTitle {
    font-size: 14px
}
.myMessage .myMessage_body .noticeClass .txtContetn {
    margin-top: 8px;
    color: #999;
    font-size: 12px
}
.myMessage .myMessage_table_footer {
    margin-top: 16px;
    height: 34px
}
.myMessage .myMessage_table_footer .ant-btn {
    width: 80px;
    background: #f4f4f5;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: 10px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    padding: 0
}
.myMessage .myMessage_table_footer .right .ant-pagination {
    float: right
}
.myMessage .myMessage_table_footer .right .ant-pagination .ant-pagination-item-active {
    background-color: #1890ff;
    color: #fff
}
.myMessage .myMessage_table_footer .right .ant-pagination .ant-pagination-item-active a {
    color: #fff
}
.myMessage .myMessage_table_footer .right .ant-pagination>.ant-pagination-next svg, .myMessage .myMessage_table_footer .right .ant-pagination>.ant-pagination-prev svg {
    display: none
}
.myMessage .myMessage_table_footer .right .ant-pagination>.ant-pagination-next a, .myMessage .myMessage_table_footer .right .ant-pagination>.ant-pagination-prev a {
    height: 32px;
    overflow: hidden
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.orderRecord .Header {
    margin-bottom: 40px
}
.orderRecord .user {
    position: relative;
    padding: 0 30px;
    height: 112px;
    background: #f9f9fb;
    margin-bottom: 25px
}
.orderRecord .user img {
    float: left;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px
}
.orderRecord .user .user_infor {
    float: left
}
.orderRecord .user .user_infor .user_name {
    margin-top: 30px;
    margin-bottom: 5px;
    overflow: hidden
}
.orderRecord .user .user_infor .user_name>p {
    font-size: 16px;
    color: #222;
    margin: 0 20px 0 0;
    float: left
}
.orderRecord .user .user_infor .user_name>a {
    float: left;
    color: #0877fd;
    font-size: 14px;
    line-height: 26px
}
.orderRecord .user .user_infor .company_name {
    font-size: 14px;
    color: #222;
    text-align: left
}
.orderRecord .mine_nav {
    height: 30px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 32px;
    margin-top: 48px
}
.orderRecord .mine_nav ul {
    height: 30px
}
.orderRecord .mine_nav ul li {
    float: left;
    cursor: pointer;
    height: 30px;
    margin-right: 40px;
    font-size: 14px;
    color: #999
}
.orderRecord .mine_nav ul li.active {
    color: #0877fd;
    border-bottom: 2px solid #0877fd
}
.orderRecord .mine_content {
    max-width: 1050px;
    padding: 0 10px;
    margin-top: 50px
}
.orderRecord .mine_content .option {
    max-width: 1050px;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto 20px
}
.orderRecord .mine_content .option .option_box {
    display: flex
}
.orderRecord .mine_content .option .option_box em {
    float: left;
    font-size: 14px;
    color: #999;
    height: 32px;
    line-height: 32px
}
.orderRecord .mine_content .option .option_box select {
    width: 150px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    text-indent: 10px;
    color: #666;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/1.png") no-repeat;
    background-position: right 10px center
}
.orderRecord .mine_content .option .option_box select::-ms-expand {
display:none
}
.orderRecord .mine_content .option .option_box select option {
    padding-top: 20px;
    height: 30px;
    transition: background .3s
}
.orderRecord .mine_content .option .option_box select option:hover {
    background: #000
}
.orderRecord .mine_content .option .option_box .time_box {
    float: left;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 203px;
    height: 32px;
    position: relative
}
.orderRecord .mine_content .option .option_box .time_box .time_tip {
    cursor: pointer;
    opacity: 0;
    width: 203px;
    height: 32px;
    left: 0;
    top: 0;
    position: absolute
}
.orderRecord .mine_content .option .option_box .time_box .text_date {
    width: 77px;
    text-align: center;
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #999
}
.orderRecord .mine_content .option .option_box .time_box .text_date:nth-of-type(2) {
    margin-right: auto
}
.orderRecord .mine_content .option .option_box .time_box .middle {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px
}
.orderRecord .mine_content .option .option_box .time_box .icon_time {
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-left: 1px solid #e0e0e0
}
.orderRecord .mine_content .option .option_box .input {
    width: 150px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    text-indent: 10px;
    color: #666
}
.orderRecord .mine_content .option .margin_r {
    margin-right: 20px
}
.orderRecord .mine_content .option .pldc {
    border: 1px solid #0877fd;
    color: #0877fd;
    margin-left: 15px
}
.orderRecord .mine_content .option .btnList {
    width: 250px;
    margin: 10px 0 0 745px
}
.orderRecord .mine_content .option .btnList .btn {
    float: right;
    width: 86px;
    height: 32px;
    margin-left: 10px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer
}
.orderRecord .mine_content .option .btnList .sx {
    background: #0877fd;
    color: #fff
}
.orderRecord .mine_content table {
    width: 96.5%;
    border: 1px solid #e0e0e0;
    margin: 0
}
.orderRecord .mine_content table thead {
    height: 48px
}
.orderRecord .mine_content table thead>tr {
    height: 48px;
    background: #f5f5f5;
    color: #999;
    font-size: 14px
}
.orderRecord .mine_content table tbody {
    height: 48px
}
.orderRecord .mine_content table tbody>tr {
    height: 48px;
    color: #333;
    font-size: 14px
}
.orderRecord .mine_content table tbody>tr:nth-of-type(2n) {
    background: #f5f5f5
}
.orderRecord .mine_content table tbody>tr td span {
    cursor: pointer;
    color: #0877fd;
    margin: 0 10px
}
.orderRecord .mine_content table.tabbottom {
    margin-bottom: 117px
}
.orderRecord .mine_content .no_data {
    margin-bottom: 117px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e0e0e0;
    border-top: 0 none
}
.orderRecord .mine_content .mine_user_infor ol li {
    overflow: hidden;
    margin-bottom: 25px
}
.orderRecord .mine_content .mine_user_infor ol li>span {
    float: left;
    font-size: 12px;
    color: #333;
    width: 140px;
    text-align: right;
    margin-right: 10px
}
.orderRecord .mine_content .mine_user_infor ol li>em {
    float: left;
    font-size: 12px;
    color: #666
}
.orderRecord .mine_content .mine_user_infor ol li>i {
    color: #0877fd;
    margin-left: 20px;
    float: left;
    font-size: 12px;
    font-style: normal;
    cursor: pointer
}
.orderRecord .mine_content .mine_user_infor ol li>img {
    float: left;
    width: 112px;
    height: 72px
}
.sub-tenant {
    min-height: 400px
}
.sub-tenant .ant-table-pagination {
    margin: 16px 35px
}
.nothing {
    text-align: center;
    margin-top: 40px
}
.IconCard__item-wrap {
    position: relative;
    float: left;
    width: 16.66%;
    height: 100px;
    overflow: hidden;
    color: #555;
    text-align: center;
    list-style: none;
    font-size: 36px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out
}
.IconCard__item-wrap--active, .IconCard__item-wrap:hover {
    color: #fff;
    background-color: #1890ff
}
.treeNodeToolWarp {
    padding: 0 5px
}
.treeNodeToolWarp .treeNodeToolWarp_icon {
    margin-right: 5px
}
.breakcrump {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 5px
}
.NodeForm {
    padding: 0 20px
}
.NodeForm .ant-form-item-label {
    text-align: left
}
.OrganizationForm {
    padding-left: 6px
}
.OrganizationForm .ant-form-item-label {
    width: 80px;
    float: left;
    text-align-last: left
}
.has-no-menu-data {
    text-align: center;
    padding: 20px;
    color: rgba(0,0,0,.5)
}
.has-no-menu-data-image {
    font-size: 30px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px
}
.salesHome {
    min-width: 1200px
}
.salesHome, .salesHome .content-wrapper {
    background-color: #fff
}
.salesHome .content-wrapper .content-two, .salesHome .content-wrapper .content-zero {
    text-align: center
}
.salesHome .content-wrapper .summarize-box {
	padding: .5rem 0 .1rem;
	margin: 0 auto;
	width: 1040px;;
	background-color: #fff;
}

.salesHome .content-wrapper .summarize-box .title {	
	ont-family: PingFangSC-Semibold;
	margin-bottom: 30px;
	padding-top: 80px;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.salesHome .content-wrapper .summarize-box p {	
	font-size: 18px;
    color: #666;
    letter-spacing: 0;
    text-align: left;
    text-align: justify!important;
    line-height: 26px;
}

.salesHome .content-wrapper .summarize-box .img-box {
	padding-top: 20px;
	text-align: center;
}

.salesHome .content-wrapper .content-two .box-title, .salesHome .content-wrapper .content-zero .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
.salesHome .content-wrapper .content-two .box-content, .salesHome .content-wrapper .content-zero .box-content {
    padding-top: 28px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.salesHome .content-wrapper .content-two .box-content .block, .salesHome .content-wrapper .content-zero .box-content .block {
    display: inline-block;
    width: 224px;
    height: 232px;
    margin: 0 48px 80px 0;
    border-radius: 4px;
    border: none!important;
    padding: 32px 0;
    vertical-align: bottom;
    text-align: center
}
.salesHome .content-wrapper .content-two .box-content .block .imgBox, .salesHome .content-wrapper .content-zero .box-content .block .imgBox {
    height: 80px;
    margin-bottom: 24px
}
.salesHome .content-wrapper .content-two .box-content .block .imgBox .img, .salesHome .content-wrapper .content-zero .box-content .block .imgBox .img {
    width: 62px
}
.salesHome .content-wrapper .content-two .box-content .block .text, .salesHome .content-wrapper .content-zero .box-content .block .text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222
}
.salesHome .content-wrapper .content-two .box-content .block .advantage-text, .salesHome .content-wrapper .content-zero .box-content .block .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: left !important;
    line-height: 18px
}
.salesHome .content-wrapper .content-two .box-content .block:last-child, .salesHome .content-wrapper .content-zero .box-content .block:last-child {
    margin-right: 0
}
.salesHome .content-wrapper .content-one .content-box-left, .salesHome .content-wrapper .content-one .content-box-right {
    height: 500px;
    width: 100%;
    background-color: #f9f9fa;
    text-align: center
}
.salesHome .content-wrapper .content-one .content-box-left .left, .salesHome .content-wrapper .content-one .content-box-right .left {
    vertical-align: top
}
.salesHome .content-wrapper .content-one .content-box-left .right, .salesHome .content-wrapper .content-one .content-box-right .right {
    display: inline-block;
    width: 400px;
    text-align: left
}
.salesHome .content-wrapper .content-one .content-box-left .right .box-title, .salesHome .content-wrapper .content-one .content-box-right .right .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    text-align: left;
    line-height: 32px;
    margin-top: 40px
}
.salesHome .content-wrapper .content-one .content-box-left .right .marginTop, .salesHome .content-wrapper .content-one .content-box-right .right .marginTop {
    margin-top: 80px
}
.salesHome .content-wrapper .content-one .content-box-left .right .desc, .salesHome .content-wrapper .content-one .content-box-right .right .desc {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    text-align: left
}
.salesHome .content-wrapper .content-one .content-box-left .right .advantage, .salesHome .content-wrapper .content-one .content-box-right .right .advantage {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-top: 16px;
    text-align: left
}
.salesHome .content-wrapper .content-one .content-box-left .right .advantage .iconfont, .salesHome .content-wrapper .content-one .content-box-right .right .advantage .iconfont {
    margin-right: 12px;
    color: #0877fd;
    font-size: 16px
}
.salesHome .content-wrapper .content-one .content-box-left .right .advantage .text, .salesHome .content-wrapper .content-one .content-box-right .right .advantage .text {
    display: inline-block;
    vertical-align: top
}
.salesHome .content-wrapper .content-one .content-box-left .right .first, .salesHome .content-wrapper .content-one .content-box-right .right .first {
    margin-top: 32px!important
}
.salesHome .content-wrapper .content-one .content-box-left .right .free, .salesHome .content-wrapper .content-one .content-box-left .right .introduceC, .salesHome .content-wrapper .content-one .content-box-right .right .free, .salesHome .content-wrapper .content-one .content-box-right .right .introduceC {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-top: 36px;
    padding: 0;
    line-height: 36px;
    border: 1px solid #0877fd;
    color: #0877fd;
    text-align: center;
    cursor: pointer;
    border: 1px solid #2e60ff;
    border-radius: 3px
}
.salesHome .content-wrapper .content-one .content-box-left .right .free, .salesHome .content-wrapper .content-one .content-box-right .right .free {
    background: #0877fd;
    color: #fff;
    border: 1px solid #0877fd
}
.salesHome .content-wrapper .content-one .bg {
    background: #fff
}
.salesHome .content-wrapper .content-one .content-box-left {
    background-color: #fff
}
.salesHome .content-wrapper .content-one .content-box-left .right {
    margin-right: 60px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px
}
.salesHome {
    min-width: 1200px
}
.salesHome, .salesHome .content-wrapper {
    background-color: #fff
}
.salesHome .content-wrapper .content-two, .salesHome .content-wrapper .content-zero {
    text-align: center
}
.salesHome .content-wrapper .content-two .box-title, .salesHome .content-wrapper .content-zero .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
.salesHome .content-wrapper .content-two .box-content, .salesHome .content-wrapper .content-zero .box-content {
    padding-top: 28px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.salesHome .content-wrapper .content-two .box-content .block, .salesHome .content-wrapper .content-zero .box-content .block {
    display: inline-block;
    width: 224px;
    height: 232px;
    margin: 0 48px 80px 0;
    border-radius: 4px;
    border: none!important;
    padding: 32px 0;
    vertical-align: bottom;
    text-align: left
}
.salesHome .content-wrapper .content-two .box-content .block .imgBox, .salesHome .content-wrapper .content-zero .box-content .block .imgBox {
    height: 80px;
	text-align: center;
    margin-bottom: 24px
}
.salesHome .content-wrapper .content-two .box-content .block .imgBox .img, .salesHome .content-wrapper .content-zero .box-content .block .imgBox .img {
    width: 62px
}
.salesHome .content-wrapper .content-two .box-content .block .text, .salesHome .content-wrapper .content-zero .box-content .block .text {
    font-size: 16px;
	text-align: center;
    margin-bottom: 16px;
    color: #222
}
.salesHome .content-wrapper .content-two .box-content .block .advantage-text, .salesHome .content-wrapper .content-zero .box-content .block .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: left;
	text-align: justify!important;
    line-height: 18px
}
.salesHome .content-wrapper .content-two .box-content .block:last-child, .salesHome .content-wrapper .content-zero .box-content .block:last-child {
    margin-right: 0
}
.salesHome .content-wrapper .content-one .content-box-left, .salesHome .content-wrapper .content-one .content-box-right {
    height: 500px;
    width: 100%;
    background-color: #f9f9fa;
    text-align: center
}
.salesHome .content-wrapper .content-one .content-box-left .left, .salesHome .content-wrapper .content-one .content-box-right .left {
    vertical-align: top
}
.salesHome .content-wrapper .content-one .content-box-left .right, .salesHome .content-wrapper .content-one .content-box-right .right {
    display: inline-block;
    width: 400px;
    text-align: left
}
.salesHome .content-wrapper .content-one .content-box-left .right .box-title, .salesHome .content-wrapper .content-one .content-box-right .right .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    text-align: left;
    line-height: 32px;
    margin-top: 40px
}
.salesHome .content-wrapper .content-one .content-box-left .right .marginTop, .salesHome .content-wrapper .content-one .content-box-right .right .marginTop {
    margin-top: 80px
}
.salesHome .content-wrapper .content-one .content-box-left .right .desc, .salesHome .content-wrapper .content-one .content-box-right .right .desc {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
	text-align: justify;
}
.salesHome .content-wrapper .content-one .content-box-left .right .advantage, .salesHome .content-wrapper .content-one .content-box-right .right .advantage {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-top: 16px;
    text-align: left
}
.salesHome .content-wrapper .content-one .content-box-left .right .advantage .iconfont, .salesHome .content-wrapper .content-one .content-box-right .right .advantage .iconfont {
    margin-right: 12px;
    color: #0877fd;
    font-size: 16px
}
.salesHome .content-wrapper .content-one .content-box-left .right .advantage .text, .salesHome .content-wrapper .content-one .content-box-right .right .advantage .text {
    display: inline-block;
    vertical-align: top
}
.salesHome .content-wrapper .content-one .content-box-left .right .first, .salesHome .content-wrapper .content-one .content-box-right .right .first {
    margin-top: 32px!important
}
.salesHome .content-wrapper .content-one .content-box-left .right .free, .salesHome .content-wrapper .content-one .content-box-left .right .introduceC, .salesHome .content-wrapper .content-one .content-box-right .right .free, .salesHome .content-wrapper .content-one .content-box-right .right .introduceC {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-top: 36px;
    padding: 0;
    line-height: 36px;
    border: 1px solid #0877fd;
    color: #0877fd;
    text-align: center;
    cursor: pointer;
    border: 1px solid #2e60ff;
    border-radius: 3px
}
.salesHome .content-wrapper .content-one .content-box-left .right .free, .salesHome .content-wrapper .content-one .content-box-right .right .free {
    background: #0877fd;
    color: #fff;
    border: 1px solid #0877fd
}
.salesHome .content-wrapper .content-one .bg {
    background: #fff
}
.salesHome .content-wrapper .content-one .content-box-left {
    background-color: #fff
}
.salesHome .content-wrapper .content-one .content-box-left .right {
    margin-right: 60px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFangSC-Regular, Microsoft YaHei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px
}
.servHome {
    min-width: 1200px
}
.servHome, .servHome .content-wrapper {
    background-color: #fff
}
.servHome .content-wrapper .content-two, .servHome .content-wrapper .content-zero {
    text-align: center
}
.servHome .content-wrapper .content-two .box-title, .servHome .content-wrapper .content-zero .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    padding-top: 80px;
    text-align: center
}
.servHome .content-wrapper .content-two .box-content, .servHome .content-wrapper .content-zero .box-content {
    padding-top: 28px;
    min-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center
}
.servHome .content-wrapper .content-two .box-content .block, .servHome .content-wrapper .content-zero .box-content .block {
    display: inline-block;
    width: 200px;
    height: 232px;
    margin: 0 48px 80px 0;
    border-radius: 4px;
    padding: 32px 0;
    border: none!important;
    vertical-align: bottom;
    text-align: center
}
.servHome .content-wrapper .content-two .box-content .block .imgBox, .servHome .content-wrapper .content-zero .box-content .block .imgBox {
    height: 80px;
    margin-bottom: 24px
}
.servHome .content-wrapper .content-two .box-content .block .imgBox .img, .servHome .content-wrapper .content-zero .box-content .block .imgBox .img {
    width: 62px
}
.servHome .content-wrapper .content-two .box-content .block .text, .servHome .content-wrapper .content-zero .box-content .block .text {
    font-size: 16px;
    margin-bottom: 16px;
    color: #222
}
.servHome .content-wrapper .content-two .box-content .block .advantage-text, .servHome .content-wrapper .content-zero .box-content .block .advantage-text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}
.servHome .content-wrapper .content-two .box-content .block:last-child, .servHome .content-wrapper .content-zero .box-content .block:last-child {
    margin-right: 0
}
.servHome .content-wrapper .content-one .content-box-left, .servHome .content-wrapper .content-one .content-box-right {
    height: 500px;
    width: 100%;
    padding: 80px 0;
    background-color: #f9f9fa;
    text-align: center
}
.servHome .content-wrapper .content-one .content-box-left .left, .servHome .content-wrapper .content-one .content-box-right .left {
    vertical-align: top
}
.servHome .content-wrapper .content-one .content-box-left .right, .servHome .content-wrapper .content-one .content-box-right .right {
    display: inline-block;
    text-align: left
}
.servHome .content-wrapper .content-one .content-box-left .right .box-title, .servHome .content-wrapper .content-one .content-box-right .right .box-title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px;
    text-align: left;
    line-height: 32px;
    margin-top: 40px
}
.servHome .content-wrapper .content-one .content-box-left .right .marginTop, .servHome .content-wrapper .content-one .content-box-right .right .marginTop {
    margin-top: 80px
}
.servHome .content-wrapper .content-one .content-box-left .right .advantage, .servHome .content-wrapper .content-one .content-box-left .right .desc, .servHome .content-wrapper .content-one .content-box-right .right .advantage, .servHome .content-wrapper .content-one .content-box-right .right .desc {
    font-family: PingFangSC-Regular;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px;
    font-size: 12px;
    text-align: left
}
.servHome .content-wrapper .content-one .content-box-left .right .advantage .iconfont, .servHome .content-wrapper .content-one .content-box-right .right .advantage .iconfont {
    margin-right: 12px;
    color: #0877fd;
    font-size: 16px
}
.servHome .content-wrapper .content-one .content-box-left .right .advantage .text, .servHome .content-wrapper .content-one .content-box-right .right .advantage .text {
    display: inline-block;
    vertical-align: top
}
.servHome .content-wrapper .content-one .content-box-left .right .first, .servHome .content-wrapper .content-one .content-box-right .right .first {
    margin-top: 32px!important
}
.servHome .content-wrapper .content-one .content-box-left .right .introduce, .servHome .content-wrapper .content-one .content-box-right .right .introduce {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #2e60ff;
    margin-top: 36px;
    padding: 0;
    line-height: 36px;
    border: 1px solid #0877fd;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px
}
.servHome .content-wrapper .content-one .bg {
    background: #fff!important
}
.servHome .content-wrapper .content-one .content-box-left {
    background-color: #fff
}
.servHome .content-wrapper .content-one .content-box-left .right {
    margin-right: 60px
}
.servHome .content-wrapper .detail {
    text-align: center;
    background: #f6f7fa;
    height: 500px
}
.servHome .content-wrapper .detail .block {
    display: inline-block;
    width: 360px;
    height: 240px;
    color: #fff;
    background: #4b88f2;
    padding: 32px 40px 0;
    box-shadow: 0 4px 11px 0 rgba(84,100,151,.3);
    border-radius: 4px
}
.servHome .content-wrapper .detail .block img {
    margin-bottom: 24px
}
.servHome .content-wrapper .detail .block .detailTitle {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px
}
.servHome .content-wrapper .detail .block .detailDesc {
    font-size: 14px;
    line-height: 18px;
    margin: 16px 0 20px
}
.servHome .content-wrapper .detail .block:first-child {
    border-radius: 4px 0 0 4px
}
.servHome .content-wrapper .detail .block:last-child {
    border-radius: 0 4px 4px 0
}
.servHome .content-wrapper .detail .bigBlock {
    width: 420px;
    height: 280px;
    background: #0066eb;
    padding: 40px 46px 0;
    margin-top: 110px;
    position: relative;
    top: 6px
}
.f-auto {
    flex: auto
}
.f-none {
    flex: none
}
.f-0 {
    flex: 0
}
.f-1 {
    flex: 1
}
.f-2 {
    flex: 2
}
.f-3 {
    flex: 3
}
.f-4 {
    flex: 4
}
.f-5 {
    flex: 5
}
.f-6 {
    flex: 6
}
.f-full-height {
    height: 100%
}
.f-full-width {
    width: 100%
}
.f-row {
    display: flex;
    flex-direction: row
}
.f-column {
    display: flex;
    flex-direction: column
}
.f-row-reverse {
    display: flex;
    flex-direction: row-reverse
}
.f-column-reverse {
    display: flex;
    flex-direction: column-reverse
}
.f-wrap {
    flex-wrap: wrap
}
.f-nowrap {
    flex-wrap: nowrap
}
.f-j-start {
    justify-content: flex-start
}
.f-j-end {
    justify-content: flex-end
}
.f-j-center {
    justify-content: center
}
.f-j-between {
    justify-content: space-between
}
.f-j-around {
    justify-content: space-around
}
.f-ai-start {
    align-items: flex-start
}
.f-ai-end {
    align-items: flex-end
}
.f-ai-center {
    align-items: center
}
.f-ai-baseline {
    align-items: baseline
}
.f-ai-stretch {
    align-items: stretch
}
.f-as-auto {
    align-self: auto
}
.f-as-start {
    align-self: flex-start
}
.f-as-end {
    align-self: flex-end
}
.f-as-center {
    align-self: center
}
.f-as-stretch {
    align-self: stretch
}
.f-grow-0 {
    flex-grow: 0
}
.f-grow-1 {
    flex-grow: 1
}
.f-shrink-0 {
    flex-shrink: 0
}
.test-pink {
    background-color: pink
}
.test-yellow {
    background-color: #ff0
}
* {
    font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, WenQuanYi Micro Hei Mono, WenQuanYi Micro Hei;
    box-sizing: border-box
}
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both
}
.contain {
    width: 1160px
}
.contain, .main {
    margin: 0 auto;
    text-align: center
}
.main {
    width: 1200px
}
.clickableTxt {
    cursor: pointer;
    color: #40a9ff
}
.base-page-warp {
    background: #f5f5f5;
    padding: 23px 130px 40px 20px;
    min-height: calc(100vh - 90px);
    height: auto;
    min-width: 1100px;
    overflow-y: auto
}
.warp-card {
    padding: 16px 30px 8px 8px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(48,48,50,.05);
    border-radius: 6px
}
.left-label-form {
    display: flex;
    flex-wrap: wrap
}
.left-label-form .ant-form-item {
    display: flex;
    margin-bottom: 0
}
.left-label-form .ant-form-item-label {
    text-align: left;
    width: auto
}
.left-label-form .ant-form-item-control-wrapper {
    flex-grow: 1;
    padding-right: 10px
}
.fix-label-item.ant-form-item .ant-form-item-label {
    text-align: left;
    width: 100px
}
.fix-label-item.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-label {
    text-align: right;
    width: 100px
}
.fix-label-item.fix-label-item--align-right.ant-form-item .ant-form-item-control-wrapper {
    float: left;
    width: calc(100% - 100px)
}
.OperationWarp .OperationBtn {
    cursor: pointer;
    padding: 0 5px;
    color: #1b88e2
}
.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}
.tac {
    text-align: center
}
.cursor-p {
    cursor: pointer
}
.mock-text-area {
    padding: 6px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}
.base-pop-modal .ant-modal-body {
    overflow-y: auto
}
.base-pop-modal.base-pop-modal--row-flow .ant-modal-body {
    overflow-x: auto
}
.visibilityNode {
    visibility: hidden
}
.demoImg {
    width: 100%;
    height: 180px;
    background: url("http://static-cloud.dtyunxi.com/dmcloud-portal-web-pc/prod/static/imgs/home_banner.png");
    background-color: #000;
    background-size: cover;
    position: relative
}
.title {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: 0;
    line-height: 24px
}
.title-des {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #6b798e;
    text-align: center;
    line-height: 16px;
    margin-top: 16px
}
.servHome {
    min-width: 1200px
}
.servHome, .servHome .content-wrapper {
    background-color: #fff
}
.servHome .content-wrapper p {
    text-align: center
}
.servHome .content-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}
.try-wrapper {
    position: absolute;
    margin: 23% 0 0 7%;
    text-align: left
}
.try-wrapper h3 {
    width: 600px;
    font-size: 36px;
    line-height: 44px;
    height: 44px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #fff
}
.try-wrapper p {
    width: 416px;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin-top: 15px;
    letter-spacing: 0;
    color: #fff
}
.try-wrapper .btn-group {
    margin-top: 50px
}
.try-wrapper .btn-group .try-btn, .try-wrapper .btn-group .video-btn {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #fff;
    width: 146px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px
}

@media screen and (max-width:1200px) {
.try-wrapper {
    margin: 265px 0 0 75px
}
}
.UserAutho-warp {
    padding: 20px
}
.Associate-TreeSelect .ant-select-selection--multiple .ant-select-selection__choice {
    display: none
}
