﻿html {
  font-family: "微软雅黑", "黑体", Calibri, Arial, sans-serif;
}
.df {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */

  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */

  display: -ms-flexbox;
  /* TWEENER - IE 10 */

  display: -webkit-flex;
  /* NEW - Chrome */

  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  position: relative;
}
.dfi {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */

  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */

  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */

  display: -webkit-flex !important;
  /* NEW - Chrome */

  display: flex !important;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
#new-header {
  background: #131E34;
  height: 50px;
  overflow: visible;
  z-index: 100000;
  position: relative;
}
#new-header .logo {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#new-header .logo a {
  display: inline-block;
  padding-top: 10px;
  box-sizing: border-box;
}
#new-header .login-links {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  float: right;
  background-color: #FF7821;
  color: white;
  font-size: 13px;
  padding: 0 12px;
}
#new-header .login-links a {
  color: white;
}
#new-header .search {
  float: right;
  height: 24px;
  position: relative;
  width: 130px;
  border: 1px solid #999;
  border-radius: 15px;
  margin-top: 14px;
  margin-right: 20px;
}
#new-header .search input[type=text] {
  color: #eee;
  height: 14px;
  height: 20px;
  background: none;
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 12px;
  width: 110px;
}
#new-header .search input[type=submit] {
  outline: none;
  border: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: -3px;
  background: url(../images/index-icon.png);
}
#new-header .search:after {
  display: inline-block;
  height: 18px;
  width: 1px;
  background-color: #EEE;
  position: absolute;
  top: 3px;
  right: -20px;
  content: '';
}
#new-header .site-select {
  display: block;
  float: right;
  height: 50px;
  color: #EEE;
  width: 130px;
  text-align: center;
  position: relative;
  background: #131E34;
}
#new-header .site-select a {
  display: block;
  line-height: 50px;
  color: white;
  text-decoration: none;
  background: #131E34;
  display: none;
}
#new-header .site-select a:first-child {
  display: block;
}
#new-header .site-select:before,
#new-header .site-select:after {
  display: inline-block;
  position: absolute;
  content: '';
  top: 13px;
  width: 25px;
  height: 25px;
  background-image: url(../images/header-site-select.png);
  background-repeat: no-repeat;
}
#new-header .site-select:before {
  background-position: 0px 0px;
  left: 15px;
}
#new-header .site-select:after {
  right: 10px;
  background-position: 5px -25px;
}
#new-header .site-select:hover a {
  display: block !important;
}
#new-header:after {
  content: '';
  display: block;
  clear: both;
}
#nav-section {
  background-color: white;
  height: 50px;
}
#nav-section .category > label {
  box-sizing: border-box;
  padding-left: 18px;
  display: inline-block;
  width: 240px;
  color: white;
  background-color: #03CFE5;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  float: left;
}
#nav-section .bound > a {
  color: #333;
  line-height: 50px;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}
#nav-section .category:hover #category-nav {
  display: block;
}
#index-page {
  background: #FAFAFA;
}
#index-page body {
  min-width: 1200px;
}
#index-page .page-width {
  width: 1045px;
  margin: auto;
}
#index-page a.ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-page .owl-carousel .owl-controls {
  position: relative;
  top: -50px;
}
#index-page .owl-carousel .owl-buttons {
  margin: 0 auto;
  width: 1045px;
  text-align: left;
}
#index-page .owl-carousel .owl-buttons div {
  width: 14px;
  height: 110px;
  border-radius: 2px;
  background: url(../images/left-arrow-solid.png) 1px 1px no-repeat;
  position: relative;
  bottom: 280px;
}
#index-page .owl-carousel .owl-buttons .owl-next {
  float: right;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#index-page .section-header {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  line-height: 39px;
  padding-top: 10px;
}
#index-page .section-header h3 {
  border-bottom: 2px solid #3ea4f8;
  line-height: 37px;
  font-size: 18px;
  padding-right: 10px;
}
#index-page .section-header .more {
  float: right;
  color: #999;
  font-size: 14px;
}
#index-page .section-header .search-form input[type=input] {
  border: none;
  width: 120px;
  outline: 0;
  height: 30px;
  line-height: 30px;
  margin: 9px 0;
  background: #fff;
  font-size: 14px;
  color: #666;
}
#index-page .section-header .search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #ccc;
  opacity: 1;
}
#index-page .section-header .search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #ccc;
  opacity: 1;
}
#index-page .section-header .search-form input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
#index-page .section-header .search-form input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
#index-page .section-header .search-form input[type=submit] {
  border: none;
  outline: 0;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  color: #3ea4f8;
}
#index-page .banner-board {
  height: 350px;
  margin-bottom: 20px;
}
#index-page .banner-board .page-width {
  position: relative;
}
#index-page .banner-board .page-width .week-news {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 666;
  background: #fff;
  width: 335px;
  padding: 0 15px;
}
#index-page .banner-board .page-width .week-news h3 {
  border-bottom: 2px solid #ff771c;
}
#index-page .banner-board .page-width .week-news ul {
  padding: 12px 0;
}
#index-page .banner-board .page-width .week-news ul li {
  align-items: center;
}
#index-page .banner-board .page-width .week-news ul li a {
  color: #666;
  line-height: 36px;
  font-size: 14px;
}
#index-page .banner-board .page-width .week-news ul li:hover i {
  border-color: #333;
}
#index-page .banner-board .page-width .week-news ul li:hover a {
  color: #333;
}
#index-page .banner-board .page-width .week-news ul i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 18px;
}
#index-page .banner-board .owl-carousel {
  min-height: 350px;
}
#index-page .banner-board .owl-carousel .item {
  width: 100%;
  height: 350px;
  display: block;
}
#index-page .banner-board .owl-carousel .item .btn {
  width: 250px;
  display: block;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
  top: 230px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#index-page .banner-board .owl-carousel .item .btn:hover {
  background: #0CA87E;
  border-color: #0CA87E;
}
#index-page .banner-board .owl-carousel .item1 {
  background: url(../images/20171031-hostucan1111-banner.jpg) center no-repeat;
}
#index-page .banner-board .owl-carousel .item2 {
  background: url(../images/banner-racnet-ssl.jpg) center no-repeat;
}
#index-page .banner-board .owl-carousel .item3 {
  background: url(../images/banner-bisend.jpg) center no-repeat;
}
#index-page .banner-board .owl-carousel .item3 .btn {
  text-align: left;
}
#index-page .banner-board .owl-carousel .item3 .btn span {
  font-weight: bold;
  margin-right: 40px;
  font-size: 16px;
}
#index-page .banner-board .owl-carousel .item4 {
  background: url(../images/plesk-hostucan-banner-2017-07-19.jpg) center no-repeat;
}
#index-page .banner-board .owl-carousel .item6 {
  background: url(../images/20171101-banner-bisend-sale.jpg) center no-repeat;
}
#index-page .banner-board .owl-carousel .owl-controls .owl-page span {
  width: 100px;
  height: 4px;
}
#index-page .banner-board .owl-carousel .owl-controls .owl-page.active span {
  background: #fff;
}
#index-page .product-about-board {
  justify-content: space-between;
  margin-bottom: 20px;
}
#index-page .product-about-board .search {
  width: 435px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 10px 10px;
}
#index-page .product-about-board .search .c2 .tabs-head {
  width: 20%;
  background: #fff;
  height: inherit;
}
#index-page .product-about-board .search .c2 .tabs-head .tab-title {
  border-bottom: transparent;
  line-height: 54px;
  height: 54px;
}
#index-page .product-about-board .search .c2 .tabs-head .tab-title > a {
  border-bottom: transparent;
  color: #666;
}
#index-page .product-about-board .search .c2 .tabs-head .actived {
  background: #F1F1F3;
}
#index-page .product-about-board .search .c2 .tabs-head .actived a {
  background: #F1F1F3;
  color: #333;
}
#index-page .product-about-board .search .c2 .row.cols2 .col {
  width: 140px;
  border-color: #eee;
  height: 30px;
}
#index-page .product-about-board .search .c2 .row.cols2 .col .select {
  height: 28px;
}
#index-page .product-about-board .search .c2 .row.cols2 .col:nth-child(2n) {
  margin-right: 0;
}
#index-page .product-about-board .search .c2 .board-search-hosting-plan {
  padding-top: 15px;
}
#index-page .product-about-board .search .c2 .board-search-hosting-plan .row {
  margin-bottom: 20px;
}
#index-page .product-about-board .search .c2 .board-search-hosting-plan .cols2 .col::after {
  height: 26px;
  width: 27px;
  line-height: 27px;
  font-size: 12px;
  color: #999;
  content: '\0003c';
  top: 2px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
#index-page .product-about-board .search .c2 .board-search-hosting-plan .row.submit {
  text-align: center;
  margin-bottom: 0px;
}
#index-page .product-about-board .search .c2 .board-search-hosting-plan .btn-submit {
  width: 100%;
  margin: auto;
  background: #3ea4f8;
  padding: 3px 21px;
}
#index-page .product-about-board .search .c2 .board-search-domain {
  padding: 15px 0 0 25px;
}
#index-page .product-about-board .search .c2 .board-search-domain form > div {
  margin-bottom: 18px;
}
#index-page .product-about-board .search .c2 .board-search-domain form > div label {
  float: left;
  width: 78px;
  line-height: 31px;
}
#index-page .product-about-board .search .c2 .board-search-domain form > div select {
  float: left;
  width: 160px;
  border: 1px solid #E9EAEC;
  height: 28px;
}
#index-page .product-about-board .search .c2 .board-search-domain form > div input[type='text'] {
  float: left;
  width: 160px;
  border-radius: 3px;
  background: #F8F9FB;
  border: 1px solid #e9eaec;
  color: #777;
  font-family: inherit;
  padding-left: 10px;
}
#index-page .product-about-board .search .c2 .board-search-domain form > div input[type='submit'] {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #3ea4f8;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
#index-page .product-about-board .search .c2 .board-search-ssl {
  padding: 15px 0 0 25px;
}
#index-page .product-about-board .search .c2 .board-search-ssl form > div input + label {
  width: 136px;
}
#index-page .product-about-board .search .c2 .board-search-ssl form > div > label:nth-child(2n-1) input + label {
  margin-right: 20px;
}
#index-page .product-about-board .search .c2 .board-search-ssl form > div input[type='submit'] {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #3ea4f8;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin-top: 10px;
}
#index-page .product-about-board .search .search-recommends {
  background: #F1F1F3;
  display: none;
  line-height: 36px;
  font-size: 14px;
}
#index-page .product-about-board .search .search-recommends span {
  padding-left: 10px;
  color: #999;
}
#index-page .product-about-board .search .search-recommends a {
  color: #999;
  padding: 0 10px;
}
#index-page .product-about-board .search .search-recommends a:hover {
  color: #333;
}
#index-page .product-about-board .search .search-recommends.hosting {
  display: block;
}
#index-page .product-about-board .recommends {
  width: 235px;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #eee;
}
#index-page .product-about-board .recommends ul {
  padding: 10px 0 0;
}
#index-page .product-about-board .recommends ul li {
  float: left;
  padding: 10px 0 10px 0;
  width: 33%;
}
#index-page .product-about-board .recommends ul li a {
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
#index-page .product-about-board .recommends ul li:hover {
  background: #F1F1F1;
  text-align: center;
}
#index-page .product-about-board .recommends ul li:nth-child(3n) {
  padding-right: 0;
}
#index-page .product-about-board .recommends ul li.big {
  width: 50%;
}
#index-page .product-about-board .banners {
  background: #fff;
  width: 335px;
  height: 265px;
}
#index-page .product-about-board .banners .item {
  width: 100%;
}
#index-page .product-about-board .banners .item a {
  font-size: 0;
}
#index-page .product-about-board .banners .item a img {
  width: 100%;
  height: 200px;
  vertical-align: bottom;
}
#index-page .product-about-board .banners .item a div {
  font-size: 15px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  color: #333;
  padding-left: 20px;
  border: 1px solid #eee;
  border-top: transparent;
}
#index-page .product-about-board .banners .owl-controls {
  position: relative;
  top: -100px;
}
#index-page .product-about-board .banners .owl-controls .owl-page span {
  width: 40px;
  height: 4px;
}
#index-page .product-about-board .banners .owl-controls .owl-page.active span {
  background: #fff;
}
#index-page .hostucan-special-board {
  margin-bottom: 40px;
}
#index-page .hostucan-special-board .section-header {
  border-bottom: 1px solid #3EA4f8;
  line-height: 40px;
}
#index-page .hostucan-special-board .section-header h3 {
  border-bottom: 2px solid #3EA4f8;
}
#index-page .hostucan-special-board .items {
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
}
#index-page .hostucan-special-board .items .item {
  width: 195px;
  background: #fff;
  border: 1px solid #eee;
}
#index-page .hostucan-special-board .items .item img {
  max-width: 100%;
  vertical-align: bottom;
}
#index-page .hostucan-special-board .items .item h4 {
  font-weight: lighter;
  font-size: 18px;
  margin-top: 10px;
  line-height: 20px;
}
#index-page .hostucan-special-board .items .item div {
  padding: 0 10px 10px;
}
#index-page .posts-board {
  justify-content: space-between;
  margin-bottom: 40px;
}
#index-page .posts-board .left {
  width: 690px;
  border: 1px solid #eee;
  background: #fff;
}
#index-page .posts-board .left .post-listing .item-list {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
#index-page .posts-board .left .post-listing .item-list h2 a {
  color: #333;
}
#index-page .posts-board .left .post-listing .item-list .post-thumbnail {
  margin: 0 15px 10px 2px;
  position: relative;
  min-height: 110px;
  background: #FFF;
  padding: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  line-height: 0;
  float: left;
  margin-bottom: 0;
}
#index-page .posts-board .left .post-listing .item-list .post-thumbnail img {
  width: 150px;
}
#index-page .posts-board .left .post-listing .item-list .post-content .post-box-title {
  margin-bottom: 10px;
}
#index-page .posts-board .left .post-listing .item-list .post-content .entry {
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
#index-page .posts-board .left .post-listing .item-list .post-content .entry a {
  color: #E6600A;
  margin-left: 10px;
}
#index-page .posts-board .left .post-listing .item-list .post-content .post-meta {
  color: #aaa;
  margin: 7px 0;
  font-size: 85%;
  line-height: 26px;
  overflow: hidden;
  height: 26px;
}
#index-page .posts-board .left .post-listing .item-list .post-content .post-meta span {
  display: inline-block;
  margin-right: 10px;
  max-width: 197px;
  max-height: 26px;
  overflow: hidden;
}
#index-page .posts-board .left .post-listing .item-list .post-content .post-meta span a {
  color: #aaa;
}
#index-page .posts-board .left .post-listing .item-list .post-content .post-meta span:last-child {
  margin-left: 2em;
}
#index-page .posts-board .left .post-listing .item-list .post-content .post-meta .category {
  float: right;
  color: #E57E25;
  background: #FCEEE1;
  padding: 0 15px;
  border-radius: 10px;
}
#index-page .posts-board .left .post-listing .item-list:last-child {
  border-bottom: transparent;
}
#index-page .posts-board .left .section-header {
  border-bottom-color: #3EA4f8;
  margin: 0 20px;
}
#index-page .posts-board .left .section-header h3 {
  font-size: 20px;
}
#index-page .posts-board .left .post-listing article.item-list {
  padding: 20px;
}
#index-page .posts-board .left .post-listing article:hover {
  background: #F1F1F3;
}
#index-page .posts-board .right {
  width: 335px;
}
#index-page .posts-board .right .hot-activies-board {
  padding: 10px 25px 10px 25px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
