html,body {
    width: 100%;
    /*height: 100%;*/
    /*overflow: hidden;*/
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}
.h1, .h2, .h3, h4, h5, h6, p {
    margin:0;
    padding:0;
}
a,button,input,textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
    text-decoration: none;
}
ul, ol, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.clear {
    *zoom: 1;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
input,select {
    -webkit-appearance:none;
    appearance: none;
}
select:focus, a, button {
    outline: none;
}
.wrap {
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    background-color: #f4fafe ;
}
.header-box {
    width: 100%;
    /*background-color: #2981e2;*/
    /*background-image: url("../images/saas-banner.png") center center no-repeat;*/
    background: url("../images/saas-banner.png") center center no-repeat;
    background-size: cover;
}
.header {
    padding: 10px 4%;
}
.header .logo{
    float: left;
}
.header .logo img {
    height: 36px;
}
.header .lang-box {
    float: right;
    position: relative;
}
.lang-box .language {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    width: 70px;
}
.lang-box:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #ffffff;
    border-style: solid;
    -webkit-transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
    transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
    position: absolute;
    top: 8px;
    right: 0;
    margin-top: 3px;
}
.header-desc {
    font-size: 12px;
    color: #c0c4da;
    line-height: 28px;
    margin: 0;
    padding: 15px 4% 0px;
    font-weight: 300;
    text-align: center;
}
.header-desc1 {
    font-size: 12px;
    color: #c0c4da;
    line-height: 28px;
    margin: 0;
    padding: 0px 4% 30px;
    font-weight: 300;
    text-align: center;
}
.header-institute {
    font-size: 16px;
    color: #ffffff;
    /*margin: 0 4%;*/
    /*display: none;*/
    /*border-top: 4px solid #87baf1;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*border-radius: 4px;*/
    /*background-color: #ffffff;*/
    /*padding: 4px 10px;*/
    position: relative;
    /*width: fit-content;*/
    text-align: center;
}

/*.header-institute:before {*/
    /*position: absolute;*/
    /*left: 6px;*/
    /*top: -14px;*/
    /*display: block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 5px solid transparent;*/
    /*content: "";*/
    /*border-bottom: 5px solid #87baf1;*/
/*}*/
/*.our-box {*/
    /*!*padding: 0 4%;*!*/
    /*!*margin-top: -55px;*!*/
    /*!*display: none;*!*/
/*}*/
.attract-box {
    /*background:#ffffff url("../images/saas/saas-bg-new.png") no-repeat left center;*/
    /*background:#ffffff url("../images/attract-bg.jpg") no-repeat left center;*/
    background-size: contain;
    width: 100%;
    text-align: center;
    /*background-color: #ffffff;*/
}
.our-box .attract-box img {
    width: 100%;
}

.attract-header {
    font-size: 0;
}
.attract-inner {
    padding-left: 5%;
    margin: 22px 0;
}
.attract-inner .attract-img {
    vertical-align: middle;
    width: 12px;
}
.attract-inner .attract-title {
    display:inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    vertical-align: middle;
    margin: 0;
    padding-left: 6px;
}
.attract-inner .attract-content {
    padding: 0 18px;
    font-size: 16px;
    height: auto;
    overflow: hidden
}
.attract-inner .attract-desc {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0;
    background: url("../web/h5/cn/images/text-deco.png");
    line-height: 25px;
    word-break: keep-word;
}
/*.attract-inner .attract-cur.collapse {*/
    /*height: 60px;*/
/*}*/
.attract-inner .attract-cur.collapse .attract-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.attract-more {
    padding-left: 18px;
    color: #999999;
    font-size: 14px;
    /*margin-top: 15px;*/
}
.channel-box, .product-box {
    /*border-radius: 5px;*/
    /*box-shadow: 0 0 2px 2px #ebf0f6;*/
    /*padding: 25px 5% 0;*/
    margin-top: 12px;
}
.our-title {
    text-align: center;
    color: #1d78dc;
    font-size: 17px;
    line-height: 18px;
    background: url("../web/h5/cn/images/title-bg.png") center center no-repeat;
    margin: 0;
}
.product-title {
    background: url("../web/h5/cn/images/title-bg2.png") center center no-repeat;
}
.channel-list {
    margin-top: 25px;
}
.channel-item {
    float: left;
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 16px;
}
.channel-item.start-hide {
    display: none;
}
.channel-item:nth-child(3n) {
    margin-right: 0
}
.channel-item img {
    width: 100%;
}
.btn-more {
    text-align: center;
}
.btn-more img {
    width: 30%;
}
.btn-more p {
    color: #999999;
    font-size: 12px;
}
.product-item {
    padding: 30px 2%;
    /*border-bottom: 1px solid #dedfe0;*/
}
.product-item:last-child {
    border-bottom: none;
}
.product-item .product-left {
    width: 35%;
    float: left;
    text-align: center;
    margin-right: 5%;
}

.second-item {
    padding-right: 1%;
}

.product-item .product-type-left {
    padding-right: 0px;
    width: 35%;
    margin-right: 0px;
}



.product-item .product-left img {
    width: 100%;
    /* padding-top: 10%; */
    height: 100px;
}
.product-item .product-right {
    width: 60%;
    float: left;
    position: relative;
    margin-top: 4px;
}

.product-item .product-type-right {
    margin-left: 2%;
    margin-right: 3%;
}

.product-item .product-right .product-item-title {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
}
.product-item .product-right .product-item-desc {
    font-size: 8px;
    line-height: 20px;
    color: #666666;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
.product-item .product-right.collapse .product-item-desc {
    height: 40px;
    overflow: hidden;
}
.product-item .product-right .product-more {
    display: none;
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 12px;
    color: #333333;
    padding-left: 10px;
    /*background-color: #ffffff;*/
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: -o-linear-gradient(right, rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: -moz-linear-gradient(right, rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,1));
}
.product-item .product-right.collapse .product-more {
    display: block;
}
/*.product-item .product-right .product-more::after{*/
    /*content: "...";*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*padding-left: 40px;*/
    /*background: -webkit-linear-gradient(left, transparent, #fff 55%);*/
    /*background: -o-linear-gradient(right, transparent, #fff 55%);*/
    /*background: -moz-linear-gradient(right, transparent, #fff 55%);*/
    /*background: linear-gradient(to right, transparent, #fff 55%);*/
/*}*/
.btn-wrap {
    /*max-width: 768px;*/
    /*margin: 0 auto;*/
    width: 100%;
    position: fixed;
    bottom: 0;
}
.btn-link {
    display: block;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
.btn-link .button {
    line-height: 42px;
    color: #ffffff;
    background-color: #1976eb;
    /*border-radius: 4px;*/
    width: 100%;
    font-size: 16px;
    border: 0 none;
    transition: background 0.1s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-link .button:active {
    background-color: #176cd6;
}
