* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.layout-top {
    position: relative;
}
.layout-top-tip {
    position: absolute;
    top: 0;
    left: 83px;
    width: 141px;
    height: 76px;
    text-align: center;
    background: #DA6626;
}
.layout-tip-img {
    width: 112px;
    margin-top: 13.5px;
}
.layout-top-img {
    width: 100%;
}
.layout-top-mouse {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    cursor: pointer;
}
.layout-mouse-img {
    width: 100%;
}
.layout-main {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.layout-main-box {
    width: 50%;
}
.layout-main-left {
    padding-left: 119px;
    color: #0C1C28;
}
.left-title {
    font-size: 26px;
    font-weight: 500;
}
.left-content {
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
}
.left-content-text {
    display: block;
    font-weight: 400;
}
.left-code {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
}
.left-code-img {
    width: 96px;
}
.left-code-box {
    margin-top: 29px;
    margin-left: 20px;
    width: 91px;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    font-size: 13px;
}
.left-code-text {
    display: block;
}
.layout-main-right {
    padding-left: 80px;
}
.right-type {
    width: 570px;
    height: 140px;
    margin-bottom: 30px;
    color: #0C1C28;
    background-size: 100% 100%;
    background-image: url("../img/bg-text.png");
    cursor: pointer;
}
.right-type.active {
    color: #FFFFFF;
    background-image: url("../img/bg-active.png");
}
.right-type-img {
    width: 96px;
    margin-left: 59px;
    vertical-align: middle;
}
.right-type-text {
    display: inline-block;
    margin-left: 24px;
    line-height: 140px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 26px;
}