.incBotBox{
    width: 100%;
    padding: 50px 0;
    background-color: #242424
}

.incBotBox .botctrBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.incBotBox .botTit{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.incBotBox .botList{
    color: #fff;
    font-size: 14px;
}

.incBotBox .botList li{
    margin-top: 6px;
    cursor: pointer;
}

.incBotBox .botList li:hover{
    color: #E46A0E;
}

.incBotBox .botList li:nth-child(1){
    margin-top: 0;
}

.incBotBox .icoList{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.incBotBox .icoBox{
    display: flex;
    cursor: pointer;
}

.incBotBox .icoBox img{
    width: 100%;
    height: auto;
    fill: #fff;
}


/* 订阅配置 */
.subImgBox {
    width: 100%;
    aspect-ratio: 1000 / 124;
    position: relative;
    overflow: hidden;
}

.subImgBox img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.subBox {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.subEmailBox {
    width: 380px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    box-sizing: border-box;
}

.subEmailBox .emailImg {
    width: 28px;
    display: flex;
    margin-right: 10px;
}

.subEmailBox .jtImg {
    width: 14px;
    display: flex;
    margin-left: 5px;
    cursor: pointer;
}

.subEmailBox .emailImg svg,
.subEmailBox .jtImg svg {
    width: 100%;
    height: auto;
}

.subEmailBox input {
    flex: 1;
    height: 30px;
    font-size: 15px;
    color: #333;
}








