.srk {
    position: relative;
    width: 100%;
    height: 635px;
    background-size: 100% 100%;
}

.search_hc {
    padding: 125px 20px 125px 40px;
    height: 635px;
    display: inline-block;
    vertical-align: top;
}

.search_hc button {
    background: linear-gradient(-30deg, #2291D9, #41ACF1);
    color: #ffffff;
    font-size: 32px;
    border: none;
    border-radius: 10px;
    padding: 19px 68px;
}

.search_hc .inputbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.inputbox .input-box, .page-wrapper.dzdt .almap-wrap .input-control .input-box {
    display: inline-block;
    position: relative;
}

.inputbox .input-box:first-of-type:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #3AC494;
    position: relative;
    display: block;
    left: 18px;
    top:50px;
}

.inputbox .input-box:last-of-type:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #FE5151;
    position: relative;
    display: block;
    left: 18px;
    top:50px;
}

.inputbox .input-box .close, .page-wrapper.dzdt .almap-wrap .input-control .input-box .close {
    position: absolute;
    right: 15px;
    top: 45px;
    display: inline-block;
    padding: 3px;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    color: #999;
    border-radius: 100%;
    border: 1px solid #999;
    font-size: 30px;
}

.inputbox .input-box input {
    display: inline-block;
    height: 80px;
    width: 500px;
    font-size: 26px;
    color: #000;
    padding: 0 15px 0 50px;
    border: 1px solid #dedede;
    border-radius: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.srk .black {
    display: inline-block;
    height: 100%;
    width: 520px;
    background-color: rgba(0, 0, 0, 0.5);
}

.srk .black  .white {
    width: 100%;
    color: #fff;
    height: 100%;
    overflow-y: scroll;

}
.srk .black  .white .tips{
   font-size: 26px;
    text-align: center;
    line-height: 635px;

}
::-webkit-scrollbar {
    display: none;
}

.plancontent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 10px 10px 20px;
}

.plancontent img {
    width: 22px;
}

#planContent {
    position: relative;
    width: 100%;
    height: calc(100% - 80px);
}

#planContent #container {
    width: 1080px;
    height: 638px;
}

.details {
    line-height: 48px;
}

.detailsname {
    font-size: 32px;
    font-weight: bold;
}

.detailscontent {
    display: flex;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.detail_left {
    width: 58%;
}

.detail_right {
    margin-left: 10px;
    width: 42%;
}

.plan {
    font-size: 24px;
    font-weight: 500;
    color: #00FFC6;
    line-height: 29px;
}

.plan_top, .plan_bottom {
    display: flex;
    align-items: center;
}

.plan_top div, .plan_bottom div {
    padding-left: 8px;
}

#planContent #container {
    width: 40%;
}

#planContent .page-line-trans {
    width: 60%;
}

#planContent .page-line-trans .plan-wrapper {
    position: relative;
    height: 473px;
    overflow-y: scroll;
    padding: 15px 20px 0 50px;
    background: linear-gradient(rgba(0, 16, 50, 0.7), rgba(0, 16, 50, 0.1));
}

#planContent .page-line-trans .plan-wrapper ul {
    margin-bottom: 15px;
}
