/**
 * WHMCS Main Style Sheet
 *
 * Additional styles for WHMCS beyond Bootstrap
 *
 * This stylesheet contains all the customized styling used
 * by WHMCS.  Overrides to Bootstrap styles can be found in
 * overrides.css.
 *
 * @project   WHMCS
 * @cssdoc    version 1.0-pre
 * @package   WHMCS
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2015
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
 */

html,body {
    height: 100%; -webkit-font-smoothing: antialiased; transition: all 1s; margin-top: 0px;font-size: 13px !important;font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei" !important;font-size: 15px !important;margin-top: 0!important;}
    

a {
    color: #06C;
    cursor: pointer;
}
a {
    color: #666;
    cursor: pointer;
    transition: all .3s ease-out;
    text-decoration: none;
}
a:hover {
	color: #666;
}
.row {
    margin-right: -10px;
    margin-left: -10px;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
/**
 * -------------------------
 * @section Sections
 * -------------------------
 */

section#header {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.adminreturndiv {
    display: none !important;
}

/**
 * -------------------------
 * @section General Styles
 * -------------------------
 */

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom:1px solid #ccc;
    font-weight: 400;
    color: #12AEEB;
    font-size: 28px;
}

div.header-lined .breadcrumb {
    margin-top: -15px;
    font-size: 0.7em;
    border-radius: 0 0 4px 4px;
}

div.header-lined small {
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 600px) {
    h1,.h1{font-size:26px}
    h2,.h2{font-size:20px}
    h3,.h3{font-size:16px}
    h4,.h4{font-size:14px}
    h5,.h5{font-size:12px}
    h6,.h6{font-size:11px}
    div.header-lined small {
        display: none;
    }
}

@media (min-width: 380px) {
    .btn-input-padded-responsive {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 500px) {
    .btn-input-padded-responsive {
        padding-left: 35px;
        padding-right: 35px;
    }
}

/**
 * -------------------------
 * @section Margin Classes
 * -------------------------
 */

.margin-10 {
    margin: 10px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}

.col-button-left {
    padding-left: 0;
    padding-right: 7px;
}
.col-button-right {
    padding-left: 7px;
    padding-right: 0;
}

/**
 * -------------------------
 * @section Form Classes
 * -------------------------
 */

.input-inline {
    display: inline-block;
}

.input-inline-100 {
    width: 100px;
}

.select-inline {
    display: inline-block;
    width: auto;
}

/**
 * -------------------------
 * @section Responsive Pull Left & Right
 * -------------------------
 */

@media (min-width: 992px) {
    .pull-md-left {
        float: left;
    }
    .pull-md-right {
        float: right;
    }
}
@media (min-width: 768px) {
    .pull-sm-left {
        float: left;
    }
    .pull-sm-right {
        float: right;
    }
    .text-right-sm {
        text-align: right;
    }
}

/**
 * -------------------------
 * @section Login Page
 * -------------------------
 */
.login .navbar-brand {
    text-align: center;
    line-height: 42px;
    color: #FFF;
    float: none;
    height: auto;
    display: block;
    padding: 5px 0;
    margin-bottom: 40px;
    font-size: 34px;
    font-family: Raleway, Verdana, Tahoma, sans-serif;
}
.logincontainer {
    margin: 0;
    padding: 20px 10px 0;
    width: 400px;
    z-index: 9999;
    height: auto;
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.logincontainer .login-content {
	position: relative;
	padding-top: 30px;
    border-radius: 4px;
    background-color: #FFF;
}
.logincontainer .login-content .alert {
	margin: 0 30px 20px;
}

.logincontainer .login-content .form-group {
	padding: 0 30px;
}
.logincontainer .login-content .form-group label {
	color: #7f8fa4;
}
.logincontainer .login-content .foot {
	padding: 20px;
	border-top: 1px solid #E7E9EC;
	background-color: #F8FAFC;
	border-radius: 0 0 4px 4px;
}
.logincontainer .login-content .foot a {
	color: #7f8ea3;
}
.logincontainer .login-content .btn-success {
	height: 36px;
	background-color: #2FB130;
	background-image: linear-gradient(#2FB130,#2BAF2D);
}
.logincontainer .nav {
	color: #FFF;
	opacity: .5;
	margin-top: 40px;
}
.logincontainer .nav .back {
	/*float: left;*/
}
.logincontainer .nav .register {
	float: right;
}
.logincontainer .nav a {
	color: #FFF;
	opacity: 1;
}

@media (max-width: 600px) {
    .logincontainer {
        margin: 0;
    }
}

/**
 * -------------------------
 * @section Icons
 * -------------------------
 */

i.icon-rss {
    color: #ff6600;
}

/**
 * -------------------------
 * @section Main Menu
 * -------------------------
 */

section#main-menu {
    background-color: #12AEEB;
}

/**
 * -------------------------
 * @section Home Page Banner
 * -------------------------
 */

section#home-banner {
    margin: 0;
    padding: 90px 0;
    background-color: #2E363F;
    color: #fff;
}

section#home-banner h2 {
    margin: 0;
    padding: 0 25px 10px 25px;
}

@media (max-width: 992px) {
    section#home-banner h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    section#home-banner h2 {
        font-size: 22px;
    }
}

/**
 * -------------------------
 * @section Home Page Shortcut Buttons
 * -------------------------
 */

.home-shortcuts {
  margin: 0;
  background: #15A4D3;
  color: #fff;
}
.home-shortcuts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-shortcuts li {
  float: left;
  width: 24%;
  padding: 5px 3px;
  border-right: 1px solid #0E88B0;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.home-shortcuts li:first-child {
  border-left: 1px solid #0E88B0;
}
.home-shortcuts li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.home-shortcuts li i {
  font-size: 22px;
}
.home-shortcuts li p {
  margin: 2px 0 0;
  text-transform: uppercase;
}
.home-shortcuts li span {
  display: none;
}
.home-shortcuts li:hover span {
  display: inline-block;
}
.home-shortcuts .lead {
  margin: 0;
  line-height: 55px;
}
@media (max-width: 992px) {
  .home-shortcuts ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-shortcuts li {
    display: block;
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #0E88B0;
  }
  .home-shortcuts li:first-child {
    border-left: 0;
  }
  .home-shortcuts li:last-child {
    border: 0;
  }
  .home-shortcuts ul:hover li {
    width: 100%;
  }
}

/**
 * -------------------------
 * Client Homepage
 * -------------------------
 */

.text-domain {
    font-size: 12px;
    color: #888;
}
.client-home-panels .panel-default {
	border-color: #E7E9EC;
}
.client-home-panels .panel-body .list-group-item {
	border: 0 none;
	font-size: 14px;
	border-bottom: 1px solid #EDEEF1;
}
.client-home-panels .panel-body .list-group-item:last-child {
	border-radius: 0;
}

.client-home-panels .panel > .panel-heading {
    background-color: #fff;
    background-image: linear-gradient(#FFF,#F5F7FB);
    border-bottom: 0;
    font-weight: bold;
    border-bottom: 1px solid #EDEEF1;
}
.client-home-panels .panel > .panel-heading .panel-title .btn {
    color: #fff !important;
    border: 0;
}
.client-home-panels .panel > .panel-heading .panel-title .btn:hover {
    color: #EEE !important;
}
.client-home-panels .panel small {
    color: #888;
}
.client-home-panels .panel > .panel-body {
    padding: 0;
    overflow: auto;
}
.client-home-panels .panel > .panel-footer {
    border-top: 0;
}
.client-home-panels .panel > .panel-body p {
    padding: 10px 15px;
}
.client-home-panels .panel > .list-group {
    max-height: 170px;
    overflow: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.client-home-panels .panel > .list-group .list-group-item {
    padding: 4px 10px;
}

.client-home-panels .panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.home-kb-search {
	position: relative;
	min-width: 300px;
}
.home-kb-search .form-control {
	color: #7f8fa4;
	box-shadow: none;
    padding-right: 30px;
    border-color: #dfe3e9;
    
    
}
.home-kb-search i {
	position: absolute;
    top: 8px;
    right: 8px;
    color: #a1a7af;
}

/**
 * -------------------------
 * Client Homepage Tiles
 * -------------------------
 */


/**
 * -------------------------
 * Panel Accents
 * -------------------------
 */

.panel.panel-accent-gold {
    border-top: 3px solid #f0ad4e;
}
.panel.panel-accent-green {
    border-top: 3px solid #5cb85c;
}
.panel.panel-accent-red {
    border-top: 3px solid #d9534f;
}
.panel.panel-accent-blue {
    border-top: 3px solid #5bc0de;
}
.panel.panel-accent-orange {
    border-top: 3px solid #f39c12;
}
.panel.panel-accent-pink {
    border-top: 3px solid #e671b8;
}
.panel.panel-accent-purple {
    border-top: 3px solid #7b4f9d;
}
.panel.panel-accent-lime {
    border-top: 3px solid #8cbf26;
}
.panel.panel-accent-magenta {
    border-top: 3px solid #ff0097;
}
.panel.panel-accent-teal {
    border-top: 3px solid #00aba9;
}
.panel.panel-accent-turquoise {
    border-top: 3px solid #1abc9c;
}
.panel.panel-accent-emerald {
    border-top: 3px solid #2ecc71;
}
.panel.panel-accent-amethyst {
    border-top: 3px solid #9b59b6;
}
.panel.panel-accent-wet-asphalt {
    border-top: 3px solid #34495e;
}
.panel.panel-accent-midnight-blue {
    border-top: 3px solid #2c3e50;
}
.panel.panel-accent-sun-flower {
    border-top: 3px solid #f1c40f;
}
.panel.panel-accent-pomegranate {
    border-top: 3px solid #c0392b;
}
.panel.panel-accent-silver {
    border-top: 3px solid #bdc3c7;
}
.panel.panel-accent-asbestos {
    border-top: 3px solid #7f8c8d;
}

/**
 * -------------------------
 * Background Colors
 * -------------------------
 */

.bg-color-gold {
    background-color: #f0ad4e;
}
.bg-color-green {
    background-color: #5cb85c;
}
.bg-color-red {
    background-color: #d9534f;
}
.bg-color-blue {
    background-color: #5bc0de;
}
.bg-color-orange {
    background-color: #f39c12;
}
.bg-color-pink {
    background-color: #e671b8;
}
.bg-color-purple {
    background-color: #7b4f9d;
}
.bg-color-lime {
    background-color: #8cbf26;
}
.bg-color-magenta {
    background-color: #ff0097;
}
.bg-color-teal {
    background-color: #00aba9;
}
.bg-color-turquoise {
    background-color: #1abc9c;
}
.bg-color-emerald {
    background-color: #2ecc71;
}
.bg-color-amethyst {
    background-color: #9b59b6;
}
.bg-color-wet-asphalt {
    background-color: #34495e;
}
.bg-color-midnight-blue {
    background-color: #2c3e50;
}
.bg-color-sun-flower {
    background-color: #f1c40f;
}
.bg-color-pomegranate {
    background-color: #c0392b;
}
.bg-color-silver {
    background-color: #bdc3c7;
}
.bg-color-asbestos {
    background-color: #7f8c8d;
}

/**
 * -------------------------
 * @section Navigational Bar
 * -------------------------
 */

#top-nav {
    float: right;
    margin: 0;
    padding: 0;
}
#top-nav .nav {
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 11px;
}

/**
 * -------------------------
 * @section Twitter Feed
 * -------------------------
 */

div.home-twitter {
    margin-top: 20px;
    margin-bottom: 40px;
}
div.tweet > i {
    color: #2BABCF;
    float: left;
    margin-right: 15px;
}
div.tweet span {
    font-size: 12px;
    color: #ccc;
}

/* ===== Domain Checker ===== */

div.domainresults div:not(.btn-group) {
    margin: 0;
    padding: 10px 25px;
    background-color: #f4f7f9;
    color: #666;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
}

div.domainresults div:not(.btn-group) span {
    padding-left: 20px;
    font-size: 14px;
    color: #888;
}

div.domainresults table tr td {
    padding: 5px 30px;
    line-height: 40px;
}

