body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,hr,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

.text{
	display:inherit
	vertical-align:text-top ;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,i,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul,li {
	list-style: none;
}

hr {
	height: 0;
	border: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a,a:hover,a:active,a:link {
	text-decoration: none;
}

body {
	/*background: url(bgall.jpg);
	background-size:contain;*/
	background-color: white;
}

td {
	padding: 5px 0px !important;
}

input[type=text] {
	-webkit-appearance: none;
}

.texr {
	text-align: right;
}

.texr_center {
	
}


#table td input {
	width: 93%;
	height: 30px;
}

.dspNone {
	display: none;
}

#info td input,select {
	width: 93%;
	height: 30px;
}

.sample {
	margin-top: 0px;
	padding-right: 30px;
	text-align: right;
}

.err {
	border: 1px red solid !important;
}

.containerSty {
	/* border: 1px #d4c9d9 solid;
	border-radius: 5px; */
	padding: 2px 0;
    /* width: 99%; */
	margin: auto;
}

#inputForm table td {
	font-size: 14px;
	font-weight:bold;
}

.checker{
	font-size: 16px;
	text-align:left;
	padding-left:8%;
	padding-bottom:5px;
}

.dashed{
	border-top:1px dashed #ababab;
	height: 1px;
}

.bgLine{
	border-top:1.8px solid #b7c3c2;
	height: 1px;
}


.clause {
	padding: 0 10px;
	margin: 2px;
}

table {
	border-collapse: separate;
}


/**��mui������ css��������**/
/* alert�澯�� */
.mui-popup-backdrop {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	opacity: 0;
	background: rgba(0, 0, 0, .4)
}

.mui-popup-backdrop.mui-active {
	opacity: 1
}

.mui-popup {
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	display: none;
	overflow: hidden;
	width: 270px;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
	transform: translate3d(-50%, -50%, 0) scale(1.185);
	text-align: center;
	opacity: 0;
	color: #000;
	border-radius: 13px
}

.mui-popup.mui-popup-in {
	display: block;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	/*transform: translate3d(-50%, -50%, 0) scale(1);*/
	transform: translate3d(-50%, -100%, 0) scale(1);
	opacity: 1
}

.mui-popup.mui-popup-out {
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 0
}

.mui-popup-inner {
	position: relative;
	padding: 15px;
	border-radius: 13px 13px 0 0;
	background: rgba(255, 255, 255, .95)
}

.mui-popup-inner:after {
	position: absolute;
	z-index: 15;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	background-color: rgba(0, 0, 0, .2)
}

.mui-popup-title {
	font-size: 18px;
	font-weight: 500;
	text-align: center
}

.mui-popup-title+.mui-popup-text {
	font-family: inherit;
	font-size: 14px;
	margin: 5px 0 0
}

.mui-popup-buttons {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.mui-popup-button {
	font-size: 17px;
	line-height: 44px;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 0 5px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #007aff;
	background: rgba(255, 255, 255, .95);
	-webkit-box-flex: 1
}

.mui-popup-button:after {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	background-color: rgba(0, 0, 0, .2)
}

.mui-popup-button:first-child {
	border-radius: 0 0 0 13px
}

.mui-popup-button:first-child:last-child {
	border-radius: 0 0 13px 13px
}

.mui-popup-button:last-child {
	border-radius: 0 0 13px
}

.mui-popup-button:last-child:after {
	display: none
}

.mui-popup-button.mui-popup-button-bold {
	font-weight: 600
}

.mui-popup-input input {
	font-size: 17px;
	width: 100%;
	height: 40px;
	margin: 15px 0 0;
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 0;
	background: #fff; 
}

 
/* ��ʾ�� */
.mui-toast-container {
	position: fixed;
	z-index: 9999;
	bottom: 60%;
	height: 30px;
	width: 100%;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0
}

.mui-toast-container.mui-active {
	opacity: 1
}

.mui-toast-message {
	font-size: 15px;
	width: 270px;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	color: #f6f6f6;
	border-radius: 7px;
	background-color: #d3b2c9
}

.mui-h5w {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.font5 {
	font-size: 14px;
	font-weight: bold;
}

.lp1 {
	letter-spacing: 0.05em
}

.lp2 {
	letter-spacing: 0.13em
}

.lp3 {
	letter-spacing: 0.1em
}

.mt30 {
	padding-top: 30px
}

.mt35 {
	padding-top: 35px
}

.mt40 {
	padding-top: 43px
}

.mt50 {
	padding-top: 50px
}
.mt60 {
	padding-top: 60px
}

.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}



.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}

