.page-node-590 #main-wrapper,
.page-node-591 #main-wrapper {
    min-height: 0 !important;
}
.commitment-wrap .inside {
    max-width: 960px;
}
body.ff .commitment-wrap .inside {
    max-width: 1100px;
} 
.commitment-wrap {
    font-family: HelveticaNeue-CondensedBold, "Helvetica Neue Condensed Bold", "Helvetica Neue", Helvetica, Arial, PingFangSC-Light, "PingFang SC Light", 黑体, sans-serif !important;
}
.commitment-wrap .odd {
    padding-right: 15px;
}
.commitment-wrap .even {
    padding-left: 15px;
}
.commitment-wrap a.link {
    display: block;
    color: #333;
    transition: none;
}

.commitment-wrap .content-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px 30px;
    box-shadow: 0 0 6px #ddd;
    max-width: 500px;
    margin: 0 auto 25px;
    transition: box-shadow .3s linear;
    cursor: pointer;
    color: #333 !important;
}
.commitment-wrap .content-wrap:hover {
    box-shadow: 0 0 10px #999;
}
.content-wrap .left {
    position: relative;
    border-right: 1px solid #999;
    width: 50%;
    box-sizing: border-box;
}
.content-wrap  .commitment-desc {
    color: #fff;
    font-weight: bolder;
}
.content-wrap  .commitment-desc {
    position: absolute;
    left: 0;
    top: -2px;
    vertical-align: top;
    padding: 6px 8px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "PingFangSC-Medium", "PingFang SC Medium", "黑体", sans-serif;
}
.content-wrap  .commitment-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 38px;
    margin-top: 8px;
    padding: 22px 30px 22px 0;
    background-image: url("../images/commitment-bg.png");
    /*background-image: url("commitment-bg.png");*/
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 80px;
    color: #333 !important;
}
.content-wrap  .commitment-title span {
    position: relative;
    top: -10px;
    left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.content-wrap  .right {
    padding:10px 0 0 20px;
    margin: 0 auto;
}
.content-wrap .right p {
    margin: 0;
}
.content-wrap .right .years {
    font-size: 32px;
}
.content-wrap .right .from {
    font-size: 18px;
    font-weight: bold;
}
.i18n-zh-hans .content-wrap .right .from {
    letter-spacing: 1.3px;
}
.i18n-en .content-wrap .right .from {
    font-size: 18px;
    letter-spacing: 0.1px;
}
.content-wrap.esp8266-wrap .left {
    /*border-right: none;*/
    padding-right: 0;
}
.esp8266-wrap .left .top,
.esp8266-wrap .left .bottom {
    position: relative;
    /*border-right: 1px solid #999;*/
}
.esp8266-wrap .right {
    align-items: center;
}
.esp8266-wrap .right .top {
    /*height: 100% !important;*/
}
.esp8266-wrap .left .line {
    position: relative;
    height: 1px;
    margin: 16px 0;
    background: #999;
    width: 85%;
}

.content-wrap.esp8266-wrap .left .bottom  .commitment-desc {
    top: 2px;
    left: 40px;
    padding: 4px 6px;
    font-size: 14px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.esp8266-wrap .left .bottom .commitment-title {
    padding-left: 38px;
    font-size: 32px;
    background-size: auto 70px;
}
.esp8266-wrap .left .bottom .commitment-title span {
    top: -6px;
}
.esp8266-wrap .right .bottom {
    padding-bottom: 10px;
}
.esp8266-wrap .bottom-vertical-line {
    position: absolute;
    top: -16px;
    left: 15px;
    height: 62px;
    width: 1px;
    background: #999;
    overflow: hidden;
}
.esp8266-wrap .bottom-horizontal-line {
    position: absolute;
    top: 46px;
    left: 15px;
    height: 1px;
    width: 15px;
    background: #999;
    overflow: hidden;
}
.esp32-s2-wrap .commitment-desc,
.esp32-s-wrap .commitment-desc {
    background: #f1aa3d;
}
.esp32-c-wrap .commitment-desc {
    background: #54adb5;
}
.esp32-wrap .commitment-desc {
    background: #1ab8f1;
}
.esp8266-wrap .commitment-desc {
    background: #146ff1;
}
.esp8089-wrap .commitment-desc {
    background: #9F5AF8;
}
.esp32-h-wrap .commitment-desc {
  background: #8ba96c;
}
.content-wrap.esp32-s-wrap .right .years span {
    color: #f1aa3d;
}
.content-wrap.esp32-c-wrap .right .years span {
    color: #54adb5;
}
.esp32-wrap .right .years span {
    color: #1ab8f1;
}
.esp8266-wrap .right .years span {
    color: #146ff1;
}
.esp8089-wrap .right .years span {
    color: #9F5AF8;
}
.content-wrap.esp32-h-wrap .right .years span {
  color: #8ba96c;
}
.esp32-up-down {
    text-align: center;
}
.esp32-up-down .header {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.esp32-up-down .main {
    text-align: left;
}
.esp32-up-down .main .line {
    height: 1px;
    margin: 10px 0 0;
    background: #999;
    width: 100%;
    position: relative;
}
.esp32-up-down .main .left {
    border: none;
}
.esp32-up-down .main .right {
    padding: 0;
}
.esp32-up-down .main .right .top,
.esp32-up-down .main .right .bottom {
    padding-top: 32px;
    box-sizing: border-box;
}
.esp32-s-wrap .main .right .top,
.esp32-s-wrap .main .right .bottom,
.esp32-c-wrap .main .right .top,
.esp32-c-wrap .main .right .bottom {
    height: 50%;
}
.esp32-c-wrap .main .right .top,
.esp32-c-wrap .main .right .bottom,
.esp32-c-wrap .main .right .middle {
    height: 33.3333%;
}
.esp32-up-down.esp32-c-wrap .main .item + .item {
    margin-top: 32px;
}

.esp32-up-down .main .item {
    display: block;
    position: relative;
    margin-top: 30px;
    border-right: 1px solid #999;
}
.esp32-up-down .main .item.item-last {
    margin-top: 32px;
}
.esp32-up-down .main .bottom-vertical-line {
    position: absolute;
    top: 0;
    left: 15px;
    height: 194px;
    width: 1px;
    background: #999;
    overflow: hidden;
}

.esp32-up-down.esp32-c-wrap .main .bottom-vertical-line {
    height: 316px;
}

.esp32-up-down .main .commitment-desc {
    top: 2px;
    left: 40px;
    padding: 4px 6px;
    font-size: 14px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.esp32-up-down .main .item .bottom-horizontal-line {
    position: absolute;
    top: 42px;
    left: 15px;
    height: 1px;
    width: 15px;
    background: #999;
    overflow: hidden;
}

.esp32-up-down .main .commitment-title {
    padding-left: 38px;
    font-size: 32px;
    background-size: auto 70px;
}
.line:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #333;
    z-index: 2;
}
.commitment-wrap .content-wrap.esp32-s-wrap {
    cursor: default;
}
.commitment-wrap .content-wrap.esp32-s-wrap:hover,
.commitment-wrap .content-wrap.esp32-c-wrap:hover {
    box-shadow: 0 0 6px #ddd;
}
.commitment-wrap .content-wrap.esp32-s-wrap.active {
    box-shadow: 0 0 10px #999;
}

.content-wrap.esp32-up-down.esp32-h-wrap .main .bottom-vertical-line {
  height: 73px;
}
@media (max-width: 1280px) and (min-width: 1170px) {
    .intro-wrapper .inside {
        width: 1140px;
    }
}
@media (max-width: 1170px){
   /* .content-wrap  .commitment-title {
        font-size: 40px;
    }
    .content-wrap .right .years {
        font-size: 32px;
    }
    .content-wrap .right .from {
        font-size: 18px;
    }
    .esp8266-wrap .left .bottom .commitment-title  {
        font-size: 30px;
    }*/
    /*.content-wrap .commitment-title span {
        top: -8px;
    }
*/}
@media (min-width: 990px){ 
    .commitment-wrap .content-wrap.esp8089-wrap {
        margin-bottom: 0;
    }
}
@media (max-width: 990px){
    .col-ms-6,
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .commitment-wrap .odd {
        padding-right: 0;
    }
    .commitment-wrap .even {
        padding-left: 0;
    }
}
@media (max-width:  768px) {
    .esp32-up-down .main .bottom-vertical-line {
        height: 189px;
    }
    .esp32-up-down.esp32-c-wrap .main .bottom-vertical-line {
        height: 306px;
    }
}
@media (max-width: 520px){
    .commitment-wrap .content-wrap {
        padding: 30px 20px 20px;
    }
    .content-wrap  .commitment-title {
        font-size: 36px;
        background-size: auto 70px;
        padding-right: 10px;
    }
    .content-wrap .right .years {
        font-size: 26px;
    }
    .content-wrap .right .from {
        font-size: 16px;
    }
    .esp8266-wrap .left .bottom .commitment-title  {
        font-size: 26px;
        padding-right: 40px;
    }
    .content-wrap .commitment-title span {
        top: -6px;
        left: 10px;
    }
}

