/* 使用场景 */

.scene_box {
    width: 100%;
    background: #FEF8F8;
    margin-bottom: var(--jSize);
}

.scene {
    display: flex;
    flex-direction: column;
    padding: var(--hxSize) 0 var(--ccSize) 0;
}

.scene p {
    text-align: center;
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #111111;
}

.scene ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--hxSize);
}

.scene ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scene ul li:nth-child(1) img {
    width: var(--nnSize);
    height: 10.25rem;
    margin-bottom: var(--iSize);
}

.scene ul li:nth-child(2) img {
    width: 23.312rem;
    height: 10.24rem;
    margin-bottom: var(--iSize);
}

.scene ul li:nth-child(3) img {
    width: 14.625rem;
    height: 10.25rem;
    margin-bottom: var(--iSize);
}

.scene ul li p {
    font-size: var(--fSize);
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #111111;
}

.scene ul li span {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: var(--ySize);
    text-align: center;
    margin-top: var(--bSize);
}


/* 沟通方式 */

.communicate_box {
    width: 100%;
    background: #fff;
}

.communicate {
    text-align: center;
    padding-top: var(--uSize);
}

.communicate p {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #111111;
    margin-bottom: var(--mmSize);
}

.communicate ul {
    display: flex;
    justify-content: center;
}

.communicate ul li {
    width: var(--lxSize);
    height: var(--dfSize);
    line-height: var(--uuSize);
    background: #FFFFFF;
    border: 2px solid #FF0000;
    border-radius: var(--gSize);
    color: #FF0000;
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
}

.communicate ul i {
    display: inline-block;
    width: var(--efSize);
    height: 2px;
    background: #EB2B04;
    margin-top: var(--eSize);
}

.communicate .com_up {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #111111;
    margin: var(--uSize) 0 var(--mmSize) 0;
}

.communicate ol {
    width: var(--zSize);
    display: flex;
    justify-content: center;
    background: #FEF8F8;
}

.communicate ol li {
    width: var(--hfSize);
    height: var(--gfSize);
    padding-top: var(--wwSize);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.communicate ol i {
    width: 1px;
    height: var(--fxSize);
    background: #E6D8D8;
    margin: auto 0;
}

.communicate ol li p {
    font-size: var(--gSize);
    font-family: Source Han Sans SC;
    font-weight: 550;
    color: #111111;
    line-height: 18px;
    margin-bottom: var(--cSize);
}

.communicate ol li span {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
}

.communicate ol li img {
    width: var(--ifSize);
    height: var(--nSize);
    padding-top: var(--wwSize);
}

.communicate ol li:nth-child(1) img {
    width: var(--jfSize);
    margin-bottom: -0.5rem;
}


/* article */

.oa_con {
    width: 100%;
    height: var(--ppSize);
    background: #fff;
    overflow: hidden;
}

.oa_con_one {
    display: flex;
    justify-content: space-around;
    padding-top: var(--lSize);
}

.oa_con_one:nth-child(1) img {
    width: 39.437rem;
    height: 28.437rem;
}

.oa_con_one:nth-child(2) img {
    width: 38.875rem;
    height: 28.625rem;
}

.oa_con_one:nth-child(3) img {
    width: 29.5rem;
    height: 28.812rem;
}

.oa_con_one:nth-child(4) img {
    width: 29rem;
    height: 28.437rem;
}

.oa_con_one:nth-child(5) img {
    width: 36rem;
    height: 28.25rem;
}

.oa_con_one p {
    display: flex;
    flex-direction: column;
    padding-top: var(--ccSize);
}

.oa_con_one p span {
    display: inline-block;
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: var(--ySize);
}

.oa_con_one ._title {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000;
    margin-bottom: var(--fSize);
}

.oa_con_one ._content {
    display: flex;
    align-items: center;
    margin: var(--aSize) 0;
}

.oa_con:nth-child(even) {
    background: #FEF8F8;
}

.ago {
    background: rgba(223, 44, 44, 0.2);
    font-size: var(--fSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FF0000;
}

.now {
    background: rgba(30, 160, 247, 0.2);
    font-size: var(--fSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0096FF;
}

.ago,
.now {
    display: inline-block;
    width: var(--aaSize);
    height: var(--iSize);
    border-radius: 5px;
    margin-right: var(--aSize);
}

._one img {
    position: relative;
    left: 39.5rem;
    opacity: 0;
}

._two img {
    position: relative;
    left: -39.5rem;
    opacity: 0;
}

._three img {
    position: relative;
    left: 39.5rem;
    opacity: 0;
}

._four img {
    position: relative;
    left: -39.5rem;
    opacity: 0;
}

._five img {
    position: relative;
    left: 39.5rem;
    opacity: 0;
}