#index-page .posts-board .right .hot-activies-board ul li {
  align-items: center;
}
#index-page .posts-board .right .hot-activies-board ul li i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 18px;
}
#index-page .posts-board .right .hot-activies-board ul li a {
  color: #666;
  line-height: 36px;
  font-size: 14px;
  padding-right: 20px;
}
#index-page .posts-board .right .hot-activies-board ul li a span {
  border: 1px solid #3EA4f8;
  padding: 0 10px;
  color: #3EA4f8;
  border-radius: 3px;
  line-height: 32px;
}
#index-page .posts-board .right .hot-activies-board ul li:hover i {
  background: #3EA4f8;
}
#index-page .posts-board .right .hot-activies-board ul li:hover a {
  color: #3EA4f8;
}
#index-page .posts-board .right .hot-activies-board ul li:hover a span {
  background: #3EA4f8;
  color: #fff;
}
#index-page .posts-board .right .latest-coupons-board {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
#index-page .posts-board .right .latest-coupons-board .latest {
  position: absolute;
  top: 4px;
  left: -19px;
  z-index: 999;
  background: linear-gradient(to right, #ff771c, #ea461b);
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 20px;
  transform: rotate(-45deg);
  text-align: center;
}
#index-page .posts-board .right .latest-coupons-board .coupon {
  width: 333px;
  margin-bottom: 0;
  border: transparent;
}
#index-page .posts-board .right .latest-coupons-board .coupon a.more {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #999;
  border: 2px solid #eee;
}
#index-page .posts-board .right .latest-coupons-board .coupon a.more:hover {
  color: #3ea4f8;
  text-decoration: none;
  border-color: rgba(62, 164, 248, 0.6);
  background: #f3faff;
}
#index-page .posts-board .right .services-ranking-board {
  padding: 0 25px;
  background: #fff;
  color: #666;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
#index-page .posts-board .right .services-ranking-board ul li {
  border-bottom: 1px solid #eee;
  line-height: 50px;
  align-items: center;
}
#index-page .posts-board .right .services-ranking-board ul li .num {
  margin-right: 20px;
  font-weight: bold;
}
#index-page .posts-board .right .services-ranking-board ul li a {
  flex-grow: 1;
  color: #666;
}
#index-page .posts-board .right .services-ranking-board ul li a:hover {
  color: #3ea4f8;
}
#index-page .posts-board .right .services-ranking-board ul li:nth-child(-n+3) .num {
  color: red;
}
#index-page .posts-board .right .services-ranking-board ul li:last-child {
  border-bottom: transparent;
}
#index-page .posts-board .right .best-services-board {
  padding: 0 20px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#index-page .posts-board .right .best-services-board .tabs {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  line-height: 39px;
  padding-top: 10px;
}
#index-page .posts-board .right .best-services-board .tabs > div {
  color: #666;
  font-size: 15px;
}
#index-page .posts-board .right .best-services-board .tabs .active {
  font-size: 17px;
  color: #3ea4f8;
  border-bottom: 2px solid #3ea4f8;
}
#index-page .posts-board .right .best-services-board .items {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-page .posts-board .right .best-services-board .items .item {
  float: left;
  width: 50%;
  border-bottom: 1px solid #eee;
  height: 60px;
  align-items: center;
  justify-content: center;
}
#index-page .posts-board .right .best-services-board .items .item img {
  width: 105px;
  height: 30px;
}
#index-page .posts-board .right .best-services-board .items .item:nth-last-child(-n+2) {
  border-bottom: transparent;
}
#index-page .posts-board .right .best-services-board .hosting {
  display: block;
}
#index-page .posts-board .right .best-ssl-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#index-page .posts-board .right .best-ssl-board ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-page .posts-board .right .best-ssl-board ul li {
  width: 50%;
  border-bottom: 1px solid #eee;
}
#index-page .posts-board .right .best-ssl-board ul li a {
  height: 60px;
  align-items: center;
  justify-content: center;
}
#index-page .posts-board .right .best-ssl-board ul li a img {
  width: 105px;
  height: 30px;
}
#index-page .posts-board .right .best-ssl-board ul li:nth-last-child(-n+2) {
  border-bottom: transparent;
}
#index-page .posts-board .right .reviews-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#index-page .posts-board .right .reviews-board .section-header .to-review {
  background: #3ea4f8;
  color: #fff;
  padding: 0 15px;
}
#index-page .posts-board .right .reviews-board .reviews .review {
  overflow: hidden;
  padding-top: 15px;
  border-bottom: transparent;
  margin-bottom: 0;
}
#index-page .posts-board .right .reviews-board .reviews .review .avatar {
  float: left;
}
#index-page .posts-board .right .reviews-board .reviews .review .review-info {
  width: 225px;
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 8px;
  line-height: 19px;
  border-bottom: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}
#index-page .posts-board .right .reviews-board .reviews .review .review-info > label {
  float: left;
  font-size: 15px;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
}
#index-page .posts-board .right .reviews-board .reviews .review .review-info .action {
  float: left;
  color: red;
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}
#index-page .posts-board .right .reviews-board .reviews .review .review-info .date {
  color: #AAA;
  display: block;
  float: right;
  font-size: 12px;
}
#index-page .posts-board .right .reviews-board .reviews .review .review-info .plan-title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0 6px 0;
}
#index-page .posts-board .right .reviews-board .reviews .review .review-info .review-content {
  color: #999;
  line-height: 22px;
  height: 88px;
  margin-right: 0;
}
#index-page .posts-board .right .right-banner-board {
  margin-bottom: 15px;
}
#index-page .posts-board .right .right-banner-board img {
  max-width: 100%;
}
#index-page .partner-board {
  background: #fff;
}
#index-page .partner-board .title h3 {
  margin-top: 10px;
  line-height: 40px;
}
#index-page .partner-board .logo-list {
  align-items: center;
  justify-content: space-between;
}
#index-page .partner-board .logo-list a {
  border: 3px solid #83B328;
  padding: 10px;
  width: 15%;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
#index-page .partner-board .logo-list a img {
  max-width: 90%;
}
#index-page .partner-board .logo-list a:hover::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #83B328;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#index-page .partner-board .items {
  padding: 20px 0;
}
#index-page .partner-board .items ul.item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
#index-page .partner-board .items ul.item li {
  padding-right: 40px;
}
#index-page .partner-board .items ul.item li.label {
  width: 150px;
  padding-right: 10px;
}
#index-page .partner-board .items ul:last-child {
  border-bottom: transparent;
}
#index-page .partner-board #more-hosting-ranking {
  background: #fff;
}
#coupon-company-page a:hover {
  text-decoration: none;
}
#coupon-company-page a:active {
  text-decoration: none;
}
#coupon-company-page .coupon-bar h1 {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
  line-height: 50px;
  padding: 10px 0;
  margin-bottom: 0;
}
#coupon-company-page .coupon-bar span {
  color: #666;
}
#coupon-company-page .main {
  width: 705px;
  float: left;
  margin-bottom: 20px;
}
#coupon-company-page .main .coupons .coupon {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 0 6px 0;
}
#coupon-company-page .main .coupons .coupon > div {
  float: left;
}
#coupon-company-page .main .coupons .coupon .off-icon {
  width: 160px;
  position: relative;
  padding-bottom: 20px;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon {
  height: 90px;
  border-right: 1px dashed #dddddd;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon span {
  position: absolute;
  top: 15px;
  left: 27px;
  font-size: 32px;
  color: #e95513;
  display: block;
  width: 120px;
  line-height: 24px;
  text-align: center;
  padding: 12px 0;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon .code {
  position: absolute;
  top: 55px;
  font-size: 14px;
  color: #666;
  display: block;
  width: 120px;
  text-align: center;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon-2 {
  background-position: 19px -138px;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon-2 span {
  color: #EF6A0F;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon-3 {
  background-position: 19px -272px;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon-3 span {
  color: #34A8A7;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon-4 {
  background-position: 19px -389px;
}
#coupon-company-page .main .coupons .coupon .off-icon .icon-4 span {
  color: #545454;
}
#coupon-company-page .main .coupons .coupon .infos {
  width: 405px;
  margin-left: 20px;
  padding-right: 25px;
}
#coupon-company-page .main .coupons .coupon .infos .title {
  line-height: 18px;
  height: 36px;
  font-size: 17px;
}
#coupon-company-page .main .coupons .coupon .infos .desc {
  line-height: 27px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  margin-bottom: 20px;
}
#coupon-company-page .main .coupons .coupon .infos .desc span {
  color: #2bbfe0;
  white-space: nowrap;
  display: none;
}
#coupon-company-page .main .coupons .coupon .infos .desc span i {
  display: inline-block;
  font-style: normal;
  transform: rotate(90deg);
  margin-left: 5px;
}
#coupon-company-page .main .coupons .coupon .infos .desc span.up {
  display: none;
}
#coupon-company-page .main .coupons .coupon .infos .desc.less {
  height: 50px;
  position: relative;
}
#coupon-company-page .main .coupons .coupon .infos .desc.less span.up {
  display: none;
}
#coupon-company-page .main .coupons .coupon .infos .desc.less span.down {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 3;
  background: #fff;
}
#coupon-company-page .main .coupons .coupon .infos .desc.less span.down i {
  transform: rotate(-90deg);
}
#coupon-company-page .main .coupons .coupon .operate {
  border-top: 1px solid #e7e7e7;
  padding: 5px 0;
  width: 703px;
  user-select: none;
  color: #666;
}
#coupon-company-page .main .coupons .coupon .operate .publish {
  position: absolute;
  left: 178px;
  cursor: pointer;
  padding-top: 5px;
}
#coupon-company-page .main .coupons .coupon .operate .publish:hover {
  color: #e95513;
}
#coupon-company-page .main .coupons .coupon .operate .support {
  float: right;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  margin-right: 300px;
}
#coupon-company-page .main .coupons .coupon .operate .view {
  float: right;
  width: 100px;
  text-align: right;
  background: url(../images/coupon-page-icon.png) no-repeat -3px -73px;
  padding-left: 20px;
}
#coupon-company-page .main .coupons .coupon .operate .comment {
  float: left;
  margin-right: 10px;
  padding-left: 320px;
  padding-top: 5px;
}
#coupon-company-page .main .coupons .coupon .operate .comment.active {
  background-position: -3px 5px;
  color: #0BA8D9;
}
#coupon-company-page .main .coupons .coupon .action {
  float: right;
  width: 160px;
  text-align: center;
  margin-top: -126px;
}
#coupon-company-page .main .coupons .coupon .action a.buy-now {
  width: 92px;
  height: 38px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto;
  background: #01a6ff;
  text-align: center;
  padding-top: 4px;
  color: white;
}
#coupon-company-page .main .coupons .coupon .action a.buy-now:hover {
  width: 92px;
  height: 38px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto;
  background: #ff7f23;
  text-align: center;
  padding-top: 4px;
  color: white;
}
#coupon-company-page .main .coupons .coupon .action a.invalid {
  border-color: #545454;
}
#coupon-company-page .main .coupons .coupon .action a.invalid::before {
  border-bottom: 17px solid #545454;
  border-left: 50px solid #545454;
}
#coupon-company-page .main .coupons .coupon .action a.invalid::after {
  border-top: 17px solid #686868;
  border-right: 50px solid #686868;
}
#coupon-company-page .main .coupons .coupon .action .expired {
  font-size: 12px;
  line-height: 40px;
}
#coupon-company-page .main .coupons .coupon .comment-board {
  position: relative;
  display: none;
  width: 580px;
  margin: 8px 0 0 30px;
  border-top: 1px solid #ddd;
}
#coupon-company-page .main .coupons .coupon .comment-board .post-commnet label {
  line-height: 40px;
}
#coupon-company-page .main .coupons .coupon .comment-board .post-commnet .comment-action textarea {
  font-size: 14px;
  width: 410px;
  height: 60px;
  line-height: 15px;
  padding: 3px 10px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #333;
  resize: vertical;
}
#coupon-company-page .main .coupons .coupon .comment-board .post-commnet .comment-action input,
#coupon-company-page .main .coupons .coupon .comment-board .post-commnet .comment-action .callback {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 115px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #ff7f23;
  border: 1px solid #DF5903;
  cursor: pointer;
  color: #fff;
  vertical-align: text-bottom;
  margin: 0 0 5px 30px;
}
#coupon-company-page .main .coupons .coupon .comment-board .post-commnet .comment-action .login {
  width: 633px;
  height: 96px;
  background: #f5f5f7;
  text-align: center;
  padding-top: 35px;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul {
  list-style: none;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li {
  padding: 10px 0;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li > div {
  float: left;
  font-size: 12px;
  overflow: hidden;
  line-height: 16px;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li .name {
  width: 72px;
  margin: 0 4px;
  text-align: center;
  white-space: nowrap;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li .cont {
  width: 370px;
  margin-right: 10px;
  max-height: 64px;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li .cont a {
  color: #3b3b3b;
  cursor: default;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li .cont a:hover,
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li .cont a:focus,
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li .cont a:active {
  text-decoration: none;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li:nth-child(2n) {
  background: #e7e7e7;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments ul li:nth-child(n+5) {
  display: none;
}
#coupon-company-page .main .coupons .coupon .comment-board .comments .show-comments {
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
#coupon-company-page .main .coupons .coupon .comment-board::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 172px;
  border-bottom: 6px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  z-index: 2;
}
#coupon-company-page .main .coupons .coupon .comment-board::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 170px;
  border-bottom: 8px solid #ddd;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#coupon-company-page .main .company-coupon-desc {
  background: #fff;
  padding: 25px;
  margin-top: 40px;
}
#coupon-company-page .side {
  width: 315px;
  float: right;
}
#coupon-company-page .side .logo a {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  margin-top: 12px;
  width: 256px;
  height: 118px;
  border: 1px solid #EEEEEE;
  line-height: 0;
  text-align: center;
}
#coupon-company-page .side .logo a img {
  max-width: 218px;
  max-height: 118px;
}
#coupon-company-page .side .company {
  background: #fff;
  padding: 30px;
  margin-top: 72px;
}
#coupon-company-page .side .company .name-star .name {
  float: left;
  line-height: 36px;
}
#coupon-company-page .side .company .name-star .star {
  float: right;
  padding-top: 12px;
}
#coupon-company-page .side .company .desc {
  line-height: 22px;
  margin-bottom: 20px;
}
#coupon-company-page .side .company .action a {
  line-height: 21px;
  margin-top: 5px;
  margin-right: 7px;
  background: #ffffff url(../images/coupon-page-icon.png) no-repeat 12px -129px;
  border: 1px solid #2bbfe0;
  border-radius: 2px;
  color: #2bbfe0;
  padding: 7px 21px 7px 35px;
  font-size: 14px;
  cursor: pointer;
}
#coupon-company-page .side .company .action .visit {
  background-position: 6px -106px;
}
#coupon-company-page .side .company .action a:hover {
  background-color: #0BA8D9;
  background-position: 12px -176px;
  color: #fff;
  text-decoration: none;
}
#coupon-company-page .side .company .action .visit:hover {
  background-position: 6px -152px;
}
#coupon-company-page .side .more-companies {
  background: #fff;
  margin: 40px 0;
  padding: 20px 0;
}
#coupon-company-page .side .more-companies .name {
  font-size: 18px;
  padding-left: 20px;
  line-height: 40px;
}
#coupon-company-page .side .more-companies ul li {
  padding: 10px 0;
  line-height: 40px;
  border-top: 1px solid #efefef;
  padding: 10px 20px;
}
#coupon-company-page .side .more-companies ul li > div {
  float: left;
}
#coupon-company-page .side .more-companies ul li .logo a {
  width: 126px;
  height: 40px;
  border: transparent;
}
#coupon-company-page .side .more-companies ul li .logo a img {
  max-width: 106px;
  max-height: 40px;
}
#coupon-company-page .side .more-companies ul li .code {
  width: 190px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}