.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #ffce44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb201), to(#ffd960));
    background: -webkit-linear-gradient(top, #ffd960, #ffb201);
    background: -moz-linear-gradient(top, #ffd960, #ffb201);
    background: -ms-linear-gradient(top, #ffd960, #ffb201);
    background: -o-linear-gradient(top, #ffd960, #ffb201);
}

.domain-checker-bg {
    margin: 0;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    /*background-image:url('../img/globe.png');*/
}

@media (max-width: 992px) {
    .domain-checker-bg {
        padding: 40px 0;
    }
}

.domain-checker-container .input-group-box {
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.domain-bulk-options-box {
    position: absolute;
    top: 9px;
    right: 134px;
    z-index:100;
}

.domain-check-availability {
    width: 100px;
}

.domain-step-options {
    min-height: 300px;
}

.domain-checker-result-headline {
    margin: 20px;
    font-size: 1.6em;
    text-align: center;
}
.domain-checker-available {
    color: #5cb85c;
    font-size: 20px;
}
.domain-checker-unavailable {
    color: #d9534f;
}

div.domainresults div.domain-checkout-area {
    display: none;
    float: right;
    padding: 3px 40px 0;
}

.domain-disclaimer-area {
    margin: 0 0 25px 0;
    font-size: 12px;
}
div.domainresults div.domain-checkout-area .btn-default{padding: 3px 10px;margin-top: 3px;}
.domain-bulk-domain-well {
    width: 60%;
}

.domain-tld-pricing-table-responsive {
    border: 0;
    margin-bottom: 0;
}

a.domain-tld-pricing-category {
    display: block;
    text-align: center;
}

/**
 * -------------------------
 * @section Announcements Page
 * -------------------------
 */

/**
 * -------------------------
 * @section Product Details Page
 * -------------------------
 */

div.product-details {
    margin: 0 0 20px 0;
}
div.product-details div.product-icon {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    font-size: 60px;
    line-height: 1em;
}

.product-status {
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 10px;
}
.product-status-pending {
    background-color: #F89406;
}
.product-status-active {
    background-color: #46A546;
}
.product-status-suspended {
    background-color: #0768B8;
}
.product-status-terminated,
.product-status-cancelled {
    background-color: #666;
}
.product-status-fraud {
    background-color: #000;
}
.product-status-text {
    padding: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

div.product-details-tab-container {
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0;
}

.module-client-area {
    padding: 15px 15px 0 15px;
}

/**
 * -------------------------
 * @section List Tables
 * -------------------------
 */

.dataTables_wrapper {
    margin: 0 -30px -20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    width: calc(100% + 60px);
}

.dataTables_wrapper .dataTables_info {
    padding: 9px 10px 9px 30px;
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
    border-radius: 4px 4px 0 0;
    text-align: left !important;
    display: none;
}

.dataTables_wrapper table.table-list {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}
.dataTables_wrapper .dataTables_filter label {
    padding: 6px 6px 0;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    width: 200px;
}

@media (max-width: 600px) {
    .dataTables_wrapper .dataTables_info {
        padding: 9px 10px 40px;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right;
        margin-top: 30px;
        width: 100%;
    }
    .dataTables_wrapper .dataTables_filter label {
        display: block;
        margin: 5px;
        padding: 0;
    }
    .dataTables_wrapper .dataTables_filter label .form-control {
        margin: 0;
        width: 100%;
    }
}

.dataTables_wrapper .dataTables_length {
    float: right;
}
.dataTables_wrapper .dataTables_length label {
    padding: 17px 10px 0 30px;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_length label .bootstrap-select {
	width: 60px !important;
	margin-bottom: 5px;
}
.dataTables_wrapper .dataTables_length label .bootstrap-select .filter-option {
	padding-left: 7px;
}
.dataTables_wrapper .dataTables_length label .form-control {
    display: inline-block;
    padding: 2px;
    height: 25px;
    width: auto;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding: 15px 28px 0;
}
.dataTables_wrapper .dataTables_paginate .pagination > li > a,
.dataTables_wrapper .dataTables_paginate .pagination > li > span {
    padding: 4px 10px;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    top: inherit !important;
    box-shadow: none !important;
    line-height: 16px !important;
}

.table-container {
    padding: 0 0 25px 0;
}

table.table-list thead th {
    /*border-top: 1px solid #E7E9EC !important;
    border-bottom: 1px solid #E7E9EC;*/
    color: #333;
    font-size: 13px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-color: #FFF;
}

.table-list > tbody > tr:hover {
    cursor: pointer;
    cursor: hand;
}

.table-list > tbody > tr > td {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.table-list > tbody > tr > td > strong {
	color: #333b47;
}
.table-list > tbody > tr > td > p {
	display: block;
	margin-bottom: 0;
}
.table-list > tbody > tr > td > p > a {
	color: #adafb2;
}

.table-list > tbody > tr:nth-child(even) > td, .table-list > tbody > tr:nth-child(even) > th {
    background-color: #f8fafc;
}

.table-list > tbody > tr:hover > td {
    background-color: #f8fafc;
}

table.table-list th {
    text-align: center;
}
table.table-list tbody td, table.table-list tbody td {
    padding: 5px 28px;
    vertical-align: middle;
}

table.dtr-inline .dtr-title:empty {
    display: none !important;
}

table.dtr-inline .responsive-edit-button {
    display: none;
}

table.dtr-inline.collapsed .responsive-edit-button {
    display: inherit;
}
/**
 * -------------------------
 * @section Status Lights
 * -------------------------
 */

.status {
	border-radius: 4px;
    display: block;
    font-size: 0.9em;
    line-height: 22px;
    padding-left: 6px;
    background-color: #888;
}

.status-custom {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 1px;
}

.status-pending {
    background-color: #D9534F;
}
.status-pending.transfer {
    background-color: #A68500;
}
.status-active,
.status-open {
    background-color: #3fad46;
}
.status-suspended {
    background-color: #F0AD4E;
}
.status-customer-reply {
    background-color: #ff6600;
}
.status-fraud,
.status-answered {
    background-color: #000000;
}
.status-expired {
    background-color: #004258;
}
.status-cancelled {
    background-color: #9FA29A;
}
.status-terminated {
    background-color: #909090;
}
.status-onhold {
    background-color: #224488;
}
.status-inprogress {
    background-color: #cc0000;
}
.status-closed {
    background-color: #888;
}

.status-paid {
    background-color: #498302;
}
.status-unpaid {
    background-color: #ED3E48;
}
.status-cancelled {
    background-color: #87939F;
}
.status-collections {
    background-color: #9A141E;
    color: #FFFFFF;
}
.status-refunded {
    background-color: #319FC3;
}

.status-customer-reply {
    background-color: #ff6600;
}

.status-delivered {
    background-color: #224488;
}

.status-accepted {
    background-color: #498302;
}
.status-lost, .status-dead {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
}

/**
 * -------------------------
 * @section Affiliates Page
 * -------------------------
 */

.affiliate-stat {
    margin: 0;
    padding: 15px;
    font-size: 1.6em;
    text-align: center;
}

.affiliate-stat span {
    display: block;
    font-size: 2.4em;
}

.affiliate-stat i {
    float: left;
    padding: 10px;
    font-size: 4em;
}

@media (max-width: 1200px) {
    .affiliate-stat {
        font-size: 1.2em;
    }
    .affiliate-stat span {
        font-size: 2.1em;
    }
    .affiliate-stat i {
        font-size: 3.6em;
    }
}

@media (max-width: 992px) {
    .affiliate-stat {
        font-size: 1.0em;
    }
    .affiliate-stat span {
        font-size: 1.6em;
    }
    .affiliate-stat i {
        font-size: 3em;
    }
}

/**
 * -------------------------
 * @section Support Tickets
 * -------------------------
 */

.ticket-attachments-message {
    padding-top: 4px;
    font-size: 0.8em;
}

.ticket-reply {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
}

.ticket-reply.staff {
    border: 1px solid #CCE4FC;
}

.ticket-reply .date {
    float: right;
    padding: 18px 10px;
    font-size: 0.8em;
}

.ticket-reply .user {
	height: 50px;
	border: 4px 4px 0 0;
    background-color: #f8f8f8;
}

.ticket-reply.staff .user {
    background-color: #F2F9FF;
}

.ticket-reply .user img {
    float: left;
    padding: 0;
    border-radius: 3px 0 0;
    margin-right: 10px;
}

.ticket-reply .user .name {
    display: block;
    padding: 5px 0 0;
}

.ticket-reply .user .type {
    display: block;
    font-weight: bold;
}

.ticket-reply .message {
    padding: 12px 15px;
}

/*zy*/
.ticket-reply .name{color: #333;font-size: 13px;}
.ticket-reply.staff .name{color:#31708f;}
.ticket-reply.staff .type,.ticket-reply.staff .date{color:#31708f;}
/*zy*/


.ticket-reply .rating,
.ticket-reply .rating-done {
    float: right;
    padding: 5px 10px;
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 24px;
}
.ticket-reply .rating span.star,
.ticket-reply .rating-done span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.ticket-reply .rating-done .rated {
    display: inline-block;
    font-size: 12px;
    font-family: Tahoma;
}
.ticket-reply .rating span.star:hover {
    cursor: pointer;
}
.ticket-reply .rating span.star:before,
.ticket-reply .rating-done span.star:before {
    content: "\f006";
    padding-right: 0;
    color: #999;
}
.ticket-reply .rating span.star:hover:before,
.ticket-reply .rating span.star:hover ~ span.star:before,
.ticket-reply .rating-done span.star.active:before  {
    content: "\f005";
    color: #F2DE88;
}

.ticket-reply .attachments {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px dashed #efefef;
    background-color: #f8f8f8;
    font-size: 0.8em;
}

.ticket-reply .attachments ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.ticket-reply .clear {
    clear: both;
}

.panel > .list-group .ticket-details-children {
    border-width: 0;
}
.panel > .list-group .ticket-details-children .title {
    font-weight: bold;
}
.panel > .list-group .ticket-details-children:nth-child(even) {
    background-color: #f2f2f2;
}
.panel > .list-group .ticket-details-children:last-child {
    border-width: 0 0 1px 0;
}

/**
 * -------------------------
 * @section Support Ticket Feedback
 * -------------------------
 */

.ticketfeedbackstaffcont {
    margin: 10px auto;
    padding: 15px;
    width: 90%;
    background-color: #efefef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ticketfeedbackrating {
    padding: 0 100px;
}

.ticketfeedbackrating .rate {
    float: left;
    padding: 0 10px;
    min-width: 30px;
    text-align: center;
}

/**
 * -------------------------
 * @section Client Notifications
 * -------------------------
 */

.popover-user-notifications {
    font-size: 0.8em;
}
.popover-user-notifications .popover-content {
    padding: 0;
}
.clientalert {
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
.clientalert:hover {
    background-color: #efefef;
}
.clientalert:last-child {
    border-bottom: 0;
}
.clientalert .btn-xs {
    font-family: Verdana;
    font-size: 10px;
}

/**
 * -------------------------
 * @section Captcha
 * -------------------------
 */

.captchaimage {
    margin: 0;
    padding: 0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-align: right;
}

/**
 * -------------------------
 * @section Credit Cards
 * -------------------------
 */

div.credit-card {
    margin: 0 auto 30px;
    max-width: 400px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 8px;
}

div.credit-card div.card-type {
    float: right;
    padding: 10px 20px;
    font-size: 1.2em;
}
div.credit-card div.card-icon {
    float: left;
    padding: 7px 7px;
    font-size: 1.2em;
}

div.credit-card div.card-number {
    padding: 10px;
    background-color: #ccc;
    font-size: 1.6em;
    text-align: center;
    clear: both;
}

div.credit-card div.card-start {
    float: left;
    padding: 20px 0 50px 50px;
    font-size: 1.3em;
    text-align: right;
}

div.credit-card div.card-expiry {
    float: right;
    padding: 20px 50px 50px 0;
    height: 120px;
    font-size: 1.3em;
    text-align: right;
}

div.credit-card div.end {
    clear: both;
}

@media (max-width: 600px) {
    div.credit-card {
        max-width: 250px;
    }
    div.credit-card div.card-type {
        font-size: 1.0em;
    }
    div.credit-card div.card-icon {
        font-size: 1.0em;
    }
    div.credit-card div.card-number {
        padding: 6px 10px;
        font-size: 1.2em;
    }
    div.credit-card div.card-start {
        padding: 20px 0 30px 50px;
        font-size: 0.9em;
    }
    div.credit-card div.card-expiry {
        padding: 20px 50px 30px 0;
        height: 80px;
        font-size: 0.9em;
    }
}

.auth3d-area {
    border: 1px solid #fff;
}

.submit-3d {
    width: 80%;
    border: 1px solid #fff;
}

.invoice-summary {
    margin: 0 0 25px 0;
    padding: 15px;
    height: 500px;
    background-color: #f8f8f8;
    border: 4px dashed #efefef;
    border-radius: 10px;
}

.invoice-summary-table {
    margin: 25px 0 25px 0;
    max-height: 300px;
    overflow: auto;
}

.invoice-summary-table td {
    font-size: 0.8em;
}

.invoice-summary-table td.total-row {
    background-color: #efefef;
    font-weight: bold;
}

/* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
    color: #1a1f71;
}

div.credit-card .logo-amex {
    color: #43abdf;
}

div.credit-card .logo-mastercard {
    color: #ed0b00;
}

div.credit-card .logo-discover {
    color: #000000;
}
/**
 * -------------------------
 * @section Sidebar Responsive Behaviour Classes
 * -------------------------
 */

div.sidebar .list-group-item-selected {
    background-color: #319FC3;
    color: #FFFFFF;
}
div.sidebar .list-group-item-selected .badge {
    background-color: #FFFFFF;
    color: #319FC3;
}

@media (max-width: 991px) {

    .panel-actions {
        border: 0;
        box-shadow: none;
    }

}

/**
 * -------------------------
 * @section Two Factor Authentication
 * -------------------------
 */

div#twofaactivation {
    margin: 0 auto;
    padding: 15px 30px;
    width: 85%;
    background-color: #efefef;
    border-radius: 10px;
}

div#twofaactivation .errorbox {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    background-color: #FF4F4F;
    text-shadow: none;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

div#twofaactivation p {
    margin: 15px 0;
}

/**
 * -------------------------
 * @section Popups
 * -------------------------
 */

#popup-backdrop {
    background-color: #2E363F;
    padding: 15px;
    height: 100%;
}

.popup-header-padding {
    margin-top: 5px;
    margin-bottom: 5px;
}

/**
 * -------------------------
 * @section Uncategorized
 * -------------------------
 */

.btn.btn-action {
    background-color: #72CA06;
    border-color: #498302;
}

/**
 * -------------------------
 * @section Knowledgebase
 * -------------------------
 */

.kbcategories a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px;
    text-decoration: none;
}
.kbcategories a .glyphicon {
    color: #ed8;
    margin-right: 5px;
}
.kbcategories a small {
    color: #000;
    font-size: 80%;
    font-weight: 400;
    margin-left: 5px;
}

.kbarticles {
    padding: 0 0 25px 0;
    font-size: 0.8em;
}
.kbarticles a {
    font-size: 1.2em;
    font-weight: 700;
}
.kbarticles a .glyphicon {
    color: #8ce;
}

h3.kb-alsoread {
    padding: 8px 15px;
    background-color: #eee;
    border-radius: 6px;
    font-size: 0.9em;
}

/**
 * -------------------------
 * @section Domain Checker Responsive
 * -------------------------
 */

#stepResults {
    font-size: 20px;
}
#stepResults .label {
    font-size: 13px;
}

@media (max-width: 992px) {
    #stepResults {
        font-size: 14px;
    }
    #stepResults .label {
        font-size: 14px;
    }
    div.domainresults table tr td {
        padding: 5px 5px;
    }
}

/**
 * -------------------------
 * Printing
 * -------------------------
 */

@media print {
    .sidebar,
    #main-menu,
    #top-nav,
    .header-lined {
        display: none;
    }
    a[href]:after {
        content:"" !important;
    }
}

/**
 * -------------------------
 * Badges Spacing
 * -------------------------
 */

h3.with-badge::after {
    content: '.';
    color: #fff;
}

h3.with-badge span, h3.with-badge i {
    float: left;
    padding-right: 8px;
}

h3.with-badge .badge {
    line-height: initial;
    margin-top: 3px;
}

@media (min-width: 992px) {
    h3.with-badge .badge {
        padding: 3px 7px 3px 8px;
    }
    .sidebar .list-group-item .badge {
        margin-top: -2px;
        padding: 3px 7px 3px 8px;
        line-height: initial;
        min-width: 36px;
    }
}

/**
 * -------------------------
 * Admin Masquerade Notice
 * -------------------------
 */

.admin-masquerade-notice {
	position: fixed;
	bottom: 0;
	right: 10px;
    margin: 0;
    z-index: 9999;
    padding: 7px 15px;
    font-family: Tahoma;
    font-size: 0.7em;
    text-align: right;
    border-radius: 4px 4px 0 0;
}
.admin-masquerade-notice a {
    text-decoration: underline;
}

/**
 * -------------------------
 * Language Chooser
 * -------------------------
 */

.language-popover {
    max-width: 450px;
    width: 100%;
    background-color: rgba(20, 20, 20, 0.98);
    background-image: url('../img/worldmap.png');
    background-repeat: no-repeat;
    font-size: 0.8em;
}
.language-popover.popover.bottom > .arrow:after {
    border-bottom-color: rgba(20, 20, 20, 0.97);
}
.language-popover .popover-content ul {
    margin: 6px 0 14px 0;
    padding: 0;
    max-width: 400px;
    list-style-type: none;
    overflow: hidden;
}
.language-popover .popover-content li {
    float: left;
    display: inline;
    padding: 0 20px 0 40px;
    width: 33.333%;
    line-height: 2em;
}
.language-popover .popover-content li a {
    color: #f2f2f2;
}

@media (max-width: 480px) {
    .language-popover {
        max-width: 250px;
        background-position: -50px 0;
    }
    .language-popover .popover-content li {
        padding: 0 20px;
        width: 50%;
    }
}

/**
 * -------------------------
 * Login or Register Popover
 * -------------------------
 */

.login-popover {
    font-size: 12px;
}
.login-popover .form-group {
    margin-bottom: 5px;
}
.login-popover hr {
    margin: 5px 0;
}

/**
 * -------------------------
 * Mass Pay
 * -------------------------
 */

tr.masspay-invoice-detail td {
    font-size: 0.9em;
}
tr.masspay-total td {
    background-color: #efefef;
    font-weight: bold;
}

/**
 * -------------------------
 * Error Page
 * -------------------------
 */

.error-container {
    text-align: center;
}
.error-container h1 {
    margin-top: 40px;
}
.error-container .buttons {
    margin: 25px 0;
}
.error-container .buttons .btn {
    margin: 5px;
}

/**
 * -------------------------
 * Collapsable Panels
 * -------------------------
 */

.panel-collapsable > .panel-heading {
    cursor: pointer;
}
.panel-collapsable > .panel-body-collapsed {
    display: none;
}

/**
 * -------------------------
 * Licensing Addon
 * -------------------------
 */

.licensing-addon-latest-download h3 {
    margin-top: 0;
}

/**
 * -------------------------
 * Domain Checker Captchas
 * -------------------------
 */

#google-recaptcha-domainchecker {
    width: 304px;
    height: 78px;
    margin-top: 15px;
    margin-bottom: -66px;
}

#default-captcha-domainchecker {
    margin-top: 15px;
    margin-bottom: -63px;
}

#default-captcha-domainchecker #inputCaptcha {
    width: 100px;
    border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
    margin-bottom: -46px;
}

