* {
    margin: 0;
    padding: 0;
}
.SCRM_20230411 img {
    user-select: none;
    -webkit-user-drag: none;
}
.SCRM_20230411_width_1200 {
    width: 1200px;
    margin: 0 auto;
}

.SCRM_20230411 .SCRM_20230411_content {
    position: relative;
    z-index: 10;
    background: #fff;
}
.SCRM_20230411 .SCRM_20230411_content .SCRM_20230411_content_item {
    padding: 80px 0;
    text-align: center;
}
.SCRM_20230411 .SCRM_20230411_content .SCRM_20230411_content_item .SCRM_20230411_content_item_title {
    margin-bottom: 80px;
}
.SCRM_20230411 .SCRM_20230411_content .SCRM_20230411_content_item .SCRM_20230411_content_item_title > div {
    font-size: 32px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 32px;
}
.SCRM_20230411 .SCRM_20230411_content .SCRM_20230411_content_item .SCRM_20230411_content_item_title > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
    margin-top: 24px;
}

.SCRM_20230411_content_item_title_horizontal {}
.SCRM_20230411_content_item_title_horizontal > div {
    font-size: 32px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 32px;
    margin-bottom: 40px;
}
.SCRM_20230411_content_item_title_horizontal > ul {}
.SCRM_20230411_content_item_title_horizontal > ul > li {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 30px;
}
.SCRM_20230411_content_item_title_horizontal > ul > li:not(:last-child) {
    margin-bottom: 16px;
}
.SCRM_20230411_content_item_title_horizontal > a {
    margin-top: 40px;
    background-color: #FE8C00;

    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    padding: 13px 52px;
    display: inline-block;
}
.SCRM_20230411_content_item_img {}
.SCRM_20230411_content_item_ul_ul {}
.SCRM_20230411_content_item_ul_ul > li, .SCRM_20230411_content_item_ul_ul > li p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 26px;
}
.SCRM_20230411_content_item_ul_ul > li {
    display: flex;
}

.SCRM_20230411_content_item .inst-wrap {
    height: 100%;
}

.SCRM_20230411_content_register {
    width: 100%;
    height: 128px;
    background: #FE8C00;

    display: flex;
    align-items: center;
    justify-content: center;
}
.SCRM_20230411_content_register > span {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;

    margin-right: 24px;
}
.SCRM_20230411_content_register > a {
    background: #F6F6F6;
    border: 1px solid #FFFFFF;

    font-size: 16px;
    font-weight: 400;
    color: #FE8C00;
    line-height: 16px;
    padding: 8px 28px;
}
.SCRM_20230411_content_register > a:hover {
    color: rgba(254, 140, 0, 0.6);
}

.SCRM_20230411_content_item_business {
    display: flex;
}
.SCRM_20230411_content_item_business > li {
    width: calc(100% / 3 - (15px * 2) / 3);
    color: #FFFFFF;
    border: 1px solid #EAEAEA;
}
.SCRM_20230411_content_item_business > li:not(:last-child) {
    margin-right: 15px;
}
.SCRM_20230411_content_item_business > li > div {
    padding: 20px 24px;
    background: #FE8C00;
    position: relative;
}
.SCRM_20230411_content_item_business > li > div:before, .SCRM_20230411_content_item_business > li > div:after {
    content: "";
    display: inline-block;
    width: 96px;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}
.SCRM_20230411_content_item_business > li > div:before {
    background-image: url("http://www.wanmi.com/attachment/20230418/cfbe0f4941a6485b960f4fac7128ff6f.png");
     left: 0;
}
.SCRM_20230411_content_item_business > li > div:after {
    background-image: url("http://www.wanmi.com/attachment/20230418/050821d0a6864c4aac7d5d50001e7c2d.png");
    right: 0;
}
.SCRM_20230411_content_item_business > li > div > div {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.SCRM_20230411_content_item_business > li > div > p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 8px;
}
.SCRM_20230411_content_item_business > li > ul {
    background: #fff;
    padding: 40px;
}
.SCRM_20230411_content_item_business > li > ul > li {
    display: flex;
    align-items: center;
}
.SCRM_20230411_content_item_business > li > ul > li:not(:last-child) {
    margin-bottom: 20px;
}
.SCRM_20230411_content_item_business > li > ul > li > img {
    margin-right: 16px;
}
.SCRM_20230411_content_item_business > li > ul > li > span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 22px;
}