/*
Theme Name: 运动健身响应式网站模板
Theme URI: http://demo.douphp.com/
Description: DouPHP 默认模板
Version: 1.0
Author: DouCo Co.,Ltd.
Author URI: https://www.douphp.com/
*/

/* 初始化
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #F5F5F5;
}
body, button, input, textarea {
 font-size: 14px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 color: #333333;
}
a:hover {
 color: #333333;
 text-decoration: none;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 14px;
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset !important;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
 cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
#wrapper .mb {
 margin-bottom: 50px;
}
#wrapper .headBox {
 position: relative;
}
#wrapper .headBox.height {
 height: 850px;
}
#wrapper .page-box {
 zoom: 1;
 overflow: hidden;
}
/* -- page -- */
#page-left {
 float: left;
 width: 220px;
}
#page-in {
 margin-left: 250px;
 overflow: hidden;
 background-color: #FFF;
 padding: 30px;
}
@media (max-width:992px) {
 #page-left {
  float: none;
  width: auto;
 }
 #page-in {
  margin-left: 0;
  padding: 15px;
 }
 #wrapper .headBox.height {
  height: 1025px;
 }
}
@media (min-width: 1200px) {
 .container {
  max-width: 1200px;
 }
}
/* 头部导航
----------------------------------------------- */
#header {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 1000;
}
@media (min-width:992px) {
 #header {
 padding-top: 20px;
 }
}
/* -- navbar -- */
#header .navbar {
	z-index: 1000;
}
#header .navbar.fix {
	position: fixed;
 top: 0;
 right: 0;
 left: 0;
 z-index: 1030;
}
#header .navbar .logo {
 display: block;
}
@media (min-width:992px) {
 #header .navbar {
  padding: 0;
 }
 #header .navbar .logo {
  display: block;
  height: 55px;
 }
}
@media (max-width:992px) {
 #header .navbar .logo {
  height: 35px;
 }
}
#header .navbar .logo img {
 height: 100%;
}
#header .navbar .menu {
 background-color: transparent;
}
#header .navbar .fa {
 font-size: 30px;
 padding: 0 10px;
 color: #DDD;
}
/* -- main-nav -- */
#header .main-nav .dropdown-menu {
 padding: 0;
 margin: 0;
 min-width: 100%;
 font-size: 14px;
 color: #212529;
 text-align: left;
 list-style: none;
 background-color: #fff;
 background-clip: padding-box;
 border: 0;
 border-radius: 0;
}
@media (min-width:992px) {
 /* LEVEL ONE */
 #header .main-nav .nav-item {
  margin-left: 15px;
 }
 #header .main-nav .nav-item .nav-link {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
 }
 #header .main-nav .nav-item .nav-link::after {
  display: none;
 }
 #header .main-nav .nav-item:hover .nav-link, #header .main-nav .active .nav-link {
  background-color: #999;
  background-color: rgba(153,153,153, .9);
  position: relative;
 }
 /* LEVEL TWO */
 #header .main-nav .dropdown:hover>.dropdown-menu {
  display: block;
  background: transparent;
 }
 #header .main-nav .dropdown-menu .dropdown-item {
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
  white-space:nowrap;
  margin-top: 5px;
 }
 #header .main-nav .dropdown-menu .dropdown-item:hover {
  background: #19B4EA;
  color: #FFF;
 }
 /* LEVEL THREE */
 #header .main-nav .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  min-width: 98px;
  _width: 98px;
 }
 #header .main-nav .dropdown-submenu:hover>.dropdown-menu {
  display: block;
 }
 #header .main-nav .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 13px;
  vertical-align: 0;
  border-right: 0;
  border-top: .2em solid transparent;
  border-left: .3em solid;
  border-bottom: .2em solid transparent;
 }
}
@media (max-width:992px) {
 #header .main-nav .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 23px;
 }
 #header .main-nav .dropdown-menu {
  padding-left: 15px;
 }
 #header .main-nav .dropdown-menu .dropdown-item {
  position: relative;
 }
 #header .main-nav .dropdown-item,  #header .main-nav .nav-link {
  border-bottom: 1px solid #EEE;
  padding: 0.8rem 0;
  background-color: transparent;
 }
 #header .main-nav .dropdown-menu .dropdown-item:active {
  color: #555;
  background-color: #FFF;
 }
}
/* -- pageBanner -- */
#pageBanner {
 height: 290px;
 text-align: center;
 padding-top: 130px;
 background-repeat: no-repeat;
 background-position: center center;
 margin-bottom: 30px;
}
#pageBanner b {
 font-size: 26px;
 color: #D71F1C;
 font-weight: bold;
}
#pageBanner .line {
 margin: 10px 0;
}
#pageBanner .line p {
 width: 40px;
 height: 1px;
 background-color: #555;
 margin: 0 auto;
}
#pageBanner em {
 font-size: 18px;
 color: #EEE;
}
/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
.slide-show .swiper-slide a {
 display: block;
 background-color: #DDDDDD;
 height: 760px;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: auto 100%;
}
.slide-show .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
}
.slide-show .swiper-pagination-bullet-active {
 background-color: #19B4EA;
}
.slide-show .swiper-button-prev {
 left: 50px;
}
.slide-show .swiper-button-next {
 right: 50px;
}
.slide-show .swiper-button-prev, .slide-show .swiper-button-next {
 display: none;
 color: #FFF;
}
.slide-show:hover .swiper-button-prev, .slide-show:hover .swiper-button-next {
 display: block;
}
@media (max-width:992px) {
 .slide-show .swiper-slide a {
  height: 500px;
 }
}
/* -- homeCate -- */
.homeCate {
 position: absolute;
 left: 0;
 top: 667px;
 width: 100%;
 z-index: 1000;
}
.homeCate .box {
 zoom: 1;
 overflow: hidden;
 width: 963px;
 margin: 0 auto;
}
.homeCate a {
 display: block;
 width: 321px;
 height: 183px;
 float: left;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% auto;
}
@media (max-width:992px) {
 .homeCate {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 20px;
 }
 .homeCate .box {
  width: 100%;
  margin: 0 auto;
 }
 .homeCate a {
  width: 100%;
  height: 183px;
  float: none;
 }
}
.homeCate a:hover {
 background-position: left bottom;
}
.homeCate a b {
 display: block;
 font-size: 20px;
 color: #FFF;
 padding: 105px 0 0 15px;
 font-weight: bold;
}
.homeCate a em {
 display: block;
 font-size: 16px;
 color: #FFF;
 padding: 10px 0 0 15px;
}
/* -- about -- */
#index .about {
 padding: 65px 0;
}
#index .about .banner {
 height: 486px;
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 100%;
}
@media (max-width:992px) {
 #index .about .banner {
  height: 150px;
  background-size: 100% auto;
 }
}
#index .about .line {
 margin-top: 30px;
}
#index .about .line b {
 display: block;
 width: 50px;
 height: 8px;
 background-color: #D71F1C;
 margin: 0 auto;
}
#index .about .desc {
 position: relative;
}
#index .about .desc em {
 display: block;
 font-size: 16px;
 padding: 20px 240px 20px 20px;
}
#index .about .desc a {
 position: absolute;
 right: 100px;
 top: 0;
 display: block;
 width: 50px;
 height: 100px;
 background: url(../image/about_more.png) no-repeat left top;
 text-indent: -9999px;
 overflow: hidden;
}
#index .about .desc a:hover {
 background: url(../image/about_more_on.png) no-repeat left top;
}
@media (max-width:992px) {
 #index .about .desc em {
  padding: 20px 75px 20px 15px;
 }
 #index .about .desc a {
  right: 15px;
 }
}
#index .link a {
 color: #555;
}
/* -- team -- */
#index .team {
 background: url(../image/page_banner.jpg) no-repeat center top;
 background-size:cover;
}
#index .team .list {
 text-align: center;
 margin-top: 100px;
}
#index .team .list dl {
 display: inline-block;
 padding: 0 30px;
}
#index .team .list a.img {
 display: block;
 width: 192px;
 height: 192px;
 margin: 0 auto;
 background-repeat: no-repeat;
 background-position: left top;
}
#index .team .list a.img:hover {
 background-position: left bottom;
}
#index .team .list dt {
 font-size: 24px;
 color: #D9D9D9;
 margin-top: 30px;
}
#index .team .list dd.class {
 font-size: 18px;
 color: #D9D9D9;
}
/* -- index-box -- */
#index .index-box {
 zoom: 1;
 overflow: hidden;
 padding: 75px 0;
}
#index .index-box .head {
 text-align: center;
}
#index .index-box .head .line {
 display: inline-block;
 width: 80px;
 height: 72px;
}
#index .index-box .head .line p {
 height: 1px;
 background-color: #666;
 margin-top: 46px;
}
#index .index-box .head h3 {
 display: inline-block;
 color: #333;
 position: relative;
 text-align: center;
 margin: 0 7px;
}
#index .index-box .head h3 em {
 font-weight: bold;
 font-size: 24px;
 color: #D71F1C;
}
#index .index-box .head h3 p {
 font-size: 24px;
 color: #434343;
}
#index .index-box.bg .head h3 p {
 color: #FFF;
}
#index .index-box .action {
 text-align: center;
 margin-top: 50px;
}
#index .index-box .action a {
 display: inline-block;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 padding: 8px 40px;
 border: 1px solid #434343;
 color: #434343;
 font-size: 14px;
}
#index .index-box .action a:hover {
 background-color: #D71F1C;
 border: 1px solid #D71F1C;
 text-decoration: none;
 color: #FFF;
}
#index .index-box.bg .action a {
 border: 1px solid #FFF;
 color: #FFF;
}
#index .index-box.bg .action a:hover {
 background-color: #FFF;
 color: #333;
}
/* -- hot-news -- */
#index .hot-news {
 margin: 40px 0;
 position: relative;
 height: 440px;
}
#index .hot-news .hot-bg {
 float: right;
}
#index .hot-news .hot-bg img {
 height: 440px;
}
#index .hot-news .text {
 width: 500px;
 text-align: right;
 position: absolute;
 left: 0;
 top: 30px;
}
@media (max-width:992px) {
 #index .hot-news {
  height: auto;
 }
 #index .hot-news .hot-bg {
  float: none;
  margin-top: 30px;
 }
 #index .hot-news .hot-bg img {
  width: 100%;
  height: auto;
 }
 #index .hot-news .text {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
 }
}
#index .hot-news .text-a {
 font-size: 80px;
 color: #9AA7AB;
}
#index .hot-news .text-b {
 font-size: 34px;
 color: #555;
 margin-bottom: 10px;
}
#index .hot-news .text-c {
 font-size: 16px;
 color: #999;
 text-align: left;
 margin-bottom: 25px;
}
#index .hot-news .text-d a {
 display: inline-block;
 -webkit-border-radius: 40px;
 border-radius: 40px;
 background-color: #D71F1C;
 color: #FFF;
 padding: 7px 40px;
 font-size: 30px;
}
@media (max-width:992px) {
 #index .hot-news .text-a {
  font-size: 50px;
 }
 #index .hot-news .text-b {
  font-size: 24px;
 }
 #index .hot-news .text-d a {
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: #D71F1C;
  color: #FFF;
  padding: 7px 40px;
  font-size: 16px;
 }
}
#index .hot-news .text-d a i {
 margin-left: 10px;
}
#index .hot-news .text-d a:hover {
 background-color: #333;
}
#index .hot-line {
 display: block;
 width: 50px;
 height: 8px;
 background-color: #D71F1C;
 margin: 0 auto 50px auto;
}
/* -- middle-banner -- */
#index .middle-banner {
 margin: 40px 0;
 position: relative;
 height: 718px;
}
#index .middle-banner .text-box {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
}
#index .middle-banner .text-box .text {
 padding-top: 200px;
 padding-right: 40%;
}
#index .middle-banner .text-box .text .text-a {
 font-size: 60px;
 color: #FFF;
 margin-bottom: 20px;
}
#index .middle-banner .text-box .text .text-b {
 font-size: 20px;
 color: #FFF;
}
#index .middle-banner .banner-bg {
 height: 718px;
 background-repeat: no-repeat;
 background-position: right top;
 background-size: auto 100%;
}
@media (max-width:992px) {
 #index .middle-banner {
  height: auto;
 }
 #index .middle-banner .text-box {
  position: relative;
 }
 #index .middle-banner .text-box .text {
  padding-top: 0;
  padding-right: 0;
 }
 #index .middle-banner .text-box .text .text-a {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
 }
 #index .middle-banner .text-box .text .text-b {
  font-size: 16px;
  color: #999;
 }
 #index .middle-banner .banner-bg {
  height: 300px;
  margin: 20px 15px 0 15px;
 }
}
/* -- article -- */
#index .article {
}
#index .article .list {
 zoom: 1;
 overflow: hidden;
 margin-top: 80px;
}
@media (max-width:992px) {
 #index .article .list {
  margin-top: 20px;
 }
}
#index .article .list .first .img {
 height: 126px;
 overflow: hidden;
}
#index .article .list .first .img img {
 width: 100%;
}
#index .article .list .first .title {
 font-size: 16px;
 color: #5a5a5a;
 font-weight: bold;
 margin-top: 8px;
}
#index .article .list .first .date {
 font-size: 11px;
 color: #929292;
}
#index .article .list .first .desc {
 font-size: 14px;
 color: #969696;
}
#index .article .list .item {
}
#index .article .list .item .time {
 width: 64px;
 height: 64px;
 border: 3px solid #D71F1C;
}
#index .article .list .item .time .date {
 color: #D71F1C;
 font-size: 16px;
 font-weight: bold;
 padding: 5px 0 0 8px;
}
#index .article .list .item .time .year {
 color: #D71F1C;
 font-size: 14px;
 padding: 0 0 0 8px;
}
#index .article .list .item .title {
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis; 
 margin-top: 25px;
}
#index .article .list .item .title a {
 font-size: 16px;
 color: #5a5a5a;
}
#index .article .list .item .desc {
 font-size: 14px;
 color: #a3a3a3;
 margin-top: 4px;
 padding-bottom: 3px;
 border-bottom: 1px solid #CCC;
}
@media (max-width:992px) {
 #index .article .list .item {
  margin-top: 15px;
 }
 #index .article .list .item .title {
  margin-top: 10px;
 }
 #index .article .list .item .desc {
  padding-bottom: 10px;
 }
}
#index .article .list .item .more {
 margin-top: 25px;
}
#index .article .list .item .more a {
 display: block;
 width: 32px;
 height: 29px;
 line-height: 26px;
 text-align: center;
 font-size: 14px;
 border: 1px solid #555;
 color: #555;
}
#index .article .list .item .more a:hover {
 background-color: #555;
 color: #EEE;;
}
/* -- onepic -- */
#index .onepic {
 padding-bottom: 45px;
 background-color: #282828;
}
#index .onepic .list {
 text-align: center;
 padding: 75px 0 30px 0;
}
#index .onepic .list a {
 display: inline-block;
 padding: 3px;
}
#index .onepic .list a img {
 width: 210px;
 height: 162px;
}
#index .onepic .action {
 margin-top: 20px;
}
/* match_category
----------------------------------------------- */
#match-list {
 padding-top: 20px;
}
#match-list .item {
 margin-bottom: 20px;
}
#match-list .item .name {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 margin-top: 8px;
}
/* match
----------------------------------------------- */
#match {
 padding: 15px 0;
 min-height: 400px;
}
#match .info {
 font-size: 14px;
 border-bottom: 1px solid #DDD;
 margin-bottom: 20px;
}
#match .info span {
 display: inline-block;
 margin: 0 20px 10px 0;
}
#match .info span b {
 font-weight: bold;
}
#match .event .action {
 margin-top: 30px;
}
/* train_category
----------------------------------------------- */
#train-list {
 padding-top: 30px;
}
/* train
----------------------------------------------- */
#train {
 padding: 15px 0;
 min-height: 400px;
}
#train .info {
 font-size: 14px;
 border-bottom: 1px solid #DDD;
 margin-bottom: 20px;
}
#train .info span {
 display: inline-block;
 margin: 0 20px 10px 0;
}
#train .info span b {
 font-weight: bold;
}
#train .program .action {
 margin-top: 30px;
}
/* page
----------------------------------------------- */
#page {
 padding: 20px 0;
 min-height: 400px;
}
#page h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#page .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#page .content {
 color: #666666;
 line-height: 200%;
 padding-top: 10px;
}
#page .content img {
 max-width: 100%;
}
/* product_category
----------------------------------------------- */
#product-category .product-list {
 margin-top: 20px;
 margin-bottom: 25px;
}
#product-category .product-list .item {
 margin-bottom: 15px;
 text-align: center;
}
#product-category .product-list .item .img {
 border: 1px solid #EEE;
}
#product-category .product-list .item .img img {
 width: 100%;
}
#product-category .product-list .item .name {
 margin-top: 12px;
 font-size: 16px;
}
#product-category .product-list .item .price {
 margin-top: 5px;
}
/* product
----------------------------------------------- */
#product {
 padding: 15px 0;
}
#product .product-img {
 float: left;
 width: 300px;
}
#product .product-img img {
 width: 100%;
}
#product .product-img .swiper-button-prev {
 left: 0;
}
#product .product-img .swiper-button-next {
 right: 0;
}
#product .product-img .swiper-button-prev, #product .product-img .swiper-button-next {
 color: #333;
}
#product .product-img .swiper-button-prev:after, #product .product-img .swiper-button-next:after {
 font-size: 25px!important;
}
#product .product-img .gallery-thumbs {
 padding: 10px 0;
}
#product .product-img .gallery-thumbs .swiper-slide {
 width: 25%;
 border: 2px solid transparent;
}
#product .product-img .gallery-thumbs .swiper-slide-thumb-active {
 border: 2px solid #43B5EC;
}
#product .product-info {
 margin-left: 320px;
 padding-top: 10px;
 line-height: 200%;
}
@media (max-width: 768px) {
 #product .product-img {
  float: none;
  width: auto;
 }
 #product .product-info {
  margin-left: 0;
 }
}
#product .product-info h1 {
 font-size: 18px;
}
#product .product-info ul {
 padding-top: 10px;
 margin-bottom: 50px;
}
#product .product-info .product-price {
 margin-bottom: 5px;
}
#product .product-info .product-price .price {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
}
#product .product-info .btn-ask a {
 display: inline-block;
 padding: 5px 25px;
 background-color: #19B4EA;
 color: #FFF;
}
#product .product-info .btn-ask a .fa {
 margin-right: 5px;
}
#product .product-info .btn-buy {
 margin-bottom: 40px;
}
#product .product-info .btn-buy .add-to-cart {
 background: #19B4EA url(../image/btn_addtocart.png) no-repeat 20px 50%;
 color: #FFFFFF;
 padding: 8px 25px 8px 50px;
 text-decoration: none;
 cursor: pointer;
 font-size: 16px;
}
#product .product-info .btn-buy .add-to-cart:hover {
 background-color: #44C4EE;
}
#product .product-content {
 padding: 15px 0;
}
#product .product-content h3 {
 padding: 30px 0 10px 0;
 color: #333;
 font-weight: bold;
 font-size: 16px;
 border-bottom: 1px solid #CBD1D3;
}
#product .product-content ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
#product .product-content img {
 max-width: 100%;
}
/* article_category
----------------------------------------------- */
#article-list dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom: 1;
 overflow: hidden;
}
#article-list dl.last {
 border-bottom: 0;
}
#article-list dt {
 width: 620px;
 margin-bottom: 10px;
 font-size: 14px;
}
#article-list dd {
 color: #999999;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#article-list dd p {
 float: left;
}
#article-list dd p.img {
 margin-right: 10px;
}
#article-list dd p.desc {
 width: 590px;
}
#article-list .num-date {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#article-list .num-date em {
 background-color: #D71F1C;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#article-list .num-date p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* 报名列表