#coupon-company-page .side .more-companies ul li .code:hover {
  color: #333;
}
#coupon-company-page .side .more-companies ul li .count {
  float: right;
  font-weight: bold;
  color: #23aeff;
}
#list-page {
  background: #fff;
}
#list-page a.ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#list-page a:hover {
  text-decoration: none;
}
#list-page .section-header {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3EA4f8;
  line-height: 39px;
  padding-top: 10px;
}
#list-page .section-header h3 {
  border-bottom: 2px solid #3EA4f8;
  line-height: 37px;
  font-size: 18px;
  padding-right: 10px;
}
#list-page .top-banner-section {
  background: url(../images/list-top-banner.jpg) center no-repeat;
  text-align: center;
  color: #fff;
}
#list-page .top-banner-section h1 {
  line-height: 40px;
  padding: 29px 0 0;
}
#list-page .top-banner-section p {
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 35px;
}
#list-page .subjects-section {
  background: url(../images/top10-block-bak.png);
}
#list-page .subjects-section .items {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0;
}
#list-page .subjects-section .items .item {
  width: 335px;
  background: #fff;
  margin-bottom: 25px;
}
#list-page .subjects-section .items .item .title {
  background: url(../images/list-ranking-icon.png) -13px -16px no-repeat;
  padding: 5px 15px;
}
#list-page .subjects-section .items .item .title h2 {
  margin: 0;
  font-weight: bold;
  line-height: 26px;
}
#list-page .subjects-section .items .item .title p {
  margin: 0;
  font-size: 14px;
}
#list-page .subjects-section .items .item ul {
  padding: 10px 5px;
  margin: 0;
}
#list-page .subjects-section .items .item ul li {
  color: #666;
  align-items: center;
}
#list-page .subjects-section .items .item ul li .num {
  font-weight: bold;
  width: 30px;
  text-align: center;
  color: #999;
}
#list-page .subjects-section .items .item ul li a.ellipsis {
  width: 150px;
  color: #666;
  padding-left: 10px;
}
#list-page .subjects-section .items .item ul li a:hover {
  color: #222;
}
#list-page .subjects-section .items .item ul li .star-score {
  width: 90px;
}
#list-page .subjects-section .items .item ul li .counts {
  width: 40px;
  text-align: right;
  position: relative;
  padding-left: 20px;
}
#list-page .subjects-section .items .item ul li .counts:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  background: url(../images/message-icon.png) no-repeat;
  width: 20px;
  height: 20px;
}
#list-page .subjects-section .items .item ul li:nth-child(-n+3) .num {
  color: red;
}
#list-page .subjects-section .items .item:nth-child(2) .title {
  background-position: -13px -144px;
}
#list-page .subjects-section .items .item:nth-child(3) .title {
  background-position: -13px -279px;
}
#list-page .subjects-section .items .item:nth-child(4) .title {
  background-position: -13px -413px;
}
#list-page .subjects-section .items .item:nth-child(5) .title {
  background-position: -13px -547px;
}
#list-page .subjects-section .items .item:nth-child(6) .title {
  background-position: -13px -664px;
}
#list-page .lists-section {
  background: #FAFAFA;
  padding: 20px 0;
}
#list-page .lists-section .list {
  padding: 0 15px;
  background: #fff;
  margin-bottom: 25px;
}
#list-page .lists-section .list .items .item {
  line-height: 26px;
  padding-top: 20px;
}
#list-page .lists-section .list .items .item .type {
  width: 200px;
}
#list-page .lists-section .list .items .item ul {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
}
#list-page .lists-section .list .items .item ul li {
  margin-right: 40px;
}
#list-page .lists-section .list .items .item ul li a {
  color: #666;
}
#list-page .lists-section .list .items .item ul li a:hover {
  color: #23aeff;
}
#list-page .lists-section .list .items .item:last-child ul {
  border-bottom: transparent;
}
#search-plan-page .search-conditions-board {
  border: 1px solid #ddd;
  padding: 0 15px 0 20px;
}
#search-plan-page .search-conditions-board .item {
  border-bottom: 1px dashed #ccc;
  padding-top: 15px;
  padding-bottom: 5px;
  user-select: none;
}
#search-plan-page .search-conditions-board .item .name {
  float: left;
  width: 200px;
}
#search-plan-page .search-conditions-board .item .prettify {
  float: left;
  width: 770px;
}
#search-plan-page .search-conditions-board .item .prettify .more-board {
  display: none;
}
#search-plan-page .search-conditions-board .item .prettify .other-price {
  display: inline-block;
  background: #F7F8FA;
  padding: 2px 15px 5px;
  vertical-align: top;
  margin-left: 5px;
  border: 1px solid #ccc;
}
#search-plan-page .search-conditions-board .item .prettify .other-price input {
  vertical-align: middle;
}
#search-plan-page .search-conditions-board .item .prettify .other-price input[type=text] {
  width: 40px;
  line-height: 22px;
  height: 20px;
  border: 1px solid #eee;
  background: #fff;
}
#search-plan-page .search-conditions-board .item .prettify .other-price input[type=button] {
  width: 40px;
  line-height: 22px;
  height: 20px;
  background: #ff7f23;
  font-size: 12px;
  color: #fff;
  border: none;
  appearance: none;
  cursor: pointer;
  border-radius: 3px;
}
#search-plan-page .search-conditions-board .item .prettify .active {
  border: 1px solid #61c8f3;
}
#search-plan-page .search-conditions-board .item .more-option {
  float: left;
  width: 30px;
  height: 36px;
  background-color: #F7F8FA;
  color: #666;
  cursor: pointer;
  border: 1px solid #ccc;
  text-align: center;
  user-select: none;
}
#search-plan-page .search-conditions-board .item .more-option.show-more {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#domain-index-page {
  background: #FAFAFA;
}
#domain-index-page a.ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#domain-index-page a:hover {
  text-decoration: none;
}
#domain-index-page .section-header {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  line-height: 39px;
  padding-top: 10px;
}
#domain-index-page .section-header h3 {
  border-bottom: 2px solid #3ea4f8;
  line-height: 37px;
  font-size: 18px;
  padding-right: 10px;
}
#domain-index-page .section-header .more {
  float: right;
  color: #999;
  font-size: 14px;
}
#domain-index-page .top-search-section {
  min-height: 180px;
  height: 250px;
  background: url(../images/domain-index-top.jpg) center no-repeat;
}
#domain-index-page .top-search-section .bound > div {
  float: left;
}
#domain-index-page .top-search-section .bound .icon {
  width: 100px;
}
#domain-index-page .top-search-section .bound .icon h1 {
  opacity: 0;
  visibility: hidden;
}
#domain-index-page .top-search-section .bound .search-board {
  position: relative;
  display: table;
  margin-top: 82px;
  margin-left: 60px;
  border-collapse: separate;
}
#domain-index-page .top-search-section .bound .search-board .form-control {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
#domain-index-page .top-search-section .bound .search-board .input-group-btn {
  display: table-cell;
  position: relative;
}
#domain-index-page .top-search-section .bound .search-board .input-group-btn button {
  background-color: #E9FCFF;
  color: #36A3D0;
  border: none;
  padding: 18px 0 21px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  width: 80px;
}
#domain-index-page .top-search-section .bound .search-board .input-group-btn button .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#domain-index-page .top-search-section .bound .search-board .input-group-btn button:focus {
  outline: none;
  background: #c3f0f7;
}
#domain-index-page .top-search-section .bound .search-board .input-group-btn .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: -1px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#domain-index-page .top-search-section .bound .search-board .input-group-btn .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
#domain-index-page .top-search-section .bound .search-board .input-group-btn .dropdown-menu li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#domain-index-page .top-search-section .bound .search-board input[type=text] {
  width: 600px;
  padding: 10px 20px;
}
#domain-index-page .top-search-section .bound .search-board input[type=submit] {
  border-radius: 0;
  background: #00b7e1 url(../images/search-white.png) no-repeat 20px 20px;
  padding-left: 50px;
}
#domain-index-page .top-search-section .bound .domain-infos {
  margin-left: 60px;
  margin-top: 20px;
}
#domain-index-page .top-search-section .bound .domain-infos a {
  color: rgba(255, 255, 255, 0.7);
}
#domain-index-page .top-search-section .bound .domain-infos .prices {
  float: left;
  color: rgba(255, 255, 255, 0.8);
}
#domain-index-page .top-search-section .bound .domain-infos .prices span {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0 10px;
}
#domain-index-page .top-search-section .bound .domain-infos .prices span:last-of-type {
  border-right: transparent;
}
#domain-index-page .top-search-section .bound .domain-infos .news {
  float: right;
}
#domain-index-page .top-search-section .bound .domain-infos .news .ellipsis {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
#domain-index-page .top-search-section .bound .domain-infos .news .more {
  margin-left: 20px;
}
#domain-index-page .banner-section {
  width: 100%;
}
#domain-index-page .banner-section img {
  width: 100%;
}
#domain-index-page .domain-service-section {
  margin-bottom: 35px;
}
#domain-index-page .domain-service-section .section-title h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}
#domain-index-page .domain-service-section .blocks {
  justify-content: space-between;
}
#domain-index-page .domain-service-section .blocks .block {
  width: 24%;
  padding: 15px;
  background: #ffffff url(../images/domain-index-service.png) 55px -670px no-repeat;
  border: 1px solid #eee;
}
#domain-index-page .domain-service-section .blocks .block .section-header {
  line-height: 22px;
  padding-bottom: 10px;
  position: relative;
  padding-top: 5px;
}
#domain-index-page .domain-service-section .blocks .block .section-header h3 {
  border-bottom: transparent;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}