@media (max-width: 991px) {
    #google-recaptcha-domainchecker {
        padding-left: 2.5%;
        margin-bottom: -25px;
    }

    #default-captcha-domainchecker {
        margin-bottom: -25px;
    }
}

@media (max-width: 736px) {
    #google-recaptcha-domainchecker {
        margin-bottom: -35px;
        transform: scale(0.935);
        transform-origin: 0 0;
        -webkit-transform: scale(0.935);
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 384px) {
    #google-recaptcha-domainchecker {
        margin-bottom: -30px;
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}

@media (max-width: 360px) {
    #google-recaptcha-domainchecker {
        margin-bottom: -35px;
        transform: scale(0.89);
        transform-origin: 0 0;
    }
}

@media (max-width: 320px) {
    #google-recaptcha-domainchecker {
        padding-left: 13.5%;
        margin-bottom: -45px;
        transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform: scale(0.785);
        -webkit-transform-origin: 0 0;
    }
}

/**
 * -------------------------
 * Email Verification
 * -------------------------
 */

.email-verification {
    margin: 0;
    padding: 10px;
    font-size: 0.9em;
    line-height: 30px;
}

/**
 * -------------------------
 * Markdown Editor
 * -------------------------
 */

.markdown-editor-status {
    padding: 2px 10px;
    font-size: 9pt;
    color: #959694;
    text-align: right;

}

.small-font {
    font-size: 0.9em;
}

/**
 * -------------------------
 * Markdown Content Formatting
 * -------------------------
 */

.markdown-content h1 {
    font-size: 1.6em;
    color: #333;
}
.markdown-content h2 {
    font-size: 1.4em;
    color: #333;
}
.markdown-content h3 {
    font-size: 1.2em;
    color: #333;
}
.markdown-content h4 {
    font-size: 1.1em;
    color: #333;
}

.markdown-content pre {
    padding: 15px;
    background-color: #444;
    color: #f8f8f8;
    border: 0;
}
.markdown-content pre code {
    white-space: pre;
    word-break: normal;
    word-wrap: normal;
}

.markdown-content blockquote {
    font-size: 1em;
}

.markdown-content table {
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #ddd;
}
.markdown-content table > thead > tr > th {
    padding: 4px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}
.markdown-content table > tbody > tr > td {
    padding: 3px 8px;
    border: 1px solid #ddd;
}





/*首页css*/

