
@font-face {
    font-family: "SourceHanSansCN-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/right_side/SourceHanSansCN-Regular.ttf?v=0.3") format("truetype"),url("../fonts/right_side/SourceHanSansCN-Regular.woff?v=0.3") format("woff"), url("../fonts/right_side/SourceHanSansCN-Regular.svg?v=0.3") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Light";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/right_side/SourceHanSansCN-Light.ttf?v=0.3") format("truetype"),url("../fonts/right_side/SourceHanSansCN-Light.woff?v=0.3") format("woff"), url("../fonts/right_side/SourceHanSansCN-Light.svg?v=0.3") format("svg");
}
.list-right {
    width: 31%;
}
.list-right .big-code {
    width: 100%;
    border-top: 5px solid #c40530;
    border-right: 2px solid #c40530;
    border-bottom: 2px solid #c40530;
    border-left: 2px solid #c40530;
    align-items: flex-start;
    padding-left: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}
.list-right .big-code ul{ overflow: hidden}
.list-right .big-code ul li{ width: 90px; float: left;  overflow: hidden; margin-right: 20px}
.list-right .big-code ul li:nth-of-type(2){ margin-right: 50px}
.list-right .big-code ul li>img{ width: 100%; height: 90px; display: block; margin: 0 auto}
.list-right .big-code ul li>p{font-size: 11px;text-align: center;font-weight: normal;font-stretch: normal;line-height: 11px;margin-top: 7px;margin-bottom: 15px;letter-spacing: 1px;color: #4c4c4c;font-family: SourceHanSansCN-Regular;}

.list-right .big-code img {
    width: 94px;
    height: 94px;
}

.list-right .big-code .code-right {
    margin-top: 1vh;
    margin-left:5px;
}

.list-right .big-code .code-right p:first-child {
    font-size: 1.2vw;
    letter-spacing: 2px;
}

.list-right .big-code .code-right p:nth-child(2) {
    font-size: 0.7vw;
    letter-spacing: 1px;
    margin: 4px 0 6px;
}

.list-right .big-code .code-right p:last-child {
    font-size: 25px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 1px;
    color: #c40530;
    position: absolute;
    top: 40px;
    left: 254px;
    font-family: SourceHanSansCN-Light;
}

.list-right .small-code {
    width: 100%;
    margin-top: 1vh;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-right .small-code .small-items {
    width: 48%;
    height: 7vh;
    border-top: 5px solid #c40530;
    border-right: 1px solid #c40530;
    border-bottom: 1px solid #c40530;
    border-left: 1px solid #c40530;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.list-right .small-code .small-items img {
    width: 1.5vw;
    margin-right: 10px;
}

.list-right .small-code .small-items span {
    font-size: 0.8vw;
    font-weight: bold;
    color: #000;
}
.list-right .small-items a{
    font-family: SourceHanSansCN-Regular;
}