#domain-index-page .domain-service-section .blocks .block .section-header .desc {
  border-bottom: 2px solid #3ea4f8;
  padding: 0 5px 12px 0;
  font-size: 12px;
  color: #999;
  line-height: 14px;
}
#domain-index-page .domain-service-section .blocks .block .section-header .icon {
  position: absolute;
  right: -18px;
  top: -40px;
  width: 90px;
  height: 85px;
  background: url(../images/domain-index-service.png) 10px 0px no-repeat;
}
#domain-index-page .domain-service-section .blocks .block .action {
  margin-top: 15px;
}
#domain-index-page .domain-service-section .blocks .block .action a {
  display: inline-block;
  width: 45%;
  color: #333;
  margin-bottom: 5px;
}
#domain-index-page .domain-service-section .blocks .block .action .big {
  width: 90%;
}
#domain-index-page .domain-service-section .blocks .block .action a:hover {
  color: #23aeff;
}
#domain-index-page .domain-service-section .blocks .block a.now {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px;
  line-height: 32px;
  border: 1px solid #23aeff;
}
#domain-index-page .domain-service-section .blocks .block a.now:hover {
  background: #F3FAFF;
}
#domain-index-page .domain-service-section .blocks .price {
  background-position: 55px -925px;
}
#domain-index-page .domain-service-section .blocks .price .section-header .icon {
  background-position: 15px -160px;
}
#domain-index-page .domain-service-section .blocks .tools {
  background-position: 40px -1200px;
}
#domain-index-page .domain-service-section .blocks .tools .section-header .icon {
  background-position: 8px -330px;
}
#domain-index-page .domain-service-section .blocks .news {
  background-position: 30px -1470px;
}
#domain-index-page .domain-service-section .blocks .news .section-header .icon {
  background-position: 5px -490px;
}
#domain-index-page .domain-transaction-section {
  background: #fff;
  padding: 0 15px 10px;
  margin-bottom: 35px;
  border: 1px solid #eee;
}
#domain-index-page .domain-transaction-section table {
  width: 100%;
  text-align: center;
}
#domain-index-page .domain-transaction-section table thead td {
  padding: 5px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#domain-index-page .domain-transaction-section table thead td:last-child {
  border-right: transparent;
}
#domain-index-page .domain-transaction-section table tbody td {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
#domain-index-page .domain-transaction-section table tbody td a {
  padding: 2px 10px;
  border: 1px solid #23aeff;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 3px;
}
#domain-index-page .domain-transaction-section table tbody td a:hover {
  background: #23aeff;
  color: #fff;
}
#domain-index-page .domain-transaction-section table tbody tr:hover {
  background: #F2F9FF;
}
#domain-index-page .domain-transaction-section table tbody tr:hover .price {
  color: #FA9140;
}
#domain-index-page .domain-transaction-section table tbody tr:last-child td {
  border-bottom: transparent;
}
#domain-index-page .domain-transaction-section table td {
  text-align: center;
}
#domain-index-page .domain-overall-section .left {
  float: left;
  width: 690px;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 20px;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list h2 a {
  color: #333;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-thumbnail {
  margin: 0 15px 10px 2px;
  position: relative;
  min-height: 110px;
  background: #FFF;
  padding: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  line-height: 0;
  float: left;
  margin-bottom: 0;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-thumbnail img {
  width: 150px;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .post-box-title {
  margin-bottom: 10px;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .entry {
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .entry a {
  color: #E6600A;
  margin-left: 10px;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .post-meta {
  color: #aaa;
  margin: 7px 0;
  font-size: 85%;
  line-height: 26px;
  overflow: hidden;
  height: 26px;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .post-meta span {
  display: inline-block;
  margin-right: 10px;
  max-width: 197px;
  max-height: 26px;
  overflow: hidden;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .post-meta span a {
  color: #aaa;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .post-meta span:last-child {
  margin-left: 2em;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list .post-content .post-meta .category {
  float: right;
  color: #E57E25;
  background: #FCEEE1;
  padding: 0 15px;
  border-radius: 10px;
}
#domain-index-page .domain-overall-section .left .post-listing .item-list:last-child {
  border-bottom: transparent;
}
#domain-index-page .domain-overall-section .right {
  float: right;
  width: 335px;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board {
  background: #fff;
  padding: 0 15px;
  margin-bottom: 25px;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board .coupon {
  width: 303px;
  margin-bottom: 0;
  border: transparent;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board .coupon .top {
  padding: 20px 0;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board .coupon .coupon-company a {
  width: 160px;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board .coupon .coupon-company a img {
  max-width: 150px;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board .coupon .btn-coupon-like {
  width: 110px;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board .coupon .click-to-claim {
  margin-left: 40px;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board .coupon:first-child {
  border-bottom: 1px solid #eee;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board a.more {
  width: 335px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #999;
  border: 2px solid #eee;
  margin-left: -15px;
}
#domain-index-page .domain-overall-section .right .latest-coupons-board a.more:hover {
  color: #3ea4f8;
  text-decoration: none;
  border-color: rgba(62, 164, 248, 0.6);
  background: #f3faff;
}
#domain-index-page .domain-overall-section .right .best-domain-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#domain-index-page .domain-overall-section .right .best-domain-board ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#domain-index-page .domain-overall-section .right .best-domain-board ul li {
  width: 50%;
  border-bottom: 1px solid #eee;
}
#domain-index-page .domain-overall-section .right .best-domain-board ul li a {
  height: 60px;
  align-items: center;
  justify-content: center;
}
#domain-index-page .domain-overall-section .right .best-domain-board ul li a img {
  width: 105px;
  height: 30px;
}
#domain-index-page .domain-overall-section .right .best-domain-board ul li:nth-last-child(-n+2) {
  border-bottom: transparent;
}
#domain-index-page .domain-overall-section .right .tutorials-side-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#domain-index-page .domain-overall-section .right .tutorials-side-board ul {
  padding: 12px 0;
  flex-wrap: wrap;
}
#domain-index-page .domain-overall-section .right .tutorials-side-board ul li {
  align-items: center;
  line-height: 36px;
}
#domain-index-page .domain-overall-section .right .tutorials-side-board ul li a {
  color: #999;
  width: 260px;
}
#domain-index-page .domain-overall-section .right .tutorials-side-board ul li:before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 3px solid #ccc;
  margin-right: 15px;
}
#domain-index-page .domain-overall-section .right .tutorials-side-board ul li:hover a {
  color: #23aeff;
}
#domain-index-page .domain-overall-section .right .tutorials-side-board ul li:hover:before {
  border-color: #23aeff;
}
#domain-index-page .domain-overall-section .right .reviews-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#domain-index-page .domain-overall-section .right .reviews-board .section-header .to-review {
  background: #3ea4f8;
  color: #fff;
  padding: 0 15px;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review {
  overflow: hidden;
  padding-top: 15px;
  border-bottom: transparent;
  margin-bottom: 0;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review .avatar {
  float: left;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review .review-info {
  width: 225px;
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 8px;
  line-height: 19px;
  border-bottom: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review .review-info > label {
  float: left;
  font-size: 15px;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review .review-info .action {
  float: left;
  color: red;
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review .review-info .date {
  color: #AAA;
  display: block;
  float: right;
  font-size: 12px;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review .review-info .plan-title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0 6px 0;
}
#domain-index-page .domain-overall-section .right .reviews-board .reviews .review .review-info .review-content {
  color: #999;
  line-height: 22px;
  height: 88px;
  margin-right: 0;
}
#ushosting-page {
  background: #FAFAFA;
}
#ushosting-page a.ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#ushosting-page a:hover {
  text-decoration: none;
}
#ushosting-page .section-header {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  line-height: 39px;
  padding-top: 10px;
}
#ushosting-page .section-header h3 {
  border-bottom: 2px solid #3ea4f8;
  line-height: 37px;
  font-size: 18px;
  padding-right: 10px;
}
#ushosting-page .section-header .more {
  color: #999;
  font-size: 14px;
}
#ushosting-page .section-header .more:hover {
  color: #666;
}
#ushosting-page .top-section {
  background: url(../images/ushosting-top-bg.jpg) center no-repeat;
  height: 250px;
  margin-bottom: 35px;
}
#ushosting-page .top-section h1 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  padding: 20px 0 10px;
}
#ushosting-page .top-section .desc {
  padding: 20px 75px;
  background: #ECF7FB;
}
#ushosting-page .top-section .desc p {
  margin: 0;
  line-height: 26px;
}
#ushosting-page .top-section .desc .quotes {
  position: absolute;
  height: 40px;
  width: 35px;
  background: url(../images/index-icons.png) -98px -162px no-repeat;
}
#ushosting-page .top-section .desc .quotes-pre {
  margin-left: -48px;
  margin-top: -8px;
}
#ushosting-page .top-section .desc .quotes-last {
  background-position: -198px -164px;
  margin-top: -26px;
  right: 0;
  margin-right: 30px;
}
#ushosting-page .top10-section .left {
  float: left;
  width: 690px;
}
#ushosting-page .top10-section .left .items .item {
  margin-bottom: 35px;
  position: relative;
}
#ushosting-page .top10-section .left .items .item .company-name {
  background: #E3EDFD;
  padding-left: 140px;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
}
#ushosting-page .top10-section .left .items .item .company-name:before {
  content: '';
  width: 140px;
  height: 65px;
  position: absolute;
  left: -20px;
  top: -15px;
  background: url(../images/hosting-top-icon-num.png) 0 0 no-repeat;
}
#ushosting-page .top10-section .left .items .item .fixed-score {
  position: absolute;
  right: 20px;
  top: -8px;
  text-align: center;
  color: #fff;
  width: 120px;
  height: 140px;
  background: url(../images/hosting-top-icon-1.png) no-repeat;
  user-select: none;
}
#ushosting-page .top10-section .left .items .item .fixed-score .star-score {
  margin: 40px auto 0;
}
#ushosting-page .top10-section .left .items .item .fixed-score h3 {
  margin: 5px auto 0;
  font-size: 34px;
  font-weight: bold;
}
#ushosting-page .top10-section .left .items .item .fixed-score a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
#ushosting-page .top10-section .left .items .item .detail {
  background: #fff;
  padding: 0 25px;
}
#ushosting-page .top10-section .left .items .item .detail .infos {
  padding: 20px 0;
}
#ushosting-page .top10-section .left .items .item .detail .infos .logo-board {
  float: left;
}
#ushosting-page .top10-section .left .items .item .detail .infos .logo-board .logo a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 80px;
}
#ushosting-page .top10-section .left .items .item .detail .infos .logo-board .logo a img {
  max-width: 90%;
  max-height: 90%;
}
#ushosting-page .top10-section .left .items .item .detail .infos .logo-board .price {
  text-align: center;
  background: #E4F0FF;
}
#ushosting-page .top10-section .left .items .item .detail .infos .about {
  float: left;
  margin-left: 30px;
  padding-top: 10px;
}
#ushosting-page .top10-section .left .items .item .detail .infos .about .reviews {
  color: #23aeff;
  padding: 5px 0 8px;
}
#ushosting-page .top10-section .left .items .item .detail .infos .about .visited {
  display: block;
  padding: 0 10px;
  background: #F3FAFF;
  color: #23aeff;
  border: 1px solid #23aeff;
  text-align: center;
  text-decoration: none;
}
#ushosting-page .top10-section .left .items .item .detail .review-board {
  overflow: hidden;
  padding-bottom: 20px;
  height: 210px;
  color: #666;
}
#ushosting-page .top10-section .left .items .item .detail .review-board .brief-comment {
  padding-top: 20px;
}
#ushosting-page .top10-section .left .items .item .detail .review-board .tabs.tabs-metro .tabs-head {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#ushosting-page .top10-section .left .items .item .detail .review-board .tabs.tabs-metro .tabs-head li:first-child {
  border-right: 1px solid #eee;
}
#ushosting-page .top10-section .left .items .item .detail .review-board .tabs.tabs-metro .tabs-head .tab-title h2 {
  background: #fff;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
