.page-container {
    background: #192024;
    min-width: 1160px;
}
.product-main {
    width: 100%;
    background: #192024;
}
.content-main {
    width: 100%;
    background: #192024;
}
.light-bg {    
    background: #212A2E;
}

.product-banner {
    width: 100%;
    position: relative;
}
.product-banner-bg {
    width: 100%;
    height: auto;
}
.product-content {
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
}
.product-title {
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 43px;
}
.product-title span {
    color: #00F4DA;
}
.product-content p {
    width: 460px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.product-content-en p {
  width:656px
}
.product-content-title {
    position: absolute;
    top: 50%;
    left: calc((100% - 1160px)/2);
    margin-top: -90px;
}

.pc-trusted {
    padding-bottom: 10px;
}
.product-technical {
    width: 100%;
    height: 534px;
    background: #079E7C;
    margin-top: 417px;
    position: relative;
}

.product-technical-trusted {
    margin-top: 391px;
    height: 534px;
}
.left-mask-technical {
    width: calc((100% - 1160px) / 2 - 50px);
    height: 534px;
    background: #192024;
    position: absolute;
    left: 0;
    top: 0;
}

.left-mask-technical-trusted {
    height: 534px;
}

.technical-title h3 {
    width: 200px;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 153px;
}

.technical-title-en h3 {
  line-height: 45px;
  width: 380px;
}
.product-technical-trusted .technical-title h3 {
    padding-top: 167px;
}
.technical-title span {
    display: block;
    width:80px;
    height:2px;
    background:#fff;
    margin-bottom: 48px;
}

.technical-title p {
    font-size:14px;
    color:rgba(255,255,255,0.7);
    line-height:20px;
    width: 280px;
}
.entechnical-title{
    position: absolute;
    top: 100px;
}
.entechnical-title h3{
   width: 366px;
}
.technical-right {
    position: absolute;
    right: 0;
    top: -150px;
}
.entechnical-right {
    position: absolute;
    right: 0;
    top: -100px;
}

.technical-right-trusted {
    top: -110px
}
.technical-block-trusted {
    float: right;
}
.technical-module {
    background: #2E393F;
    padding: 68px 40px 0;
    float: left;
    margin-left: 27px;
    margin-bottom: 36px;
    cursor: pointer;
    box-sizing: border-box;
    height: 450px;
    transition: all 0.25s;
}

.technical-module:nth-child(2) {
    margin-top: -148px;
}

.technical-module:nth-child(2) {
    margin-top: -148px;
}
.entechnical-module:nth-child(2) {
    margin-top: -210px;
}
.newtechnical-module:nth-child(2){
    margin-top: -200px;
}
.technical-module-trusted:nth-child(1) {
    margin-left: 0;
    margin-top: 148px;
}
.technical-module-trusted:nth-child(2) {
    margin-top: 0;
}
.technical-module-trusted:nth-child(3) {
    margin-top: -148px;
}

.technical-module-product3:nth-child(2) {
  margin-top: -137px;
}

.technical-module .icon {
    width: 36px;
    height: 36px;
    display: block;
    margin-bottom: 8px;
}
.technical-module .icon-user {
    background: url(../image/product/icon_user_normal.png) no-repeat;
    background-size: 100% 100%;
}
.technical-module .icon-against {
    background: url(../image/product/icon_defend_normal.png) no-repeat;
    background-size: 100% 100%;
}
.technical-module .icon-tamper {
    background: url(../image/product/icon_deposit_normal.png) no-repeat;
    background-size: 100% 100%;
}
.technical-module .icon-feature {
    background: url(../image/product/icon_feature_normal.png) no-repeat;
    background-size: 100% 100%;
}

.technical-module:hover .icon-user {
    background: url(../image/product/icon_user_hover.png) no-repeat;
    background-size: 100% 100%;
}
.technical-module:hover .icon-against {
    background: url(../image/product/icon_defend_hover.png) no-repeat;
    background-size: 100% 100%;
}
.technical-module:hover .icon-tamper {
    background: url(../image/product/icon_deposit_hover.png) no-repeat;
    background-size: 100% 100%;
}
.technical-module:hover .icon-feature {
    background: url(../image/product/icon_feature_hover.png) no-repeat;
    background-size: 100% 100%;
}
.technical-module .title {
    font-size:26px;
    color: #18C29C;
    line-height:37px;
    display: block;
    margin-bottom: 48px;
    width: 288px;
}
.technical-module-product3 .product3-title{
  font-size: 16px;
}

.technical-module-trusted .title {
    margin-bottom: 30px;
}

.technical-module .hint {
    width: 288px;
    font-size:16px;
    color:rgba(255,255,255,0.7);
    line-height:24px;
    display: block;
    margin-bottom: 60px;
}

.technical-module:hover {
    background: #18C29C;
    position: relative;
    transform: translate(0, -20px);
}

.technical-module:hover .title {
    color: #fff;
}

.technical-module:hover .product3-title {
  color: #fff;
}

.technical-module:hover .hint {
    color: #34404D;
}

.technical-module:hover .technical-list p {
    color: #34404D;
}

.technical-module:hover .technical-list span {
    background: #34404D;
}

.technical-list {
    margin-bottom: 14px;
}

.technical-list span {
    width: 10px;
    height:10px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    display: block;
    float: left;
    margin-top: 6px;
}

.technical-list p {
    font-size:14px;
    color:rgba(255,255,255,0.7);
    line-height:22px;
    display: block;
    width: 270px;
    margin-left: 8px;
    float: left;
}

.container-price {
    position: relative;
    padding-top: 100px;
}
.container-price .price-con{
    box-sizing: border-box;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.container-price .con-columns {
    display: flex;
}
.container-price .price-con .left {
    width: 32%;
    box-sizing: border-box;
    padding-right: 48px;
}
.container-price .price-con .right {
    width: 68%;
}
.container-price .price-con .con-head{
    margin-bottom: 40px;
}
.container-price .price-con .con-head h4{
    font-size:40px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:56px;
    margin-bottom: 20px;
}
.container-price .price-con .con-head .line{
    width:80px;
    height:2px;
    background:rgba(24,194,156,1);
}
.container-price .price-con .desc-text {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 20px;
    padding: 48px 0;
}
.container-price .price-con .paragraph {
    margin-bottom: 12px;
}
.container-price .price-con .paragraph16 {
    margin-bottom: 16px;
}
.container-price .price-con .product-img{
    width: 100%;
    /* padding:0 38px; */
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 90px;
}
.container-price .price-con .product-img img{
    width:100%;
}
.container-price .price-con .con-inc{
    width: 100%;
    min-height: 410px;
    padding-bottom: 140px;
    padding-top: 34px;
}
.container-price .price-con .con-inc .inc-wrapper{
    width: 25%;
    padding: 0 14px;
    float: left;
    box-sizing: border-box;
}
.container-price .price-con .con-inc .inc-box{
    position: relative;
    z-index: 100;
    max-width:360px;
    min-height:450px;
    background:rgba(46,57,63,1);
    box-shadow:0px 12px 34px 0px rgba(22,29,33,0.6);
    padding:50px 32px 0 32px;
    box-sizing: border-box;
    transition: all 0.25s;
}
.container-price .price-con .con-inc .inc-box ul{
    display: none;
    width: 100%;
    margin-top:26px;
    font-size: 14px;
    margin-left:12px;
    color: rgba(255,255,255,0.7);
}
.container-price .price-con .con-inc .inc-box ul li{
    margin-bottom: 8px;
}
.container-price .price-con .con-inc .inc-box ul li i {
    color:#18C29C;
}
.container-price .price-con .con-inc .inc-box h2{
    font-size:66px;
    font-weight:bolder;
    color:rgba(255,255,255,0.24);
    line-height:93px;
    margin-bottom: 12px;
    font-family:Arial-Black,Arial;
}
.container-price .price-con .con-inc .inc-box h4{
    font-size:26px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:37px;
    margin-bottom: 48px;
}
.container-price .price-con .con-inc .inc-box p{
    font-size:14px;
    color:rgba(255,255,255,0.7);
    line-height: 22px;
}
.container-price .price-con .con-inc .inc-box:hover{
    background-color: #079E7C;
    transform: translate(0, -30px);
}
.container-price .price-con .con-inc .inc-box:hover > ul{
    display: block;
}
.container-price .price-con .con-inc .inc-box:last-child{
    margin:0;
}
.product-case {
    width: 100%;
    height: 100px;
    margin: 132px 0;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}

/* 移动端 */
.mobile-main {
    background: #192024;
}
.phone {
    display: none;
}
.mobile-banner-box {
    padding-top: 66px;
}
.mobile-banner {
    width: 100%;
    background: url(../image/product/immune_banner.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 24px 48px;
    box-sizing: border-box;
}
.mobile-newbanner{
    width: 100%;
    background: url(../image/product/number_banner.png) no-repeat;
    background-size: 100% 100%;
    padding: 24px 71px 50px 24px;
    box-sizing: border-box;
}
.mobile-banner-trusted {
    background: url(../image/product/blockchain_banner-mobile.png) no-repeat;
    background-size: 100% 100%;
}

.mobile-banner h2 {
    font-size: 20px;
    color: #fff;
    line-height:24px;
    margin-bottom: 24px;
}
.mobile-banner h2 span {
    color: #00F4DA;
}


.mobile-banner-trusted h2{
  font-size:20px;
}

.mobile-newbanner h2 {
    margin-top: 4px;
    margin-bottom: 12px;
}
.mobile-banner h2 span{
    color: rgba(0, 244, 218, 1);
}

.mobile-banner p {
    font-size:14px;
    color: #fff;
    line-height:22px;
}
.mobile-newbanner p {
    font-size:12px;
    color: #fff;
    line-height: 18px;
}

.mobile-overview {
    margin: 0 24px;
    background: #212A2E;
    height: 430px;
}
.mobile-overview-trusted {
    height: 562px;
}
.mobile-title {
    font-size:40px;
    color: #fff;
    line-height:56px;
    text-align: center;
    padding-top: 48px;
}

.mobile-line {
    width:80px;
    height:2px;
    background:#18C29C;
    display: block;
    margin: 20px auto 48px;
}
.mobile-hint {
    font-size:14px;
    color:rgba(255,255,255,0.7);
    line-height:22px;
    text-align: center;
    padding: 0 16px;
}
.mobile-overview img {
    width: 100%;
    height: 200px;
    margin-left: 24px;
    margin-top: 50px;
}

.mobile-technology {
    width: 100%;
    padding-bottom: 60px;
}

.mobile-technology-bg {
    width: 100%;
    height: 400px;
    background: #079E7C;
    padding-top: 32px;
}

.mobile-technology .white {
    background: #fff;
}

.technical-module-main {
    margin-top: -183px;
    overflow: hidden;
}
.technical-module-main .technical-list p {
    width: 240px;
}
.technical-module-main-en {
    margin-top: -83px;
}
.mobile-technology .technical-module {
    margin: 24px;
    float: none;
    height: auto;
    padding: 68px 30px 36px;
}
.mobile-technology .technical-module .hint {
    width: 100%;
}
.mobile-strengths {
    margin-top: 116px;
    width: 100%;
    padding-bottom: 76px;
    background: #212A2E;
}
.mobile-banner-trusted-en-title{
  font-size: 20px;
  color: rgba(0, 244, 218, 1);
}
.mobile-strengths-bg {
    width: 100%;
    height: 524px;
    background: url(../image/product/strengths-banner.png) no-repeat;
    background-size: 100% 100%;
}
.mobile-strengths-newbg{
    background: url(../image/product/newstrengths-banner.png) no-repeat;
    background-size: 100% 100%;
}
.mobile-strengths-bg h3 {
    padding-top: 80px;
}
.advantages-module-main {
    background: #18C29C;
    margin: -250px 24px 0;
    padding: 24px 16px 48px;
}
.advantages-module-main .advantages-module {
    float: none;
    margin-left: 0;
    margin-top: 24px;
    height: auto;
}
.advantages-module-main .advantages-module i {
    margin-right: 10px;
}
.advantages-module-main .advantages-module p {
    width: 240px;
}
.advantages-module-main-en {
    margin: -200px 24px 0;
}
.advantages-module-en-main{
  margin: -80px 24px 0;
}
.mobile-architecture h3{
    padding-top: 140px;
}
.mobile-architecture-img {
    margin: 48px 24px;
}
.mobile-architecture-img img {
    width: 100%;
    height: 200px;
    display: none;
}
.mobile-architecture-img .active {
    display: block;
}
.mobile-architecture li {
    width:173px;
    height:60px;
    background: #192024;
    font-size:14px;
    color:rgba(255,255,255,0.7);
    line-height:60px;
    float: left;
    text-align: center;
}
.mobile-architecture li.active {
    background:linear-gradient(270deg,rgba(24,194,156,0) 0%,rgba(24,194,156,1) 100%);
}
/*==头尾样式==*/
#navbar-custom {
    width: 1160px !important;
}
#navbar-custom .nav-font {
    background: #192024;
}
#foot {
    min-width: 1160px;
}
/*=====英文版=====*/
.container-price .price-con .con-inc-en .inc-box {
    padding: 40px 20px 0 20px;
}
.container-price .price-con .con-inc-en .inc-box h4 {
    margin-bottom: 20px;
}
.product-banner-en .product-content p {
    width: 660px;
}
.product-banner-en .product-content-title {
    margin-top: -103px;
}
.product-case-en {
    margin: 256px 0;
}
@media screen and (max-width: 1300px) {
    #navbar-custom {
        width: 1160px !important;
    }
}
@media  (max-width: 768px){
    /*==头尾样式==*/
    #navbar-custom {
        width: auto !important;
    }
    #foot {
        min-width: 0;
    }
    .page-container {
        min-width: 0;
    }
    .product-main {
        display: none;
    }
    .phone {
        display: block;
    }
    .container-price .price-con{
        width: 100%;
        min-width: 0;
        padding:0 24px;   
        box-sizing: border-box;     
    }
    .container-price {
        padding-top: 80px;
    }
    .container-price .price-con .product-img{
        padding:0;
    }
    .container-price .price-con .con-head p{
        display: block;
        margin:0 auto;
        width: 100%;
        font-size:14px;
        font-weight:400;
        color:rgba(255,255,255,0.7);
        line-height:20px;
    }
    .container-price .price-con .con-head h4{
        text-align: center;
    }
    .container-price .price-con .con-head .line{
        margin:0 auto;
        margin-bottom: 48px;
        background-color: #FFFFFF;
    }
    .container-price .price-con .con-inc {
        margin: 0 auto;
        padding-bottom: 90px;
    }
    .container-price .price-con .con-inc .inc-wrapper{
        width: 100%;
        margin-bottom: 34px;
        float: none;
    }
    .container-price .price-con .con-inc .inc-box {
        max-width: inherit;
    }
    .container-price .price-con .con-inc .inc-box:hover{
        margin:0 0 34px 0!important;
    }
    .container-price .con-columns {
        display: block;
    }
    .container-price .price-con .left {
        width: 100%;
        padding-right: 0;
    }
    .container-price .price-con .right {
        width: 100%;
        padding-bottom: 34px;
    }
    .container-price .price-con .desc-text {
        padding: 0;
    }
    .technical-module-main .technical-list p {
        width: calc(100% - 20px);
    }
}