* {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color      : #fff;
}

html,
body,
#main {
    position  : relative;
    overflow-x: hidden;
}

#main.main {
    overflow: hidden;
}

a {
    color: unset;
}

a:hover {
    text-decoration: none;
    color          : currentColor;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

p {
    font-size: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family  : inherit;
    font-weight  : 500;
    line-height  : 1.2;
    color        : unset;
}

ul {
    margin : 0;
    padding: 0;
}

li {
    list-style: none;
}

@media only screen and (max-width: 75em) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    p {
        font-size: 1.1rem;
    }

    h1,
    h2,
    h3 {
        margin-bottom: 1rem;
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -moz-transform: scale(1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

.doudong:hover {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation   : tada 1s .2s ease both;
}

/* 768px(md) - 992px(lg) */
.font-color-y {
    color: rgba(240, 167, 28, 1);
}

.font-color-b {
    color: rgba(51, 51, 51, 1);
}

.font-color-g {
    color: rgba(92, 92, 92, 1);
}

.font-color-w {
    color: white;
}

.font-color-gray {
    color: rgba(195, 197, 201, 1);
}

.container-fluid {
    padding: 0;
}

.error {
    border: 2px solid red;
}

.full-width {
    width: 100%;
}

.vertical-align-middle {
    margin: auto 0;
}

.banner-dark {
    background: linear-gradient(140deg, rgba(69, 87, 124, 1), rgba(13, 22, 39, 1));
}

.bg-cloud {
    background     : url('../images/bg-cloud.png') no-repeat !important;
    background-size: cover !important;
}

.row {
    margin-left : 0px;
    margin-right: 0px;
}

.btn:focus {
    box-shadow: none;
}

.title {
    margin-bottom: 20px;
}

.tag-img-left,
.tag-img-right {
    position: relative;
    bottom  : 10px;
}

.tag-img-left {
    right: 15px;
}

.tag-img-right {
    left: 15px;
}

.top-pic {
    min-height: 300px;
}

.swimlane {
    position  : relative;
    padding   : 3rem 0;
    min-height: 15rem;
}

@media only screen and (min-width: 20em) and (max-width: 48em) {
    .mobile-text-center {
        text-align: center;
    }

    .title {
        margin-bottom: 0;
        padding      : 15px;
    }

    .swimlane {
        padding: 0;
    }
}

/*预估表格*/
.cal-div {
    width        : 100%;
    height       : 55px;
    position     : relative;
    margin-bottom: 10px;
}

.cal-div label,
.cal-div span {
    position   : absolute;
    top        : 10px;
    left       : 15px;
    color      : #697D8D;
    font-size  : 12px;
    font-weight: lighter;
}

.cal-div input[type="text"],
.cal-div select {
    display      : block;
    width        : 100%;
    height       : 55px;
    border-radius: 5px;
    border       : 1px solid #C9D7DF;
    padding      : 20px 15px 0 15px;
    outline      : none;
    color        : #405566;
    font-size    : 12px;
    font-weight  : lighter;
}

.cal-div select option {
    color: #495057;
}

.cal-vaild {
    padding-bottom: 1rem;
    color         : red;
}

.section[name="five"] .title {
    padding: 0;
    margin : 0;
}

#partners-wrapper {
    padding: 2rem 0;
}

.partners-content {
    margin         : 0 auto;
    display        : flex;
    flex-flow      : row wrap;
    align-items    : center;
    justify-content: space-between;
}

.partner-item {
    display   : inline-block;
    width     : 187px;
    height    : 60px;
    background: url(../images/partner-logos.png) no-repeat;
}

.fullPagePartnerList {
    width          : 100%;
    max-width      : 900px;
    margin         : 0 auto;
    display        : flex;
    flex-flow      : row wrap;
    justify-content: space-evenly;
    align-items    : center;
    padding        : 1rem 0;
}

.fullPagePartnerList a {
    margin-bottom: 10px;
}

.fullPagePartnerList a img {
    width: 150px;
}

.downloads-group {
    margin-top : 2rem;
    white-space: nowrap;
}


.downloads-group a {
    display       : inline-block !important;
    margin-right  : 2rem !important;
    font-size     : 16px !important;
    height        : 36px !important;
    line-height   : 36px !important;
    width         : auto !important;
    padding       : 0 2rem !important;
    cursor        : pointer;
    text-align    : center;
    text-transform: none;
    background    : rgba(240, 167, 28, 1) !important;
    border-radius : 18px;
    white-space   : nowrap;
}

.downloads-group a.browserMacDownload {
    margin-right: 0 !important;
}

@media only screen and (max-width: 720px) {

    .downloads-group a.browserWinDownload,
    .downloads-group a.browserMacDownload {
        padding  : 0 1rem !important;
        font-size: 14px !important;
    }

    .downloads-group a.browserWinDownload {
        margin-right: 1rem !important;
    }
}

/* .advertis-mask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
}

.advertis-modal {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 90%;
    max-width: 900px;
    animation: scaleFn 0.2s ease-in forwards;
}

.advertis-modal .advertis {
    width: 100%;
}

.advertis-modal .close-btn {
    position: absolute;
    top: -26px;
    right: -26px;
    width: 40px;
    height: 40px;
} */

.scale-animate {
    animation: scaleFn 3000 ease-in forwards;
}

@keyframes scaleFn {
    0% {
        top      : 60%;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        top      : 40%;
        transform: translate(-50%, -50%) scale(1);
    }
}

@-o-keyframes scaleFn {
    0% {
        top      : 60%;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        top      : 40%;
        transform: translate(-50%, -50%) scale(1);
    }
}

@-moz-keyframes scaleFn {
    0% {
        top      : 60%;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        top      : 40%;
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes scaleFn {
    0% {
        top      : 60%;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        top      : 40%;
        transform: translate(-50%, -50%) scale(1);
    }
}

.swiper-container {
    width : 100%;
}

.swiper-slide {
    padding    : 0 3em;
    display    : flex;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgba(255, 255, 255, 0.8);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: rgba(255, 255, 255, 1);
}

.link-code {
    position : fixed;
    bottom   : 5em;
    right    : 1.6em;
    display  : flex;
    flex-flow: column nowrap;
}

.link-code img.code {
    width        : 125px;
    height       : 125px;
    border-radius: 4px;
}

.link-code img.close {
    position: absolute;
    top     : -18px;
    right   : -8px;
    width   : 16px;
    height  : 16px;
    color   : #ddd;
}

.link-code span {
    font-size: 12px;
    color    : #333;
}

.modal-close {
    width           : 2.5rem;
    height          : 2.5rem;
    border-radius   : 50%;
    outline         : 0 !important;
    border          : 1px solid #ddd;
    color           : #ddd;
    font-weight     : 700;
    font-size       : 1.5em;
    line-height     : 2rem;
    background-color: transparent;
    cursor          : pointer;
}