.panel-top{ background:#fff;/*border-top: #48a8f1 5px solid;*/height: 140px;padding:40px 30px 30px 15px;}

.panel-content{background: #fff;border-top: #f2f2f2 1px solid;height: 100px;}
.panel{border: 0;border-radius: 0;}
.btn-infosm{    background-color: #48a8f1;
    border-color: #3498db;
    color: #FFF;border-radius: 3px; text-align:center;padding: 7px 0 7px 0; text-decoration: none;}
    
a.btn-infosm{color: #fff;}  
    
.btn-infosm:hover{color: #fff;text-decoration: none;}

.rzheng{color:#808080;padding-top: 10px;}

.text-danger{color: #EA5514;}

.phone,.emile{height: 35px;line-height: 35px;padding: 0 10px 0 10px;color: #555;}
.phone{padding-top: 15px;}
.rightvalue{text-align: right;color: #1e88e5}


.panel-top1{ background:#fff;/*border-top: #48a8f1 5px solid;*/height: 140px;padding:40px 30px 30px 30px;}
.panel-top img{margin-top: -4px;}
.money b{font-size: 28px;color: #ff8800;}
.money a{padding-top: -10px;}

.btn-infomoney{background-color: #ff8800;
    border-color: #3498db;
    color: #FFF;border-radius: 3px;padding: 7px 0 7px 0; text-align:center;text-decoration: none;}
.btn-infomoney a{color: #fff; text-decoration: none;}
 .btn-infomoney:hover{ color: #FFF; text-decoration: none;}
 
 
 .btn-successcol{background-color: #5cb85c;
    border-color: #5cb85c;
    color: #FFF;border-radius: 3px;padding: 7px 0 7px 0; text-align:center;text-decoration: none;}
 .btn-successcol:hover{ color: #FFF; text-decoration: none;}
   
   
.panel-top2{background:#48a8f1;height: 140px;padding:10px 30px 30px 30px;}


.client-home-panels .col-sm-5{width: 35%;}
.client-home-panels .col-sm-2{width: 30%;}
.client-home-panels .col-sm-10{width: 70%;}








.planel_content{background: #fff;}
.panel-content i{color: #48a8f1}

.name{font-size: 18px; color: #fff;}
.tel{font-size: 16px; color: #fff;}
.kfpic{text-align: center;padding-top: 10px;}
.kfpic span{color: #fff; font-size: 14px;}
.kfpic img{margin-top: 8px;margin-left: 10px;}
.panel-content1{min-height: 100px;}


.btn-linesay{background-color: #48a8f1;
    border:1px #48a8f1 solid;
    color: #FFF;border-radius: 3px;padding: 7px 0 7px 0; text-align: center; text-decoration: none;}
    
 .moduleoutput .btn-linesay{padding: 7px 0 6px 0; }
.btn-linesay:hover{ color: #FFF; text-decoration: none;} 
.btn-suggest{border:1px #48a8f1 solid;
    color:#48a8f1;border-radius: 3px;padding: 7px 0 7px 0; text-align: center; text-decoration: none;}
.btn-suggest:hover{ color: #48a8f1; text-decoration: none;} 

.btn-submit{background-color: #48a8f1;
    border:1px #48a8f1 solid;
    color:#FFF;border-radius: 3px;padding: 7px 20px 7px 20px; text-align: center; text-decoration: none;margin-left: 10px;text-decoration: none;}
    
.btn-submit:hover{ color: #FFF !important; text-decoration: none;}  
.btn-danger{border-color: #d9534f;}
.service-list{height: 65px;}


.service-list p{padding:23px 30px 30px 30px;position: relative;}
.service-list p span{color: #808080;}
.service-list p b{color: #2d9df1;font-size: 20px; font-weight: normal;position: absolute;top:-6px;}


.link{padding-top: 25px;}
.link1{padding-top: 40px;}
.panel-content .col-md-3{margin-top: 10px;}
.statistics{padding-top: 30px;padding-bottom: 30px;}
.statistics p{ color: #777;border-bottom:1px #f2f2f2 dotted;padding: 8px;}
.statistics1{border-left:1px #f2f2f2 solid;}
.number{text-align: right;}
.number a{border:1px solid #48a8f1;border-radius: 20px;padding: 0 12px 0 12px;font-size:12px;color: #48a8f1; text-decoration: none;}
.number1{text-align: right;}
.number1 a{border:1px solid #ff8800;border-radius: 20px;padding: 0 5px 0 5px;font-size:12px;color: #ff8800; text-decoration: none;}
.bg-color-blue {background: #48a8f1;}

.list-group-item{border-bottom: 1px solid #fff !important; margin-bottom: 0 !important;}
.list-group{margin-top: 15px; line-height: 30px;padding-left: 10px;}
.list-group span{color: #808080;}

.service-list .col-xs-12 {margin: 0;padding: 0;}
.service-list .col-sm-1,.service-list .col-sm-11{margin: 0;padding: 0;}


.statistics i{background: #48a8f1;border-radius: 3px;width: 30px;height: 25px; line-height:25px;text-align:center;color: #fff;}
/*.statistics i{color: #1e88e5;font-size: 16px;}*/

.client-home-panels .panel > .panel-body{min-height: 268px;}
.list-group{padding-left: 0;}
.list-group a{padding-left: 30px !important;}
.binding .fa{background: #ff8800; color: #fff;font-size: 10px;padding: 2.5px 3px;border-radius: 2px;}
.binding{color: #ff8800;}
.rzheng .fa{color: #fff;}

.panel-top1 img{margin-top: -10px;}
.text-primary{color: #2d9df1}
.kfpic p{text-align: center;padding-top: 10px;}
.kfpic a{color: #fff;border:1px #81c6fa solid;padding: 2px 0 2px 0;border-radius: 2px;}
.kfpic a .fa{width: 25px; }


/*.right-content .header-nav{border-top:5px #1e88e5 solid;/*background-image: linear-gradient(to right,#313c48,#313c48 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);height: 5px !important;margin-left: -15px;}*/

.left-menu .header .navbar-brand{border-top: 0 !important;}

.service-list .btn-infomoney{ padding: 7px 20px 7px 20px;border:1px #ff8800 solid;text-decoration: none;}
.service-list .btn-infomoney a{color: #fff;text-decoration: none;}
.service-list .btn-infomoney:hover{color: #fff;}


.newlist{padding-top: 12px;}
.newlist li{font-size: 13px;padding-left: 20px;padding-right: 20px;color: #888;line-height: 28px;}
.newlist a{color: #555;padding-left: 10px !important;}
.client-home-panels .panel > .panel-body{overflow: hidden;}

.zxdh{margin-top: 0 !important;} 


@media only screen and (max-width: 890px) {
.client-home-panels .col-sm-5{width: 100%;}
.client-home-panels .col-sm-2{width: 100%;}
.client-home-panels .col-sm-10{width: 100%;}

.client-home-panels .col-md-2{width: 100%; }
.client-home-panels .col-md-10{width: 100%;}
.link{padding-top: 3px;}

.statistics1{border-top:1px #f2f2f2 solid;}
.panel-top{padding-left: 5px;}
.service-list{height: 100px;}
.service-list .col-sm-11{margin-top: 20px;}
.statistics1{border-left: 0;}
}

/*pc*/


@media only screen and (min-width: 890px) and (max-width: 1200px){
.link-home{padding-top: 0;}
.link-home .col-md-3{width: 50%;}
.service-list .col-sm-1{width: 15%;}
.service-list .col-sm-11{width: 85%;}
.panel-top .col-sm-3 img{display: none;}
.panel-top .col-sm-9{width: 100%;}
.panel-top1 .col-sm-4 img{display: none;}
.panel-top1 .col-sm-7{width: 100%;}

.statistics{width: 100%;}
.statistics1{border-left:0;border-top: 1px #eee solid;}


}
@media only screen and (min-width: 1200px) {
.client-home-panels .panel > .panel-body{max-height: 250px;}
.link-home{padding-top: 20px;}
}
/*我的产品与服务*/
.dataTables_wrapper .dataTables_filter label{   padding: 5px 30px 0;}
.del:after{content:none !important}
.table>tbody>tr>td{height: 70px !important;margin-top: 10px;}

.status{margin-top: 15px;line-height: 24px;}
.status1{margin-top: 12px;line-height: 18px;}

.first_products{text-align: left !important;}
.first_products p{color: #909090;}

.btn-info{    background-color: #48a8f1;
    border-color: #48a8f1;}
    
.btn-info:hover{    background-color: #2ea1f8;
    border-color: #2ea1f8;}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{    background-color: #48a8f1;
    }
    
    
    
.dataTables_wrapper .dataTables_filter label,.dataTables_wrapper .dataTables_filter label .form-control{margin-bottom: 10px;}



.right-content .content{border-radius: 0 !important;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);}
    
    .dataTables_wrapper .dataTables_filter label .form-control{margin-top: -60px;margin-bottom: 0;}
.headline.headline{margin-bottom: 0 !important;margin-top: 10px;font-size: 18px;margin-bottom: 20px !important;color: #555 !important;padding-left: 0 !important;}
.headline .alico,.headline .fa{font-size: 16px !important;color: #888}

.statusfilter{margin-top: 10px;font-size: 14px;}


.list-unstyled{width: auto !important;}

@media only screen and (min-width:780px)and (max-width: 1200px)
{
.status.col-xs-1{ height: 46%;width: 2px;padding-right: 0;}
.status.col-xs-11{padding-left: 5px;}
.ztcolor{display: none;}
}

@media only screen and (max-width:780px){
.status.col-xs-1{ height: 40%;width: 2px;padding-right: 0;}	
.status.col-xs-11{padding-left: 5px;}
.ztcolor{display: none;}
}
/*提交工单*/

.ticket-main .col-md-3{border-right:1px #eee dotted;padding-left: 0;}
.ticket-main .col-md-9{padding-left: 20px;}
.ticket{ 
    background-color: #48a8f1 !important; color: #fff;}


.ticket-main{text-align: left !important;min-height: 140px;background: #fff !important;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);line-height: 22px;}
.ticket-main h4 a{text-decoration: none;font-weight: bold; color:#48a8f1 }

.ticket-main .col-md-3 .num3{background: #48a8f1; width: 70px;height: 70px;border-radius: 40px;line-height: 60px;text-align: center;border:4px #f2f2f2 solid;border-right-color: #bfe1fa;border-top-color: #bfe1fa;color: #fff;margin-top: 8px;font-size: 24px;}

.ticket-main .col-md-3 .num2{background: #48cfad; width: 70px;height: 70px;border-radius: 40px;line-height: 60px;text-align: center;border:4px #f2f2f2 solid;border-right-color: #c8f1e6;border-top-color: #c8f1e6;color: #fff;margin-top: 8px;font-size: 24px;}

.ticket-main .col-md-3 .num1{background: #b47acc; width: 70px;height: 70px;border-radius: 40px;line-height: 60px;text-align: center;border:4px #f2f2f2 solid;border-right-color: #e8d7f0;border-top-color: #e8d7f0;color: #fff;margin-top: 8px;font-size: 24px;}


.ticket-main p{color: #909090;}

.pull-top{background-image: linear-gradient(to right,#313c48,#313c48 25%,#b47acc 25%,#b47acc 35%,#48a8f1 35%,#48a8f1 45%,#7dca59 45%,#7dca59 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);height: 4px !important;}


.header-nav .pull-left{padding-left:25px;}
.header-nav .pull-right{padding-right:25px;}
.pull-right .fa{margin-top: 2px;}
@media only screen and (max-width: 780px) 
{
.ticket-main{text-align: center !important;}
.ticket-main .col-md-3{border-right: 0;}
}


.left-menu .header .navbar-brand img{width: 125px !important;margin-top: -10px;}

.space2x h3{font-size: 20px;color: #fff;line-height: 30px;}
/*产品管理*/

.client-home-panels .panel-default {
	border-radius: 4px;
	box-shadow: none;
    border-bottom: 1px solid #E7E9ED;
}
.client-kz-panels .panel-default {
	border-radius: 4px;
	box-shadow: none;
    border-bottom: 1px solid #E7E9ED;
}
.client-home-panels .panel > .panel-heading {
	background-image: none;
}
.client-home-panels .panel .panel-title,.client-kz-panels .panel .panel-title {
	color: #333;
	font-size: 14px;
	line-height: 26px;
}
.client-kz-panels .panel > .panel-heading{background: none;border-bottom: 1px solid #E7E9ED;}
.client-home-panels .panel > .panel-footer {
	display: none;
}
.list-group {
	margin-bottom: 0;
}

.manage{padding-top: 20px;padding-bottom: 0;}
.manage p{padding: 15px;border: 0;}
.planel_content_gl,.con-one{padding-bottom: 20px;min-height: 400px;}

.jdt{border-bottom: 0 !important;}
.fgx{border-bottom: 0 !important;}

.payment{padding-top: 14px;border-bottom: 1px #f2f2f2 solid;padding-left: 0;padding-right: 0;}
.payment p{padding: 5px; color: #909090;padding-right: 20px;}
.payment b{color: #333;font-weight:normal}
.payment span{font-weight: 200;color: #777;}
.btn_an{padding:25px 30px 0 20px;}



.cont{border-bottom: 1px #eee dotted;padding: 17px 0 25px 0;}
.cont-password{padding-bottom: 14px;}
.cont-password b{margin-top:-11px;line-height: 24px;}
.cont1{border-bottom: 0;}
.progress-gl{ margin: 26px 25px 0 15px;height: 18px;}

.manage b{color: #333;font-weight: normal;}
.manage span{ font-weight: 200}
.productdetails .col-sm-10{width: 70%;}
.productdetails .col-sm-2{width: 30%;}
.progress-bar-info{    background-color: #48a8f1;}
.progress-bar{-webkit-box-shadow:inherit;box-shadow:inherit;}

.productdetails .planel_content{padding-bottom:25px;}
.productdetails-gl .planel_content{padding-bottom:0px;}
.productdetails-gl .cont span{padding-left: 0;margin-left: 0;}
.con-list .row{line-height:40px;border-bottom: 1px #eee dotted; color: #909090;}
.con-list strong{color: #333;}
/*.con-list .control-label{color: #909090;}
.con-list .control-label span{color: #333;font-weight: bold;}*/
.con-list .col-md-3{padding-left: 20px;padding-top: 15px}
.con-list1{padding:20px 30px 10px 10px;}
.con-list1 .col-sm-2{width: 13%;}

.panel-con-content{padding: 25px 10px 25px 10px;}
.btn_an .col-sm-4{padding-left: 0;padding-right: 0}



.content-gl .con{border-top: 3px #48a8f1 solid; border-radius: 0;}
.jd-only{text-align: center;}


.graph{float:left;margin-bottom: 30px;padding-top: 40px;}
.graph img{width: 100%;text-align: center;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.graph{padding-left: 7% !important;padding-right: 7% !important;}
.graph th,.graph td{line-height:24px; font-size:14px;}
.graph th{width:40px;line-height: 36px;}
.graph td{width:150px;}
.graph h2{font-size: 16px;padding-bottom: 20px;color: #333;text-align: center;}
.graph .in{margin-top: 30px;}
.graph .in td{color: #909090;}
.graph .out{margin-top: 30px;}
.graph .out td{color: #909090;}
.graph table{margin-top: 20px;margin-left: 10%;}


.content-kz .btn-large{display: none;}
.btn-success{border: 0;}
.btn-success a{text-decoration: none;}


.cont .col-md-4{padding-right: 0;}
#billing_cycle_uppay{width: 50%;}

.infomoney-add{margin-top: 15px;}

/*手机*/
@media only screen and (max-width: 780px)
{
.client-home-panels .col-xs-12 {
    width: 100%;}

.graph table{margin-left: 0%;}
.btn_an_x{padding-top: 0px;}
.btn-danger,.btn-linesay{margin-top: 20px;}

}

/*平板*/
@media only screen and (min-width: 678px) and (max-width: 1024px) {
	.con-one .col-md-7,.con-one .col-md-5{width: 100%;}
	.con-one .col-md-5{text-align: left;line-height: 35px;}
	.btn_an_x{padding-top: 0px;}

.planel_content_gl .col-md-6{width: 100%;}

.con-one{height: 675px;}
.cp_bt2,.cp_bt3,.cp_bt6{display: none !important;}
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
.cp_bt2,.cp_bt3,.cp_bt6{display: none !important;}
}

/*域名管理*/

.tips{color: #333 !important; font-size: 13px;}
.domain_zt{background: #3fad46;}
.domain-list{padding:25px 0;}
.domain-list p{padding: 8px; color: #909090;padding-right: 0;padding-left: 0;}
.domain-list b{color: #333;}
.panel-default > .panel-heading{background: #fff;border-bottom: 1px #f2f2f2 solid;}

.content-domain .col-md-10{width: 70%;}
.content-domain .col-md-2{width: 30%;margin-left: 0;padding-left: 0;}

.xgzy .alert{padding: 0;margin-top: 20px;margin-bottom: 0px;}
.xgzy .alert h4{padding: 20px 0 5px 0;font-size: 16px !important;}

.domain-list a{margin-left:10px;margin-top: 10px;}

.modify{min-height: 456px;padding-top: 20px; color: #808080;}

.modify fieldset .form-group{margin-top: 20px;}
.modify fieldset .form-group .col-md-1{width: 11%;padding-left: 0;padding-right: 0;}
.content-other .col-md-12{padding-left: 0;}
    
.content-other .panel-body{    padding: 0 19px 19px;}
.radio+.radio{margin-top: 10px !important;}
.modify .radio.col-md-2{width: 20%;}
.modify .radio.col-md-3{width: 37%;}
.modify .radio{margin-top: 12px !important; color: #333;}

.jxgl .panel-body{padding: 25px 15px 15px 15px !important; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color: #f8f8f8;}
.form-control{border-color: #eee;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei" !important;font-size: 13px !important;
    background: #fff;
    -webkit-appearance: none;}

.btn-primary{background:#48a8f1 }

.dns-chose{border-top: 1px #e7e7e7 dotted;border-bottom: 1px #ddd dotted;margin-top: 15px;}

.jxgl .czsm{margin-top: 20px;}

.jxgl .col-md-6{color: #808080;}
.jxgl .col-md-6 strong{color: #333;}

.domain-an{padding-left: 30px;padding-right: 30px;background: #ff8800;  }
.domain-an:hover{background: #ff7700; }
.content-domain .btn-primary,.content-other .btn-primary{padding-left: 20px;padding-right: 20px;}
.panel-heading1{border-top: 3px #48a8f1 solid !important;}
.content-other .btn-primary{margin-left: 10px;}

.main-content.fixed{width: 85% !important;}

.number_zt{margin-top: -10px;}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc:after{display: none !important;}


@media only screen and (max-width: 780px)
{
.content-domain .col-md-2{width: 100% !important; }
.content-domain .col-md-10{width: 100% !important;margin-left: 0;padding-left: 0; }
.modify .radio.col-md-2{width: 100%;margin-left: 0;padding-left: 0;}
.modify .radio.col-md-3{width: 100%;margin-left: 0;padding-left: 0;}
.modify fieldset .form-group .col-md-1{width: 100%;}
.modify .form-horizontal .form-group{margin-left: -5px;margin-top: -15px;}
.modify{padding-bottom: 20px;}
.control-label-one{margin-top: 20px;}
.gzpc{margin-top: 10px;}
}

@media only screen and (min-width: 780px) and (max-width: 1024px) {
	.content-domain .col-md-2{width: 100% !important; }
.content-domain .col-md-10{width: 100% !important;margin-left: 0;padding-left: 0; }
.modify .radio.col-md-2{width: 100%;margin-left: 0;padding-left: 0;}
.modify .radio.col-md-3{width: 100%;margin-left: 0;padding-left: 0;}
.modify fieldset .form-group .col-md-1{width: 100%;}
.modify .form-horizontal .form-group{margin-left: -5px;margin-top: -15px;}
.modify{padding-bottom: 20px;}
.control-label-one{margin-top: 20px;}

.label-title-left{text-align: left !important;padding-bottom: 10px;padding-left: 0;margin-left: 0;}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
.ym_bt5{display: none !important;}
}
/*我的资料*/
.label-left{text-align: right;}

.modify-details .form-group{margin-top: 5px;}
.country-change{padding-left: 0;}
.country-change-right{padding-right: 0;}

.group-qran{margin-top: 20px;padding-left: 18px;padding-right: 18px;}

.right-content .main-content .content{min-height: inherit;
}


.portlet{border:0;padding:0;}



.tab-pane fieldset[name="nameservers"]{padding: 30px 0 5px 0;}

.tab-pane fieldset[name="nameservers"] .form-group{padding-top: 17px; line-height: 34px;}

.content-details .alert-info{/*height: 70px;*/margin-top: 30px;}
.content-details{font-size: 14px;}
.chose-lx{line-height: 36px;text-align: right;}
.checkbox-sz{line-height: 16px;}
.checkbox-sz input{margin-top: 2px;}
.form-email{padding-top: 40px;box-shadow:inherit !important;}
.form-email .panel-body{border: 1px #eee solid;}
.form-email > .panel-heading{border-bottom: 0 !important;}

.form-email .panel-heading{padding-left: 0;margin-left: 0;font-size: 14px;color: #7f8fa4;font-weight: 500;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{    border-top: 2px #48a8f1 solid;}


.nav-tabs>li>a{width: 120px;text-align: center;color: #1e88e5;}
.nav-tabs>li>a:hover{border-top: 2px #fff solid;background: #fff;border-left-color: #fff;border-right-color: #fff;}

.fade-details .bootstrap-select.btn-group .btn .filter-option{color: #31708f}

.fade-details .btn-default{color: #31708f !important;border-color: #bce8f1!important;}

.zzhqx{border:1px #eee solid;padding: 20px;}
.email-first{margin-top: 20px;}
.alert-contact{padding-bottom: 0;}
.zzhqx .col-sm-6{padding-left: 0;}

@media only screen and (min-width: 780px) and (max-width: 1300px){
.form-group .col-sm-3{width: 25%;}
.form-group .col-sm-6{width: 75%;}
}

/*实名认证*/


.mt-element-step .step-line .fill .mt-step-title:after, .mt-element-step .step-line .fill .mt-step-title:before{background-color: #48a8f1;}
.mt-element-step .step-line .fill .mt-step-number{    color: #48a8f1!important;
    border-color: #48a8f1!important;}
.mt-element-step .step-line .fill .mt-step-content, .mt-element-step .step-line .fill .mt-step-title   {color: #48a8f1!important;} 
    .mt-element-step .step-line .last .mt-step-number{color: #ddd !important;}
.mt-element-step{background: #f5fafd;border:1px #d9edf7 solid;    border-radius: 3px;}
.font-grey-cascade{font-size: 15px !important;padding-top: 8px;}
     
 .nav-tabs1{border:0 !important;}    
.nav-tabs1>li.active>a, .nav-tabs1>li.active>a:focus, .nav-tabs1>li.active>a:hover{ color: #fff;    background: #48a8f1;border:1px #48a8f1 solid}

.nav-tabs1>li>a{width: 100px;text-align: center;color: #888;background: #fff;border:1px #eee solid;border-radius: 3px;font-size: 14px;font-weight: 500;line-height: 1;}
.nav-tabs1>li>a:hover{background: #fff;border:1px #eee solid}

.nav-tabs1 .ios{padding-left: 5px !important;}
.label-type{    color: #7f8fa4;
    font-weight: 500 !important;line-height: 38px;}
    
    
.content-certification fieldset[name="nameservers"]{padding-top: 0 !important;}

.certification{margin-top: 40px;}
.certification .group-qran{border-top: 1px #f2f2f2 solid;padding-top: 40px;}


.chose-img{margin-left: 0;padding-left: 0;}

.chose-img p{border-radius: 3px;font-size: 13px;color: #888;line-height: 22px;margin-top: 15px;}
.chose-img p span{color: #ff8800;}

.chose-img .col-sm-12{margin-left: 0;padding-left: 0;}

.chose-img .btn.default:not(.btn-outline) {
    color: #fff !important;
    background-color: #48a8f1 !important;
    border-color: #48a8f1 !important;
    /* border-color: #e1e5ec; */
}     
 .chose-img .col-sm-9{margin-left: 0;padding-left: 0;margin-top: 0;padding-top: 0;}       
 
.chose-img .btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1;
    margin-top: -7px;
    padding: 6px 17px 6px 20px;
}

.chose-img .btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
}
.chose-img .btn.red:not(.btn-outline):hover {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
}
.chose-img .thumbnail{border: 1px solid #eee;}


.left-img{    line-height: 80px;}
.wait-dk{margin-top: 30px;}
.wait-dk svg:not(:root){ float: right;width: 60px;}
.wait-dk ul{padding-left: 0;border-bottom: 1px #eee dotted;padding-bottom: 20px;border-top: 1px #eee dotted;padding-top: 10px;}
.wait-dk ul li{margin-left: 20px;line-height: 26px;color: #808080;}
.wait-dk p{line-height: 26px;margin-top: 10px;}
.wait-dk p b{font-size: 16px;}
.wait-dk p span{color:#1e88e5 }
.wait-dk h2{font-size: 14px; font-weight: bold;}



.dkmoney svg:not(:root){ float: right;width: 60px;}
.dkmoney ul{padding-left: 0;border-bottom: 1px #eee dotted;padding-bottom: 20px;border-top: 1px #eee dotted;padding-top: 10px;}
.dkmoney ul li{margin-left: 20px;line-height: 26px;color: #808080;}
.dkmoney p{line-height: 26px;margin-top: 20px;}
.dkmoney p b{font-size: 16px;}
.dkmoney p span{color:#1e88e5 }
.dkmoney h2{font-size: 14px; font-weight: bold;}

.dkmoney .form-group{margin-top: 20px;}

.tjsh.col-sm-3{margin-top: -5px;}


.yzyes .form-group{margin-top: 20px;}
.yzyes .form-group .fa{color: #48a8f1;}
.rzlx{margin-top: -5px;}



.privilege{margin-top: 50px;}
@media only screen and (min-width: 1024px){
.privilege .col-md-2{width: 20%;}
}
.privilege a{padding-top: 25px!important; height: 230px;}
.privilege a:hover{border: 1px solid #eee !important;}



.tdimg {
    border: 1px #eee solid;
    text-align: center;
    padding: 30px 0;
}
.tdimg p{margin-bottom: 5px;}
.privilege .fa {
    font-size: 30px;
    color: #ccc;
    width: 75px;
    border:2px #eee solid;padding:25px 20px;border-radius: 10px;
}
@media only screen and (max-width: 780px){
	.certification .col-xs-12,.content-details .col-xs-12{text-align: left;padding-left: 0;margin-left: 0;padding-right: 0;margin-right: 0;}
	.certification .col-sm-9{margin-top: 10px;margin-left: 10px;}
.wait-dk svg:not(:root),.dkmoney svg:not(:root){ float: inherit;margin-left: 40%;}
.tjsh.col-sm-3{margin-top: 10px;}
}
@media only screen and (min-width: 780px) and (max-width: 1300px){

.certification .col-sm-3{width: 30%;}
.certification .col-sm-6{width: 70%;}
.wait-dk .col-sm-3,.dkmoney .col-sm-3{width: 10%;margin-top: 10px;}
.wait-dk .col-sm-7,.dkmoney .col-sm-7{width: 90%;}

.dkmoney .col-sm-4{width: 30%;}
.dkmoney .col-sm-6{width: 70%;}
.tjsh.col-sm-3{width: 70%;margin-top: -5px;}
}
/*安全中心*/
.changepw{padding-top: 30px;padding-bottom: 30px;}
.changepw p{ color: #808080;border-bottom:1px #eee dotted;padding: 18px 18px 18px 0;}


.changepw .bt i{background: #48a8f1;
    border-radius: 3px;
    width: 26px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 16px;
   }
 .changepw .bt1 i{font-size: 12px;}   
.changepw b{ color: #48a8f1;font-weight: normal;}
.changepw .bt { color:#555;line-height: 30px; padding-right: 0; }
    
.changepw .txt{line-height: 32px;padding-left: 20px;}
.number-square{color: #48a8f1;}
.number-warning{color: #ff8800;}
.number-warning a{border-color: #ff8800 !important;color: #ff8800 !important;}


.client-changepw-panels .con{-webkit-box-shadow:inherit !important; box-shadow:inherit !important;}


.client-changepw-panels h3{font-size: 18px;color:#333C48;}


.client-changepw-panels .panel-top{padding-left: 0;padding: 30px 30px 30px 15px;}
.client-changepw-panels .binding{color: #888;}
.client-changepw-panels .panel-heading b{color: #888;font-weight: normal;}
.client-changepw-panels .panel-heading a{color:#48a8f1 }

.client-changepw-panels .panel-heading .text-muted{color: #555 !important;}
.client-changepw-panels .panel-heading{border:1px #eee solid;margin-top: 20px;padding-top: 40px;padding-bottom: 30px;}

.panel-left{border-right: 1px #eee dotted;}
.panel-right{padding-left: 4%;}

.progress-danger{margin-top: 5px;margin-bottom: 10px !important;}
#weixin .col-sm-6 p{font-size: 16px;}

@media only screen and (min-width: 780px) and (max-width: 1300px){
.client-changepw-panels .aqcenter .col-sm-3 img{display: none;}
.client-changepw-panels .aqcenter .col-sm-9{width: 100%;padding-left: 0;}
.bt,.bt1{width: 20%;}
.changepw .txt{width: 50%;}
.number-square,.number-warning{width:30%; }
.chose-img .col-sm-9{margin-left: 10px !important;margin-top: 10px;}
.chose-img p{margin-top: 10px !important;}
}
@media only screen and (min-width: 580px) and (max-width: 780px){
.yhfs_content1 img{width: 36% !important;}

}
@media only screen and (min-width: 1400px){
.bt,.bt1{width: 10%;}
.changepw .txt{width: 75%;}
.number-square,.number-warning{width:15%; }
}

@media only screen and (max-width: 780px){
.changepw .txt{line-height: 24px;padding-left: 10px;padding-top: 15px;padding-bottom: 15px;border-bottom: 1px #eee dotted;}
.changepw .number{padding-top: 20px;}
.panel-left .col-sm-3{text-align: center;}
.panel-left .col-sm-9{padding-top: 20px;margin-left: 0px !important;}
}


/*修改密码*/

.content-bad{padding-top: 40px;}
.tabs-bad li a{width: 110px;}

.pwform .pw-phone{padding-left: 0;}
.pwform label{text-align: right;}

.pwform .pw-yzm{line-height: 32px;text-align: center;border: 1px #48a8f1 solid;
    border-radius: 3px;
    text-align: center;}

.pwform .pw-yzm a{padding: 5px 12px 5px 12px;color: #48a8f1;font-size: 14px;text-decoration: none;}


.pwform .alert{padding: 8px 15px 8px 15px!important;margin-bottom: 10px !important;width:93%;}
    

    
.content-bad .col-sm-2{width: 11%;}  
.group-bdan{border-top: 1px #dedede dashed;border-bottom: 1px #dedede dashed;padding-top:15px;padding-bottom: 15px;margin: 10px !important;margin-top: 40px !important;margin-left: 0 !important}
.pwform .form-group{margin-bottom:5px;}
.pwform .group-bdan{margin-top: 15px;}

.yesbding{background: #fff;width: 100%;padding-top: 30px;padding-bottom: 30px;
    border:1px #eee solid;border-radius: 3px;}
.yesbding .col-sm-2{font-size: 77px;color:#48a8f1; text-align: center;margin-left: 20px;  }
.yesbding .col-sm-6{margin-top:2px;font-size: 19px;}
.yesbding .col-sm-6 span{color:#48a8f1;}

@media only screen and (max-width: 780px){
.content-bad .col-sm-2{width: 100% !important;}
.form-horizontal .control-label{text-align: left !important;}
}


.navbar-brand img{width: 150px !important;}



/*推介计划*/
.promo{background: #fff;padding-left: 0;margin-left:0;border-radius: 3px;height: 400px;}
.promo-title{list-style:none;background: #48a8f1;padding-left: 10px;margin-left:0;height: 400px;border-radius: 3px 0 0 3px; }
.affiliates-body .col-sm-1{width: 3.8%;min-width: 30px;}
.promo-title h2{ font-size:14px;word-wrap:break-word;word-break:normal;color: #fff;font-weight: 500;padding-top: 110px;line-height: 20px;}

.yhm{padding-top: 20px;padding-left: 20px;}
.yhm h4{margin-left: 0;padding-left: 0;font-size:14px;padding-top:5px; color:#3b3b3b;font-weight:bold;}
.yhm p{padding-top:15px; text-align: right;color: #929292; }
h3{padding-left: 10px;font-size: 13px;font-weight: bold;color: #888;}
.yhfs_content{border:1px #f2f2f2 solid;background: #fff;border-radius: 3px;min-height: 75px;}
.yhfs_content1{border:1px #f2f2f2 solid;background: #fff;border-radius: 3px;min-height: 75px;}
.yhfs_content1 img{width: 100%;}
.yhfs_content h2{padding:0 10px 0 5px; font-weight: bold;}
.yhfs_content p{line-height:20px;padding-top:20px;padding-right:5px;padding-left:20px;font-size: 13px;  }
.yhfs .col-md-4{padding-right: 0;}
.yhfs_content a{color: #888;}
.yhfs_content:hover,.yhfs_content.active{background:#48a8f1;color: #fff;}
.yhfs_content a:hover{color: #fff !important;}
.yhfs_content.active a{color: #fff !important;}


.serch{padding: 20px 20px 20px 10px;}
.serch-an{background:#48a8f1;border:0px #10add3 solid;color:#fff;border-radius:3px;width:60px;line-height:28px;}
.serch .form-control{color:#929292;display:inline;width:80%;border-radius:3px; font-size:12px;}

.subscribe{background: #fff;height: 400px;}
.subscribe .col-md-12{padding-left: 0;}
.dy{margin: 20px;}
.dy button{ background: #48a8f1;
    border-color: #48a8f1;color:#fff !important;width: 100%;}
.dy button:hover{background: #36a9e1;
    border-color: #48a8f1;color:#fff !important;}
.dy .col-sm-7,.dy .col-sm-5{padding-left: 0;margin-left: 0;}
.dy .col-sm-5{padding-right: 0;margin-right:0;}    
.serch .form-control{height: 33px;font-size: 13px;}

.history td i{background:#48a8f1;width:23px; font-size:12px;text-align:center;color:#fff; padding:5px 1px 5px 0;border-radius:3px;}

.history .table>thead:first-child>tr:first-child>th,.history .table>tbody>tr>td:first-child{padding-left: 0 !important;}

.history .table>tbody>tr>td{height: 50px !important;}

.history .table{margin-top:20px !important;}



.link{margin-top: 0px;}
.link .promo{height: 300px;}
.link .promo-title{height: 340px;}
.link .promo-title h2{padding-top: 80px;}
.link .subscribe{height: 340px;}
.yhlink{padding:0;border:1px #f1f1f1 solid;min-height:130px; margin-top:10px; margin-right:15px;margin-left: 20px;}

.yhlink p{padding:30px 0 0 30px; font-size:13px;font-weight:bold;color:#929292;}

.yhlink-content{padding-left:0px;padding-right:0px;width:100%;}

.yhlink-content .form-group{background:#48a8f1;color:#fff;border-color:#48a8f1;width:82%;border-radius:3px;margin:30px 0 0 30px;}
.yhlink-content .form-group i{color:#fff;font-size:16px;}
.yhlink-content .form-control{display:inline;background:#48a8f1;color:#fff;border-color:#36a9e1;width:92%;border-radius:3px;}



.link .yhfs_content{margin-top: 10px;}
.link .yhfs_content a{text-decoration: none;}
.link subscribe-title{background:#fff;min-height:265px;}


.affiliates-body .link .col-sm-1{width: 6%;}


.search{margin-top:30px;}

.search_content{margin-top: 5px;}

.search_content .form-control{color:#929292;display:inline;width:80%;border-radius:3px; font-size:12px;}
.search_content .xgbtn{background:#48a8f1;border:0px #10add3 solid;color:#fff;0;border-radius:3px;width:60px;line-height:28px;}


.results{margin-top: 20px;}


    
.yhm lable{color: #808080;font-weight: normal;line-height: 24px;}


.well {
	background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-color: #f8f8f8;
    height: 70px;
    border-radius: 3px;
    box-shadow:none !important;
    border:0;
}
.results .well .tb {
    background: #48a8f1;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    height: 68px;border-radius: 3px 0 0 3px ;
}

.dataTables_wrapper .dataTables_filter{    display: none;}

.offline a{color: #808080;}


.activation{background:#48a8f1;margin-top: 20px;padding:8px 20px 8px 20px;}
.activation:hover{background:#62b7f8;}


.step h2{padding: 20px;text-align: center;}
.step p{border:1px #eee solid;padding: 20px;text-align: center;border-radius: 3px;}
.step p{text-align: center;margin-top: 10px;}
.step b{border:1px #aaa solid;padding:3px  8px 3px 8px;border-radius: 20px; color: #aaa;font-weight: normal;}


.tips-data-title{float:left;background:#48a8f1;color:#fff;border-radius:3px;padding:10px 10px;position:relative;overflow:hidden;text-align: left;margin-top:-120px;font-size: 12px;}
#tips-bottom {
	position: absolute;
	width: 0px;
	height: 0px;
	line-height: 0px;/*为了防止ie下出现题型*/
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #48a8f1;
	
	left: 85px;
	top: -8px;
}


/*pc*/
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
.yhfs_content .col-sm-3{display: none}
.yhfs_content .col-sm-9{width: 100%;padding-left: 0 !important;padding-right: 0 !important;}
.yhfs_content .col-sm-2{display: none;}
.yhfs_content .col-sm-10{width: 100%;padding-left: 0 !important;padding-right: 0 !important;}
.dy .fa{display: none;}
.yhfs_content p{padding-left: 0;padding-right: 0 !important;}
.yhlink-content .form-group{margin: 30px 20px 0 15px !important; width: 90%;}
.yhlink-content .form-control{width: 85%;}
.yhlink-content .form-group .fa{padding-right: 10px;}
.yhlink p{ padding: 50px 0 0 15px !important;}
.promo .col-sm-11{width: 89%;}
.yhm lable{line-height: 26px;}
}
/*宽屏*/
@media only screen and (min-width: 1300px){
.promo .col-sm-11{width: 92.5%;}
}
@media only screen and (min-width: 1680px){
.kp{padding-top: 25px !important; }
}
/*手机*/
@media only screen and (max-width: 760px){
.promo-title h2,.link .promo-title h2{padding: 10px 0 10px 0;text-align: center;}
.affiliates-body .col-sm-1,.affiliates-body .link .col-sm-1{    width: 100%;
    height: 40px;}
.promo-title{border-radius: 3px 3px 0 0;}
.subscribe{margin-top: 20px;}
.link .subscribe,.link .promo,.promo,.subscribe{ height: auto;padding-bottom: 20px;padding-right: 0;}
.dy button{margin-top: 20px;}
.dy .col-xs-12{padding-right: 0;}
.yhfs_content{margin-top: 20px;}
.serch .form-control,.search_content .form-control{width: 72%;}
.yhlink-content .form-group{width: 92%;}
.yhlink-content .form-control{width: 87%;}
.yhfs_content h2{font-size: 26px;padding-left: 20px;}
.yhfs_content h2 .fa{padding-top: 5px;}
.yhm lable{line-height: 26px;}
.yhlink p{padding-left: 10px !important;}
.yhlink-content .form-group{margin-left: 10px !important;margin-right: 0 !important;}
.yhfs_content p{padding-left: 5px;}
.tx-money{margin-bottom: 30px;}
.affiliates-body .col-sm-4,.affiliates-body .col-sm-7{padding-left: 10px !important;}
.affiliates-body .col-sm-7.col-xs-12{padding-left: 0px !important;}
}
@media only screen and (max-width: 420px){
.yhfs_content p{padding-top: 8%;}
}
/*中屏*/

@media only screen and (min-width: 760px) and (max-width: 1300px) {
.promo-title h2,.link .promo-title h2{padding-top:0;text-align: center;line-height: 0;}
.affiliates-body .col-sm-1,.affiliates-body .link .col-sm-1{    width: 100%;
    height: 40px !important;}
.promo-title{border-radius: 3px 3px 0 0;}

.yhfs_content .col-sm-3{display: none}
.yhfs_content .col-sm-9{width: 100%;padding-left: 0 !important;padding-right: 0 !important;}
.yhfs_content .col-sm-2{display: none;}
.yhfs_content .col-sm-10{width: 100%;padding-left: 0 !important;padding-right: 0 !important;}


.promo,.subscribe{ min-height: 450px;padding-bottom: 20px;padding-right: 0;}
.link .subscribe,.link .promo{ min-height: 380px;padding-bottom: 20px;padding-right: 0;}
.dy button{margin-top: 20px;}
.dy .col-xs-12{padding-right: 0;}
.dy .col-sm-7,.dy .col-sm-5{width: 100%;}
.yhfs_content{margin-top: 10px;}
.serch .form-control,.search_content .form-control{width: 72%;}
.yhfs_content h2{font-size: 26px;}
.yhfs_content h2 .fa{padding-top: 5px;}
.promo .col-sm-11{width:100%;}
.yhm lable{line-height: 26px;}
.yhlink p{padding-left: 10px !important;}
.yhlink-content .form-group{margin-left: 10px !important;margin-right: 0 !important;}
.yhlink-content .form-control{width: 82%;}
.results-cg .well .tb{padding: 18px 13px 10px 0 !important;}
.link{margin-top: 20px;}
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
.yhfs_content1 img{width:50%;}

.promo,.subscribe{ min-height: 650px;padding-bottom: 20px;padding-right: 0;}
}

/*积分中心*/
.integral .integral-con b{color: #48a8f1;font-size: 18px;}
.integral .integral-con b span{font-weight: normal;font-size: 14px;}
.integral-alert{min-height: 240px;padding:10px 20px 20px 20px;}
.integral .name{margin-bottom: 20px;border-bottom: 1px #eee solid;padding-bottom: 20px;}
.integral-con.col-sm-6{padding-left: 0;margin-left: 0;}
.integral a{text-decoration: none;color: #333;}
.kyjf{border: 1px #eee solid;border-radius: 3px;width: 80px;text-align: center;padding: 3px 0 3px 0;}
.rule .alert{min-height: 230px;padding: 5px 20px 20px 20px;}
.rule h2{font-size: 16px;font-weight: bold;}
.rule p{color: #777;}

.product-con{border:1px #eee solid;    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;}
.product-con:hover{border-color:#48a8f1;}
.product-con.col-sm-12{padding-left: 0;margin-left: 0;}
.product1{margin-top: 25px;}
.product1 .col-sm-4{padding:0px;margin: 0;}
.product1 a{text-decoration: none;}
.product1 .col-sm-4 img{width:90%;}
.product1 .col-sm-8{padding-left: 10px;}
.product1 .col-sm-8 p b{color: #48a8f1;font-size: 16px;}
.product1 .col-sm-8 p span{text-decoration: line-through;color: #888;}

.btn_jfdh{background: #48a8f1;color: #fff;width: 140px;text-align: center;border-radius: 3px;padding: 5px 0 5px 0;}
.btn_jfdh_bz{background: #eee;color: #555;width: 140px;text-align: center;border-radius: 3px;padding: 5px 0 5px 0;}
.offline-jf .row{padding:0 15px 0 15px;}
.offline-jf .panel-body{padding-bottom: 40px;}
.integral-mx .table>caption+thead>tr:first-child>td,.integral-mx .table>caption+thead>tr:first-child>th,.integral-mx .table>colgroup+thead>tr:first-child>td,.integral-mx .table>colgroup+thead>tr:first-child>th,.integral-mx .table>thead:first-child>tr:first-child>td,.integral-mx .table>thead:first-child>tr:first-child>th,.integral-mx .table>tbody>tr>td:first-child{padding-left: 0 !important;}
.integral-mx .table>tbody>tr>td{height: 55px !important;}
.table{font-size: 14px;}
@media only screen and (min-width: 1600px){
.product1 .col-sm-8 h2{padding-top: 20px;}


}

@media only screen and (max-width: 780px){
.product1 .col-sm-8 h2{line-height: 26px;text-align: center;}
.product1 .col-sm-4 img{width:100%;}
.product-con{border: 0;}
.product1 .col-sm-8{border:1px #eee solid; padding-bottom: 20px; }
.rule{padding-left: 0;}
.integral{padding-right: 0;}
.btn_jfdh{margin: 0px  auto;}
.offline-jf .product1 .col-sm-8 p{text-align: center;}
}

/*中屏*/
@media only screen and (min-width: 760px) and (max-width: 1100px) {
.product1.col-sm-6{width: 100%;}
.integral-con.col-sm-6{width: 100%;}
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
.integral-con.col-sm-6{width: 100%;}
.scj{display: none;}
}





/*现金券*/    
.table-list-xjq a{color: #2ea1f8;text-decoration: none;}


/*中屏*/
@media only screen and (min-width: 760px) and (max-width: 1100px) {
.money-bt3,.money-bt4{display: none;}
}




/*登录注册*/
.login-wrapper{position:absolute;top:90px;left:0;right:0;text-align:center;}
   .login-wrapper .navbar-brand {padding: 0;height: 65px;width: 195px;background-image: url(/templates/hexa/img/logo.png);background-size: 100%;text-indent: -999em;float: none;display: block;margin: 0 auto;}
   .login-wrapper .box{box-shadow:0 0 6px 2px rgba(0,0,0,.1);border-radius:5px;background-color: #FFF;text-align: left;}
   .login-wrapper .box input[type="text"],.login-wrapper .box input[type="password"]{font-size:14px;}
   .none {display: none;}
   .register {padding-top: 20px;}
   
   .login-wrapper .box h6 {font-size: 16px;}
   .login-wrapper .box a.forgot{float: right; font-style:italic;text-decoration:underline;color:#3d88ba;font-size:13px;margin-bottom:6px;}
   .login-wrapper .box .remember{margin-bottom:20px;}
   .login-wrapper .box .remember input[type="checkbox"]{float:left;margin-right:8px;}
   .login-wrapper .box .remember label{float:left;color:#4a576a;font-size:13px;font-weight:600;}
   .login-wrapper .box .login{text-transform:uppercase;font-size:13px;padding:8px 30px;}
   .login-wrapper .no-account{float:none;text-align:center;font-size:14px;margin:25px auto 0;opacity: .5;}
   .login-wrapper .no-account p{display:inline-block;color:#fff;}
   .login-wrapper .no-account a{color:#fff;margin-left:7px;border-bottom:1px solid;transition:all .1s linear;-moz-transition:all .1s linear;-webkit-transition:all .1s linear;-o-transition:all .1s linear;text-decoration:none;}
   .login-wrapper .no-account a:hover{text-decoration:none;color:#fff;border-bottom-color:#fff;}
   
   .login-wrapper .input-group-addon{background-color:transparent;color:#a2afb7;border-color:#b2bfc7;}
   .logo-page{margin-bottom:30px;}
   .logo{color:#fff;font-size:33px;font-weight:100;}
   .login-wrapper .box input:-ms-input-placeholder,.login-wrapper .box input::-webkit-input-placeholder{color:#9ba8b6;font-style:italic;letter-spacing:0;font-size:15px;}
   .displaynone{display:none!important;}
   .text-alert{margin-top:15px;padding:5px;}
   
   
   .login-wrapper .navbar-brand{
	display: block;
    margin: 20px;
	float: left;
	}
   .login-wrapper,.loginform{position:absolute;top:0px;left:0;right:0;text-align:center; padding-top:20px;position: absolute; top: 0px; left: 0px; width: 100%; min-height: 100%; /*background:linear-gradient(0deg, #10559e 3%, #1e88e5 55%, #40BAF5 100%); */background: none !important;}
   .logo .navbar-brand {padding: 0;height: 65px;width: 195px;background-image: url(img/logo.png);background-size: 100%;margin:20px;}
   .login-wrapper .box{box-shadow:0 0 6px 2px rgba(0,0,0,.1);border-radius:5px;background-color: #FFF;text-align: left;}
   .login-wrapper .box input[type="text"],.login-wrapper .box input[type="password"]{font-size:14px;}
   .none {display: none;}
   .register {padding-top: 20px;}
   .page-wrapper{padding-top:70px;}
   .login-wrapper .box h6 {font-size: 16px;}
   .login-wrapper .box a.forgot{float: right; font-style:italic;text-decoration:underline;color:#3d88ba;font-size:13px;margin-bottom:6px;}
   .login-wrapper .box .remember{margin-bottom:20px;}
   .login-wrapper .box .remember input[type="checkbox"]{float:left;margin-right:8px;}
   .login-wrapper .box .remember label{float:left;color:#4a576a;font-size:13px;font-weight:600;}
   .login-wrapper .box .login{text-transform:uppercase;font-size:13px;padding:8px 30px;}
   .login-wrapper .no-account{float:none;text-align:center;font-size:14px;margin:25px auto 0;}
   .login-wrapper .no-account p{display:inline-block;color:#fff;text-decoration:none;}
   .login-wrapper .no-account a{color:#fff;margin-left:7px;border-bottom:1px solid;transition:all .1s linear;-moz-transition:all .1s linear;-webkit-transition:all .1s linear;-o-transition:all .1s linear;text-decoration:none;}
   .login-wrapper .no-account a:hover{text-decoration:none;color:#fff;border-bottom-color:#fff;}
   
   .login-wrapper .input-group-addon{background-color:transparent;color:#a2afb7;border-color:#b2bfc7;}
   .logo-page{margin-bottom:30px;margin-left:0;}
   .logo{color:#fff;font-size:33px;font-weight:100;}
   .login-wrapper .box input:-ms-input-placeholder,.login-wrapper .box input::-webkit-input-placeholder{color:#1e88e5;font-style:italic;letter-spacing:0;font-size:15px;}
   .displaynone{display:none!important;}
 .login-wrapper  .text-alert{margin-top:15px;padding:5px;}
 .login-wrapper  .btn-primary,.loginform .btn-primary{
    color: #fff;
    background-color: #2d9df1;
    border-color: #2d9df1;}
    
.login-wrapper	.btn-primary:hover,.loginform .btn-primary:hover{
    background-color: #48a8f1 !important;
    border-color: #48a8f1 !important;}
    
    
 .loginform .btn-primary{padding: 10px 0 10px 0;font-size: 16px;}
    
    
.login-wrapper .box a.forgot{color: #1a70c7;padding-top: 2px;}
    
 .login-wrapper  .btn{font-size: 16px;border-radius: 3px;}
   .login-wrapper .box a.forgot{font-style: normal;color:#1e88e5 }
   
   
.login-wrapper,.loginform{position: absolute; top: 0px; left: 0px; width: 100%; min-height: 100%; background:linear-gradient(0deg, #10559e 13%, #1e88e5 70%, #108bf3 100%);}

.login-wrapper .box{min-height:370px; max-width: 370px; padding:25px; background-color:#ffffff; margin-left: auto; margin-right: auto; border-radius:4px; overflow-x: hidden;margin-top:13%;}
.loginform .back a{text-decoration: none;border-bottom:1px solid;}
.loginform .back a:hover{text-decoration: none;}

@media only screen and (max-width: 780px){
.login-wrapper,.loginform{padding: 0 20px 0 20px;}}

.login-wrapper .form-control,.loginform .form-control{height: 41px !important;}
.form-control:focus{border-color: #66afe9;}

a{text-decoration: none !important;}
/*续费内页*/
.renewals-list{margin-bottom: 20px;}
.renewals-list th{background: #f8f8f8;line-height: 40px;text-align: center;}
.renewals-list td{line-height: 30px;text-align: center;padding-top: 20px;padding-bottom: 20px;}

.renewals-border{border-bottom: 1px #eee solid;}
.renewals-border span{color: #2d9df1;}
.renewals-xf{padding: 5px 25px 5px 25px;background:  #48a8f1;color: #fff;border:0;border-radius: 3px;}



.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{border-top: 0 !important;}



/*域名注册*/
.transfer-bt p{margin: 10px 0 0 0px}
.btn-group>.btn+.dropdown-toggle{height: 28px;}

/*zy整体细节*/
input,button,select,textarea{outline:none !important;}
.left-menu .menu ul li a{outline:none !important;}
.left-menu .header .navbar-brand img{outline:none !important;}
.header-nav form{padding-bottom: 0;margin-bottom: 0;}
a{outline:none !important;}
.header-nav a.btn{outline:none !important;}
/*zy整体字体*/
label{font-size: 13px !important;}
body{font-size: 13px !important;}
.checkbox label, .radio label{font-size: 13px !important;line-height: 23px;}
.content-domain .col-md-12{    font-size: 13px;}
.panel{font-size: 13px !important;}
.panel-title{font-size: 13px !important;}
.table>tbody>tr>td{font-size: 13px;}
.ticket-main p{font-size: 13px;}
.ticket-main h4 a{font-size: 13px;}
.offline a{font-size: 13px;}
.xfjf{font-size: 13px;}
.product1 .col-sm-8 h2{font-size: 14px;}
.bootstrap-select.btn-group .btn .filter-option{font-size: 13px;line-height: 20px;font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei" !important;}
.home-kb-search .form-control{font-size: 13px;}
input[type='file'].form-control{font-size: 12px;line-height: 22px;}
.portlet .form-group .col-sm-3 .btn-default{font-size: 13px;}
.portlet .form-group .text-center{font-size: 13px;}

/*zy购物车整体字体*/
.btn-check{font-size: 15px !important;}

/*zy域名注册*/
.checker-link a{color: #333 !important;}
.checker-link .col-sm-8{padding-left: 0;}
.checker-link .col-sm-4{padding-right: 0;}


/**serverping*/
.label-important {
    background-color: #FF3333;
}












/*--cloud--*/
.cloud-list p{line-height: 30px;padding-left: 13px;}
.sub-menu.cloud .panel-title{padding-left: 0;}

.chart{margin: 30px;}
.chart p{font-weight: bold; }

.clouddetails .panel > .panel-body{max-height: inherit}
.clouddetails .panel > .panel-body p{padding: 4px 12px !important;}
.text-cp{padding:25px 0px;}
.disk-capacity{padding: 30px 30px 20px 30px !important;}

.text-ui .h2{line-height: inherit}


.number-color{color: #333}
.chart-data{text-align:right;padding-top: 10px;}
.chart-data label{padding-right: 10px;}
.p-l-0{padding-left: 0;}
.p-r-0{padding-right: 0;}
.chart-head{margin-bottom: 16px;}
.cloud-an{padding-bottom: 20px;}

.btn_an .col-md-2 {
    width: 20% !important;
}
@media only screen and (max-width: 1300px) {

.client-home-panels .col-xxs-6{width: 50% !important;}
}


@media only screen and (max-width:760px) {
.client-home-panels .col-xs-12{width: 100% !important;}}
.cz-an{margin-top: 35px!important;}
.cz-an input{width:10%;}





.table-cloud-list tr th{ background: #f4f7f9;
    color: #7f8fa3 !important;border: 0 !important;}
    
    
    .btn-dark{background: #666;}
   .btn-little-danger{
   background:#f89492;}
   
   
   
   .m-l-10{margin-left: 10px;}
   .font-size-14{font-size: 14px;}
   .font-size-13{font-size: 13px;}
   .p-l-0{padding-left: 0;}
   .l-h-30{line-height: 30px;}
   .m-t-20{margin-top: 20px;}
   .m-t-10{margin-top: 10px;}
   .m-b-20{margin-bottom: 15px;}
   .t-a-l{text-align: left;}
   
   
   .color-white{color: #fff !important;}
   
   
   
   
   
   .h-145{height: 145px !important;}
   .aff-link{padding:10% 8%}
   
   .aff-icon{background: #48a8f1;padding: 20px;color: #fff;margin-top:5px;text-align: center;border-radius: 3px}
   .aff-icon.two{background: #5cb85c;}
   .aff-icon i{font-size: 26px;}
   
   .aff-link .text-uppercase{color: #888}
   
   
   
   
     /*推介计划*/
.affiliates-back{background:url(../img/banner.jpg) no-repeat;width: 100%;height: 250px;background-size: cover;background-position: center center;text-align: left;padding-top: 1.5%;padding-left: 5%}
.affiliates-back a{text-decoration: none;}
.affiliates-back h1{color: #fff;padding-top: 5px;line-height: 50px;font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;}
.affiliates-back .affiliates-link{background: #ffea00;padding: 6px 10px;border-radius: 3px;font-size:16px;color: #1e88e5;width: 150px;font-weight: 400;text-align: center;margin-top: 20px;}
.affiliates-back h1 b{font-size: 40px;font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;}
.affiliates-back p{color: rgba(255,255,255,0.6);font-size: 14px;font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;}

.table.affiliates-tab td{padding: 0.7rem 0.7rem;}
  
  
  /*.right-content .main-content .content{min-height: inherit !important}*/
  
 .cloud-state{padding-top: 10px;}
 .productdetails .planel_content.cloud-state{padding-bottom: 0;}
.cloud-state .col-md-4 {padding-left: 0;color: #888}  
.cloud-state .col-md-8 {padding-right: 0}  
 .cloud-state .number1{text-align: right;font-weight: normal;}
  .cloud-state p{line-height: 20px;}
  
  
  .cloud-state-an span{width: 100%;border-radius: 0;height: 40px;line-height: 28px;font-weight: bold;}
  .cloud-state-an span.status-cancelled{color: #fff;}
  .h-140{height: 140px;}
  .font-size-28{font-size: 28px;}
  
  
  
  .m-t-10{margin-top: 10px !important;}
  .m-h-300{min-height: 400px;}
  
  
  
  
  
  
.rule-list{border-right: 1px #eee dotted}

.rule-list li{list-style: none;line-height: 24px;}
.rule-list li p{font-size: 14px;color: #1e88e5;font-weight: bold;}
.rule-list-after{border-right: 0;color: #76838f}
.h-312{min-height: 312px;}
.h-430{height: 430px;}
.rule-list li p.rule-list-right{color: #76838f;font-weight: normal;}
 .m-t-20{margin-top:20px !important;}
 
 
 h4{font-family:'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', Tahoma, 'Hiragino Sans GB', STHeiti, 'Microsoft YaHei' !important}
 
 .p-t-0{padding-top: 0 !important}
 
 
 
 



/*--msz-tooltip
提示工具
--*/

.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip body
   */ }
  .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; 
    margin-left: -7px;}
  .hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
    visibility: visible;
    opacity: 1; }
  .hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  .hint:after, [data-hint]:after {
    content: attr(data-hint);
    background:rgba(0,0,0,0.9);
    border-radius: 3px;
	color: white;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap; }


.hint-top:before {
  border-top-color: rgba(0,0,0,0.9); }

.hint-bottom:before {
  border-bottom-color: rgba(0,0,0,0.9); }

.hint-left:before {
  border-left-color: rgba(0,0,0,0.9); }

.hint-right:before {
  border-right-color: rgba(0,0,0,0.9); }

/**
 * top tooltip
 */
.hint-top:before {
  margin-bottom: -12px; }
.hint-top:after {
  margin-left: -28px; }
.hint-top:before, .hint-top:after {
  bottom: 100%;
  left: 50%; }
.hint-top:hover:after, .hint-top:hover:before, .hint-top:focus:after, .hint-top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom tooltip
 */
.hint-bottom:before {
  margin-top: -12px; }
.hint-bottom:after {
  margin-left: -20px; }
.hint-bottom:before, .hint-bottom:after {
  top: 100%;
  left: 50%; }
.hint-bottom:hover:after, .hint-bottom:hover:before, .hint-bottom:focus:after, .hint-bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * right tooltip
 */
.hint-right:before {
  margin-left: -12px;
  margin-bottom: -6px; }
.hint-right:after {
  margin-bottom: -14px; }
.hint-right:before, .hint-right:after {
  left: 100%;
  bottom: 50%; }
.hint-right:hover:after, .hint-right:hover:before, .hint-right:focus:after, .hint-right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.hint-left:before {
  margin-right: -12px;
  margin-bottom: -6px; }
.hint-left:after {
  margin-bottom: -14px; }
.hint-left:before, .hint-left:after {
  right: 100%;
  bottom: 50%; }
.hint-left:hover:after, .hint-left:hover:before, .hint-left:focus:after, .hint-left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }




/**
 * blue
 */
.hint-blue:after {
  background-color: #3979f1; }
.hint-blue.hint-top:before {
  border-top-color: #3979f1; }
.hint-blue.hint-bottom:before {
  border-bottom-color: #3979f1; }
.hint-blue.hint-left:before {
  border-left-color: #3979f1; }
.hint-blue.hint-right:before {
  border-right-color: #3979f1; }





.modal-title{
    font-family: Roboto, system-ui,PingFang SC,STHeiti,sans-serif;
    font-weight: 500;}
    
    
    
input[type=radio],input[type=checkbox]  {  
    display: inline-block;  
    vertical-align: middle;  
    width: 16px;  
    height: 16px;  
    margin-left: 5px;  
    -webkit-appearance: none;  
    background-color: transparent;  
    border: 0;  
    outline: 0 !important;  
    line-height: 20px;  
    margin-top: -5px;
    color: #d8d8d8;  
}  
input[type=radio]:after  {  
    content: "";  
    display:block;  
    width: 15px;  
    height: 15px;  
    border-radius: 50%;  
    text-align: center;  
    line-height: 14px;  
    font-size: 16px;  
    color: #fff;  
    border: 2px solid #ddd;  
    background-color: #fff;  
    box-sizing:border-box;  
    margin-top: 9px;
}  
  
input[type=checkbox]:after  {  
    content: "";  
    display:block;  
    width: 16px;  
    height: 16px;  
    text-align: center;  
    line-height: 14px;  
    font-size: 16px;  
    color: #fff;  
    border: 2px solid #ddd;  
    background-color: #fff;  
    box-sizing:border-box; 
    border-radius: 2px; 
}  
input[type=checkbox]:checked:after  {  
	content: "\f00c"; 
	font: normal normal normal 14px/1 FontAwesome;
    border:0;  
    background-color: #338efb;  
    padding-top: 2px;
    font-size: 12px;
    margin-left: 1px;
    border-radius: 2px;
} 



input[type=radio]:checked:after  {  
	font: normal normal normal 14px/1 FontAwesome;
    border:0;  
    background-color: #338efb;  
    padding-top: 2px;
    font-size: 12px;
    margin-left: 1px;
    border:3px #ddd solid;
} 













/*msz-12.9*/


@media only screen and (min-width: 1024px) and (max-width: 1400px) {

.bz-text{width: 14%;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.hidden-sm{display: none;}
.bz-text{width: 24%;}
}
@media only screen and (min-width: 1400px) {.bz-text{width: 14%;}}
@media only screen and (max-width: 360px) {
.hidden-xs{display: none;}
}
@media only screen and (max-width: 678px){
.btn_an .col-xs-6{width: 50% !important;}
.p-t-x-0{padding-top: 0 !important}
}




.modal-dialog{}
.modal-content{z-index: 9999 !important}



.modal-backdrop.in {
  z-index:20 !important;
}
.modal-open .modal{z-index: 111111 !important;top:20%;position: fixed}

.right-content .header-nav{z-index: 9 !important}


@media (max-width: 767px)
{
.left-menu-toggle {
z-index:10 !important;
}

.modal-backdrop{position: relative;}

}
.modal-content{border: 0}









.ts-bt-left{border-right: 1px #eee solid !important;background: #f9f9f9;}

.table-striped.table-dnspod{border: 1px #eee solid}
.table-striped.table-dnspod>tbody>tr{border-bottom: 1px #eee solid;}
.table-striped.table-dnspod>tbody>tr>td{height: 50px !important;padding-left: 0 !important;text-align: left;padding-left: 30px !important}

.table-striped.table-dnspod>tbody>tr>td span{color: #666}

.table-striped.table-dnspod>tbody>tr:nth-of-type(odd){background: none}