body {
    background-color: #F8F8F8;
}



#main {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 330px;
    padding: 25px 147px 0;
    background-color: #FFF;
    z-index: 0;
}

.main_l {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 60px 102px;
    box-shadow: 0 2px 6px 0 #E4E4E4;
    margin-right: 24px;
}

.main_l img {
    width: 150px;
}

.main_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 856px;
    margin-top: 10px;
}

.main_r h5 {
    font-weight: 400;
    font-size: 20px;
    font-size: SourceHanSansSC-regular;
}

.support {
    margin-top: 7px;
    font-size: 14px;
    color: #999;
    font-size: SourceHanSansSC-regular;
}

.price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 12px;
    padding-left: 17px;
    background-color: #F8F8F8;
    font-size: 14px;
    color: #101010;
}

.price_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price_num {
    margin-left: 7px;
    font-size: 28px;
    color: #FF2525;
    font-family: SourceHanSansSC-regular;
}

.every_tiem {
    margin-left: 13px;
}

.select_server {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.select_server li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 43px;
    margin-right: 12px;
    border: 1px solid #BEBEBE;
    font-family: Roboto;
    font-size: 14px;
    color: #101010;
    cursor: pointer;
}

.select_server li:hover {
    border-color: #FF5022;
}

.select_server li .hover_icon {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 29px;
    height: 29px;
    background: url('../../images/ent/v2_qisvf2.png') no-repeat;
    background-size: 100%;
}

.server {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.server div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    margin-right: 14px;
    border: 1px solid #409EFF;
    font-size: 14px;
    color: #409EFF;
    cursor: pointer;
}

.server .apply_now {
    width: 299px;
    color: #FFF;
    background-color: #409EFF;
}

.download,
.scan_code {
    width: 144px;
}

#column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 9px;
    background-color: #FFF;
}

.list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 120px;
    border-bottom: 1px solid #F1F1F1;
}

.list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 60px;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid transparent;
}

.list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.list .list_bg {
    border-bottom-color: #409EFF;
}

.chang_hidden {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 50px;
    margin-top: 21px;
}

.hidden_item:nth-of-type(1) {
    padding-left: 143px;
}

.item_t {
    font-size: 16px;
}

.item_t h6 {
    font-weight: 400;
    font-size: 16px;
    font-family: SourceHanSansSC-regular;
    color: #3291F8;
    cursor: pointer;
}

.item_t p {
    margin: 3px 0
}

.item_b {
    margin-top: 40px;
    font-size: 16px;
}

.item_b p {
    margin: 3px 0
}

