/* 如何购买区域 */
#howToBuy .cot {
    margin-bottom: 100px;
}


/* 右侧pc 如何购买模块 */
.p_module {
    width: 1074px;
}

/* 头部nav图片 */
.p_module .navImg {
    height: 300px;
}

/* 时间线 */
.p_module .guideBox {
    padding: 40px 60px;
}

/* 左侧时间线区域 */
.p_module .guideBox .guideCont {
    width: 43%;
}

/* 时间线每项 */
.p_module .guideBox .guideCont .guideItem {
    height: 272px;
    background-color: #f9f9f9;
    padding: 30px 20px;
    margin-bottom: 124px;
}

/* 每项文字描述 */
.p_module .guideBox .guideCont .guideItem>p {
    margin-bottom: 26px;
}

.p_module .guideBox .guideCont .guideItem>div img {
    margin-right: 30px;
}

/* 半圆图标 */
.p_module .guideBox .guideCont .guideItem>img {
    width: 111px;
    height: 65px;
}

/* 左三角 */
.p_module .guideBox .guideCont .guideItem .Rtriangle {
    border: 24px solid transparent;
    border-left-color: #f9f9f9;
    position: absolute;
    top: 50%;
    right: -72px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 中间时间线 */
.p_module .guideBox .guideCent {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 10%;
    margin-top: 128px;
}

/* 中间每项圆标 */
.p_module .guideBox .guideCent .circle {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffae22;
}

/* 中间线 */
.p_module .guideBox .guideCent .btmLine {
    display: block;
    width: 0;
    height: 180px;
    border: 1px solid #e9e9e9;
    opacity: 1;
}

/* 右侧时间线区域 */
.p_module .guideBox .guideR {
    margin-top: 198px;
}

.p_module .guideBox .guideCont .guideItem .Ltriangle {
    border: 24px solid transparent;
    border-right-color: #f9f9f9;
    position: absolute;
    top: 50%;
    left: -24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 1024px) {

    .p_module .guideBox .guideCent,
    .p_module .guideBox .guideCont .guideItem>div img,
    .p_module .guideBox .guideCont .guideItem>img,
    .p_module .guideBox .guideCont .guideItem .Rtriangle {
        display: none;
    }

    .p_module {
        width: 100%;
    }

    .p_module .navImg,
    .p_module .navImg img,
    .p_module .guideBox .guideCont {
        width: 100%;
        height: auto;
    }

    .p_module .guideBox {
        padding: 0;
        flex-direction: column;
    }

    .p_module .guideBox .guideCont .guideItem {
        background-color: transparent !important;
        height: unset !important;
        padding: 20px !important;
        position: unset !important;
        width: 100% !important;
        margin-bottom: 0;
    }

    .p_module .guideBox .guideR {
        margin-top: 0;
    }

    #howToBuy .cot {
        flex-direction: column;
    }
}