.section_context {
    width: 1200px;
    position: relative;
    display: block;
    margin: auto;
}

.sharder_header {
    height: 740px;
    padding-top: 160px;
    background-size: 80%;
}

.sharder_header .img_header {
    position: absolute;
    right: 30px;
    top: -10px;
}

.sharder_header .header_img {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    transition: all .5s;
}

.img_header_bencloud.header_img {
    top: 240px;
    right: 0;
}

.img_header_hub.header_img {
    top: 530px;
    right: 430px;
}

.img_header_jishi.header_img {
    top: 500px;
    right: 0;
}

.img_header_bencloud.header_img:hover {
    top: 250px;
    right: 10px;
}

.img_header_hub.header_img:hover {
    top: 520px;
    right: 420px;
}

.img_header_jishi.header_img:hover {
    top: 490px;
    right: 12px;
}

.sharder_header .sharder_name {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.sharder_header .sharder_name.en {
    margin-bottom: -30px;
    color: #4540b1;
}

.sharder_header .sharder_info_title {
    font-size: 50px;
    color: #fff;
    padding: 0;
    margin: 40px 0;
}

.sharder_header .sharder_info {
    font-size: 30px;
    color: #fff;
    padding: 0;
    margin-bottom: 100px;
}

.sharder_button {
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    border: none;
    background: #442ac3;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sharder_button:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(/r/sharder/official/img/index/arrow_icon_white.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 14px;
}

.sharder_button:after {
    content: "";
    display: inline-block;
    width: 24%;
    height: 200%;
    background: #6A6AFF77;
    position: absolute;
    transform: rotate(-20deg);
    right: 0;
    top: -30px;
    transition: all .3s;
}

.sharder_button.blue_white {
    /*background: #fff;*/
    /*color: #442ac3;*/
    margin-left: 20px;
}

.sharder_button:hover:after {
    width: 36%;
    background: #6A6AFF55;
}

.section_context .sharder_title {
    background: url("../img/index/title_background.png") no-repeat center;
    height: 118px;
    width: 254px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 120px;
    margin: 100px auto 120px;
    position: relative;
    z-index: 2;
}

.sharder_network .sharder_network_info {
    display: inline-block;
    width: 245px;
    height: 300px;
    padding: 0 20px;
    margin: 0 0 60px 0;
    border-radius: 4px;
    transition: all 2s;
    cursor: pointer;
}

.sharder_network_info .sharder_network_img {
    margin: 30px auto;
    width: 100px;
    height: 100px;
    transition: all 1s;
    /*border: 1px solid red;*/
}

.sharder_network .sharder_network_info:hover .sharder_network_img {
    background-size: 100% !important;
    margin: 10px auto;
    width: 140px;
    height: 140px;
}

/**************** css start ****************/
.sharder_network_img.agreement {
    background: url("../img/index/agreement.png") no-repeat center;
}

.sharder_network_img.ecological {
    background: url("../img/index/ecological.png") no-repeat center;
}

.sharder_network_img.data {
    background: url("../img/index/data.png") no-repeat center;
}

.sharder_network_img.role {
    background: url("../img/index/role.png") no-repeat center;
}

.sharder_network_img.model {
    background: url("../img/index/model.png") no-repeat center;
}

.sharder_network_img.mill {
    background: url("../img/index/mill.png") no-repeat center;
}

.sharder_network_img.bass {
    background: url("../img/index/bass.png") no-repeat center;
}

.sharder_network_img.storage {
    background: url("../img/index/storage.png") no-repeat center;
}

/**************** css end ****************/
/**************** hover start ****************/
/*.sharder_network .sharder_network_info:hover .sharder_network_img.agreement {*/
    /*background: url("../img/index/agreement-b.png") no-repeat center;*/
/*}*/

/*.sharder_network .sharder_network_info:hover .sharder_network_img.ecological {*/
    /*background: url("../img/index/ecological-b.png") no-repeat center;*/
/*}*/

/*.sharder_network .sharder_network_info:hover .sharder_network_img.data {*/
    /*background: url("../img/index/data-b.png") no-repeat center;*/
/*}*/

/*.sharder_network .sharder_network_info:hover .sharder_network_img.role {*/
    /*background: url("../img/index/role-b.png") no-repeat center;*/
/*}*/

/*.sharder_network .sharder_network_info:hover .sharder_network_img.model {*/
    /*background: url("../img/index/model-b.png") no-repeat center;*/
/*}*/

/*.sharder_network .sharder_network_info:hover .sharder_network_img.mill {*/
    /*background: url("../img/index/mill-b.png") no-repeat center;*/
/*}*/

/*.sharder_network .sharder_network_info:hover .sharder_network_img.bass {*/
    /*background: url("../img/index/bass-b.png") no-repeat center;*/
/*}*/

/*.sharder_network .sharder_network_info:hover .sharder_network_img.storage {*/
    /*background: url("../img/index/storage-b.png") no-repeat center;*/
/*}*/

/**************** over end ****************/
.sharder_network_info .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.sharder_network_info .base-info {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

/*.sharder_network .sharder_network_info:hover {*/
    /*background: #493eda;*/
/*}*/

/*.sharder_network .sharder_network_info:hover p {*/
    /*color: #fff !important;*/
/*}*/

#white_paper .sharder_title {
    margin-top: 26px;
}

#white_paper .book {
    display: flex;
    justify-content: space-around;
    text-align: center;
    position: relative;
    z-index: 2;
    /*background: blue;*/
    padding-bottom: 120px;
}

