/*
 * 项目公共覆盖样式
 * 加载顺序位于第三方库和主题样式之后。
 * 适合放全站共享的业务样式；页面专属样式请优先放到对应模板的 css block。
 */

/*基础*/
.popup_element_div {
    width: 0;
    height: 0;
    overflow: hidden;
}

.dc_important {
    color: #AD0000;
}

/*登录/注册/重置*/
.sign_container {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sign_brand {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.sign_brand a {
    text-decoration: none;
    color: #2F3C52;
    font-size: 20px;
    font-weight: 700;
}

.sign_form_container {
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
    border-radius: 3px;
    width: 480px;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.sing_header {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #2F3C52;
    position: relative;
    margin-bottom: 30px;
}

.verify_code_div {
    text-align: center;
}

.verify_code_div_sub {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.refresh_code_btn {
    margin-left: 10px;
}

.send_code_btn {
    margin-bottom: 10px;
}

/*工单详情*/
div.ticketentries > div {
    position: relative;
    border-radius: 4px;
    padding: 60px 24px 20px 24px;
    margin-bottom: 25px;
}

div.ticketentries .from_staff {
    background-color: #e5f5e6;
}

div.ticketentries .from_account {
    background-color: #e5f4ff;
}

div.ticketentries > div > div:nth-child(1) {
    position: absolute;
    top: 20px;
    left: 24px;
    color: #565b60;
    font-weight: bold;
}

div.ticketentries > div > div:nth-child(2) {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 13px;
    color: #565b60;
}

/*服务器创建*/
#create_server_intro {
    padding-bottom: 2px;
}

/*服务器管理*/

.btn-dashboard-entrance {
    margin-right: 5px;
}

.dc_popup {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}


.dc_popup_form_group {
    display: flex;
}

.rdp_popup_title {
    width: 80px;
    margin-left: 0;
    /*margin: auto;*/
    margin-top: auto;
    margin-bottom: auto;
}

.rdp_popup_input {
    width: 200px;
}

#operation_button_div {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#create_server_button_div {
}

#mass_operation_button_div {
    display: none;
}

/*服务器详情*/
#server_detail_div .section-div {
    margin-top: 5px;
    overflow: hidden;
}

#server_detail_div .section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

#server_detail_div .btn-operate {
    width: 100px;
    height: 28px;
    margin-bottom: 6px;
    margin-right: 20px;
    font-size: 14px;
    padding: 0px 0px;
}

#server_detail_div .btn-operate-small {
    margin-left: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 20px;
    font-size: 10px;
    text-align: center;
}


#server_detail_div ul {
    padding: 0px;
}

#server_detail_div li {
    list-style: none;
    margin-bottom: 5px;
    display: flex;
}

#server_detail_div li div {
    float: left;
}

.dc_popup_content {
    margin-bottom: 12px;
    line-height: 1.6;
}

.additional_bandwidth_popup_title {
    width: 120px;
    margin-left: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.additional_bandwidth_popup_input {
    width: 200px;
}

#server_detail_div .info-title {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    width: 206px;
    margin-bottom: 0px;
}

#server_detail_div .info-content {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0px;
}

#server_detail_div .info-speed-ip {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

#server_detail_div .info-content-small {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
}


.popup-select {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.layer_intro_div {
    padding: 20px;
}

.layer_intro_div p {
    font-weight: normal;
    font-size: 14px;
}

/*设置*/
.section-div {
    margin-top: 5px;
    overflow: hidden;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.btn-operate {
    width: 100px;
    height: 28px;
    margin-bottom: 6px;
    margin-right: 20px;
    font-size: 14px;
    padding: 0px 0px;
}

.btn-operate-small {
    margin-left: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 20px;
    font-size: 10px;
    text-align: center;
}


.section-div ul {
    padding: 0px;
}

.section-div li {
    list-style: none;
    margin-bottom: 5px;
    display: flex;
}

.section-div li div {
    float: left;
}

.section-div .info-title {
    font-weight: normal;
    font-size: 14px;
    width: 206px;
    margin-bottom: 0px;
}

.section-div .info-content {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
}

.section-div .info-change {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.section-div .info-change a {
    text-decoration: none;
}


/*账单*/
#button_make_payment {
    position: relative;
    margin-left: 10px;
    top: -4px;
}


#billing_div {
    margin-top: 60px;
}

#billing_div .dropdown {
    width: fit-content;
}

.positive_money {
    color: #259425;
}

.negative_money {
    color: #AD0000;
}

/*付款*/
.dc_border {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}

.flexlayoutform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#payment_select_type_div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

#payment_select_money_div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

#payment_input_code_div {
    display: none;
    width: 100%;
}


.payment_input {
    height: 45px !important;
}

.radiolabelbutton {
    display: none;
}

.radiolabelbutton + label {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    margin-right: 14px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #E6E7EB;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 17%;
}

.radiolabelbutton:checked + label {
    color: #ffffff;
    border-color: #007bfc;
    background: #007bfc;
    box-shadow: 0 3px 8px 0px rgba(10, 14, 29, 0.04), 0px 8px 24px 0px rgba(10, 14, 29, 0.08);
}

.slowFadeIn {
    animation: fadeIn 1s;
    visibility: visible;
}

.form-select-input {
    position: relative;
    border: 1px solid #007bfc;
    border-radius: 3px;
}

.input-group {
    width: 100%;
}

.input-group input[type="text"] {
    border: none;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.w100p {
    width: 100%;
}

.hr20 {
    height: 20px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.hr30 {
    height: 30px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.hr40 {
    height: 40px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.btn_half_left {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.btn_half_right {
    float: right;
    width: 50%;
    padding-left: 10px;
}

.btn_full {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.dc_button {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 24px;
    margin: 0px;
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #007bfc;
    background-color: #eef4ff;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    transition: all ease-in .1s;
    width: 100%;
}

.dc_button:hover,
.dc_button:active,
.dc_button:focus {
    color: #007bfc;
    background-color: rgba(23, 98, 227, 0.2);
    outline: none;
}

.qrcode_container {
    display: block;
    text-align: center;
    padding: 20px;
    padding-top: 50px;
}

#qrcode {
    display: inline-block;
    margin: 0 auto;
}

.qrcode_frame {
    box-shadow: none;
    border: none;
    overflow: hidden;
    width: 256px;
    height: 256px;
}

/*加速IP*/
.speed-ip-panel {
    margin-top: 25px;
}

/*推荐返利*/
.referal_title_div {
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
}

.referal_title_div label {
    font-size: 30px;
}

.referal_content_div {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}

.referal_content_div p {
    font-size: 18px;
    line-height: 30px;
}

.referal_email_invite_div {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 70%;
}

.referal_email_invite_div_2 {
    margin: auto;
    width: fit-content;
    display: flex;
}

#invite_email_input {
    width: 250px;
    height: 45px;
}

#invite_button {
    margin-left: 0px;
}
