
.head_box .content_box .logo_box {
    margin-left: 0.8rem;
}

.main_box {
    max-width: 1100px;
    margin-top: 7rem;
}

@media (max-width: 768px) {
    .main_box {
        margin-top: 3.782rem;
    }
}

.main_box .title_box {
    padding: 1.2rem 0.8rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_box .title_box .back_box {
    display: flex;
    align-items: center;
    color: #CFCDE4;
}

.main_box .title_box .back_box img {
    margin-right: 1rem;
}

.main_box .title_box .filter_box span {
    border-radius: 6px;
    border: #999 solid 1px;
    color: #333;
    background: #fff;
    padding: .3rem .5rem;
    font-size: 13px;
}

.main_box .vpn_box{
    line-height: 1.5rem;
    font-size: 14px;
    background: #2A2E42;
    padding: 0 1rem 1rem 1rem;
    margin: 0 0.8rem;
    border-radius: 8px;
}

.main_box .vpn_box .item{
    display: flex;
    border-bottom: #212536 solid 1px;
    padding: 0.8rem 0;
    font-size: 13px;
    color: #9191A8;
}


.main_box .vpn_box .item:last-child{
    border-bottom: none;
    padding: 0.8rem 0 0 0;
}

.main_box .vpn_box .item img{
    width: 56px;
    height: 56px;
    border-radius: 10px;
    margin-right: 1rem;
}

.main_box .vpn_box .item .content_box{
    width: 100%;
}

.main_box .vpn_box .item .content_box .vpn_title_box{
    display: flex;
    justify-content: space-between;
}

.main_box .vpn_box .item .content_box p:nth-child(2){
    line-height: 1.2rem;
}

.vpn_dialog_box {
    width: 84%;
    max-width: 460px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212536;
    z-index: 9999;
    border-radius: 6px;
    color: #878787;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.vpn_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.vpn_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.vpn_dialog_box .vpn_form_box {
    padding: 1.2rem;
}

.vpn_dialog_box .vpn_form_box ul {
    line-height: 2.5rem;
}

.vpn_dialog_box .vpn_form_box ul li {
    width: 100%;
}

.vpn_dialog_box .vpn_form_box ul .title {
    line-height: 1.5rem;
}

.vpn_dialog_box .vpn_form_box ul .title span {
    color: #CFCDE4;
    font-size: 14px;
    font-weight: bold;
}

.vpn_dialog_box .vpn_form_box ul li input{
    width: -webkit-fill-available;
    height: 26px;
    outline: none;
    font-size: 13px;
    background: #212536;
    color: #CFCDE4;
    padding-left: 0.5rem;
    margin-top: 0.8rem;
    border: 1px solid #078AFE;
}

.vpn_dialog_box .vpn_form_box ul .rate_box {
    display: flex;
    align-items: center;
}

.vpn_dialog_box .vpn_form_box ul .rate_box .avatar {
    max-width: 1.6rem;
    border-radius: 100%;
    margin-right: 0.5rem;
}

.vpn_dialog_box .vpn_form_box ul .rate_box .star {
    max-width: 0.9rem;
    padding-right: 0.3rem;
}

.vpn_dialog_box .vpn_form_box ul li textarea {
    width: -webkit-fill-available;
    height: 120px;
    resize: none;
    padding: 0.5rem;
    margin-top: 0.8rem;
    padding-bottom: 2rem;
    outline: none;
    background: #212536;
    color: #CFCDE4;
    border: 1px solid #078AFE;
}

.vpn_dialog_box .vpn_form_box ul li .word_count {
    width: 93%;
    margin-top: -3.6rem;
    text-align: right;
    padding: 0.5rem;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.vpn_dialog_box .vpn_form_box ul li .send_btn {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}