.book .book_info {
    min-height: 300px;
    width: 280px;
    border: 1px dashed #fff;
    border-radius: 12px;
    padding-bottom: 20px;
}

.book_info button {
    outline: none;
    border-radius: 20px;
    display: block;
    color: #442ac3;
    background: #fff;
    margin: 20px auto 0;
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 1s;
    border: 1px solid transparent;
}

.book_info button:hover {
    border-color: #fff;
    color: #fff;
    background: #442ac3;
}

.book_info p {
    padding: 50px 0 10px;
    font-size: 20px;
    color: #fff;
}

.commercial_application {
    background: url("../img/index/app_bg.png") no-repeat center;
    height: 634px;
    position: relative;
}

.commercial_application .application {
    position: absolute;
    cursor: pointer;
}

.commercial_application .application:hover .text {
    opacity: 1;
    bottom: 10px;
}

.commercial_application .application img {
    transition: all 1s;
    position: relative;
    bottom: 0;
}

.commercial_application .application:hover img {
    bottom: 10px;
}

.commercial_application .sharder_brain {
    top: -106px;
    left: 186px;
}

.commercial_application .sharder_matrix {
    top: -90px;
    right: 44px;
}

.commercial_application .sharder_bean_cloud {
    top: 370px;
    left: 206px;
}

.commercial_application .sharder_onefair {
    top: 350px;
    right: 44px;
}

.commercial_application .application .text {
    opacity: 0;
    max-width: 200px;
    background: #493eda;
    border-radius: 6px;
    color: #fff;
    padding: 16px;
    transition: all 1s;
    bottom: 0;
    position: relative;
}

.sharder_roadmap {
    position: relative;
    z-index: 2;
    display: none;
}

.sharder_roadmap .sharder_roadmap-info, .sharder_roadmap .sharder_roadmap_line {
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
}

.sharder_roadmap .sharder_roadmap-info span {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #ddd;
    font-weight: bold;
}

.sharder_roadmap .sharder_roadmap_line span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2d169d;
    position: relative;
}

.sharder_roadmap-info span.white {
    color: #fff;
}

.sharder_roadmap_line span.white, .sharder_roadmap_line span.line {
    background: #fff;
}

.sharder_roadmap_line span.line:after {
    content: "";
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
}

.sharder_roadmap_line span.white.line:after {
    content: "";
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -8px;
    left: -8px;
}

.sharder_roadmap .sharder_roadmap_bg_line {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, white 47%, #2d169d 49%);
    position: relative;
    top: 10px;
    border-radius: 4px;
}

.sharder_roadmap .sharder_roadmap_introduce {
    color: #fff;
    text-align: center;
    /*height: 1000px;*/
}

.sharder_roadmap_introduce .sharder_roadmap_introduce_title {
    font-size: 26px;
    color: #fff;
}

.sharder_roadmap_introduce_title span {
    display: inline-block;
    width: 320px;
    text-align: center;
    margin-bottom: 50px;
}