#ushosting-page .top10-section .left .items .item .detail .review-board .tabs.tabs-metro .tabs-head .actived h2 {
  color: #0aaadc;
  border-top: 2px solid #0aaadc;
}
#ushosting-page .top10-section .left .items .item:nth-child(2) .company-name:before {
  background-position-y: -218px;
}
#ushosting-page .top10-section .left .items .item:nth-child(3) .company-name:before {
  background-position-y: -436px;
}
#ushosting-page .top10-section .left .items .item:nth-child(4) .company-name:before {
  background-position-y: -654px;
}
#ushosting-page .top10-section .left .items .item:nth-child(5) .company-name:before {
  background-position-y: -872px;
}
#ushosting-page .top10-section .left .items .item:nth-child(6) .company-name:before {
  background-position-y: -1090px;
}
#ushosting-page .top10-section .left .items .item:nth-child(7) .company-name:before {
  background-position-y: -1309px;
}
#ushosting-page .top10-section .left .items .item:nth-child(8) .company-name:before {
  background-position-y: -1526px;
}
#ushosting-page .top10-section .left .items .item:nth-child(9) .company-name:before {
  background-position-y: -1744px;
}
#ushosting-page .top10-section .left .items .item:nth-child(10) .company-name:before {
  background-position-y: -1963px;
}
#ushosting-page .top10-section .right {
  float: right;
  width: 335px;
}
#ushosting-page .top10-section .right .purchase-notes {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#ushosting-page .top10-section .right .latest-coupons-board {
  background: #fff;
  padding: 0 15px;
  margin-bottom: 25px;
}
#ushosting-page .top10-section .right .latest-coupons-board .coupon {
  width: 303px;
  margin-bottom: 0;
  border: transparent;
}
#ushosting-page .top10-section .right .latest-coupons-board .coupon .top {
  padding: 20px 0;
}
#ushosting-page .top10-section .right .latest-coupons-board .coupon .coupon-company a {
  width: 160px;
}
#ushosting-page .top10-section .right .latest-coupons-board .coupon .coupon-company a img {
  max-width: 150px;
}
#ushosting-page .top10-section .right .latest-coupons-board .coupon .btn-coupon-like {
  width: 110px;
}
#ushosting-page .top10-section .right .latest-coupons-board .coupon .click-to-claim {
  margin-left: 40px;
}
#ushosting-page .top10-section .right .latest-coupons-board .coupon:first-child {
  border-bottom: 1px solid #eee;
}
#ushosting-page .top10-section .right .latest-coupons-board a.more {
  width: 335px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #999;
  border: 2px solid #eee;
  margin-left: -15px;
}
#ushosting-page .top10-section .right .latest-coupons-board a.more:hover {
  color: #3ea4f8;
  text-decoration: none;
  border-color: rgba(62, 164, 248, 0.6);
  background: #f3faff;
}
#ushosting-page .top10-section .right .tutorials-side-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#ushosting-page .top10-section .right .tutorials-side-board ul {
  padding: 12px 0;
  flex-wrap: wrap;
}
#ushosting-page .top10-section .right .tutorials-side-board ul li {
  align-items: center;
  line-height: 36px;
}
#ushosting-page .top10-section .right .tutorials-side-board ul li a {
  color: #999;
  width: 260px;
}
#ushosting-page .top10-section .right .tutorials-side-board ul li:before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 3px solid #ccc;
  margin-right: 15px;
}
#ushosting-page .top10-section .right .tutorials-side-board ul li:hover a {
  color: #23aeff;
}
#ushosting-page .top10-section .right .tutorials-side-board ul li:hover:before {
  border-color: #23aeff;
}
#ushosting-page .top10-section .right .best-ushosting-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#ushosting-page .top10-section .right .best-ushosting-board ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#ushosting-page .top10-section .right .best-ushosting-board ul li {
  width: 50%;
  border-bottom: 1px solid #eee;
}
#ushosting-page .top10-section .right .best-ushosting-board ul li a {
  height: 60px;
  align-items: center;
  justify-content: center;
}
#ushosting-page .top10-section .right .best-ushosting-board ul li a img {
  width: 105px;
  height: 30px;
}
#ushosting-page .top10-section .right .best-ushosting-board ul li:nth-last-child(-n+2) {
  border-bottom: transparent;
}
#ushosting-page .top10-section .right .tools-side-board {
  padding: 0 20px 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  background: #fff;
}
#ushosting-page .top10-section .right .tools-side-board .list {
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
#ushosting-page .top10-section .right .tools-side-board .list > a {
  width: 33%;
  color: #999;
  padding-top: 45px;
  margin-top: 20px;
  border-right: 1px solid #eee;
  background: url(../images/side-tools.png) 17px -8px no-repeat;
}
#ushosting-page .top10-section .right .tools-side-board .list > a div {
  font-size: 12px;
}
#ushosting-page .top10-section .right .tools-side-board .list a:nth-of-type(3n) {
  border-right: transparent;
}
#ushosting-page .top10-section .right .tools-side-board .list a.coupon {
  background-position: 21px -90px;
}
#ushosting-page .top10-section .right .tools-side-board .list a.web-hosting {
  background-position-y: -170px;
}
#ushosting-page .top10-section .right .tools-side-board .list a.search-engine-ranking {
  background-position: 15px -251px;
}
#ushosting-page .top10-section .right .tools-side-board .list a.whois {
  background-position-y: -332px;
}
#ushosting-page .top10-section .right .tools-side-board .list a.search-domain {
  background-position-y: -416px;
}
#ushosting-page .top10-section .right .tools-side-board .list .line {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
}
#ushosting-page .top10-section .right .tools-side-board .list a:hover {
  color: #666;
}
#ushosting-page .top10-section .right .banner-side-board img {
  max-width: 100%;
  font-size: 0;
}
#ushosting-page .hosting-top-review .info {
  padding: 20px 0 10px 0;
}
#ushosting-page .hosting-top-review .info .avatar {
  float: left;
  width: 50px;
}
#ushosting-page .hosting-top-review .info .avatar img {
  max-width: 100%;
  max-height: 100%;
}
#ushosting-page .hosting-top-review .info .user {
  float: left;
  margin-left: 20px;
  line-height: 22px;
}
#ushosting-page .hosting-top-review .info .user .name {
  font-weight: bold;
}
#ushosting-page .hosting-top-review .info .user .product {
  text-decoration: none;
}
#ushosting-page .hosting-top-review .info .score-board {
  float: right;
  width: 90px;
  line-height: 20px;
}
#ushosting-page .hosting-top-review .info .score-board .star-score {
  float: left;
  margin-top: 4px;
}
#ushosting-page .hosting-top-review .info .score-board .review-overall {
  float: left;
  margin-left: 10px;
}
#ushosting-page .hosting-top-review .desc {
  line-height: 24px;
}
#footer .social {
  overflow: hidden;
}
#footer .social img {
  float: left;
  margin-right: 20px;
}
#footer .social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  margin-right: 8px;
  background: url(../images/social.png) no-repeat;
  float: left;
}
#footer .social .facebook {
  background-position: 0 -1px;
}
#footer .social .linkin {
  background-position: 0 -49px;
}
#footer .social .weibo {
  background-position: 0 -98px;
}
#footer .social .weixin {
  background-position: 0 -147px;
}
#footer .social .googleplus {
  background-position: 0 -391px;
}
#footer .social .qq {
  background-position: 0 -448px;
}
#footer .social .twitter {
  background-position: 0 -586px;
}
#footer .social .facebook:hover {
  background-position: 0 -196px;
}
#footer .social .linkin:hover {
  background-position: 0 -245px;
}
#footer .social .weibo:hover {
  background-position: 0 -294px;
}
#footer .social .weixin:hover {
  background-position: 0 -343px;
}
#footer .social .googleplus:hover {
  background-position: 0 -440px;
}
#footer .social .qq:hover {
  background-position: 0 -537px;
}
#footer .social .twitter:hover {
  background-position: 0 -635px;
}
#category-nav {
  position: absolute;
  width: 240px;
  height: 435px;
  top: 50px;
  left: 0;
  margin-right: 16px;
  overflow: hidden;
  color: white;
  background-color: #00A7CA;
  box-sizing: border-box;
  z-index: 10000000;
  display: none;
  /*
    form {
        padding: 0 15px;

        h3 {
            font-size: 14px;
            font-weight: bold;
        }

        select {
            .selectNoAppearance();
            color: white;
            box-sizing: border-box;
            padding-left: 10px;
            margin-bottom: 8px;
            line-height: 36px;
            border: none;
            width: 210px;
            height: 36px;
            margin-bottom: 8px;
            position: relative;
            background: #02B3D5 url(../images/select-triangle.png) 175px center no-repeat;
        }

        input {
            text-align: center;
            font-size: 15px;
            color: white;
            width: 210px;
            height: 36px;
            line-height: 36px;
            border: none;
            background-color: #07C2DE;
        }
    }
    */

}
#category-nav li {
  padding-left: 15px;
  padding-top: 8px;
}
#category-nav li a {
  display: inline-block;
}
#category-nav label {
  font-size: 14px;
  line-height: 15px;
  display: block;
}
#category-nav label a {
  color: white;
  text-decoration: none;
}
#category-nav li:nth-child(2n+1) {
  background: #02B3D5;
}
#category-nav li:nth-child(2n) {
  background: #07C2DE;
}
#category-nav li > a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
}
#category-nav a:last-child {
  margin-right: 0;
}
#index-cn-page body {
  min-width: 1200px;
}
#index-cn-page #category-nav {
  display: block !important;
}
#index-cn-page #new-header,
#index-cn-page #body,
#index-cn-page #footer {
  min-width: 1200px;
}
#index-cn-page a {
  text-decoration: none;
  cursor: pointer;
}
#index-cn-page a:hover {
  text-decoration: none;
}
#index-cn-page #top-section {
  background: url(../images/index-nav-bg.png) center center no-repeat;
}
#index-cn-page #top-section .middle-part {
  margin-left: 256px;
  width: 530px;
  overflow: hidden;
  float: left;
  padding-top: 15px;
}
#index-cn-page #top-section .middle-part #index-carousel {
  overflow: hidden;
  display: block;
  float: left;
  width: 535px;
  height: 275px;
  margin-bottom: 15px;
  background: #11A0BB;
  color: white;
}
#index-cn-page #top-section .middle-part #index-carousel .item {
  display: block;
  width: 535px;
  height: 275px;
}
#index-cn-page #top-section .middle-part #index-carousel .item-1 {
  background: url(../images/ad3.png) 0 0 no-repeat;
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 {
  background: url(../images/ad4.png) 0 0 no-repeat;
  padding: 28px 0 0 28px;
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 .companies {
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, #c462f6, #0ebbfe);
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 .companies a {
  position: relative;
  font-size: 15px;
  line-height: 14px;
  padding: 0 14px;
  margin: 8px 0;
  color: white;
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 .companies a:after {
  display: inline-block;
  height: 12px;
  width: 1px;
  background: white;
  position: absolute;
  top: 5px;
  right: -1px;
  content: '';
  text-decoration: none;
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 .companies a:last-child:after {
  display: none;
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 label {
  font-size: 50px;
  display: block;
  clear: both;
  margin: 10px 0;
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 span {
  font-size: 20px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
#index-cn-page #top-section .middle-part #index-carousel .item-2 .more {
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 20px;
  border: 1px solid white;
  border-radius: 2px;
  color: white;
  display: inline-block;
  margin-top: 22px;
}
#index-cn-page #top-section .middle-part #index-carousel .item-3 {
  background: url(../images/hostucan-symantec-replace.png) 0 0 no-repeat;
}
#index-cn-page #top-section .middle-part #index-carousel .item-5 {
  background: url(../images/ad2.png) 0 0 no-repeat;
}
#index-cn-page #top-section .middle-part #index-carousel .item-6 {
  background: url(../images/ad1.png) 0 0 no-repeat;
}
#index-cn-page #top-section .middle-part #index-carousel .item-4 {
  background: url(../images/huayun-banner.png) 0 0 no-repeat;
}
#index-cn-page #top-section .middle-part #index-carousel .owl-controls {
  margin-top: -30px;
  z-index: 1000;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
#index-cn-page #top-section .middle-part #index-carousel .owl-page span {
  background: rgba(0, 0, 0, 0);
  border: 1px solid white;
}
#index-cn-page #top-section .middle-part #index-carousel .owl-page.active span {
  background: white;
}
#index-cn-page #top-section .middle-part .articles {
  width: 530px;
  height: 130px;
  box-sizing: border-box;
  background: white;
  overflow: hidden;
}
#index-cn-page #top-section .middle-part .news,
#index-cn-page #top-section .middle-part .hot {
  height: 130px;
  width: 50%;
  float: left;
  padding-left: 25px;
  font-size: 12px;
}
#index-cn-page #top-section .middle-part .news h3,
#index-cn-page #top-section .middle-part .hot h3 {
  line-height: 15px;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 12px;
}
#index-cn-page #top-section .middle-part .news a,
#index-cn-page #top-section .middle-part .hot a {
  color: #888;
}
#index-cn-page #top-section .middle-part .news {
  border-right: 1px solid #EEE;
}
#index-cn-page #top-section .middle-part .news ul {
  list-style-type: initial;
  list-style-position: inside;
}
#index-cn-page #top-section .middle-part .news li {
  height: 20px;
  overflow: visible;
  text-overflow: ellipsis;
  max-width: 230px;
  overflow: hidden;
}
#index-cn-page #top-section .middle-part .hot a {
  display: inline-block;
  width: 100px;
  line-height: 20px;
  float: left;
}
#index-cn-page #top-section .right-part {
  width: 240px;
  float: right;
  padding-top: 15px;
}
#index-cn-page #top-section .right-part a {
  background-image: url(../images/top-section-item-bg.png);
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  width: 240px;
  height: 130px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 18px;
  margin-bottom: 15px;
  color: white;
}
#index-cn-page #top-section .right-part a h3 {
  margin: 0px 0 10px 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
}
#index-cn-page #top-section .right-part a span {
  display: block;
  width: 140px;
  font-size: 14px;
  line-height: 16px;
}
#index-cn-page #top-section .right-part a:first-child {
  background-position: -18px -12px;
}
#index-cn-page #top-section .right-part a:nth-child(2) {
  background-position: -18px -236px;
}
#index-cn-page #top-section .right-part a:nth-child(3) {
  background-position: -16px -460px;
}
#index-cn-page #top-section .right-part:after {
  content: '';
  display: block;
  clear: both;
}
#index-cn-page #top-section .ad {
  clear: both;
  width: 1045px;
  height: 60px;
  overflow: hidden;
}
#index-cn-page #top-section .ad img {
  width: 1045px;
  height: 60px;
}
#index-cn-page #hot-hostings-section .ad {
  clear: both;
  width: 1045px;
  height: 60px;
  overflow: hidden;
}
#index-cn-page #hot-hostings-section .ad img {
  width: 1045px;
  height: 60px;
}
#index-cn-page #hot-hostings-section h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 25px 0 15px 0;
}
#index-cn-page #hot-hostings-section h2 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#index-cn-page #hot-hostings-section .items {
  overflow: hidden;
  margin-bottom: 30px;
}
#index-cn-page #hot-hostings-section .items div {
  position: relative;
  display: block;
  float: left;
  margin-right: 50px;
  margin-left: 50px;
  width: 250px;
  height: 260px;
  overflow: hidden;
  background-color: white;
  text-align: center;
  box-shadow: 0px 0px 4px 2px #ddd;
}
#index-cn-page #hot-hostings-section .items div .logo {
  border: 1px solid #CCC;
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: 20px;
  margin: auto;
}
#index-cn-page #hot-hostings-section .items div .logo a {
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  width: 210px;
  height: 70px;
  line-height: 0px;
}
#index-cn-page #hot-hostings-section .items div p {
  width: 210px;
  display: block;
  margin: 40px auto 10px auto;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
#index-cn-page #hot-hostings-section .items div label {
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  margin: auto;
  padding: 0 10px;
  border-radius: 16px;
  text-align: center;
  color: white;
  background: linear-gradient(to bottom, #fe915b, #ff6245);
}
#index-cn-page #hot-hostings-section .items div .buy {
  display: block;
  position: absolute;
  bottom: 0;
  width: 250px;
  line-height: 54px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: linear-gradient(to bottom, #21b8ff, #4aa1fd);
}
#index-cn-page #hot-hostings-section .items div .buy:before,
#index-cn-page #hot-hostings-section .items div .buy:after {
  content: '';
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #e6e6e6, #dddddd);
  display: block;
}
#index-cn-page #hot-hostings-section .items div .buy:before {
  left: -5px;
}
#index-cn-page #hot-hostings-section .items div .buy:after {
  right: -5px;
}
#index-cn-page #hot-hostings-section .items div:last-child {
  margin-right: 0;
}
#index-cn-page #hot-hostings-section .items div:hover .buy {
  background: linear-gradient(to bottom, #fe915b, #ff6245);
}
#index-cn-page #category-section {
  overflow: hidden;
  background: #f6f6f6;
  margin: 0;
  padding: 30px 0;
}
#index-cn-page #category-section .ad {
  clear: both;
  width: 1045px;
  height: 60px;
  overflow: hidden;
}
#index-cn-page #category-section .ad img {
  width: 1045px;
  height: 60px;
}
#index-cn-page #category-section .category {
  display: block;
  width: 512px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin-bottom: 32px;
  position: relative;
  background-image: url(../images/categories.png);
  box-shadow: 0px 0px 4px 2px #DDD;
  background-repeat: no-repeat;
  padding-left: 12px;
  box-sizing: border-box;
}
#index-cn-page #category-section .category h3 {
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  margin: 15px 0 10px 0;
  padding: 0;
  color: white;
}
#index-cn-page #category-section .category h3 a {
  color: white;
}
#index-cn-page #category-section .category > span {
  color: white;
  font-size: 15px;
  line-height: 15px;
}
#index-cn-page #category-section .category table {
  width: 360px;
  height: 250px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
}
#index-cn-page #category-section .category table td {
  border: 1px solid #f2f2f2;
  position: relative;
  vertical-align: top;
}
#index-cn-page #category-section .category table td.no-icon a {
  line-height: 16px;
  margin: 15px 0 10px 10px;
}
#index-cn-page #category-section .category table td.half-line a {
  line-height: 26px;
}
#index-cn-page #category-section .category table td.half-line span {
  max-width: 170px;
}
#index-cn-page #category-section .category table td > a {
  font-size: 15px;
  color: #333;
  display: block;
  text-decoration: none;
  line-height: 42px;
  margin-left: 10px;
}
#index-cn-page #category-section .category table a:hover {
  text-decoration: none;
}
#index-cn-page #category-section .category table span {
  display: inline-block;
  margin-left: 10px;
  max-width: 130px;
  line-height: 15px;
  font-size: 12px;
  color: #555;
}
#index-cn-page #category-section .category table i {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: inline-block;
  float: right;
  width: 64px;
  height: 64px;
  background-image: url(../images/icons-cn.png);
  background-repeat: no-repeat;
}
#index-cn-page #category-section .category table i a {
  display: inline-block;
  height: 64px;
  width: 64px;
}
#index-cn-page #category-section .category .icon-aliyun {
  background-position: -112px -5px;
}
#index-cn-page #category-section .category .icon-baidu {
  background-position: -112px -105px;
}
#index-cn-page #category-section .category .icon-tengxun {
  background-position: -112px -205px;
}
#index-cn-page #category-section .category .icon-bisend-cloud {
  background-position: -112px -305px;
}
#index-cn-page #category-section .category .icon-bluehost {
  background-position: -112px -506px;
}
#index-cn-page #category-section .category .icon-inmotion-hosting {
  width: 120px;
  background-position: -90px -706px;
}
#index-cn-page #category-section .category .icon-inmotion-hosting a {
  width: 120px;
}
#index-cn-page #category-section .category .icon-godaddy {
  background-position: -120px -606px;
}
#index-cn-page #category-section .category .icon-us {
  background-position-y: 0;
}
#index-cn-page #category-section .category .icon-hk {
  background-position-y: -206px;
}
#index-cn-page #category-section .category .icon-en {
  background-position-y: -104px;
}
#index-cn-page #category-section .category .icon-bisend {
  background-position-y: -310px;
}
#index-cn-page #category-section .category .icon-wordpress {
  background-position-y: -412px;
}
#index-cn-page #category-section .category .icon-site {
  background-position-y: -516px;
}
#index-cn-page #category-section .category .icon-discuz {
  background-position-y: -623px;
}
#index-cn-page #category-section .category .icon-ssl,
#index-cn-page #category-section .category .icon-antivirus,
#index-cn-page #category-section .category .icon-firewall {
  left: 28px;
  bottom: 20px;
}
#index-cn-page #category-section .category .icon-ssl {
  background-position-y: -720px;
}
#index-cn-page #category-section .category .icon-antivirus {
  background-position-y: -824px;
}
#index-cn-page #category-section .category .icon-firewall {
  background-position-y: -926px;
}
#index-cn-page #category-section .category:nth-child(1) {
  background-position: -15px -12px;
}
#index-cn-page #category-section .category:nth-child(2) {
  background-position: -15px -326px;
}
#index-cn-page #category-section .category:nth-child(3) {
  background-position: -15px -642px;
}
#index-cn-page #category-section .category:nth-child(4) {
  background-position: -15px -956px;
}
#index-cn-page #category-section .category:nth-child(2n) {
  float: right;
}
#index-cn-page #category-section .bound:after {
  content: '';
  display: block;
  clear: both;
}
#index-cn-page #tutorials-section {
  background: #f6f6f6;
  overflow: hidden;
}
#index-cn-page #tutorials-section .ad {
  clear: both;
  width: 1045px;
  height: 60px;
  overflow: hidden;
}
#index-cn-page #tutorials-section .ad img {
  width: 1045px;
  height: 60px;
}
#index-cn-page #tutorials-section h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: black;
  margin-top:66px;
}
#index-cn-page #tutorials-section .sub {
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 24px;
}
#index-cn-page #tutorials-section .post-col {
  width: 335px;
  height: 390px;
  box-sizing: border-box;
  background: white;
  padding: 20px 10px 0 15px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