.pt15 {
	 padding-top: 15px;
}
.pt120 {
	 padding-top: 120px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fontSize12 {
  font-size: 12px;
}

.fontSize13 {
  font-size: 13px;
}

.fontSize14 {
  font-size: 14px;
}
.fontSize15 {
  font-size: 15px;
}
.fontSize16 {
  font-size: 16px;
}

.fontSize17 {
  font-size: 17px;
}

.fontSize18 {
  font-size: 18px;
}

.fontSize19 {
  font-size: 19px;
}
.fontSize20 {
  font-size: 20px;
}

.fontSize22 {
  font-size: 22px;
}

.fontSize25 {
  font-size: 25px;
}

.fontSize28 {
  font-size: 28px;
}	
.package {
	font-size: 16px;
	font-weight: bold !important;
	border-radius: 8px;
	background-color: #e9e9e9;
	padding: 15px 15px;
	letter-spacing: 0.13em;
	/* font-family:"STSong",��������; */
}

.packageClickBg {
	background: url(arrow-up.png) no-repeat right;
}

.packageName {
	float: left;
	width: 92%;
	font-family: 'STSong', ��������;
}

.packageClick {
	float: right;
	width: 8%;
	text-align: right;
}

.mheight50 {
	height: 50px;
}

.buyBtn {
	font-size: 18px;
	font-weight: bold !important;
	text-align: center;
	padding: 15px 20px;
	letter-spacing: 0.13em;
	height: 50px !important;
	border-radius: 10px;
	float:right;
	width:100%;
	color:#ffffff;
}

/*订单页操作按钮*/
.orderOption{
	text-align: right;
    width: 100%;
}
.orderOptionBtn{
	font-size: 12px;
	font-weight: bold !important;
	text-align: center;
	padding: 5px;
	letter-spacing: 0.11em;
	color:#ffffff;
	border-radius: 5px;
}

.myOrderListBtn{
	font-size: 18px;
	font-weight: bold !important;
	text-align: center;
	padding: 8px 10px;
	letter-spacing: 0.13em;
	height: 38px !important;
	border-radius: 10px;
	/*float:right;*/
	width:100%;
	color:#ffffff;
}

.text_right {
	text-align: right;
	width: 70%;
}

.text_left {
	text-align: left;
	width: 30%;
}

.text_center {
	text-align: center;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.pd_left{
	text-align: left;
}

.bg {
	background-color: #afc7d2;
}

#container {
	border: 1px #8f8f94 solid;
	//margin: 12px 10px;
	//border-radius: 8px;
}

.clause {
	padding: 0 15px;
	margin: 2px;
	color: #555;
}

.clause p {
	margin: 8px auto;
}

p {
	font-size: 14px;
	line-height: 150%;
	text-indent: 2em;
	display: block;
	
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.agreeBtn {
	padding: 5px 15px;
	border: 1px solid #d3b2c9;
	font-size: 16px;
	border-radius: 5px;
	color:#fff;
	letter-spacing:0.05em
}

.line {
	padding-top: 5px;
	border-top: 0.5px solid #cccccc;
	height: 1px;
	overflow: hidden;
}

.labelBtn{
	font-size:14px;
	color:#ffffff;
	padding:5px 12px
}

.orderDiv {
	padding: 0 8px;
	background-color: white;
	padding-top: 8px;
	font-size: 12px;
}

#orderBuy,#myOrder{
	text-align:center;
	font-size: 16px;
	font-weight:bold!important;
	border-radius: 8px;
	background-color: #e9e9e9;
	padding: 13px 20px;
	letter-spacing:0.1em;
	
}

.header-bar,
.footer-bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
}
.header-bar {
  top: 0;
}
.header-bar .head-main {
  height: 54px;
  background: #afc7d2;
  position: relative;
  padding: 0 60px;
  font-family:'STSong',华文宋体;
}
.header-bar .head-main .head-logo {
  margin: 0 auto;
  padding-top: 7px;
}
.header-bar .head-main .head-logo,
.header-bar .head-main .head-logo img {
  width: 200px;
  height: 40px;
}
.header-bar .head-main .head-title {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 54px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-bar .head-main .head-control {
  position: absolute;
  left: 0;
  top: 0;
}
.header-bar .head-main .head-control.pull-right {
  left: auto;
  right: 0;
}
.header-bar .head-main .head-control.pull-center {
  width:100%;
  text-align: center;
}
.header-bar .head-main .btn-hd-txt {
  max-width: 60px;
  min-width: 54px;
  height: 54px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.header-bar .head-main .btn-hd-back {
  background: url("btn-hd-back.png") no-repeat center;
}
/*.header-bar .head-main .btn-hd-menu {*/
  /*background: url("btn-hd-menu.png") no-repeat center;*/
/*}*/
/*.header-bar .head-main .btn-hd-user {*/
  /*background: url("btn-sm.png") no-repeat center;*/
/*}*/
.header-bar .head-main .btn-hd-back,
.header-bar .head-main .btn-hd-menu{
  width: 54px;
  height: 54px;
  background-size: 70%;
}

.header-bar .head-main .btn-hd-user{
  width: 40px;
  height: 40px;
  background-size: 70%;
}
.head-title{
	font-weight: bold !important;
}

.readonly{
	color:#a2a0a0;
}
.disabled{
	pointer-events: none;
}
.readonlyBg{
	background-color:#d4d2d2;
}

.increase{
	background-color:#ccc7c7;
	border-radius: 5px;
}

.vtop{
	vertical-align:top;
}

.totalAmount{

	font-size: 18px;
	//font-weight: bold !important;
	text-align: center;
	padding: 15px 20px;
	letter-spacing: 0.13em;
	height: 50px !important;
    float:left;
    background-color:#e9e9e9;
    width:50%; 
   // color:#86316c;
    text-align:center;
    border-radius: 5px 0 0 5px;
}

.textareaCss{
	height:42px;width:90%;border:none;background-color: transparent !important;padding-left:16px;
}

.inputCss{
	width:70%!important;height:32px !important;border:none!important;
}

.inputCss65{
	width:62%!important;height:28px !important;border:none!important; background-color: transparent !important;margin-top: 5px;
}

.inputCss70{
	width:70%!important;height:28px !important;border:none!important; background-color: transparent !important;
}

.commitOrder{
	width:50%; height: 50px !important; border-radius: 0 5px 5px 0;
}

.colorRed{
	color:red;
}

.tips{
	color:#969494;
	font-size: 13px;
	padding:5px;
	border: 1px solid #ccc;
	border-radius:12px;
	//background-color: #ffffff;
}

.bkColor{
	color:#2d2c2c !important;
}

.width_50{
	width:50%!important;
}


.clause {
	padding: 0 8px;
	margin: 2px;
	color: #555;
}

.clause p {
	margin: 8px auto;
}

.lh1{
	line-height:1.5em
}
.lh2{
	line-height:2em
}
.lh2_2{
	line-height:2.2em
}

.footer-bar {
  bottom: 0;
}
.footer-bar ~ .lay-container {
  padding-bottom: 54px;
}
.footer-bar .foot-tab-nav {
  height: 54px;
  background-color:#f9f4f4;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.footer-bar .foot-tab-nav .tab-item {
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



.inputBg {
	background-color: #37b794;
	padding: 6px 8px;
	border: 1px solid #37b794;
	font-size: 13px;
	border-radius: 20px;
	color:#fff;
	letter-spacing:0.05em
}

input::-webkit-input-placeholder {
        color: #cccccc;
        letter-spacing: 0.1em;
      }
      input::-moz-input-placeholder {
        color: #cccccc;
      }
      input::-ms-input-placeholder {
        color: #cccccc;
      }
      
.snBg{
	//background-color: #c4d8e1;
	padding: 1px 5px;
	border: 1px solid #c4d8e1;
	font-size: 13px;
	border-radius: 15px;
	color:#a1bdc7;
	letter-spacing:0.05em;
	font-weight: bold;
}

.agreeMentBtn{
	// color:#f4f3f3 !important;
	 border-radius: 10px !important;
	 //border-color:#e60f0f !important;
	 font-size: 18px!important;
}


.rejectBtn{
	background-color: #b7b7ba!important;
	color:white !important;
	border-radius: 20px!important;
	border-color:#b7b7ba!important;
	font-size: 18px!important;
}

.titleBg{
	background-color: #c4d8e1; //#bfd1d9
	border-radius: 6px;
	height:50px;
	line-height: 50px;
	color: White;
	letter-spacing: 0.2em;
	font-size: 21px !important; 
	width:90%;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

.fontColor{
	/*color:#6dc7c8;*/
	color:#c4d8e1;
}

.footerFontColor{
	 text-align: center;
	 font-size: 17px; 
	 text-indent: 0em; 
	 color: #a6a6a6 !important;
	 width:100%
}

.buyBg{
	/*background-color: #e82051;*/
	background-color: #c4d8e1 !important;
	color: black;
}

/*#agreeCheck +label{
        width: 18px;
        height: 18px;
        background-color: #c07721;
        display: block;
        position: relative;
        top: -18px;
        left: -2px;
        border-radius: 4px;
        cursor: pointer;
        overflow: hidden;
    }
*/

.tabs{width:298px;
        height:98px;
        margin:10px;
        border:1px solid #eee;
        overflow:hidden;}
/*可以看见tabs为298px，加上border的2px也就是300px*/
.tabs-tit ul{position:absolute;
               width:301px;
               left:-1px;}
.tabs-tit li{float:left;
               width:58px;
               height:26px;
               line-height:26px;
               text-align:center;
               overflow:hidden;
               background:#FFF;
               padding:0 1px;
               background:#F7F7F7;
               border-bottom:1px solid #eee;}
               
.tabs-tit li.select{background:#FFF;
                      border-bottom-color:#FFF;
                      border-left:1px solid #eee;
                      border-right:1px solid #eee;
                      padding:0;
                      font-weight:bolder;}


.detectionBg{
	 
	height: 46px !important; 
	line-height: 46px;
	color: white ;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
    background-color: #c4d8e1;
}

#tb tr td label{
	color:#40b5af;
	font-weight: bold;
	font-size:18px;
}
#tb tr td span{
	color:#898889;
}


/** 图片点击放大
 */
.mui-preview-image.mui-fullscreen {
				position: fixed;
				z-index: 20;
				background-color: #000;
			}
			.mui-preview-header,
			.mui-preview-footer {
				position: absolute;
				width: 100%;
				left: 0;
				z-index: 10;
			}
			.mui-preview-header {
				height: 44px;
				top: 0;
			}
			.mui-preview-footer {
				height: 50px;
				bottom: 0px;
			}
			.mui-preview-header .mui-preview-indicator {
				display: block;
				line-height: 25px;
				color: #fff;
				text-align: center;
				margin: 15px auto 4;
				width: 70px;
				background-color: rgba(0, 0, 0, 0.4);
				border-radius: 12px;
				font-size: 16px;
			}
			.mui-preview-image {
				display: none;
				-webkit-animation-duration: 0.5s;
				animation-duration: 0.5s;
				-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
			}
			.mui-preview-image.mui-preview-in {
				-webkit-animation-name: fadeIn;
				animation-name: fadeIn;
			}
			.mui-preview-image.mui-preview-out {
				background: none;
				-webkit-animation-name: fadeOut;
				animation-name: fadeOut;
			}
			.mui-preview-image.mui-preview-out .mui-preview-header,
			.mui-preview-image.mui-preview-out .mui-preview-footer {
				display: none;
			}
			.mui-zoom-scroller {
				position: absolute;
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
				width: 100%;
				height: 100%;
				margin: 0;
				-webkit-backface-visibility: hidden;
			}
			.mui-zoom {
				-webkit-transform-style: preserve-3d;
				transform-style: preserve-3d;
			}
			.mui-slider .mui-slider-group .mui-slider-item img {
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
			}
			.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
				width: 100%;
			}
			.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
				display: inline-table;
			}
			.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
				display: table-cell;
				vertical-align: middle;
			}
			.mui-preview-loading {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: none;
			}
			.mui-preview-loading.mui-active {
				display: block;
			}
			.mui-preview-loading .mui-spinner-white {
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -25px;
				margin-top: -25px;
				height: 50px;
				width: 50px;
			}
			.mui-preview-image img.mui-transitioning {
				-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
				transition: transform 0.5s ease, opacity 0.5s ease;
			}
			@-webkit-keyframes fadeIn {
				0% {
					opacity: 0;
				}
				100% {
					opacity: 1;
				}
			}
			@keyframes fadeIn {
				0% {
					opacity: 0;
				}
				100% {
					opacity: 1;
				}
			}
			@-webkit-keyframes fadeOut {
				0% {
					opacity: 1;
				}
				100% {
					opacity: 0;
				}
			}
			@keyframes fadeOut {
				0% {
					opacity: 1;
				}
				100% {
					opacity: 0;
				}
			}

#tb3 tr td span{
	color:#727071;
}

.btn_left{
	width:45%; 
	float: left;
}

.btn_right{
	width:45%; 
	float: right;
}

#tb3 tr td img{
	width:100%;height:7%
}

.priceColor{
	color:#d1b182;
	font-weight: bold;
}

.ksjcBg{
    background: url("ksjc_bg.jpg") ;
    background-size:contain;
}

.xingBg{
   color:#c4d8e1;
   font-weight: bold;
   font-size: 16px;
}
