/*----------------------------------------------------------------------------------------------------*/
.plan {
    width: 100%;
    text-align: center;
    background-color: var(--COLOR-LIGHT-GRAY);
    padding-bottom: 100px;
}
.plan .planTitle {
    margin: 0;
    width:100%;
    text-align: center;
}
.plan .planTitle .titleText {
    border-bottom-color: var(--COLOR-GRAY);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 80vw;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
}

.plan .planList{
    padding-left: 7vw;
    padding-right: 7vw
}
.plan .planList .itemTitle{
    height: 50px;
    line-height: 50px;
    background: white;
    font-size: 20px;
}
.plan .planList .itemMarks{
    background: white;
    line-height: 50px;
    text-align: left;
}
.plan .planList .itemMarks ul{
    font-size: 12px;
    height: 100%;
    color: var(--COLOR-GRAY);
    list-style: none;
    line-height: 25px;
    padding: 5px 0px 5px 100px;
}
.plan .planList .itemMarks ul li{
    display: inline;
    margin-left: 20px;
}

.plan .planList .itemMarks ul .planWaring{
    display:none;
}
.plan .planList .planItem{
    margin-top:20px;
    background: white;
    width: 100%;
    font-size:14px;
}
.plan .planList .planItem .wrap{
    width: 100%;
    display: flex;
    justify-items: center;
}
.plan .planList .planItem .colLabel{
    width: 10%;
    background: var(--COLOR-BLUE);
}
.plan .planList .planItem .colBody{
    width: 80%;
    position: relative;
}
.plan .planList .planItem .colBody .byobu{
    /*background: yellow;*/
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 700;
}
.plan .planList .planItem .colBody .waterMark{
    /*background:red;*/
    display: flex;
    position: absolute;
    display: flex;
    z-index: 800;
    margin: 20px;
    height: 200%;
    width: 120%;
    flex-wrap: wrap;
    opacity: 0.08;
    transform: rotate(-60deg);
    left: -100px;
    top: -300px;
}
.plan .planList .planItem .colBody .mark{
    /*background: blue;*/
    display: inline-block;
    padding: 10px;
    margin: 25px;
    font-size: 12px;
}

.plan .planList .planItem .colBody .planBody{
    width: 100%;
}
.plan .planList .planItem .colBody .planBody .planRow{
    width: 100%;
    font-size:12px;
    text-align: left;
    height: auto;
    padding: 10px 0px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.plan .planList .planItem .colBody .planBody .splitLine{
    height:2px;
    background: var(--COLOR-LIGHT-GRAY);
}
.plan .planList .planItem .drawCircle{
    padding: 5px 0px 5px 10px;
    border-color: var(--COLOR-LIGHT-GRAY);
    border-style: dashed;
    border-width: 2px;
    border-radius: 1em;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
}
.plan .planList .planItem .ownCircle{
    border-color: var(--COLOR-BLUE);
}
.plan .planList .planItem .joinCircle{
    border-color: var(--COLOR-RED);
}
.plan .planList .planItem .drawCircle .circleNumber{
    background: var(--COLOR-BLUE);
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    position: absolute;
    top: -10px;
    left: -10px;
}


.plan .planList .planItem .colBody .planBody .planRow .rowLabel {
    background: white;
    display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: -100px;
    text-align: right;
    top: 30%;
    color: var(--COLOR-GRAY);
}
.plan .planList .planItem .colBody .planBody .planRow .rowLabel i{
    color: var(--COLOR-GRAY);
}
.plan .planList .planItem .colBody .planBody .group{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: var(--COLOR-LIGHT-GRAY);
    padding: 5px;
    margin-right: 10px;
}
.plan .planList .planItem .colBody .planBody .netSecurity{
    background:yellow;
    background: var(--COLOR-BLUE);
    color: white;
    position: absolute;
    right: -100px;
    top: 30%;
}

.plan .planList .planItem .colBody .planBody .group span{
    margin-left:5px;
    margin-right:5px;
}


.plan .planList .planItem .colMark{
    width: 10%;
    background: var(--COLOR-TABLE-BG-GRAY);
}