#index-cn-page #tutorials-section .post-col a,
#index-cn-page #tutorials-section .post-col img {
  width: 305px;
  height: 195px;
  overflow: hidden;
}
#index-cn-page #tutorials-section .post-col h3 {
  font-size: 15px;
  line-height: 45px;
  border-bottom: 1px solid #f4f4f4;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-cn-page #tutorials-section .post-col ul {
  text-align: left;
  list-style-type: none;
  list-style-position: inside;
  color: #888;
  margin-top: 5px;
  margin-left: 5px;
  line-height: 24px;
}
#index-cn-page #tutorials-section .post-col ul li {
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  position: relative;
  padding-left: 16px;
  padding-right: 40px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-cn-page #tutorials-section .post-col ul li:before {
  position: relative;
  background: #888;
  display: block;
  content: '';
  width: 2px;
  height: 2px;
  top: 15px;
  left: -10px;
}
#index-cn-page #tutorials-section .post-col ul li:hover {
  background-position: right -24px;
}
#index-cn-page #tutorials-section .post-col ul li:hover:before {
  background: #3EA4f8;
}
#index-cn-page #tutorials-section .post-col ul a {
  color: #666666;
  font-size: 12px;
}
#index-cn-page #tutorials-section .post-col ul a:hover {
  color: #3EA4f8;
}
#index-cn-page #tutorials-section .review-col {
  float: right;
  width: 335px;
  height: 390px;
  background: white;
  padding: 10px 10px 0 10px;
}
#index-cn-page #tutorials-section .review-col > div {
  height: 115px;
  overflow: visible;
  width: 255px;
  float: right;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  margin-bottom: 10px;
}
#index-cn-page #tutorials-section .review-col > div .avatar {
  display: block;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  position: absolute;
  top: 15px;
  left: -60px;
}
#index-cn-page #tutorials-section .review-col > div label {
  font-size: 14px;
}
#index-cn-page #tutorials-section .review-col > div span {
  font-size: 11px;
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#index-cn-page #tutorials-section .review-col > div strong {
  color: #ff781e;
  font-weight: normal;
  float: right;
  font-size: 14px;
}
#index-cn-page #tutorials-section .review-col > div p {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
#index-cn-page #tutorials-section .review-col > div:last-child {
  border: none;
}
#category-page .ctrl.company-cubes .company {
  position: relative;
  width: 334px;
  height: 366px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 20px;
  background: white;
  box-sizing: border-box;
  overflow: hidden;
}
#category-page .ctrl.company-cubes .company .logo {
  display: table-cell;
  width: 340px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  background: #fafafa;
  line-height: 0;
}
#category-page .ctrl.company-cubes .company .logo img {
  display: inline;
  margin: auto;
  max-height: 80px;
}
#category-page .ctrl.company-cubes .company h3 {
  line-height: 60px;
  margin-left: 20px;
}
#category-page .ctrl.company-cubes .company h3 a {
  color: #333;
  font-size: 16px;
}
#category-page .ctrl.company-cubes .company p {
  font-size: 12px;
  line-height: 16px;
  color: #555;
  border-bottom: 1px solid #EEE;
  margin: 0 20px 10px 20px;
  max-height: 55px;
  padding-bottom: 10px;
}
#category-page .ctrl.company-cubes .company ul {
  padding-left: 35px;
  font-size: 12px;
}
#category-page .ctrl.company-cubes .company ul li {
  font-size: 13px;
  position: relative;
  line-height: 20px;
  width: 290px;
}
#category-page .ctrl.company-cubes .company ul li:before {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #333;
  position: absolute;
  content: '';
  left: -15px;
  top: 10px;
}
#category-page .ctrl.company-cubes .company .price {
  color: #FF771F;
  font-size: 19px;
  padding-left: 25px;
  position: absolute;
  bottom: 55px;
}
#category-page .ctrl.company-cubes .company .price label {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 20px;
  padding: 0 4px;
  border-radius: 2px;
  color: white;
  background: linear-gradient(to bottom, #fe935d, #ff6144);
}
#category-page .ctrl.company-cubes .company .price a {
  font-size: 14px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: -2px;
  margin-left: 15px;
  padding: 0 4px;
  border-radius: 2px;
  color: white;
  background: linear-gradient(to bottom, #fe935d, #ff6144);
}
#category-page .ctrl.company-cubes .company .links {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#category-page .ctrl.company-cubes .company .links a {
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  float: left;
  width: 33%;
  text-decoration: none;
}
#category-page .ctrl.company-cubes .company .links a:last-child {
  width: 34%;
}
#category-page .ctrl.company-cubes .company .links a:first-child {
  background: linear-gradient(to bottom, #21b8ff, #4ca1fe);
}
#category-page .ctrl.company-cubes .company .links a:nth-child(2) {
  background: linear-gradient(to bottom, #4ec7fe, #71b6ff);
}
#category-page .ctrl.company-cubes .company .links a:nth-child(3) {
  background: linear-gradient(to bottom, #7bd7ff, #97c9ff);
}
#category-page .ctrl.company-cubes .company .links a:hover {
  background: linear-gradient(to bottom, #fe935d, #ff6144);
}
#category-page .ctrl.company-cubes .company:nth-child(3n) {
  margin-right: 0;
}
#category-page a:hover {
  text-decoration: none;
}
#category-page h2 {
  color: #111;
}
#category-page #top-section {
  overflow: hidden;
  padding-bottom: 10px;
  height: 360px;
  background: url(../images/top-section-bg.jpg) top center no-repeat;
}
#category-page #top-section .left {
  width: 720px;
  float: left;
  overflow: hidden;
  color: white;
  padding: 65px 0 0 0;
  box-sizing: border-box;
}
#category-page #top-section .left p {
  font-size: 15px;
  line-height: 24px;
  max-width: 675px;
}
#category-page #top-section .left h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
}
#category-page #top-section .left ul {
  margin-top: 5px;
}
#category-page #top-section .left ul li:before {
  content: '';
  display: inline-block;
  background: white;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 2px;
}
#category-page #top-section .left ul li {
  display: inline-block;
  min-width: 312px;
  height: 32px;
}
#category-page #top-section .left ul li a {
  color: white;
}
#category-page #top-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
#category-page #top-section .right {
  width: 310px;
  float: right;
  background: white;
  margin-top: 10px;
  padding: 0;
}
#category-page #top-section .right h2 {
  line-height: 36px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: bold;
  background: #03CFE5;
  color: white;
  margin: 0;
}
#category-page #top-section .right ul {
  margin: 5px 0 0 0;
}
#category-page #top-section .right li {
  height: 30px;
  font-size: 14px;
  padding-left: 22px;
}
#category-page #top-section .right li a {
  color: black;
}
#category-page #top-section .right li:nth-child(1),
#category-page #top-section .right li:nth-child(2),
#category-page #top-section .right li:nth-child(3) {
  font-weight: bold;
}
#category-page #top-section .right li:nth-child(1) b,
#category-page #top-section .right li:nth-child(2) b,
#category-page #top-section .right li:nth-child(3) b {
  color: white;
  border-radius: 0;
  width: 26px;
  height: 26px;
  padding: 5px 0 0 0;
  margin-left: 0px;
}
#category-page #top-section .right li:nth-child(1) b {
  background: url(../images/order-1.png) center center no-repeat;
}
#category-page #top-section .right li:nth-child(2) b {
  color: white;
  background: url(../images/order-2.png) center center no-repeat;
  border-radius: 0;
}
#category-page #top-section .right li:nth-child(3) b {
  color: white;
  background: url(../images/order-3.png) center center no-repeat;
  border-radius: 0;
}
#category-page #top-section .right b {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  margin-right: 22px;
  background: #CAC7CA;
  border-radius: 10px;
  padding: 0;
  margin-left: 3px;
}
#category-page #top-section .right i {
  display: block;
  margin: 10px 20px 10px 0;
  float: right;
  height: 10px;
  max-width: 59px;
  background: #ff7821 url(../images/start-bg.png) center right no-repeat;
}
#category-page #top-section .right .level-1 {
  width: 12px;
}
#category-page #top-section .right .level-2 {
  width: 24px;
}
#category-page #top-section .right .level-3 {
  width: 36px;
}
#category-page #top-section .right .level-4 {
  background-color: #FF4F00;
  width: 48px;
}
#category-page #top-section .right .level-5 {
  background-color: #FF0000;
}
#category-page #top-section .right:after {
  content: '';
  display: block;
  clear: both;
}
#category-page #colocation-top-section {
  color: white;
  overflow: hidden;
  background: #2a3034 url(../images/colocation-top-section.png) center center no-repeat;
}
#category-page #colocation-top-section .bound {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 180px;
}
#category-page #colocation-top-section .bound h1,
#category-page #colocation-top-section .bound p {
  width: 785px;
}
#category-page #map-section {
  overflow: hidden;
  background: #EFF0F1;
  padding: 20px 0 45px 0;
}
#category-page #map-section .block {
  background: white;
}
#category-page #map-section h2 {
  font-size: 22px;
  padding: 12px 0;
  font-weight: normal;
  margin: 0;
}
#category-page #map-section .left {
  width: 710px;
  float: left;
}
#category-page #map-section .left .block {
  position: relative;
  background: white;
  height: 650px;
  overflow: visible;
}
#category-page #map-section .left #idc-map {
  position: relative;
  width: 770px;
  height: 550px;
  top: 40px;
  left: -25px;
}
#category-page #map-section #map-colocation-list {
  position: absolute;
  display: none;
  background: white;
  box-sizing: content-box;
  box-shadow: 0 0 15px #AAA;
  border-radius: 5px;
  top: 30px;
  right: 30px;
}
#category-page #map-section #map-colocation-list .links {
  padding: 10px 0;
}
#category-page #map-section #map-colocation-list a {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  color: #333;
  padding: 0 20px;
}
#category-page #map-section #map-colocation-list .no-company {
  padding-top: 10px;
  text-align: center;
}
#category-page #map-section #map-colocation-list .more-idc {
  color: orangered;
  background: #F3F3F3;
  border-radius: 0 0 5px 5px;
  margin-top: 10px;
  margin-bottom: -10px;
  padding: 3px 20px;
}
#category-page #map-section #map-colocation-list a:hover {
  color: #018fe2;
}
#category-page #map-section #other-region label {
  position: absolute;
  cursor: pointer;
  font-size: 13px;
}
#category-page #map-section #other-region label:hover,
#category-page #map-section #other-region label.selected {
  color: #018fe2;
}
#category-page #map-section #other-region label:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  content: '';
  border: 1px solid #AAA;
  position: absolute;
  left: -20px;
  top: 7px;
}
#category-page #map-section #other-region label:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #5e5e5e;
  content: '';
  position: absolute;
  left: -18px;
  top: 9px;
}
#category-page #map-section #other-region label.selected:after {
  background: #29b4ff !important;
}
#category-page #map-section #other-region .icon-top:before {
  left: 4px;
  top: -10px;
}
#category-page #map-section #other-region .icon-top:after {
  left: 6px;
  top: -8px;
}
#category-page #map-section #map-colocation-list:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  margin-top: -10px;
  top: 50%;
  right: -18px;
  border-left: 9px solid white;
  border-top: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-bottom: 9px solid rgba(0, 0, 0, 0);
}
#category-page #map-section .right {
  width: 312px;
  float: right;
}
#category-page #map-section li {
  height: 36px;
}
#category-page #map-section .idc-rank {
  box-sizing: border-box;
  padding: 18px;
  font-size: 15px;
}
#category-page #map-section .idc-rank b {
  display: inline-block;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  border: 1px solid #E2E2E2;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  font-weight: normal;
}
#category-page #map-section .idc-rank a {
  color: #333;
  text-decoration: none;
}
#category-page #map-section .idc-rank li:first-child b {
  background-color: red;
  border-color: red;
  color: white;
}
#category-page #map-section .idc-rank li:first-child i {
  background-image: url(../images/red-stars.png);
}
#category-page #map-section .idc-rank li:first-child i:before {
  background-image: url(../images/light-red-stars.png);
}
#category-page #map-section .idc-rank li:nth-child(2) b {
  background-color: #FF7E3C;
  border-color: #FF7E3C;
  color: white;
}
#category-page #map-section .idc-rank li:nth-child(2) i {
  background-image: url(../images/orange-stars.png);
}
#category-page #map-section .idc-rank li:nth-child(2) i:before {
  background-image: url(../images/light-orange-stars.png);
}
#category-page #map-section .idc-rank li:nth-child(3) b {
  background-color: #FF9401;
  border-color: #FF9401;
  color: white;
}
#category-page #map-section .idc-rank i {
  display: block;
  position: relative;
  height: 13px;
  background: url(../images/yellow-stars.png) center right no-repeat;
  float: right;
  overflow: visible;
}
#category-page #map-section .idc-rank i:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  background: url(../images/light-yellow-stars.png) center right no-repeat;
  width: 95px;
  height: 13px;
}
#category-page #map-section #hot-idc-region {
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 15px;
}
#category-page #map-section #hot-idc-region a {
  line-height: 30px;
  display: inline-block;
  float: left;
  width: 50%;
  color: #333;
  box-sizing: border-box;
  padding-left: 15px;
}
#category-page #map-section #hot-idc-region a:hover {
  color: #018fe2;
}
#category-page #hot-section {
  background: url(../images/grid-backgroud.png) 0 0 repeat;
}
#category-page #hot-section h2 {
  line-height: 72px;
  font-size: 21px;
}
#category-page #other-categories-section {
  overflow: hidden;
  background: #F6F6F6;
  padding-bottom: 40px;
}
#category-page #other-categories-section h2 {
  font-size: 22px;
  margin: 32px 0 16px 0;
  line-height: 22px;
  color: #333;
}
#category-page #other-categories-section a {
  display: block;
  vertical-align: middle;
  background-color: #27a161;
  color: #27a161;
  text-align: center;
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 10px;
  text-decoration: none;
}
#category-page #other-categories-section a:nth-child(6) {
  margin-right: 11px;
}
#category-page #other-categories-section a:last-child {
  margin-right: 0;
  float: right;
}
#category-page #other-categories-section span {
  margin: auto;
  display: block;
  font-weight: bold;
  max-width: 140px;
  font-size: 22px;
  margin-top: 40px;
  color: white;
}
#category-page #other-categories-section a.no-label span {
  max-width: 90px;
}
#category-page #other-categories-section a:nth-child(2) {
  background-color: #16a086;
  color: #16a086;
}
#category-page #other-categories-section a:nth-child(3) {
  background-color: #2a80b9;
  color: #2a80b9;
}
#category-page #other-categories-section a:nth-child(4) {
  background-color: #7f3e98;
  color: #7f3e98;
}
#category-page #other-categories-section a:nth-child(5) {
  background-color: #e15a00;
  color: #e15a00;
}
#category-page #other-categories-section a:nth-child(6) {
  background-color: #f7941d;
  color: #f7941d;
}
#category-page #other-categories-section a:nth-child(7) {
  background-color: #6c7981;
  color: #6c7981;
}
#category-page #other-categories-section label {
  font-size: 12px;
  padding: 0 10px;
  line-height: 20px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#category-page #other-categories-section label:before {
  position: absolute;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 6px solid rgba(255, 255, 255, 0.5);
  margin-left: -16px;
}
#category-page #other-categories-section label:after {
  position: absolute;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 6px solid rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
