/* Add here all your css styles (customizations) */
/********** 间距 **********/
.margin-top-0 { margin-top: 0; }
.margin-top-15 { margin-top: 15px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-60 { margin-top: 60px; }
.margin-right-5 { margin-right: 3px; }
.margin-bottom-0 { margin-bottom: 0; }
.margin-bottom-5 { margin-bottom: 5px; }

.padding-left-10 { padding-left: 10px; }
/********** 宽度 **********/
.width-40 { width: 40px; min-width: 40px; }
.width-60 { width: 60px; min-width: 60px; }
.width-80 { width: 80px; min-width: 80px; }
.width-100 { width: 100px; min-width: 100px; }
.width-120 { width: 120px; min-width: 120px; }
.width-200 { width: 200px; min-width: 200px; }

/********** 颜色 **********/
.text-white { color: #fff; }
.text-green { color: #72c02c; }
.text-black { color: black; }
.text-white { color: #fff; }
.text-green { color: #2c5fc8; }
.text-black { color: black; }
.text-lightblue { color: #3ABBEA; }
.text-priceinfo { color: #ff7f02; }
.text-gray { color: gray; }
.text-lightblue { color: #3ABBEA; }
.text-priceinfo { color: #ff7f02; }
.btn-domain-search { background-color: #1379D8; }
/**********文字位置**********/
.text-vertical- middle { vertical-align: middle; }
.text-price-rt { text-decoration: line-through; font-style: italic; }
/********** 字号 **********/
.font-size10 { font-size: 10px; }
.font-size12 { font-size: 12px; }
.font-size14 { font-size: 14px; }
.font-size16 { font-size: 16px; }
.font-size18 { font-size: 18px; }
.font-size20 { font-size: 20px; }
/********** 鼠标 **********/
.cursor-point { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-help { cursor: help; }
/********** 边框 **********/
.border-none { border: none; }
/********** 显示 **********/
.display-none { display: none; }
.display-block { display: block; }
/***********新闻分类列表样式***********/
.newsTree-1 { font-size: 20px; font-weight: bold; }
.newsTree-2 { font-size: 18px; margin-left: 1.5em; }
.newsTree-3 { font-size: 16px; margin-left: 2.5em; }
.newsTree-4 { font-size: 14px; margin-left: 3.5em; }
.newsTree-5 { font-size: 14px; margin-left: 4.5em; }
/*********边框线***********/
.border-bottom-solid { border-bottom: 0.5px dashed #ddd; }
/*********常见问题***********/
.hosting-faq { border-bottom: 1px solid #E5E5E5; margin-bottom: 20px; padding-bottom: 30px; }
    .hosting-faq h3 { font-size: 20px; margin-bottom: 20px; color: #2680b4; }

.iLable { padding-top: 7px; margin-top: 0; margin-bottom: 0; }

/*********模拟单选框效果***********/
.multi-radio { display: inline-block; vertical-align: middle; *display: inline; }
    .multi-radio:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
    .multi-radio .boxwrap { display: inline-block; vertical-align: middle; *display: inline; }
    .multi-radio a { display: inline-block; margin-right: -1px; float: left; padding: 5px 15px; border: 1px solid #eee; vertical-align: middle; color: #333; font-size: 100%; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }
        .multi-radio a:hover { background: #2c5fc8; }
        .multi-radio a.selected { background: #2c5fc8; border-color: #2c5fc8; color: #fff; }
/*********模态框置顶***********/
.modal { z-index: 999999; }