.sharder_roadmap_introduce_title img {
    cursor: pointer;
}

.sharder_roadmap_introduce_title img:active {
    opacity: 0.6;
}

.sharder_roadmap_introduce_title .btn_left {
    transform: rotate(180deg);
}

.sharder_roadmap_introduce .title {
    margin-top: 20px;
    font-size: 20px;
}

.sharder_roadmap_introduce .info {
    font-size: 16px;
}

.news > p {
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #2e179d;
    background: url("../../official/img/index/jbbg.png") no-repeat 0 14px;
}

.news .context {
    padding-bottom: 40px;
}

.news .context > div {
    display: inline-block;
    width: 588px;
    box-shadow: 1px 1px 10px #e2e2e2;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.news .context > div:hover .info_text {
    color: #fff;
    background: #493eda;
}

.news .context > div:hover .info_text h3 {
    color: #fff;
}

.context .info_text {
    float: right;
    display: inline-block;
    height: 160px;
    width: 320px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    transition: all 1s;
}

.context .news_img {
    float: left;
    width: 228px;
    height: 200px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.context .info_text h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.context .info_text .text {
    height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.context .info_text span {
    margin-top: 40px;
}

.info_text .time {
    float: left;
}

.info_text .author {
    float: right;
}

.news .video div {
    display: inline-block;
    width: 390px;
    height: 220px;
    text-align: center;
    background: #1E9FFF;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 0 10px 10px;
    box-shadow: 2px 2px 10px #d2d2d2;
    position: relative;
}

.news .video div.accidentally {
    margin: 0 0 10px 0;
}

.video .video_bg {
    width: inherit;
    height: inherit;
    border-radius: 6px;
}

.video .btn_video {
    position: absolute;
    top: 60px;
    left: 150px;
}

.news .video_title {
    cursor: pointer;
    margin: 20px auto 0;
    width: 260px;
    text-align: center;
    font-size: 20px;
    color: #493eda;
}

.news .video_title .video_btn {
    transform: rotate(180deg);
}

.partners {
    /*text-align: center;*/
    text-align: left;
    padding-bottom: 100px;
}

.partners .item {
    display: inline-block;
    width: calc(20% - 4px);
}

.partners img {
    margin: 0 18px;
    cursor: pointer;
    width: 198px;
    height: 98px;
}

.partners img:hover {
    /*opacity: .5;*/
}

footer {
    background: #493eda;
}

.footer {
    padding: 30px 0 30px 0;
    color: #ddd;
    background: #493eda;
}

.footer a,
.footer span {
    color: #ddd;
}

.footer a:hover,
.footer a:hover span {
    color: #fff;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .about > div {
    display: inline-block;
    /*width: 49%;*/
    margin-bottom: 20px;
    font-size: 12px;
    color: #d2d2d2;
}

.contact {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.contact .weixin {
    position: absolute;
    top: -80px;
    left: 185px;
    width: 100px;
    height: 100px;
    border-radius: 0;
    margin: 0;
    opacity: 1!important;
    display: none;
}

.contact .weixin:hover {
    opacity: 1;
}

.contact .weixin_icon:hover + .weixin {
    display: initial;
}

.contact img {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    opacity: 0.5;
}

.contact img:hover {
    opacity: 0.8;
}

.footer .exchange img {
    cursor: pointer;
    /*width: 90px;*/
    /*height: 38px;*/
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.footer .exchange img:hover {
    opacity: 1;
}

.footer .link {
    margin-bottom: 20px;
}

.footer .link a {
    color: #ddd;
    margin-right: 20px;
}

.footer .link a:hover {
    color: #fff;
}

.footer .ownership {
    color: #ddd;
    margin-top: 40px;
}

.footer .ownership.phone {
    display: none;
}

.footer .disclaimer {
    color: #ddd;
}

.list-pipe-separator > li:not(:last-child) > a:after {
    content: '|';
    margin: 0 0.375rem;
    opacity: .5;
}

.footer .disclaimer ul {
    margin-bottom: 0;
}

.footer .disclaimer a {
    color: #ddd;
    /*margin-right: 20px;*/
}

.footer .disclaimer a:hover {
    color: #fff;
}

.d-flex {
    display: flex !important;
}

.header ul, .header li {
    display: inline-block;
}

.header ul {
    padding: 20px 0;
}

.header li, .header .logo {
    margin-right: 30px;
    cursor: pointer;
    color: #fff;
}

.header .login_registered {
    float: right;
    margin-top: 7px;
    margin-right: 120px;
}

.header .login_registered .login_this {
    display: none;
}

.login_registered .login_this .you_are_welcome {
    margin-right: 10px;
}

.header .language {
    position: absolute;
    right: 10px;
    top: 24px;
    width: 100px;
    color: #fff;
    z-index: 9;
}

.header .language:hover dd {
    display: block;
}

.language .language_title {
    /*border: 1px solid #fff;*/
    padding: 2px 10px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.language .language_title:hover:after {
    transform: rotate(0deg);
}

.language .language_title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 8px;
    right: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    transform: rotate(180deg);
    transition: all .3s;
}

.language dd {
    display: none;
    cursor: pointer;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    color: #000;
}

.language dd:hover {
    background: #493eda;
    color: #fff;
}

.language dt + dd {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.language dd:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.menu .huomiao {
    margin: 0 0 8px 3px;
}

.header li a {
    color: #fff;
}

.header li a:hover {
    color: #d2d2d2;
}

/******* 三角背景 *****/
.sharder_triangle_bg {
    position: relative;
    min-width: 1200px;
}

.sharder_triangle_bg div {
    position: absolute;
    width: 0;
    height: 0;
}

.sharder_triangle_bg.header:after {
    content: "";
    display: block;
    position: absolute;
    height: 980px;
    width: 100%;
    background-color: #2d169d;
}

.sharder_triangle_bg.header .triangle_left {
    /*border-right: 1000px solid transparent;*/
    border-bottom: 180px solid #493eda;
    z-index: 3;
    top: 800px;
}

.sharder_triangle_bg.white_paper:after {
    content: "";
    display: block;
    position: absolute;
    top: 200px;
    height: 500px;
    width: 100%;
    background-color: #493eda;
}

.sharder_triangle_bg.white_paper .triangle_left {
    border-bottom: 180px solid #493eda;
    /*border-left: 1000px solid transparent;*/
    top: 20px;
}

.sharder_triangle_bg.white_paper .triangle_right {
    border-top: 180px solid #493eda;
    /*border-right: 1000px solid transparent;*/
    top: 700px;
}

#sharder_roadmap {
    width: 1200px;
    margin: auto;
}

.sharder_triangle_bg.sharder_roadmap + section {
    padding: 0 0 60px;
}

.sharder_triangle_bg.sharder_roadmap + section:after {
    content: "";
    display: inline-block;
    width: 100%;
    min-height: calc(100% - 200px);
    position: absolute;
    top: 200px;
    left: 0;
    background-color: #493eda;
}

.sharder_triangle_bg.sharder_roadmap .triangle_left {
    border-bottom: 220px solid #493eda;
    /*border-left: 1000px solid transparent;*/
    top: 80px;
}

/*** 登录 ***/
#header_context .sharder_open {
    display: none;
    padding-top: 20px;
}

.sharder_open .context {
    width: 60%;
    margin: auto;
}

.sharder_open .context .login_img {
    margin-bottom: 20px;
}

.sharder_open .context h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sharder_open .context p {
    font-size: 14px;
    color: #493eda;
    margin: 10px 0;
    position: relative;
}

.sharder_open .context .header_input {
    outline: none;
    border: none;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #493eda;
}

.sharder_open .context button {
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    height: 36px;
    width: 100%;
    background: #493eda;
    margin-top: 10px;
    color: #fff;
}

.sharder_open .context button:active {
    opacity: .8;
}

.sharder_open .context .cursor {
    cursor: pointer;
    border-bottom: 1px solid #493eda;
}

#sharder_login.sharder_open {
    padding-top: 80px;
}

.context .verification_code {
    position: absolute;
    right: 0;
    padding: 10px 20px;
    background: #493eda;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.context .verification_code.send {
    background: #d2d2d2;
    cursor: no-drop;
}

.sharder_open .context span.right {
    float: right;
}

.imgCaptcha_btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #493eda;
}

.news .news_all_btn {
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-weight: initial;
}

.section_context .text-roadmap span {
    display: none;
}