#category-page #information-section {
  background: #f5f5f5;
  overflow: hidden;
}
#category-page #information-section .region {
  height: 516px;
  background: white;
}
#category-page #information-section h2 {
  font-size: 20px;
  margin: 30px 0 20px 0;
}
#category-page #information-section h2 a {
  margin-left: 15px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
}
#category-page #information-section #news-region {
  width: 695px;
  float: left;
}
#category-page #information-section #news-region .news {
  padding: 30px 0;
  margin: 0 24px;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
}
#category-page #information-section #news-region .news .content {
  overflow: hidden;
}
#category-page #information-section #news-region .news h3 {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#category-page #information-section #news-region .news p {
  font-size: 13px;
  line-height: 20px;
  color: #555;
  max-height: 42px;
  overflow: hidden;
}
#category-page #information-section #news-region .news img {
  width: 170px;
  height: 110px;
  display: block;
  float: left;
  margin-right: 30px;
}
#category-page #information-section #news-region .news a {
  line-height: 18px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
#category-page #information-section #news-region .news .additional,
#category-page #information-section #news-region .news .additional a {
  margin-top: 10px;
  color: #AAA;
  font-size: 12px;
}
#category-page #information-section #news-region .news .additional span,
#category-page #information-section #news-region .news .additional a {
  padding: 0 3px;
}
#category-page #information-section #news-region .news .additional label:last-child {
  margin-left: 35px;
}
#category-page #information-section #news-region .news:last-child {
  border-bottom: none;
}
#category-page #information-section #review-region {
  width: 340px;
  float: right;
}
#category-page #information-section #review-region .region {
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}
#category-page #information-section #review-region .review {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
}
#category-page #information-section #review-region .review .avatar {
  display: block;
  float: left;
  margin-top: 35px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
#category-page #information-section #review-region .review div {
  overflow: hidden;
  width: 255px;
  float: right;
}
#category-page #information-section #review-region .review div span {
  font-size: 13px;
  color: #AAA;
  margin-left: 10px;
  line-height: 16px;
}
#category-page #information-section #review-region .review div strong {
  font-weight: normal;
  float: right;
  color: #FF771F;
  font-size: 13px;
}
#category-page #information-section #review-region .review div p {
  line-height: 16px;
  font-size: 12px;
  color: #555;
  margin-bottom: 4px;
}
#category-page #information-section #review-region .review:last-child {
  border-bottom: none;
}
#category-page #information-section #review-region:after {
  display: block;
  content: '';
  clear: both;
}
#category-page #qa-section {
  background: white;
  overflow: hidden;
  padding-bottom: 10px;
}
#category-page #qa-section h2 {
  font-size: 22px;
  margin: 32px 0 16px 0;
  line-height: 22px;
}
#category-page #qa-section .ctrl.qa-questions .question {
  padding-left: 16px;
  border-left: 6px solid white;
  border-bottom: 1px solid #f2f2f2;
}
#category-page #qa-section .ctrl.qa-questions .question ul {
  list-style-type: disc;
  list-style-position: inside;
}
#category-page #qa-section .ctrl.qa-questions .question h3 {
  font-size: 19px;
  line-height: 65px;
  cursor: pointer;
}
#category-page #qa-section .ctrl.qa-questions .question div {
  display: none;
}
#category-page #qa-section .ctrl.qa-questions .question h3:before {
  content: 'Q';
  font-size: 15px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  background: #03CFE5;
  width: 22px;
  height: 22px;
  border-radius: 12px;
  color: white;
  line-height: 22px;
  text-align: center;
}
#category-page #qa-section .ctrl.qa-questions .question:last-child {
  border-bottom: none;
}
#category-page #qa-section .ctrl.qa-questions .question.active {
  background: #f8f8f8;
  padding: 0 30px 20px 15px;
  border-left-color: #03d0e5;
  border-bottom: none;
  font-size: 12px;
  line-height: 22px;
  color: #888;
}
#category-page #qa-section .ctrl.qa-questions .question.active div {
  display: block;
}
#category-page #qa-section .ctrl.qa-questions .question.active h3 {
  color: #333;
  margin: 0;
}
#category-page #qa-section .ctrl.qa-questions .question.active h3:before {
  font-size: 19px;
  background: none;
  color: #333;
}
#category-page #qa-section .ctrl.qa-questions p {
  font-size: 13px;
  line-height: 22px;
}
#category-page #hot-countries-section {
  overflow: hidden;
  background: #f1f6fa;
}
#category-page #hot-countries-section h2 {
  font-size: 22px;
  margin: 32px 0 25px 0;
  line-height: 22px;
}
#category-page #hot-countries-section .countries {
  background: white;
  width: 100%;
  margin-bottom: 60px;
}
#category-page #hot-countries-section .countries td:hover {
  background: #f8f8f8;
}
#category-page #hot-countries-section .countries div {
  height: 96px;
}
#category-page #hot-countries-section .countries div img {
  width: 77px;
  height: 76px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 20px;
  float: left;
}
#category-page #hot-countries-section .countries div a {
  font-size: 18px;
  line-height: 18px;
  display: block;
  padding-top: 30px;
  color: #333;
}
#category-page #hot-countries-section .countries div label {
  font-size: 12px;
  color: #555;
}
#huc-footer {
  background: #2f2f2f;
  padding: 60px 0 50px 0;
  text-align: center;
  min-width:1200px;
}
#huc-footer .bound {
  overflow: hidden;
}
#huc-footer .bound div {
  overflow: hidden;
  float: left;
}
#huc-footer .bound h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
}
#huc-footer .bound a {
  color: #888;
  font-size: 13px;
}
#huc-footer .bound .social {
  padding-bottom: 40px;
}
#huc-footer .bound .links div {
  overflow: hidden;
  position: relative;
  padding-left: 100px;
  padding-bottom: 12px;
}
#huc-footer .bound .links label {
  position: absolute;
  left: 0;
  color: #AAA;
}
#huc-footer .bound .links label:after {
  content: ':';
  margin-right: 40px;
}
#huc-footer .bound .links a {
  display: inline-block;
  margin-right: 12px;
}
#huc-footer .bound .links a:hover {
  color: #23aeff;
}
#huc-footer .bound .left-part {
  width: 665px;
}
#huc-footer .bound .middle-part {
  width: 215px;
  min-height: 235px;
  padding-left: 65px;
  margin-right: 60px;
  box-sizing: border-box;
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
}
#huc-footer .bound .right-part {
  width: 105px;
  float: left;
}
#huc-footer .bound .middle-part a,
#huc-footer .bound .right-part a {
  display: block;
}
#search-bar-section {
  overflow: hidden;
  background: #01a6ff;
}
#search-bar-section .logo {
  display: block;
  width: 220px;
  height: 170px;
  float: left;
  background: #1cafff url(../images/logo-cn.png) center center no-repeat;
}
#search-bar-section #search-bar {
  overflow: hidden;
  float: right;
  width: 790px;
  box-sizing: border-box;
  padding-top: 45px;
}
#search-bar-section #search-bar input {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 15px;
  width: 670px;
  height: 50px;
  float: left;
  border: none;
}
#search-bar-section #search-bar button {
  width: 120px;
  height: 50px;
  border: none;
  background: #ff7821;
  color: white;
  font-size: 18px;
}
#search-bar-section #search-bar .quick-search {
  overflow: hidden;
  float: left;
  font-family: "微软雅黑", "黑体", Calibri, Arial, sans-serif;
}
#search-bar-section .quick-search {
  overflow: hidden;
  padding-top: 15px;
  color: white;
}
#search-bar-section .quick-search a {
  display: inline-block;
  line-height: 18px;
  margin: 0 9px;
  padding: 1px 5px;
  cursor: pointer;
  font-size: 13px;
  color: white;
  text-decoration: none;
}
#search-bar-section .quick-search a:first-child {
  margin-left: 0;
}
#search-bar-section .quick-search a:hover {
  background: #0073B1;
}
#friend-links {
  background: #333333;
  padding: 25px 0 5px 0;
  min-width:1200px;
  text-align: center;
}
#friend-links p {
  color: #888;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
}
#friend-links a {
  color: #888;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
}
#friend-links h4 {
  display: inline-block;
}
#friend-links h4 a {
  color: #AAA;
}
#friend-links h4 a:after {
  content: ':';
  margin-right: 20px;
}
.copyright {
  text-align: center;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 5px;
  box-sizing: content-box;
}
.copyright a,
.copyright span {
  color: #888;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
#coupon-index-page #coupon-tab-section-wrap {
  height: 70px;
  overflow: visible;
}
#coupon-index-page #coupon-tab-section {
  background: white;
  overflow: hidden;
}
#coupon-index-page #coupon-tab-section.fixed {
  position: fixed;
  width: 100%;
  z-index: 100000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  top: 0;
}
#coupon-index-page #coupon-tab-section ul {
  display: table;
  width: 100%;
}
#coupon-index-page #coupon-tab-section li {
  display: table-cell;
  height: 70px;
  text-align: center;
  cursor: pointer;
}
#coupon-index-page #coupon-tab-section li.selected {
  color: #01a6ff;
  border-bottom: 2px solid #01a6ff;
}
#coupon-index-page #coupon-tab-section span {
  margin-top: 24px;
  height: 22px;
  line-height: 22px;
  display: block;
  padding: 0 20px;
  border-right: 1px solid #DDD;
}
#coupon-index-page #coupon-tab-section li:first-child span {
  border-left: 1px solid #DDD;
}
#coupon-index-page .category-coupon {
  overflow: hidden;
  background: url(../images/category-bg.png) top center repeat;
  padding-bottom: 32px;
}
#coupon-index-page .category-coupon .title {
  text-align: center;
  overflow: hidden;
  margin: 38px auto;
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 23px, #ffffff 23px, #ffffff 24px, rgba(0, 0, 0, 0) 24px, rgba(0, 0, 0, 0) 40px);
}
#coupon-index-page .category-coupon .title h2 {
  min-width: 190px;
  display: inline-block;
  color: white;
  font-size: 26px;
  position: relative;
  height: 41px;
  line-height: 41px;
}
#coupon-index-page .category-coupon .title h2:before,
#coupon-index-page .category-coupon .title h2:after {
  display: inline-block;
  position: absolute;
  top: 19px;
  background: white;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
}
#coupon-index-page .category-coupon .title h2:before {
  left: 0;
}
#coupon-index-page .category-coupon .title h2:after {
  right: 0;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon {
  width: 340px;
  height: 264px;
  background-color: white;
  display: block;
  margin-right: 12px;
  margin-bottom: 14px;
  float: left;
  padding: 0 25px 20px 25px;
  box-sizing: border-box;
  position: relative;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon .logo {
  display: table-cell;
  text-align: center;
  height: 88px;
  width: 290px;
  line-height: 0;
  vertical-align: middle;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon .logo img {
  max-width: 290px;
  max-height: 80px;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon p {
  display: block;
  line-height: 25px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 7px;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon label {
  font-size: 25px;
  display: block;
  margin-right: 20px;
  color: #01a6ff;
  float: left;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon span {
  display: block;
  float: left;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon .buy {
  position: absolute;
  bottom: 20px;
  left: 25px;
  line-height: 40px;
  display: inline-block;
  padding: 0 40px;
  font-size: 18px;
  border-radius: 2px;
  color: white;
  background: #01a6ff;
  cursor: pointer;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon .buy:hover {
  background: #e75414;
  text-decoration: none;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon .view-all {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 14px;
  color: #888;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon .view-all {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
#coupon-index-page .category-coupon .ctrl.coupon-grid .coupon:nth-child(3n) {
  margin-right: 0;
}
#coupon-index-page .category-coupon:nth-child(9n+1) {
  background-color: #312694;
}
#coupon-index-page .category-coupon:nth-child(9n+1) h2 {
  background: #312694;
}
#coupon-index-page .category-coupon:nth-child(9n+2) {
  background-color: #E75414;
}
#coupon-index-page .category-coupon:nth-child(9n+2) h2 {
  background-color: #E75414;
}
#coupon-index-page .category-coupon:nth-child(9n+3) {
  background-color: #3A6509;
}
#coupon-index-page .category-coupon:nth-child(9n+3) h2 {
  background-color: #3A6509;
}
#coupon-index-page .category-coupon:nth-child(9n+4) {
  background-color: #1D1D1D;
}
#coupon-index-page .category-coupon:nth-child(9n+4) h2 {
  background-color: #1D1D1D;
}
#coupon-index-page .category-coupon:nth-child(9n+5) {
  background-color: #0AA5FE;
}
#coupon-index-page .category-coupon:nth-child(9n+5) h2 {
  background-color: #0AA5FE;
}
#coupon-index-page .category-coupon:nth-child(9n+6) {
  background-color: #611FDB;
}
#coupon-index-page .category-coupon:nth-child(9n+6) h2 {
  background-color: #611FDB;
}
#coupon-index-page .category-coupon:nth-child(9n+7) {
  background-color: #18A5C6;
}
#coupon-index-page .category-coupon:nth-child(9n+7) h2 {
  background-color: #18A5C6;
}
#coupon-index-page .category-coupon:nth-child(9n+8) {
  background-color: #18A5C6;
}
#coupon-index-page .category-coupon:nth-child(9n+8) h2 {
  background-color: #18A5C6;
}
#coupon-index-page .category-coupon:nth-child(9n+9) {
  background-color: #3759CE;
}
#coupon-index-page .category-coupon:nth-child(9n+9) h2 {
  background-color: #3759CE;
}
#coupon-index-page #hot-companies-section {
  background: #4336e5 url(../images/category-bg.png) top center repeat;
  overflow: hidden;
  padding: 40px 0;
  color: white;
}
#coupon-index-page #hot-companies-section h2 {
  margin-bottom: 20px;
}
#coupon-index-page #hot-companies-section p {
  font-size: 14px;
}
#coupon-index-page #hot-companies-section p label {
  display: inline-block;
  min-width: 140px;
}
#coupon-index-page #hot-companies-section p label:after {
  content: ':';
}
#coupon-index-page #hot-companies-section p a {
  color: white;
  margin-right: 20px;
}
#coupon-index-page #qa-section {
  background: white;
  overflow: hidden;
  padding: 0px 0 30px;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question {
  padding-left: 16px;
  border-left: 6px solid white;
  border-bottom: 1px solid #f2f2f2;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question ul {
  list-style-type: disc;
  list-style-position: inside;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question h3 {
  font-size: 19px;
  line-height: 65px;
  cursor: pointer;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question div {
  display: none;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question h3:before {
  content: 'Q';
  font-size: 15px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  background: #03CFE5;
  width: 22px;
  height: 22px;
  border-radius: 12px;
  color: white;
  line-height: 22px;
  text-align: center;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question:last-child {
  border-bottom: none;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question.active {
  background: #f8f8f8;
  padding: 0 30px 20px 15px;
  border-left-color: #03d0e5;
  border-bottom: none;
  font-size: 12px;
  line-height: 22px;
  color: #888;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question.active div {
  display: block;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question.active h3 {
  color: #333;
  margin: 0;
}
#coupon-index-page #qa-section .ctrl.qa-questions .question.active h3:before {
  font-size: 19px;
  background: none;
  color: #333;
}
#coupon-index-page #qa-section .ctrl.qa-questions p {
  font-size: 13px;
  line-height: 22px;
}
#coupon-index-page #qa-section .questions .question {
  background: white;
}
#coupon-index-page #qa-section h2 {
  font-size: 22px;
  margin: 32px 0 16px 0;
  line-height: 22px;
}
#site-block-checker-page .ctrl.company-cubes .company {
  position: relative;
  width: 334px;
  height: 366px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 20px;
  background: white;
  box-sizing: border-box;
  overflow: hidden;
}
#site-block-checker-page .ctrl.company-cubes .company .logo {
  display: table-cell;
  width: 340px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  background: #fafafa;
  line-height: 0;
}
#site-block-checker-page .ctrl.company-cubes .company .logo img {
  display: inline;
  margin: auto;
  max-height: 80px;
}
#site-block-checker-page .ctrl.company-cubes .company h3 {
  line-height: 60px;
  margin-left: 20px;
}
#site-block-checker-page .ctrl.company-cubes .company h3 a {
  color: #333;
  font-size: 16px;
}
#site-block-checker-page .ctrl.company-cubes .company p {
  font-size: 12px;
  line-height: 16px;
  color: #555;
  border-bottom: 1px solid #EEE;
  margin: 0 20px 10px 20px;
  max-height: 55px;
  padding-bottom: 10px;
}
#site-block-checker-page .ctrl.company-cubes .company ul {
  padding-left: 35px;
  font-size: 12px;
}
#site-block-checker-page .ctrl.company-cubes .company ul li {
  font-size: 13px;
  position: relative;
  line-height: 20px;
  width: 290px;
}
#site-block-checker-page .ctrl.company-cubes .company ul li:before {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #333;
  position: absolute;
  content: '';
  left: -15px;
  top: 10px;
}
#site-block-checker-page .ctrl.company-cubes .company .price {
  color: #FF771F;
  font-size: 19px;
  padding-left: 25px;
  position: absolute;
  bottom: 55px;
}
#site-block-checker-page .ctrl.company-cubes .company .price label {
  font-size: 13px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 20px;
  padding: 0 4px;
  border-radius: 2px;
  color: white;
  background: linear-gradient(to bottom, #fe935d, #ff6144);
}
#site-block-checker-page .ctrl.company-cubes .company .price a {
  font-size: 14px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: -2px;
  margin-left: 15px;
  padding: 0 4px;
  border-radius: 2px;
  color: white;
  background: linear-gradient(to bottom, #fe935d, #ff6144);
}
#site-block-checker-page .ctrl.company-cubes .company .links {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#site-block-checker-page .ctrl.company-cubes .company .links a {
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  float: left;
  width: 33%;
  text-decoration: none;
}
#site-block-checker-page .ctrl.company-cubes .company .links a:last-child {
  width: 34%;
}
#site-block-checker-page .ctrl.company-cubes .company .links a:first-child {
  background: linear-gradient(to bottom, #21b8ff, #4ca1fe);
}
#site-block-checker-page .ctrl.company-cubes .company .links a:nth-child(2) {
  background: linear-gradient(to bottom, #4ec7fe, #71b6ff);
}
#site-block-checker-page .ctrl.company-cubes .company .links a:nth-child(3) {
  background: linear-gradient(to bottom, #7bd7ff, #97c9ff);
}
#site-block-checker-page .ctrl.company-cubes .company .links a:hover {
  background: linear-gradient(to bottom, #fe935d, #ff6144);
}
#site-block-checker-page .ctrl.company-cubes .company:nth-child(3n) {
  margin-right: 0;
}
#site-block-checker-page #domain-input-section {
  background: #0aa5fe;
  background: url("../images/head_bg.png") center center no-repeat;
  height: 230px;
  overflow: hidden;
}
#site-block-checker-page #domain-input-section h1 {
  margin-top: 50px;
  font-size: 40px;
  text-align: center;
  color: white;
}
#site-block-checker-page #domain-input-section form {
  margin-top: 40px;
  overflow: hidden;
  margin-left: 170px
        ;
}
#site-block-checker-page #domain-input-section form > * {
  height: 50px;
  line-height: 50px;
  border: none;
  display: inline-block;
  float: left;
}
#site-block-checker-page #domain-input-section form label {
  width: 100px;
  font-size: 16px;
  text-align: center;
  background: #E7E7E7;
}
#site-block-checker-page #domain-input-section form input {
  width: 500px;
  font-size: 16px;
  padding-left: 15px;
  box-sizing: border-box;
  outline: none;
}
#site-block-checker-page #domain-input-section form button {
  width: 120px;
  font-size: 18px;
  background: #FF7824;
  color: white;
  outline: none;
  cursor: pointer;
}
#site-block-checker-page #result-section {
  background: white;
  display: none;
}
#site-block-checker-page #result-section table {
  width: 100%;
}
#site-block-checker-page #result-section th {
  font-size: 20px;
  font-weight: normal;
}
#site-block-checker-page #result-section td {
  font-size: 14px;
  padding: 20px 0;
}
#site-block-checker-page #result-section p {
  line-height: 18px;
}
#site-block-checker-page #result-section p:last-child {
  font-weight: bold;
  color: #FF771F;
}
#site-block-checker-page #recommend-section {
  background: url(../images/grid-backgroud.png) repeat;
  overflow: hidden;
}
#site-block-checker-page #recommend-section h2 {
  font-size: 20px;
  margin: 40px 0 30px 0;
}
#site-block-checker-page #recommend-section .ctrl.company-cubes {
  border-bottom: 1px solid #CCC;
}
#site-block-checker-page #recommend-section .change-ip-company li {
  display: inline-block;
  margin: 0 25px;
  font-size: 18px;
}
#site-block-checker-page #recommend-section .change-ip-company li a {
  color: #333;
}
#site-block-checker-page #recommend-section .change-ip-company .notice {
  font-size: 16px;
  margin: 35px 0;
}
#site-block-checker-page #recommend-section .change-ip-company .notice:before {
  content: '注：';
  color: #888;
}
#site-block-checker-page #qa-section {
  background: white;
  overflow: hidden;
  padding: 0px 0 30px;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question {
  padding-left: 16px;
  border-left: 6px solid white;
  border-bottom: 1px solid #f2f2f2;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question ul {
  list-style-type: disc;
  list-style-position: inside;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question h3 {
  font-size: 19px;
  line-height: 65px;
  cursor: pointer;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question div {
  display: none;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question h3:before {
  content: 'Q';
  font-size: 15px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  background: #03CFE5;
  width: 22px;
  height: 22px;
  border-radius: 12px;
  color: white;
  line-height: 22px;
  text-align: center;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question:last-child {
  border-bottom: none;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question.active {
  background: #f8f8f8;
  padding: 0 30px 20px 15px;
  border-left-color: #03d0e5;
  border-bottom: none;
  font-size: 12px;
  line-height: 22px;
  color: #888;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question.active div {
  display: block;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question.active h3 {
  color: #333;
  margin: 0;
}
#site-block-checker-page #qa-section .ctrl.qa-questions .question.active h3:before {
  font-size: 19px;
  background: none;
  color: #333;
}
#site-block-checker-page #qa-section .ctrl.qa-questions p {
  font-size: 13px;
  line-height: 22px;
}
#site-block-checker-page #qa-section .questions .question {
  background: white;
}
#site-block-checker-page #qa-section h2 {
  font-size: 22px;
  margin: 32px 0 16px 0;
  line-height: 22px;
}
#coupon-search-page .ctrl.coupon-grid .coupon {
  width: 340px;
  height: 264px;
  background-color: white;
  display: block;
  margin-right: 12px;
  margin-bottom: 14px;
  float: left;
  padding: 0 25px 20px 25px;
  box-sizing: border-box;
  position: relative;
}
#coupon-search-page .ctrl.coupon-grid .coupon .logo {
  display: table-cell;
  text-align: center;
  height: 88px;
  width: 290px;
  line-height: 0;
  vertical-align: middle;
}
#coupon-search-page .ctrl.coupon-grid .coupon .logo img {
  max-width: 290px;
  max-height: 80px;
}
#coupon-search-page .ctrl.coupon-grid .coupon p {
  display: block;
  line-height: 25px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 7px;
}
#coupon-search-page .ctrl.coupon-grid .coupon label {
  font-size: 25px;
  display: block;
  margin-right: 20px;
  color: #01a6ff;
  float: left;
}
#coupon-search-page .ctrl.coupon-grid .coupon span {
  display: block;
  float: left;
}
#coupon-search-page .ctrl.coupon-grid .coupon .buy {
  position: absolute;
  bottom: 20px;
  left: 25px;
  line-height: 40px;
  display: inline-block;
  padding: 0 40px;
  font-size: 18px;
  border-radius: 2px;
  color: white;
  background: #01a6ff;
  cursor: pointer;
}
#coupon-search-page .ctrl.coupon-grid .coupon .buy:hover {
  background: #e75414;
  text-decoration: none;
}
#coupon-search-page .ctrl.coupon-grid .coupon .view-all {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 14px;
  color: #888;
}
#coupon-search-page .ctrl.coupon-grid .coupon .view-all {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
#coupon-search-page .ctrl.coupon-grid .coupon:nth-child(3n) {
  margin-right: 0;
}
#coupon-search-page #coupons-section {
  padding: 40px 0;
  overflow: hidden;
  background: #4336e5 url(../images/category-bg.png) top center repeat;
}
#free-page #product-tab-section {
  z-index: 100000000;
}
#free-page #product-tab-section.fixed {
  position: fixed;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  top: 0;
}
#free-page #top-section {
  background: #091446 url(../images/topbar.png) top center;
  height: 360px;
}
#free-page #product-tab-section {
  background: #08003c;
}
#free-page #product-tab-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 50px;
}
#free-page #product-tab-section li {
  width: 25%;
  height: 50px;
  line-height: 50px;
  color: white;
  border-right: 1px solid #393364;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