----------------------------------------------- */
#baoming-list dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom: 1;
 overflow: hidden;
}
#baoming-list dl.last {
 border-bottom: 0;
}
#baoming-list dt {
 width: 620px;
 margin-bottom: 10px;
 font-size: 14px;
}
#baoming-list dd {
 color: #999999;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#baoming-list dd p {
 float: left;
}
#baoming-list dd p.img {
 margin-right: 10px;
}
#baoming-list dd p.desc {
 width: 590px;
}
#baoming-list .num-date {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#baoming-list .num-date em {
 background-color: #D71F1C;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#baoming-list .num-date p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
#baoming-list .num-date a {
 display: inline-block;
 margin-top: 5px;
 border: 2px solid #D71F1C;
 color: #D71F1C;
 padding: 6px 30px;
 font-weight: bold;
}
#baoming-list .num-date a:hover {
 background-color: #D71F1C;
 color: #FFF;
}
/* article
----------------------------------------------- */
#article {
 padding: 15px 0;
 min-height: 400px;
}
#article h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#article .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #666666;
 line-height: 180%;
}
#article .content img {
 max-width: 100%;
}
/* 提示信息
----------------------------------------------- */
#dou-msg {
 padding: 10px 0 100px 0;
}
#dou-msg dl {
 padding: 160px 0 200px 0;
 text-align: center;
}
#dou-msg dt {
 color: #D71F1C;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#dou-msg dd {
 color: #666;
}
#dou-msg dd a {
 margin-left: 5px;
 color: #000;
}
/* 新增全局样式
----------------------------------------------- */
/*- form-data -*/
.form-data dl {
 zoom:1;
 overflow:hidden;
 margin-bottom:20px;
}
.form-data dl.two {
 float: left;
 width: 50%;
}
.form-data dl.one {
 float: none;
 width: 100%;
}
.form-data dl dt {
 width: 80px;
 float: left;
 text-align: right;
 margin-top: 5px;
 font-size: 14px;
 font-weight: normal;
}
.form-data dl dt i {
 color:#F00;
 margin-left:5px;
 font-weight:bold;
}
.form-data dl dd {
 margin-left: 90px;
}
.form-data dl dd label {
 margin-right: 15px;
 line-height:34px;
}
/*- fileBox -*/
.fileBox {
 zoom: 1;
 overflow: hidden;
}
.fileBox .fileAdd {
 float: left;
}
.fileBox .fileAdd li {
 width: 80px;
 height: 80px;
 line-height: 80px;
 text-align: center;
 border: 1px dotted #CCCCCC;
 background-color: #EEE;
 cursor: pointer;
 font-size: 14px;
}
.fileBox .fileAdd li img {
 margin-top: 40px;
}
.fileBox .fileList {
 margin-left: 80px;
 zoom: 1;
 overflow: hidden;
}
.fileBox .fileList li {
 float: left;
 border: 1px dotted #CCCCCC;
 height: 80px;
 overflow: hidden;
 margin-left: 10px;
 position: relative;
}
.fileBox .fileList li img {
 width: 80px;
 height: 80px;
}
.fileBox .fileList li span {
 display: none;
 background-color: #60BBFF;
 color: #FFF;
 width: 20px;
 height: 20px;
 text-align: center;
 line-height: 20px;
 cursor: pointer;
 position: absolute;
 bottom: 0;
 right: 0;
}
.fileBox .fileList li:hover span {
 display: block;
}
/* 全局样式
----------------------------------------------- */
/* -- ur-here -- */
.ur-here {
 padding: 0 0 10px 0;
 line-height: 20px;
 color: #999999;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #DDD;
}
@media (max-width:992px) {
 .ur-here {
  display: none;
 }
}
.ur-here a {
 color: #999999;
}
.ur-here b {
 margin: 0 8px;
}
/* -- tree -- */
.treeBox {
 margin-bottom: 15px;
}
.treeBox h3 {
 height: 102px;
 background: #2A3035 url(../image/tree_head_bg.png) no-repeat left top;
}
.treeBox h3 b {
 display: block;
 color: #d9d9d9;
 font-size: 24px;
 padding: 27px 0 0 50px;
 font-weight: bold;
}
.treeBox h3 em {
 display: block;
 color: #d9d9d9;
 font-size: 16px;
 padding: 1px 0 0 50px;
}
.treeBox li {
 margin-top: 3px;
}
.treeBox li a {
 display: block;
 background: #FFF url(../image/tree_bg.png) no-repeat right center;
 color: #000;
 font-size: 16px;
 line-height: 46px;
 text-align: center;
}
.treeBox li.cur a, .treeBox li a:hover {
 background: #2A3035 url(../image/tree_bg_on.png) no-repeat right center;
 color: #FFF;
}
.treeBox .search {
 margin: 20px 0;
}
.treeBox .search .keyword {
 width: 136px;
}
/* -- screen -- */
.screen {
 padding-top: 20px;
 border-bottom: 1px dotted #DDD;
}
.screen dl {
 margin-bottom: 10px;
}
.screen dl dt {
 display: inline-block;
 font-weight: bold;
}
.screen dl dd {
 display: inline-block;
}
.screen dl dd a {
 display: inline-block;
 background-color: #DDD;
 color: #555;
 padding: 2px 10px;
 margin-right: 8px;
}
@media (max-width: 992px) {
 .screen dl dt {
  display: block;
 }
 .screen dl dd {
  display: block;
 }
 .screen dl dd a {
  margin-top: 8px;
 }
}
.screen dl dd a.cur {
 background-color: #19B4EA;
 color: #FFF;
}
/* -- search-box -- */
.search-box {
 border: 1px solid #DDDDDD;
 background-color: #FFF;
 height: 28px;
 padding-left: 10px;
 position: relative;
}
.search-box .keyword {
 color: #CCCCCC;
}
.search-box .btnSearch {
 position: absolute;
 right: 0;
 top: 0;
 background: url(../image/icon_search.png) no-repeat 50% 50%;
 width: 28px;
 height: 28px;
 text-indent: -999px;
 overflow: hidden;
 cursor: pointer;
}
/* -- scale -- */
.scale {  
 overflow: hidden;
}
.scale img {  
 width: 100%;
 cursor: pointer;  
 transition: all 0.6s;  
}
.scale img:hover {  
 transform: scale(1.1);  
}
/* -- common -- */
.cue {
 color: red;
 font-size: 14px;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.captcha {
 text-transform: uppercase;
}

.price {
 color: #CC0000;
}
.none {
 display: none;
}
.pointer {
 cursor: pointer;
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #D71F1C;
 color: #FFF;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 -webkit-appearance: none;
 font-size: 14px;
 line-height: 1.5;
 border-radius: 0;
 border: 0;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #007AD5;
}
.btn-gray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 -webkit-appearance: none;
}
.btn-mini {
 display: inline-block;
 border: 1px solid #4C92FF;
 color: #4C92FF;
 padding: 3px 10px;
 text-transform: capitalize;
 cursor: pointer;
 font-size: 12px;
 -webkit-appearance: none;
}
.btn-payment {
 display: inline-block;
 background-color: #ff4246;
 color: #FFF;
 padding: 7px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 -webkit-appearance: none;
}
.btn-captcha {
 display: inline-block;
 background-color: #19B4EA;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 0;
 color: #FFF;
 padding: 7px 22px;
 text-transform: capitalize;
 cursor: pointer;
 font-size: 13px;
}
.btn-captcha[disabled], .btn-captcha:disabled, .btn-captcha.disabled {
 color: #FFF;
 background-color: #b2b2b2;
 opacity: 1;
}
/* -- color -- */
.cRed {
 color: #F40;
}
.cOra {
 color: #f30;
}
.cGre {
 color: #0c6;
}
.cBlu {
 color: #69c;
}
.cGra {
 color: #999;
}
/* -- input -- */
.text-input {
 height: 34px;
 padding: 6px;
 font-size: 14px;
 border: 1px solid #CCC;
 background-color: #F5F5F5;
 color: #666;
 -webkit-appearance: none;
}
.text-input[disabled], .text-input:disabled, .text-input.disabled {
	color: #999;
}
.text-area {
 padding: 4px;
 border: 1px solid #CCC;
 background-color: #F5F5F5;
 line-height: 20px;
 -webkit-appearance: none;
}
.text-area-auto {
 border: 1px solid #CCC;
 background-color: #F5F5F5;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
}
@media (max-width: 992px) {
 .btn, .btn-gray, .btn-payment, .btn-captcha, .text-input, .text-area, .text-area-auto, .inp-main {
  max-width: 100%;
 }
}
/*- input-file -*/
.input-file {
 width: 80px;
}
.input-file .input-file-show {
 height: 80px;
 line-height: 80px;
 text-align: center;
 color: #555;
 background-color: #EEE;
}
.input-file .input-file-show img {
 width: 100%;
 height: 80px;
}
.input-file .input-file-btn {
 width: 100%;
 background-color: #DDD;
 color: #999;
 line-height: 25px;
 cursor: pointer;
 text-align: center;
 -webkit-appearance: none;
}
/*- table-basic -*/
.table-basic {
 color: #666666;
 border-left: 1px solid #DDD;
 border-top: 1px solid #DDD;
 border-collapse: collapse;
}
.table-basic select {
 color: #8F8F8F;
}
.table-basic .head b {
 font-weight: bold;
}
.table-basic td, .table-basic th {
 border-right: 1px solid #DDD;
 border-bottom: 1px solid #DDD;
}
.table-basic th {
 background-color: #EEE;
 text-align: center;
}
.table-basic .child {
 background-color: #FFFFFF;
}
.table-basic td label {
 margin-right: 15px;
}
.table-basic td i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.table-basic tr:hover td {
 background-color: #EEE;
}
.table-basic .match-name {
}
/*- form-basic -*/
.form-basic dl {
 zoom:1;
 overflow:hidden;
 margin-bottom:20px;
}
.form-basic dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.form-basic dl dt i {
 color:#F00;
 margin-left:5px;
 font-weight:bold;
}
.form-basic dl dd label {
 margin-right: 15px;
 line-height:34px;
}
/*- table-div -*/
.table-div {
 zoom:1;
 overflow:hidden;
}
.table-div dl {
 zoom:1;
 overflow:hidden;
 margin-bottom:20px;
}
.table-div dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.table-div dl dt i {
 color:#F00;
 margin-left:5px;
 font-weight:bold;
}
.table-div dl dd label {
 margin-right: 15px;
 line-height:34px;
}
@media (max-width:992px) {
 .table-div dl dt {
  float: none;
 }
}
/* -- lift -- */
.lift {
 margin-top: 60px;
 color: #999;
 font-size: 14px;
}
.lift a {
 color: #999;
}
.lift span {
 margin-right: 15px;
}
/*- miniTab -*/
.miniTab {
 border-bottom: 1px solid #19B4EA;
 font-weight: bold;
 font-size: 12px;
 overflow: hidden;
}
.miniTab a {
 display: block;
 float: left;
 line-height: 35px;
 height: 35px;
 background-color: #F9F9F9;
 padding: 0 20px;
 text-decoration: none;
 color: #888;
}
.miniTab a.cur {
 background-color: #19B4EA;
 color: #FFF;
}
/* -- pager -- */
.pager {
 text-align: right;
 padding-top: 20px;
 color: #666;
 font-size: 14px;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* -- pager class two -- */
.pager ul {
 display: inline-block;
 *display: inline;
 border-left: 1px solid #dddddd;
}
.pager ul li {
 display: inline;
}
.pager ul li a {
 float: left;
 padding: 0 14px;
 line-height: 38px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-left-width: 0;
}
.pager ul li a:hover {
 background-color: #f5f5f5;
}
.pager ul .active a {
 background-color: #f5f5f5;
 color: #999999;
 cursor: default;
}
/* footer
----------------------------------------------- */
#footer {
 background-color: #282828;
 padding: 10px 20px;
 color: #CCC;
 text-align: center;
 font-size: 12px;
}
#footer .footNav {
 margin-bottom: 10px;
}
#footer .footNav a {
 color: #CCC;
}
#footer .footNav i {
 margin: 0 12px;
 color: #555;
}
#footer .footNav a.first {
 margin-left: 0;
}
#footer .copyRight, #footer .copyRight a {
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #CCC;
}
#footer .netSafeRecord {
 margin-left: 10px;
}
#footer .netSafeRecord img {
 vertical-align: bottom;
}