body{ background:#eee;}
.home-nav{ background:#fff; padding-top:0.625rem;}
.home-nav ul{ margin:0 0.5rem;}
.home-nav ul li{ padding:0.5rem 0.5rem;}
.home-nav ul li a{ display:block; border:1px solid #ddd; background:#fcfcfc; width:100%; border-radius:3px; text-align:center; padding:0.5rem 0; font-size:1.5rem; vertical-align:middle; color:#333;}
.home-nav ul li a i{ width:2.4rem; height:2.4rem; display:inline-block; vertical-align:middle;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ margin-right:0.625rem;}
.home-nav ul li a i img{ width:2.4rem;}
.am-slider-a1{ box-shadow:none;}
.home-course{ background:#fff; padding-bottom:1rem;}
.home-course .am-gallery-bordered .am-gallery-item{ padding:0 0 1rem 0; position:relative; box-shadow:none; border:1px solid #ddd;}
.home-course .am-gallery-bordered .am-gallery-item span{ height:24px; width:24px; background:rgba(0,138,255,0.8); color:#fff; font-size:1rem; line-height:24px; text-align:center; position:absolute; left:-1px; top:-1px;}
.home-course .am-gallery-bordered .am-gallery-title{ padding:0 1rem;}
.home-course .am-gallery-bordered .am-gallery-desc{ padding:0 1rem;}
.am-header-default{ background:#fff; border-bottom:none;}
.am-header-default .am-header-title a{color:#333;}
.am-header-default .am-header-icon{ color:#777;}
.header{  padding:10px; background:#fff; border-bottom:0px solid #ffa509; box-shadow:0 0 3px rgba(0,0,0, 0.2);}
.tongzhi{ background:#eee; border:none; border-bottom:1px solid #ccc; color:#333; margin:0 auto 0rem auto; font-size:1.2rem; padding:0rem 1rem; height:40px; line-height:40px; overflow:hidden;}
.tongzhi.am-alert a{ color:#333;}
.tongzhi.am-alert>.am-close:first-child{ margin-top:5px;}

.home-teacher { padding:1.5rem 1rem 1rem 1rem!important;}
.home-teacher ul{ margin:0; padding:0 0 2.5rem 0;}
.home-teacher ul li{ list-style:none; margin:0; padding:1rem 0; position:relative; background:#fff; border-radius:3px;}
.home-teacher ul li img{ margin:0 auto; background:#fff; padding:3px; border:none;}
.home-teacher ul li .home-tea-info{ width:100%; line-height:140%; font-size:1.6rem;   color:#333; text-align:center; margin:0; padding:0.625rem 0;}
.home-teacher ul li .home-tea-info b{ font-size:1.6rem;}
.teacher-list{padding:1.5rem 0.5rem 1rem 0.5rem!important; background:#fff;}
.teacher-list ul{ margin:0; padding:0;}
.teacher-list ul li{ list-style:none; margin:0.5rem 0; padding:0 0.5rem; position:relative;}
.teacher-list ul li .home-tea-info{  line-height:140%; font-size:1.2rem; position:absolute; left:0.5rem; right:0.5rem; bottom:0; background:rgba(0,138,255,0.8); color:#fff; text-align:center; margin:0; padding:0.625rem 0;}
.teacher-list ul li .home-tea-info b{ font-size:1.6rem;}
.class-type{ font-size:14px; text-align:center; margin:0; padding:0; color:#777;}
.class-type-list{ list-style:none; margin:0rem; padding:1rem 0;}
.class-type-list li{ margin-bottom:0.5rem;  width:50%; float:left; padding:0 1rem;}
.class-type-list li a{ color:#fff; font-size:1.2rem;background:#ff9900; padding:0.2rem 1rem; display:block; border-radius:3px; text-align:center;}
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; /* Fix of Webkit flickering */ z-index: 1; padding-bottom:40px;}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
  list-style:none;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  list-style:none;
}
.swiper-slide img{ border:1px solid #eee; padding:5px;}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;

}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.am-titlebar-cols{ color:#ff0042; background:#fff; border:none; border-bottom:2px solid #eee; padding:0 1rem; height:35px; line-height:35px; margin-top:1rem;}
.am-titlebar-cols .am-titlebar-title { border:none;}
.am-titlebar-cols .am-titlebar-title a{ color:#ff0042;}
.am-titlebar-cols .am-titlebar-nav a{ font-size:1.6rem; color:#fff; line-height:35px;}
.am-titlebar-cols .am-intro-more-top{ color:#ff0042; font-size:2rem;}

.home-news{ padding:0 1rem;}
.home-news li{ max-height:50px; padding:0; }
.home-news li .am-icon-fw{ background:#ff9900; border-radius:0px; border-radius:50%; width:32px; height:32px; margin:9px 5px 9px 0; text-align:center; line-height:32px; font-size:1.2rem; color:#fff;}
.home-video{ padding:0 1rem 0.625rem 1rem; background:#fff;}
.home-video ul li:first-child{ border:none;}
.home-video .am-list-item-text p{ margin:0; padding:0;}
.home-video .am-list-item-hd{ margin:0; padding:0;}
.home-video .am-list-item-hd a{ color:#333;}
.free{ color:#ff0042; font-size:1.6rem;}
.home-video .am-list-thumb{ padding-left:0; padding-right:0; position:relative;}
.home-video .am-list-thumb span{ height:20px; width:32px; background:rgba(0,138,255,0.8); color:#fff; text-align:center; line-height:20px; position:absolute; left:0; top:0; font-size:1.2rem;}
.am-more a{ display:block; padding:0.425rem 0; border:1px solid #ff0042; color:#ff0042; width:60%; margin:1rem auto; font-size:1.4rem; border-radius:3px; text-align:center;}
.am-navbar-default .bottom-nav{ background:#fff;border-top:1px solid #ddd; padding-left:0; padding-right:0; margin-left:-1px;}

.am-navbar-default .bottom-nav li{ border-left:1px solid #ddd; text-align:center; padding-left:0rem; padding-right:0rem;}
.am-navbar-default .bottom-nav li a{ color:#777; font-size:1.4rem;}
.am-navbar-default .bottom-nav li span{ display:inline-block;}
.am-navbar-default .bottom-nav a [class*=am-icon]:before{ font-size:12px; color:#ccc;}
.am-navbar-default .bottom-nav a span.am-icon-home:before{ font-size:2.5rem;}

.am-navbar-default .bottom-nav{ overflow:inherit;}
.am-navbar-default .bottom-nav .am-dropdown-content{ border-radius:5px; min-width:inherit;}
.am-navbar-default .bottom-nav .am-dropdown-content li{ border:none;}
.am-navbar-default .bottom-nav .am-dropdown-content li a{ border-bottom:1px solid #ddd; font-size:14px; border-left:none; height:40px; line-height:40px; padding:0px; text-align:center; margin:0 auto; width:90%;}
.am-navbar-default .bottom-nav .am-dropdown-content li:last-child a{ border:none;}
.am-dropdown-content:after, .am-dropdown-content:before {
    left: 50%;
    top: -8px;
    pointer-events: none;
    margin-left: -8px;
}
.pet_article_footer_info {  text-align: center; font-size: 12px; color:#b9b8b8; height: 30px; line-height: 30px; margin:0px;}
.footer-tel{ text-align:center; margin:10px 0 0 0; padding:10px 0 0 0; border-top:1px solid #eee;}

.tab_nav {
    width: 100%;
    height: 40px;
    background-color: #f9f9f9;
    position:fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.tab_nav_box {
    height: 40px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.tab_nav_list {
    position: absolute;
    left: 0;
}
.tab_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
	margin:0; padding:0;
}
.tab_nav_list ul li {
    display: inline-block;
    padding: 0;
	margin:0 20px;
}
.tab_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 1.4rem;
    text-align: center;
    color: #666;
}
.tab_nav_cur a {
    color: #48a5f4 !important;
}
.tab_nav_list a.active{ color:#C00}
.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: #48a5f4;
    left: 0;
    top: 68px;
    pointer-events: none;
}

.swipe{ padding:0px 0 0 0;}
.swipe section{ margin:0; padding:0;}
.course-list{ padding:0.625rem 1rem; background:#fff;}
.course-list ul li:first-child{ border:none;}
.course-list .am-list-thumb{ padding:0;}
.course-list .am-list-item-hd{ margin-bottom:0; font-size:1.6rem; line-height:150%;}
.course-list .am-list-item-text p{ margin:0;}
.course-lis .am-list .am-list-item-desced a, .am-list .am-list-item-thumbed a{ color:#333;}

.exam{ padding:0.5rem 0; background:#fff;}
.exam .home-news li:first-child{ border:none;}
.foot-con{ background:#fff; padding-bottom:1rem;}

.video-list{ background:#fff; margin-top:1px; padding-top:1rem;}
.video-list .am-gallery-item{ box-shadow:none;}
.video-list li{ border-bottom:1px solid #ddd; padding:0.625rem 5px;}
.video-list li:last-child{ border:none;}
.video-list .am-gallery-desc span{ margin-left:0.625rem;}
.page .am-pagination-select>li>a{ border:1px solid #ddd; background:#fff;}

.am-menu-default .am-menu-sub{ background:#ff0042; left:0; right:0; border-radius:0 0 5px 5px; padding:0;}
.am-menu-default .am-menu-nav>.am-parent>a:before{ color:#ff0042;}
.am-menu-default .am-menu-sub>li>a{ color:#eee;}
.am-menu-default .am-menu-nav>.am-parent.am-open>a{ color:#ff0042;}
.am-menu-default .am-menu-nav a{ color:#333;}
.course-header{ background:#fff;}
.course-header .am-figure-default{ margin:0; position:relative;}
.course-header .am-figure-default img{ padding:0 !important; margin:0 !important; border:none;}
.course-header .am-figure-default figcaption{ position:absolute; left:0; right:0; bottom:0; background:rgba(0,0,0,0.8); padding:0.5rem; margin-bottom:0; color:#eee; font-size:1.6rem;}
.course-primary{ font-size:1.4rem; padding:1rem;}
.course-info{ margin:0 1rem; font-size:1.4rem;}
.course-info i{ margin-right:5px;}
.advisory-set{ background:#fff;}
.advisory-set>div{ list-style:none; padding:1rem;}
.advisory-set>div a{ display:inline-block; width:100%; padding:0.8rem 0;border:1px solid #008aff; border-radius:3px; color:#fff; text-align:center; font-size:1.4rem;}
.advisory-set>div a.ljzx-btn{ background:#008aff;}
.advisory-set>div a.yyst-btn{ background:#fff; color:#008aff;}
.tel-tips{ padding:0.5rem 1rem 1.5rem 1rem; font-size:1.4rem; color:#555;}

.course-intro{ background:#fff; padding:1rem; font-size:1.4rem; color:#333;}
.class-list{ background:#fff; padding:0.625rem 0;}
.kb-time{ font-size:1.4rem; margin-left:10px; color:#777;}
.kb-time i{ margin-right:5px;}

.course-teacher-list{ padding:0rem 0;}
.course-teacher-list ul li:first-child{ border:none;}
.course-teacher-list .am-list-item-hd{ margin:0; font-size:1.6rem;font-weight:normal;}
.course-teacher-list .am-list-item-hd a{ font-size:1.6rem; font-weight:bold; }
.course-teacher-list .am-list-item-text{max-height: 3.8em; overflow:hidden; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    -webkit-line-clamp: 2;}
.course-teacher-list .detail-btn{padding: 0.5em 1.5em!important;
    background: #fff;
    border: 1px solid #ddd;
    color: #FF0004;
    margin: 10px auto!important;
    display: inline-block;
    font-size: 1.3rem;
    border-radius: 5px;}
	
.course-nav{ background:#fff; box-shadow:0px 0px 3px rgba(0,0,0,0.2); position:fixed; bottom:0; left:0; right:0;}
.course-nav ul{ margin:0; padding:0;}
.course-nav li{ list-style:none; text-align:center; border-right:1px solid #ddd; padding:5px 0;}
.course-nav li:first-child{ background:#fff;}
.course-nav li:last-child{ background:#ff0042; color:#fff;}
.course-nav li:last-child span{ color:#fff;}
.course-nav li span{
    height: 20px;
	color:#333;
    margin: 4px auto 0;
    display: block;
    line-height: 20px;}
	.course-nav li span:last-child{ font-size:1.2rem; height:20px; line-height:20px; margin:0;}
	.padding-bot{ padding-bottom:48px; background:#fff;}
	

	
	
	
	.botbar{ padding:0!important;background:#ff0042; text-align:center; }
	.botbar li.online{ background:#fff;border-radius:50px; height:40px; line-height:40px;margin:5px 0; box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
	.botbar li.home{ background:#ff0042; }
	.botbar li.online a{color:#ff0042;}
	.botbar li.tel{ background:#ff0042;}
	.botbar li span{ display:inline-block; font-size:1.4rem;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.title{ margin:15px auto; }
.title h2{ font-size:2rem; margin:0; padding:0; text-align:center; color:#1f1f1f;}
.title p{ font-size:1.2rem; margin:0; padding:0; text-align:center; color:#777; line-height:150%;}
.yuyue{ background:#fff;}
.yuyue-btn{ width:100%; background:#ff0042; color:#fff; border-radius:3px;}
.kunnan{ background:#f6f6f6; padding-bottom:1.5rem;}
.more{ margin:15px auto; width:90%;}
.more a{ display:block; background:#ff0042; color:#fff; text-align:center; padding:8px 0; border-radius:20px; font-size:1.5rem; margin:0 auto;}
.why{ background:#fff; padding-bottom:1.5rem;}

.what-icon{ padding-top:15px;}
.what-icon li{ text-align:center; padding-bottom:10px;}
.what-icon li img{ margin:0 auto; width:30%;}
.what-icon li h2{ font-size:1.6rem; margin:5px auto; padding:0; color:#333;}
.what-icon li p{ font-size:1.2rem; color:#777; margin:0 auto 10px auto; padding:0;}
.course{ background:#f6f6f6; overflow:hidden; padding-bottom:1.5rem;}
.teacher{ background:#fff; padding-bottom:1.5rem;}
.student-list{ padding:1.5rem 0;}
.student-list li{ padding:0 1rem;}
.student-list li a{ color:#fff;}
.student-list li dl dt{position:relative;}
.student-list li dl dt h3{ position:absolute; left:0; bottom:0; margin:0; padding:0.2rem 0; background:rgba(0,0,0,0.5); font-weight:normal; text-align:center; font-size:1.2rem; width:100%; border-radius:0 0 5px 5px;}
.student-list li img{ border-radius:5px;}
.student-list li dl dd a{ font-size:1.2rem;  display:block; width:80%; margin:1rem auto; background:#ff4c4c; color:#fff; border-radius:20px; text-align:center; padding:3px 0;}
.radius-set{ margin:1rem auto 1.5rem auto;}
.radius-set li h2{ color:#ff0042; text-align:center; margin:0; padding:0; font-size:2.2rem;}
.radius-set li img{ width:24%!important;}
.radius-set li p{ text-align:center; margin:0; padding:0; font-size:1.2rem;}
.xiaoqu-list dl{ margin:1rem; background:#fff; padding:2rem 1rem; border-radius:3px; box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
.xiaoqu-list dl dt img{ width:30%; margin:0rem auto; border-radius:50%; display:block;}
.xiaoqu-list dl dd{ text-align:center; font-size:1.4rem; color:#777; margin:0.5rem 0;}
.xiaoqu-list dl dd a{ background:#ff4c4c; border-radius:10px; color:#fff; font-size:1rem; padding:2px 10px;}
.koubei{ background:#fff; padding-bottom:1.5rem;}
.xiaoqu{ background:#f6f6f6; padding-bottom:1.5rem;}
.qiye{ background:#fff; padding-bottom:1.5rem;}

.setting{ padding-bottom:1.5rem; background:#f6f6f6;}
.setting .swiper-container-horizontal > .swiper-pagination{ bottom:20px;}
.qiye-list li{ padding:0 1rem;}
.qiye-list li img{ padding:5px; border:1px solid #eee;}
.qiye-list li h2{ font-size:1.4rem; font-weight:normal; text-align:center; margin:0.5rem 0 1rem 0; padding:0; color:#999;}
.am-footer-default{ background:#f6f6f6;}
.gift{ padding-bottom:1.5rem;}
.gift p{ font-size:1.2rem; margin:0.5rem 0; padding:0; color:#333;}
.gift p i{ color:#999;}
.red-btn a{ background:#ff5858;}
.service{ background:#fff;}
.service .radius-set li{ margin:1.5rem auto;}
.service .radius-set li img{ margin:0 auto 1.5rem auto; width:40%;}
.service .radius-set li h2{ font-size:2rem; font-weight:normal; color:#333; margin-bottom:0.5rem;}
.service .radius-set li p{ font-size:1.4rem; color:#555;}
.hezuo{ background:#f6f6f6; padding-bottom:1rem;}
.hezuo .radius-set li{ background:#fff; margin:1rem auto; padding:1.5rem 0; border-radius:5px; box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
.hezuo .radius-set li img{ margin:0 auto 1.5rem auto; width:50%;}
.hezuo .radius-set li h2{ font-size:1.8rem; font-weight:normal; color:#333; margin-bottom:1rem;}
.hezuo .radius-set li p{ font-size:1.4rem; color:#555; padding:0 1rem;}

.gaofen li{ padding:0.5rem;}
.gaofen li h4{ height:24px; line-height:24px; background:#d2b400; color:#fff; text-align:center; font-size:14px; font-weight:normal; border-radius:10px 10px 0 0; margin:0 ;}
.gaofen li h4{ background:#d2b400;}
.gaofen li p{ border:1px solid #ddd; padding:10px; background:#fff; border-top:none; line-height:160%; margin:0; font-size:1.2rem; color:#777;}	

.part{ font-size:1.2rem; color:#999; text-align:center; margin:0 auto;}
.course-tab{ text-align:center; margin:1rem auto;}
.course-tab a{ display:inline-block; text-align:center; border-radius:20px; padding:5px 2.5rem; border:1px solid #ddd; background:#fff; font-size:1.4rem; margin:0.3rem 0;}
.course-tab a.current{ background:#ff0042; color:#fff; border:1px solid #ff0042;}
.course .am-list-item-hd{ margin-bottom:0.5rem;}
.course-set{ text-align:right;padding:0 1rem; margin:0;}
.course .course-set a{ color:#ff0042; font-size:1.4rem; text-decoration:underline;}

.test-list{ margin:1rem auto; background:#fff; padding:1rem;}
.test-list h3{ color:#ff0d70;}
.test-list .am-radio{ margin:1rem auto;}
.am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons, .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons{ color:#ff0000;}
.test-head{ background:#fff; padding:1rem; font-size:1.2rem; color:#333; margin-top:1rem; border:4px solid #ff9ccb;}
.nav{ margin:0.5rem;}
.nav li{ padding:0.5rem;}
.nav li img{ border-radius:0%; width:80%; margin:0 auto;}
.tips{ background:#fff; margin:1rem; padding:1rem; color:#555;}
.tips h2{ color:#f22975;}
.tips b{ color:#f22975;}
.tips p{ margin:5px auto; font-size:1.4rem;}
.set-title{ text-align:center; display:block; margin:0px auto; width:100%; font-size:1.4rem!important; position:absolute; background:rgba(255,0,66,0.5); color:#ffff; left:0; bottom:0; z-index:9999; border-radius:0 0 10px 10px;}
.openclass-pic img{ border-radius:10px;}
.gkk-a{ position:relative; width:100%; display:block; color:#fff; margin-bottom:25px;}

.kf2018{  width:100%; height:100%; position:fixed; left:0; top:0; z-index:9998; display:none; }
	.kf2018-con{ background:#fff; width:80%; min-height:200px; position:fixed;  z-index:9999;left:50%; top:50%; margin:-100px -40%; border-radius:10px;box-shadow:3px 0 8px rgba(0,0,0,0.5);}
	.close{ padding:0.5rem 1rem; background:#eee; position:absolute; top:0; right:0; border-radius:0 10px 0 0;}
	.close .am-icon-times-circle{ font-size:18px;}
	.kf-title{ margin:20px 10px 10px 10px; padding:0; }
	.form-dl{ padding:0 1rem; margin:1.5rem 0 0 0; height:40px;}
	.form-dl dt{ width:60%; float:left; margin:0; padding:0;}
	.form-dl dt input{ width:98%; padding:0 1%; border:1px solid #888; height:40px; line-height:40px; font-size:14px; font-weight:normal;}
	.form-dl dd{ width:40%; float:left; margin:0; padding:0;}
	.form-dl dd input{ width:100%; height:40px; line-height:40px; background:#ff0042; color:#fff; border:none;}
	.dhzx{ width:50%; position:absolute; left:0; bottom:0; background:#ff6600; color:#fff; text-align:center; line-height:40px;font-size:14px; border-radius:0 0 0 10px;}
	.zxzx{ width:50%; position:absolute; right:0; bottom:0; background:#ff0042; color:#fff; text-align:center; line-height:40px; font-size:14px; border-radius:0 0 10px 0;}
	.dhzx:hover, .zxzx:hover{ text-decoration:none; color:#fff;}
	.kf-ts{ clear:both; font-size:1.2rem; margin:0.5rem 1rem; color:#777;}

.kefu{ position:fixed; width:30px; right:0rem; top:50%; height:105px; margin:-40px 0 0 0;   z-index:1000; background:#ff8800; color:#fff; border-radius:5px 0 0 5px; display:none;box-shadow:1px 0 3px rgba(0,0,0,0.5);}
	.kefu a{ font-size:1.4rem; display:block; width:14px; padding:8px; color:#fff; line-height:18px;}