#free-page #product-tab-section li:first-child {
  border-left: 1px solid #393364;
}
#free-page #product-tab-section li.selected {
  background: #01a6ff;
}
#free-page #categories {
  overflow: hidden;
  background: #252471;
}
#free-page #categories h2 {
  padding: 48px 0 40px 0;
  font-size: 19px;
  color: white;
}
#free-page #categories .category {
  padding-bottom: 20px;
}
#free-page #categories .category:nth-child(2n+1) {
  background: #252471 url(../images/bg.png) repeat;
}
#free-page #categories .category:nth-child(2n) {
  background: #0b0a59 url(../images/bg.png) repeat;
}
#free-page #categories .product {
  display: inline-block;
  width: 330px;
  height: 380px;
  background: white;
  margin-right: 23px;
  margin-bottom: 30px;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  top: 0;
}
#free-page #categories .product .logo {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#free-page #categories .product .logo img {
  max-width: 300px;
  max-height: 60px;
}
#free-page #categories .product .try-button {
  text-decoration: none;
  display: inline-block;
  width: 150px;
  line-height: 36px;
  color: white;
  font-size: 16px;
  background: #01a6ff;
}
#free-page #categories .product p {
  line-height: 20px;
  font-size: 13px;
}
#free-page #categories .product label {
  display: block;
  margin: 15px auto 15px auto;
  width: 275px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 17px;
  font-weight: bold;
  color: white;
  background: url(../images/label.png) center center no-repeat;
}
#free-page #categories .product li {
  padding-left: 15px;
  font-size: 13px;
  line-height: 22px;
}
#free-page #categories .product li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 4px;
  display: inline-block;
  background: #555;
  position: relative;
  top: -5px;
  left: -5px;
}
#free-page #categories .product .try-button {
  position: absolute;
  text-align: center;
  left: 25px;
  bottom: 25px;
}
#free-page #categories .product .detail {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #888;
}
#free-page #categories .product .detail:hover {
  text-decoration: none;
}
#free-page #categories .product:hover .detail {
  color: #333;
}
#free-page #categories .product:hover .try-button {
  background: #e95513;
}
#free-page #categories .product:nth-child(3n+3) {
  margin-right: 0;
}
#free-page #qa-section {
  background: white;
  overflow: hidden;
  padding-bottom: 10px;
}
#free-page #qa-section h2 {
  font-size: 22px;
  margin: 32px 0 16px 0;
  line-height: 22px;
}
#free-page #qa-section .ctrl.qa-questions .question {
  padding-left: 16px;
  border-left: 6px solid white;
  border-bottom: 1px solid #f2f2f2;
}
#free-page #qa-section .ctrl.qa-questions .question ul {
  list-style-type: disc;
  list-style-position: inside;
}
#free-page #qa-section .ctrl.qa-questions .question h3 {
  font-size: 19px;
  line-height: 65px;
  cursor: pointer;
}
#free-page #qa-section .ctrl.qa-questions .question div {
  display: none;
}
#free-page #qa-section .ctrl.qa-questions .question h3:before {
  content: 'Q';
  font-size: 15px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  background: #03CFE5;
  width: 22px;
  height: 22px;
  border-radius: 12px;
  color: white;
  line-height: 22px;
  text-align: center;
}
#free-page #qa-section .ctrl.qa-questions .question:last-child {
  border-bottom: none;
}
#free-page #qa-section .ctrl.qa-questions .question.active {
  background: #f8f8f8;
  padding: 0 30px 20px 15px;
  border-left-color: #03d0e5;
  border-bottom: none;
  font-size: 12px;
  line-height: 22px;
  color: #888;
}
#free-page #qa-section .ctrl.qa-questions .question.active div {
  display: block;
}
#free-page #qa-section .ctrl.qa-questions .question.active h3 {
  color: #333;
  margin: 0;
}
#free-page #qa-section .ctrl.qa-questions .question.active h3:before {
  font-size: 19px;
  background: none;
  color: #333;
}
#free-page #qa-section .ctrl.qa-questions p {
  font-size: 13px;
  line-height: 22px;
}
#iad {
	text-align: center;
}
#iad img{ 
	margin-top:7px;
}