body{ font:14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif; color:#444;}
a{ color:#5e7387;}
a:hover{ color:#2a333c;}
a.btn,button.btn,input.form-control,select.form-control,textarea.form-control{ border-radius:0; }

nav.metwebnav{ min-height:60px; line-height:60px; border:0px; margin-bottom:0px; }
nav.metwebnav .logo{ margin:0px; padding:0px; }
nav.metwebnav .logo img{ max-height:50px; margin-top:6px; }
nav.metwebnav .nav li a.nt{ font-size:15px; padding:10px 15px; color:#2a333c; }
nav.metwebnav .nav li a.nt span{ margin-left:5px;position:relative;bottom:2px; }
nav.metwebnav .nav li a.nt{
	transition: color 0.5s; 
	-moz-transition: color 0.5s; /* Firefox 4 */ 
	-webkit-transition: color 0.5s; /* Safari 和 Chrome */
	-o-transition: color 0.5s; /* Opera */
}
nav.metwebnav .nav li a.nt:hover{ color:#00b5ec; }
nav.metwebnav .nav li a.active{ color:#00b5ec; }
nav.metwebnav .member a{ margin-left:10px; border-radius:0px; margin-top:-5px; }
nav.metwebnav .member button{ border:0; margin-top:-5px; border-radius:0; background:#f2f2f2!important; margin-left:10px; }
nav.metwebnav .member button:hover,nav.metwebnav .member button:focus,nav.metwebnav .member button:active,nav.metwebnav .member .open button{ background:#f2f2f2!important; }
nav.metwebnav .member .dropdown-toggle{ position:relative; }
nav.metwebnav .member .dropdown-toggle img{ width:25px; margin-right:10px; border-radius:99px; }
nav.metwebnav .member .dropdown-toggle span.label{ position:absolute; right:-5px; top:-5px; }
nav.metwebnav .member .dropdown-menu{ border-radius:0; }
nav.metwebnav .member .dropdown-menu li a{ margin:0px; padding:6px 15px;  }
nav.metwebnav .member span.label{ margin-left:5px; font-size:10px; border-radius:99px;  }

nav.metwebnav button.navbar-toggle{ margin-top:15px; margin-right:8px; overflow:hidden;}
nav.metwebnav button.navbar-toggle:hover{ background:#f5f5f5;}
nav.metwebnav button.navbar-toggle .icon-bar{ background:#00b5ec;}
nav.metwebnav li.dropdown .dropdown-menu li a{ padding:6px 15px; font-size:15px; }
nav.metwebnav li.dropdown .dropdown-menu li a:hover{ color:#00b5ec; }
nav.metwebnav .collapse{ background:#fff; }
nav.metwebnav li.dropdown .dropdown-menu li a{
	transition: background 0.5s,color 0.5s; 
	-moz-transition: background 0.5s,color 0.5s; /* Firefox 4 */ 
	-webkit-transition: background 0.5s,color 0.5s; /* Safari 和 Chrome */
	-o-transition: background 0.5s,color 0.5s; /* Opera */
}
@media (min-width: 768px) { 
	nav.metwebnav .nav li a.nt{ height:60px; line-height:60px; padding:0px 15px; margin-left:10px; }
	nav.metwebnav .nav li a.nt:hover{ background:none; }
	nav.metwebnav .member .dropdown-menu{ top:57px; }
	nav.metwebnav .member .dropdown:hover .dropdown-menu{display: block;}
	nav.metwebnav .member .dropdown .dropdown-menu:before {
		position: absolute;
		top: -7px;
		right: 19px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(0,0,0,0.2);
		content: '';
	}
	nav.metwebnav .member .dropdown .dropdown-menu:after {
		position: absolute;
		top: -6px;
		right: 20px;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
		border-left: 6px solid transparent;
		content: '';
	}
	
	nav.metwebnav li.dropdown .dropdown-menu{ border-radius:0px; left:10px; top:59px;}
	nav.metwebnav li.dropdown:hover .dropdown-menu{display: block;}
	nav.metwebnav li.dropdown .dropdown-menu:before {
		position: absolute;
		top: -7px;
		left: 19px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(0,0,0,0.2);
		content: '';
	}
	nav.metwebnav li.dropdown .dropdown-menu:after {
		position: absolute;
		top: -6px;
		left: 20px;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
		border-left: 6px solid transparent;
		content: '';
	}
}
.new_version{ font-weight:normal; background:#d9534f; }

/*index*/
.index_top{ background:#00b5ec; padding:100px 0px 0px; text-align:center; }
.index_top header h1{font-weight:300;font-size:50px;line-height:1.2;color:#fff; padding:0;margin:0; letter-spacing:5px;}
.index_top header h1 span{display:block;font-size:25px;margin-bottom:10px;}
.index_top header h1 a{color:#eff62b}
.index_top header h1 a:focus,.codrops-header h1 a:hover{color:#fff}
.index_top header h1 span::after,.index_top header h1 span::before{content:' ― ';font-weight:200}
.index_top header h1 i{display:block;letter-spacing:3;font-size:18px; margin:20px auto 0;line-height:1.8;font-style:normal;font-weight:300}
.index_top img{ margin:50px auto -30px;}
.index_top .demo{ margin:30px 0px 0px;}
.index_top .demo a{ margin:0px 15px;}
@media (min-width: 768px) { 
	.index_top header h1{ font-size:74px; }
	.index_top header h1 span{ font-size:35px; }
	.index_top header h1 i{ font-size:22px; }
}

.index_seo{ text-align:center; padding:120px 0px 60px; background:#f5f5f5; }
.index_seo h3{ font-size:35px; font-weight:200; color:#2a333c; }
.index_seo h3 p{ font-size:22px; max-width:600px; margin:20px auto 0px; color:#5e7387; }
.index_seo .block{ margin:50px auto 0px; text-align:left; }
.index_seo .block h4{ font-size:24px; margin-bottom:20px; color:#337ab7; }
.index_seo .block p{ font-size:18px; color:#666; line-height:1.8; }
.index_seo img{ margin:20px auto 30px; -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3); box-shadow: 0 0px 12px 0 rgba(0,0,0,0.3); }

.index_seo .carousel-control{ color:#eee; }
.index_seo .carousel-control.left,.index_seo .carousel-control.right{ background:none; }
.index_seo .carousel-control .glyphicon-chevron-right,.index_seo .carousel-control .glyphicon-chevron-left{ font-size:60px; width:60px; height:60px; font-weight:200; color:#ccc; }
.index_seo .carousel-control .glyphicon-chevron-right{ margin-right:-50px; }
.index_seo .carousel-control .glyphicon-chevron-left{ margin-left:-50px; }
.index_seo .carousel-indicators li{ background:#bbb; }

@media (min-width: 768px) { 
	.index_seo .block{ margin:100px auto 0px; }
	.index_seo img{ margin:20px auto 0px; }
}

.index_lang{ text-align:center; padding:100px 0px 60px; background:#fff; }
.index_lang h3{ font-size:40px; font-weight:200; color:#2a333c; margin-bottom:80px; }
.index_lang h3 p{ font-size:22px; max-width:600px; margin:20px auto 0px; color:#5e7387; line-height:1.5; }
.index_lang .row h4{ font-size:22px; color:#2a333c; margin:25px 0px 18px; }
.index_lang .row p{ font-size:18px; color:#5e7387; }
.index_lang .list{ margin-bottom:70px; }
.index_lang .icon{ display:block; width:100px; height:100px; margin:0px auto; background:url(../img/index_lang.png) no-repeat center center; }
.index_lang .icon-wx{ background-position:left 0px; }
.index_lang .icon-fg{ background-position:left -100px; }
.index_lang .icon-bm{ background-position:left -200px; }
.index_lang .icon-ym{ background-position:left -300px; }

.index_zd{ text-align:center; padding:80px 0px 0px; background:#293242; position:relative; min-height:600px; }
.index_zd h3{ font-size:35px; font-weight:200; color:#fff; margin-bottom:40px;  }
.index_zd p{ font-size:18px; max-width:700px; font-weight:normal; text-align:left; margin:0px auto 20px; color:#bacad9; line-height:1.5; }
.index_zd img{ margin:40px auto -12px; position:relative; }
@media (min-width: 768px) {
	.index_zd h3{ font-size:40px; }
}

.index_more{ text-align:center; padding:100px 0px; background:#fff; }
.index_more h3{ font-size:40px; font-weight:200; color:#2a333c; margin-bottom:80px; }
.index_more h3 p{ font-size:20px; max-width:600px; margin:20px auto 0px; color:#5e7387; line-height:1.5; }
.index_more .row h4{ font-size:22px; color:#2a333c; margin:25px 0px 18px; }
.index_more .row p{ font-size:18px; color:#5e7387; }
.index_more .list{ margin-bottom:70px; }
.index_more i.fa{ font-size:50px; background:#00b5ec; width:100px; height:100px; line-height:100px; color:#fff; text-align:center; border-radius:99px;  }
.index_more .text-primary{ font-size:22px; text-decoration:underline; }
@media (min-width: 768px) {
	.index_more h3 p{ font-size:22px; }
}

.index_num{ text-align:center; font-weight:200; padding:0px 0px; background:url(../img/logos.jpg) repeat-y center center; position:relative; height:600px; }
.index_num h3{ font-size:40px; font-weight:200; color:#fff; margin:220px 0px 20px; }
.index_num h3 p{ font-size:20px; max-width:600px; margin:20px auto 0px; color:#bacad9; line-height:1.5; }

.index_down{ text-align:center; font-weight:200; padding:80px 0px 100px; background:#fff; }
.index_down h3{ font-size:38px; font-weight:200; color:#2a333c; margin-bottom:20px; }
.index_down h3 p{ font-size:22px; max-width:600px; margin:20px auto 0px; color:#5e7387; line-height:1.5; }
.index_down a.btn{ padding:15px 60px; }

/*footer*/
footer { border-top:1px solid #f0f2f5; color:#5e7387; text-align:center; }
footer .footnav{ padding:30px 0px; }
footer .footnav h4{ color:#2a333c; }
footer .footnav ul{ padding:0px; list-style:none;  }
footer .footnav ul li{ margin-bottom:3px; }
footer .footnav ul li a{ color:#5e7387; }
footer .footnav .messge{ text-align:center;  }
footer .footnav .messge em{ display:block; font-size:26px; font-style:normal;  }
footer .footnav .messge p{ color:#999; margin-bottom:15px;  }
footer .footnav .messge i{ font-size:26px;  }
footer .footnav .messge a{ margin:0px 8px;  }
footer .footnav .messge a:hover,footer .footnav .messge a:focus{ text-decoration:none;  }
footer .copyright{ margin-right:10px;}
footer .beian{ margin-right:10px;}
footer .txt{ border-top:1px solid #f0f2f5; color:#aaa; padding:20px 0px 0px; margin-bottom:0px; text-align:center; }
footer .txt a{ color:#aaa; }
footer .powered_by_metinfo{ text-align:center; padding:2px 0px 20px; color:#aaa; }
footer .powered_by_metinfo a{ color:#aaa; }
footer a.weixinbox i{ color:#4bcc1b; cursor:pointer; }
footer i.fa-qq{ color:#70A8D6; }
footer i.fa-weibo{ color:#E07366; }
footer .popover{ top:-75px!important; }
footer .breadcrumb{ background:none; }

/*在线客服*/
.metinfo_side{position:fixed;display:none;width:54px;height:275px;right:0;top:214px;z-index:100;}
.metinfo_side ul{ list-style:none; padding:0px; }
.metinfo_side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.metinfo_side ul li .sidebox{position:absolute;width:54px;height:54px;line-height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;color:#fff; overflow:hidden;}
.metinfo_side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;color:#fff;opacity:0.8;}
.metinfo_side ul li i.fa{float:left;width:54px; height:54px; line-height:54px; text-align:center; font-size:28px; }
.metinfo_side ul li .sidetop{
	transition: background 0.5s,opacity 0.5s; 
	-moz-transition: background 0.5s,opacity 0.5s; /* Firefox 4 */ 
	-webkit-transition: background 0.5s,opacity 0.5s; /* Safari 和 Chrome */
	-o-transition: background 0.5s,opacity 0.5s; /* Opera */
}
.metinfo_side ul li .sidetop:hover{background:#ae1c1c;opacity:1;}
.metinfo_side ul li .sidebox{
	transition: background 0.5s,opacity 0.5s,width 0.2s; 
	-moz-transition: background 0.5s,opacity 0.5s,width 0.2s; /* Firefox 4 */ 
	-webkit-transition: background 0.5s,opacity 0.5s,width 0.2s; /* Safari 和 Chrome */
	-o-transition: background 0.5s,opacity 0.5s,width 0.2s; /* Opera */
}
.metinfo_side ul li .sidebox:hover{ background:#ae1c1c;opacity:1; width:115px; }
.metinfo_side ul li.mq .sidebox:hover{ background:#ae1c1c;opacity:1; width:122px; }
.metinfo_side ul li.tel .sidebox:hover{ background:#ae1c1c;opacity:1; width:152px; }
@media (min-width: 768px) { 
	.metinfo_side{display:block;}
}

/*metcms*/
.metcms .content{ padding:50px 0px; }
.metcms .content .table{ width:100%; }
.metcms .content .table thead th{ padding: 12px 20px!important; text-align:center; font-size:18px; line-height:1; font-weight:normal; border-left:4px solid #fff; border-bottom:0!important; }
.metcms .content .table thead th.t1{ width:100px; }
.metcms .content .table thead th.t2{ width:100px; }
.metcms .content .table thead th.t3{ width:200px; }
.metcms .content .table thead th.t4{ text-align:left; }
.metcms .content .table tbody td{ font-weight:normal; vertical-align:middle; padding: 12px 20px !important; font-size:16px; border-left:4px solid #fff; }
.metcms .content .table tbody td{ text-align:center; border-top:0!important; }
.metcms .content .table tbody td.text-left{ text-align:left; }
.metcms .content .table tbody th{ border-top:0!important; }
.metcms .content .table tbody th i{ margin-left:5px; color:#f0ad4e; }
.metcms .content .table thead tr{background:#eff4f5; }
.metcms .content .table tbody tr:nth-child(even){background:#eff4f5;}
.metcms .content .table td.c1{background:#fff; }
.metcms .content .table td.c2{background:#337ab7; color:#fff; }
.metcms .content .table td.c2_b{background:#5bc0de; color:#fff; }

/*商业授权*/
.business_top{ background:#00b5ec; padding:50px 0px; text-align:center; }
.business_top h1{ color:#fff; font-size:45px; font-weight:300; }
.business_top p.desc{ color:#fff; font-size:20px; font-weight:300; }

.business_tq{ padding:50px 0px; }
.business_tq .list{ width:300px; margin:0px auto; padding:15px; text-align:center; }
.business_tq .list h3{ font-size:20px; margin:20px 0px 10px; color:#2a333c; }
.business_tq .list p{ color:#5e7387; }
.business_tq .icon{ display:block; width:100px; height:100px; margin:0px auto; background:url(../img/business_tq.png) no-repeat center center; }
.business_tq .icon-xz{ background-position:left 0px; }
.business_tq .icon-web{ background-position:left -110px; }
.business_tq .icon-9z{ background-position:left -220px; }

.business_table{ padding:0px 0px 50px; }
.business_table table{ width:100%; }
.business_table thead th{ padding: 12px 20px!important; width:20%; text-align:center; font-size:18px; line-height:1; font-weight:normal; border-left:4px solid #fff; border-bottom:0!important; }
.business_table tbody td,.business_table tbody th{ font-weight:normal; padding: 12px 20px !important; font-size:16px; border-left:4px solid #fff; }
.business_table tbody td{ text-align:center; border-top:0!important; }
.business_table tbody th{ border-top:0!important; }
.business_table tbody th i{ margin-left:5px; color:#f0ad4e; }
.business_table table thead tr{background:#eff4f5;}
.business_table table tbody tr:nth-child(even){background:#eff4f5;}
.business_table th.heading{ border-left:2px solid #00b5ec; border-top:0!important;}
.business_table .glyphicon{ font-size:22px; color:#21d376; }
.business_table th.t1{ background:#5cb85c; color:#fff; }
.business_table th.t2{ background:#5bc0de; color:#fff; }
.business_table th.t3{ background:#337ab7; color:#fff; }
.business_table th.t4{ background:#d9534f; color:#fff; }
.business_table a.btn{ border-radius:0px; }

.business_faq{ background:#f9f9f9; padding:30px 0px; }
.business_faq h4{ font-size:22px; margin-bottom:30px; color:#5e7387; }
.business_faq h4 i{ margin-right:5px; }
.business_faq h3{ font-size:16px; margin-bottom:10px; color:#2a333c; }
.business_faq p{ color:#5e7387; margin-bottom:40px; line-height:1.8; }
.business_faq p.text-danger{ color:#a94442; }

/*建站套餐*/
.package_top{ background:#00b5ec; padding:50px 0px; text-align:center; }
.package_top h1{ color:#fff; font-size:35px; font-weight:300; }
.package_top p.desc{ color:#fff; font-size:20px; font-weight:300; }

.package_kf{ text-align:center; padding:30px 0px; background:#00b5ec; color:#fff;}
.package_kf h3{ font-size:28px; margin-bottom:15px; font-weight:300; }
.package_kf a.btn{ border-radius:0px; padding:10px 30px; }

.temp{ background:#f9f9f9; padding:50px 0px; }
.temp .list{ margin:0px 0px 30px; padding:30px 0px; background:#fff; box-shadow: 1px 1.732px 5px 0px rgba(4,5,6,0.08); }
.temp .list span.price{ font-size:55px; display:block; margin:0px 0px 50px; color:#ff6709;  }
.temp .list del{ font-size:20px; color:#999; display:block; margin:50px 0px 0px; }
.temp .list a.btn,.temp .list button{ padding:10px 60px; margin-top:20px; border-radius:0px; }
.temp .list i.fa-check{ color:#90c940; margin-right:3px; }
.temp .list p{ color:#666; line-height:2; }
@media (min-width: 768px) { 
	.temp .list{margin:0px 20px;}
}
.taocan .list span.price{ margin-bottom:0px; }
.taocan .list p.xufei{ margin-bottom:50px; }
.taocan .list i.fa-times{ color:#d92626; margin-right:3px; }
.taocan .pinpai span.price{ color:#00aeef; }
.taocan h4{ font-size:40px; margin-bottom:30px; }
.taocan h4 span.label{ font-size:20px; border-radius:0; position:relative; bottom:5px; margin-left:5px; font-weight:normal; }
@media (min-width: 768px) { 
	.taocan h4{ margin-bottom:80px; }
}

.package_faq{ background:#fff; padding:30px 0px; }
.package_faq h4{ font-size:22px; margin-bottom:30px; color:#5e7387; }
.package_faq h4 i{ margin-right:5px; }
.package_faq h3{ font-size:16px; margin-bottom:10px; color:#2a333c; }
.package_faq p{ color:#5e7387; margin-bottom:40px; line-height:1.8; }
.package_faq p.text-danger{ color:#a94442; }
.package_faq ul li{ color:#5e7387; }

/*download*/
.metinfo_top{ padding:120px 0px; text-align:center; border-top:1px solid #f0f2f5; }
.metinfo_top h1{ color:#2a333c; font-size:45px; font-weight:300; margin-bottom:20px; }
.metinfo_top h2.desc{ font-size:20px; font-weight:300; color:#5e7387; line-height:1.5; }
.metinfo_top a.btn-primary{ border-radius:0; margin:50px 0px 0px; padding:14px 60px; }
.metinfo_top p.bb{ color:#999; margin:15px 0px; font-size:16px; }
.metinfo_top a.btn-default{ border-radius:0; border-color:#5e7387; color:#5e7387; margin:0px 15px; }
.metinfo_top img{ margin:50px auto -9px; }

.download_hj{ padding:100px 0px; text-align:center; }
.download_hj h3{ color:#2a333c; font-size:28px; font-weight:300; margin:0px 0px 20px; }
.download_hj p.hj{ color:#5e7387; margin-bottom:0px; line-height:1.8; font-size:16px; }
.download_hj a.btn{ margin-top:10px; border-radius:0px; padding:6px 30px; }

.download_wd{ padding:50px 0px; text-align:center; background:#f5f5f5; }
.download_wd a.btn{ border-radius:0; padding:14px 20px; }
@media (min-width: 768px) { 
	.download_wd a.btn{ padding:14px 60px; }
}

/*更新日志*/
.metinfo_logtop{ padding:30px 0px; background:#00b5ec; color:#fff; }
.metinfo_logtop h1{ font-size:35px; font-weight:300; }
.metinfo_log{ padding:50px 0px; }
.cbp_tmtimeline{margin:30px 0 0 0;padding:0;list-style:none;position:relative}
.cbp_tmtimeline:before{content:'';position:absolute;top:0;bottom:0;width:5px;background:#00b5ec;left:10%;margin-left:-7px}
.cbp_tmtimeline>li{position:relative}
.cbp_tmtimeline>li .cbp_tmtime{display:block;width:15%;padding-right:100px;position:absolute}
.cbp_tmtimeline>li .cbp_tmtime span{display:block;text-align:right}
.cbp_tmtimeline>li .cbp_tmtime span:first-child{color:#bdd0db}
.cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:22px;color:#00b5ec}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child{color:#00b5ec}
.cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 15px 14%;background:#f9f9f9;padding:15px;line-height:1.4;position:relative}
.cbp_tmtimeline>li .cbp_tmlabel h2{margin-top:0;color:#2a333c;font-size:22px;border-bottom:1px solid rgba(255,255,255,.4)}
.cbp_tmtimeline>li .cbp_tmlabel p{color:#5e7387}
.cbp_tmtimeline>li .cbp_tmlabel ol{margin-top:5px;padding-left:20px}
.cbp_tmtimeline>li .cbp_tmlabel li{color:#5e7387;margin-bottom:5px}
.cbp_tmtimeline>li i.fa{display:none;width:40px;height:40px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:50px;line-height:40px;-webkit-font-smoothing:antialiased;position:absolute;color:#00b5ec;background:#fff;border-radius:50%;text-align:center;left:10%;top:0;margin:0 0 0 -25px}
.cbp_tmtimeline>li .cbp_tmlabel:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#f9f9f9;border-width:10px;top:10px}
@media screen and (max-width:65.375em){.cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:1.5em}
}
@media screen and (max-width:47.2em){.cbp_tmtimeline:before{display:none}
.cbp_tmtimeline>li .cbp_tmtime{width:100%;position:relative;padding:0 0 20px 0}
.cbp_tmtimeline>li .cbp_tmtime span{text-align:left}
.cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 30px 0;padding:1em;font-weight:400;font-size:95%}
.cbp_tmtimeline>li .cbp_tmlabel:after{right:auto;left:20px;border-right-color:transparent;border-bottom-color:#3594cb;top:-20px}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:transparent;border-bottom-color:#6cbfee}
.cbp_tmtimeline>li .cbp_tmicon{position:relative;float:right;left:auto;margin:-55px 5px 0 0}
}

@media (min-width: 768px) { 
	.cbp_tmtimeline>li i.fa{ display:block; }
.cbp_tmtimeline>li .cbp_tmlabel ol{padding-left:40px}
}

/*历史版本下载*/
.old_download{ padding:30px 0px; background:#00b5ec; color:#fff; }
.old_download h1{ font-size:35px; font-weight:300; }
.old_download p{ font-size:18px; font-weight:300; }

.old_download_list{ padding:50px 0px; }
.old_download_list ul{ margin:0px; padding:0px;  }
.old_download_list li{ list-style:none; font-size:18px; margin-bottom:25px;  }
.old_download_list li a{ border-radius:0; padding:6px 25px; }
.old_download_list li.old{ background:none; font-size:14px; padding:0px; color:#999; }

/*推荐主机*/
.host_yu{ padding:10px; }
.host_yu span{ float:right; }
.host{ background:#5bc0de; padding-bottom:80px;}
.host h5{ font-size:40px; color:#fff; }
.host p.desc{ color:#fff; font-size:18px; margin-bottom:50px; }
.host .list h3{ font-size:30px; }
.host .list span.price{ font-size:36px; margin-top:30px; }
.host .list p.xufei{ margin-bottom:30px; }
.host .list p.xufei span.label{ font-weight:normal; border-radius:0; }
.host .list a.btn{ padding:6px 40px; }
.host .list p{ line-height:1.8; }
.host_gt{ background:#f9f9f9; padding-bottom:50px; }
.host_gt h5{ color:#2a333c; }
.host_gt p.desc{ color:#5e7387; }
.host_mg{ background:#f9f9f9; }
.host_mg h5{ color:#2a333c; }
.host_mg p.desc{ color:#5e7387; }

/*网站定制*/
.host_top{ background:#00b5ec; }
.host_top a.btn{ margin-top:15px; border-radius:0px; padding:10px 40px; }
.host_faq ol{ padding-left:30px; margin-bottom:40px; }
.host_faq li p{ margin-bottom:10px; }

/*模板列表*/
.muban_saixuan{ padding:10px 0px; background:#293242; }
.muban_saixuan .top a i{ margin-left:5px; }
.muban_saixuan .paralist{ position:relative; padding:10px 15px 0px; }
.muban_saixuan .search{ float:right; text-align:right; }
.muban_saixuan .search input{ border-right:0px; border:0; width:220px; }
.muban_saixuan .search button{ margin-left:-4px; border:0; padding:7px 15px; }
.muban_saixuan .paralist .row{ margin-bottom:10px; padding:8px 0px 0px; background:rgba(0,0,0,0.1); }
.muban_saixuan .ttt{ text-align:right; color:#ddd; padding-top:4px; font-size:15px; }
.muban_saixuan a.link{ color:#bacad9; }
.muban_saixuan a.link:hover{ color:#fff; }
.muban_saixuan .txt a.btn{ border-radius:4px; font-size:14px; border:none; margin-bottom:8px; margin-right:10px; }
.muban_saixuan .txt a i{ margin-left:5px; }

.muban_list{ background:#ddd; padding:10px 0px 20px;}
.muban_list .row{ margin-left:-10px; margin-right:-10px; }
.muban_list .list{ text-align:center; margin-bottom:20px; padding:0px 10px; }
.muban_list .list .box{ -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3); box-shadow: 0 1px 4px 0 rgba(0,0,0,0.4); color:#333; display:block; background:#fff; padding:5px; }
/*.muban_list .list a{ display:block; max-height:360px; overflow:hidden; }*/
.muban_list .list p{ margin-bottom:0px; margin-top:10px; display:none; }

.muban_list .mobile .box{ box-shadow:none; background:none; }
.muban_list .list .mobilebox{ position:relative; width:377px; height:650px; margin:0px 0px; overflow:hidden; }
.muban_list .list .mobilebox img{ width:377px; }
.muban_list .list .mobilebox div{ position:absolute; top:120px; left:95px; width:256px; height:440px; overflow:hidden; }
.muban_list .list .mobilebox div img{ border:0px; width:256px; }

.list_small .tmps .box a{ display:block; max-height:360px; overflow:hidden; }
.list_min .tmps .box a{ display:block; max-height:360px; overflow:hidden; }

.muban_listtype{ background:#ddd; padding-top:10px; }
.muban_listtype button i{ margin-right:3px; }

/*模板详情页*/
.position{ background:#f5f5f5; height:40px; line-height:40px; overflow:hidden; }
.position .breadcrumb{ padding:0px; }
.position p.number{ color:#999; float:right; }
.muban_showbox{ background:#fff; }
.muban_show_top{ padding:50px 0px; }
.muban_show_top .mobilebox{ position:relative; width:477px; height:823px; margin:0px auto; overflow:hidden; }
.muban_show_top .mobilebox .iframe{ position:absolute; top:152px; left:120px; width:324px; height:557px; overflow:hidden; }
.muban_show_top .mobilebox iframe{ border:0px; width:342px; height:557px; }
.muban_show_top .imgbox{ padding:10px; border:1px solid #ddd; }
.muban_show_top .imgbox a{ display:block; max-height:410px; overflow:hidden; }
.muban_showbox .textbox h1{ font-size:32px; margin:0px 0px 20px;  }
.muban_showbox .textbox em{ font-size:26px; color:#ff6700; font-style:normal; font-weight:bold; font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; }
.muban_showbox .textbox del{ margin-left:15px; font-size:20px; color:#999; }
.muban_showbox .textbox .price{ border-top:1px solid #f0f2f5; border-bottom:1px solid #f0f2f5; padding:10px 0px; font-weight:300; }
.muban_showbox .textbox .price span{ float:right; font-weight:normal; border-radius:0px; padding:6px 12px; }
.muban_showbox .textbox .para{ padding:20px 0px 0px; border-bottom:1px solid #f0f2f5;  }
.muban_showbox .textbox .para button,.muban_showbox .textbox .para a.option{ margin-right:15px; }
.muban_showbox .textbox .para a.active{ border:1px solid #d9534f; background:#fff; box-shadow:none; }
.muban_showbox .textbox .para h5{ margin-top:0px; margin-bottom:0px; }
.muban_showbox .textbox .para h5 a{ float:right; }
.muban_showbox .textbox .para ul{ padding:0px; list-style:none; }
.muban_showbox .textbox .para ul li{ margin-bottom:20px; }
.muban_showbox .textbox .para a.btn{ margin-top:10px; }
.muban_showbox .textbox .shebei{ padding:15px 0px; border-bottom:1px solid #f0f2f5; }
.muban_showbox .textbox .shebei h5{ display:inline; }
.muban_showbox .textbox .shebei span{ margin-left:15px; }
.muban_showbox .textbox .shebei span i{ margin-right:5px; }
.muban_showbox .textbox .shebei span.check{ color:#6a9d21; }
.muban_showbox .textbox .shebei span.times{ color:#999; }
.muban_showbox .textbox .shop{ padding:25px 0px; }
.muban_showbox .textbox .shop a{ padding:10px 30px; margin-right:15px; }

.muban_showbox .muban_show_nav{ border-top:1px solid #f0f2f5; border-bottom:1px solid #f0f2f5; }
.muban_showbox .muban_show_nav .list{ height:50px; line-height:50px; text-align:center; font-size:16px; }
.muban_showbox .muban_show_nav .active a{ color:#ff6700; }
.muban_showbox .muban_show_nav a:hover{ text-decoration:none; }
.affix-fixed{ position:fixed; top:0px; width:100%; z-index:99; background:#fff;}

.muban_show_met{ background:#f2f2f2; text-align:center; padding:0px 15px; }
.muban_show_met h5{ font-size:22px; color:#2a333c; margin:20px 0px 10px; }
.muban_show_met .list{ padding:50px 0px; background:#f9f9f9; }
.muban_show_met .list_1{ background:#fff; }
.muban_show_met .list_4{ background:#fff; }
.muban_show_met .list p{ color:#5e7387; font-size:16px; }
.muban_show_met .icon{ display:block; width:100px; height:100px; margin:0px auto; background:url(../img/muban_show.png) no-repeat left top; }
.muban_show_met .icon-qm{ background-position:left top; }
.muban_show_met .icon-gy{ background-position:left -100px; }
.muban_show_met .icon-gx{ background-position:left -300px; }
.muban_show_met .icon-bj{ background-position:left -200px; }
.muban_show_met a span{ margin-left:3px; }

.muban_show_edit{ background:#f2f2f2; }
.muban_show_edit .met_editor{ background:#fff; padding:15px; }
.muban_show_edit h5{ font-size:30px; margin:50px 0px; border-bottom:1px solid #e0e0e0; }
.muban_show_edit h5 span{ display:block; width:300px; margin:0px auto -15px; text-align:center; background:#f2f2f2; }

.muban_show_fuwu{ padding:0px 0px; background:#f2f2f2; text-align:center; }
.muban_show_fuwu h5{ font-size:30px; margin:50px 0px; border-bottom:1px solid #e0e0e0; }
.muban_show_fuwu h5 span{ display:block; width:300px; margin:0px auto -15px; text-align:center; background:#f2f2f2; }
.muban_show_fuwu .list{ background:#fff; padding-top:50px; padding-bottom:50px; }
.muban_show_fuwu .list h3{ font-size:22px; color:#2a333c; margin:20px 0px 10px; }
.muban_show_fuwu .list p{ color:#5e7387; font-size:16px; }
.muban_show_fuwu .icon{ display:block; width:100px; height:100px; margin:0px auto; background:url(../img/muban_show.png) no-repeat left top; }
.muban_show_fuwu .icon-az{ background-position:left -400px; }
.muban_show_fuwu .icon-fw{ background-position:left -500px; }
.muban_show_fuwu .icon-xf{ background-position:left -600px; }

.muban_show_faq{ padding:0px 0px 50px; background:#f2f2f2; text-align:center; }
.muban_show_faq h5{ font-size:30px; margin:50px 0px; border-bottom:1px solid #e0e0e0; }
.muban_show_faq h5 span{ display:block; width:300px; margin:0px auto -15px; text-align:center; background:#f2f2f2; }
.muban_show_faq .list{ text-align:left; background:#fff; padding-top:20px; padding-bottom:20px; }
.muban_show_faq .list ol{ padding: 15px 0px 0px; list-style:none; }
.muban_show_faq .list ol li{ margin-bottom:35px; padding:0px 10px; }
.muban_show_faq .list h3{ font-size:18px; color:#2a333c; margin:20px 0px 10px; }
.muban_show_faq .list p{ color:#5e7387; font-size:16px; }

/*响应式模板详情页*/
.responsive .affix-fixed{ box-shadow:0 3px 4px rgba(0,0,0,0.18); }
.responsive_top{ height:50px; background:#f2f2f2; border:none; border-radius:0; margin-bottom:0px; font-size:15px; }
.responsive_top h1.navbar-brand{ margin:0px; color:#5e7387; }
.responsive_top ul li .dropdown{ padding:14px; }
.responsive_top ul li .dropdown a:hover{ text-decoration:none; color:#2a333c; }
.responsive_top ul.navbar-nav li a{ color:#5e7387; }
.responsive_top ul li .dropdown-menu li i{ width:40px; text-align:center; font-size:18px; }
.responsive_top ul li .dropdown-menu li a{ padding:6px 20px 6px 5px; font-size:15px; }
@media (min-width: 768px) { 
	.responsive_top ul li .dropdown .dropdown-menu{ top:45px; border-radius:0px; }
	.responsive_top ul li .dropdown:hover .dropdown-menu{display: block;}
	.responsive_top ul li .dropdown .dropdown-menu:before {
		position: absolute;
		top: -7px;
		right: 19px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(0,0,0,0.2);
		content: '';
	}
	.responsive_top ul li .dropdown .dropdown-menu:after {
		position: absolute;
		top: -6px;
		right: 20px;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
		border-left: 6px solid transparent;
		content: '';
	}
}
.responsive_top ul li .dropdown-menu li i.fa-tablet{ font-size:20px; position:relative; top:1px; }
.responsive_top ul li .dropdown-menu li i.fa-mobile{ font-size:26px; position:relative; top:3px; }
.responsive_top ul li.divider{ margin:0px; }
.responsive_top ul li button{ margin-top:9px; margin-left:10px; }
.responsive_top ul li a.active{ color:#ff6700!important; }
.responsive_gaishu{ padding:80px 0px 0px; background:#293242; color:#fff; text-align:center; }
.responsive_gaishu h2{ font-size:50px; font-weight:300; margin-bottom:30px; }
.responsive_gaishu p.desc{ font-size:22px; font-weight:300; }
.responsive_gaishu p.pric{ font-size:20px; font-weight:300; margin-top:30px; }
.responsive_gaishu p.pric span.label{ font-weight:300; margin-left:20px; position:relative; bottom:3px; }
.responsive_gaishu p.pric em{ font-style:normal; font-size:32px; margin-right:15px; color:#ff6700; }
.responsive_gaishu p.pric del{ color:#aaa; }
.responsive_gaishu p.demo a.btn{ padding:13px 50px; font-size:20px; font-weight:300; margin-top:30px; }
.responsive_gaishu img{ margin:50px auto -12px; position:relative; z-index:1; }

.responsive .muban_show_met .list{ padding:80px 0px; }
.responsive .muban_show_fuwu .list{ padding-top:80px; padding-bottom:80px; }
.responsive .muban_show_faq{ padding-bottom:0px; }

.muban_show_kefu{ padding:40px 0px; background:#293242; text-align:center; color:#fff; }
.muban_show_kefu h3{ font-weight:300; font-size:18px; margin:0px 0px 10px; }
.muban_show_kefu a.btn{ font-weight:300; padding:10px 30px; }

.responsive #tabletdemo .close{ position:absolute; right:20px; top:20px; z-index:99; color:#666; font-weight:300; opacity:0.9; font-size:28px; width:30px; height:30px; text-align:center; }
.responsive #tabletdemo .modal-lg{ width:1000px; position:relative; }
.responsive #tabletdemo .modal-content{ background:none; box-shadow:none; border:none; }
.responsive #tabletdemo .tablet-box{ position:relative; width:1000px; height:708px; overflow:hidden; }
.responsive #tabletdemo .tablet-box .iframe{ position:absolute; top:47px; left:90px; width:820px; height:616px; overflow:hidden; }
.responsive #tabletdemo .tablet-box iframe{ border:0px; width:838px; height:616px; }

.responsive #mobiledemo .close{ color:#666; font-weight:300; opacity:0.9; font-size:28px; background:#fff; width:30px; height:30px; text-align:center; }
.responsive #mobiledemo .modal-dialog{ width:1000px; }
.responsive #mobiledemo .modal-content{ background:none; box-shadow:none; border:none; }
.responsive #mobiledemo .box{ position:relative; width:477px; height:823px; margin:0px 0px; margin-left:50px; float:left; overflow:hidden; }
.responsive #mobiledemo .iframe{ position:absolute; top:152px; left:120px; width:324px; height:557px; overflow:hidden; }
.responsive #mobiledemo iframe{ border:0px; width:342px; height:557px; }
.responsive #mobiledemo .qr_code{ margin:100px 30px; }
.responsive #mobiledemo .qr_code p{ font-size:22px; color:#fff; margin-top:15px; font-weight:300; font-family:"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; }

.responsive #cartto .modal-dialog{ max-width:400px; }
.responsive #cartto .modal-content{ border-radius:0px; }
.responsive #cartto .price{ border-top:none; }
.responsive #cartto .shop{ padding-top:20px; }
.responsive #cartto .shop a.btn{ padding:10px 30px; }

/*简介模块*/
.md_show_top{ background:#fff; padding:80px 0px; border-top:1px solid #f0f2f5; text-align:center; }
.md_show_top h1{ font-size:45px; font-weight:300; color:#2a333c; margin-bottom:30px; }
.md_show_top p{ font-size:20px; font-weight:300; color:#5e7387; }
.md_show{ padding:0px 0px 100px; }
.md_show .container{ max-width:800px; }

/*文章列表*/
.md_news{ padding:10px 0px 30px; }
.md_news .right{ padding:0px 0px; }
.md_news .right form input{ height:45px; background:#293242; color:#bacad9; border-color:#293242; }
.md_news .right form input::-webkit-input-placeholder{ color:#bacad9; }
.md_news .right form input:-moz-placeholder{ color:#bacad9; }
.md_news .right form input::-moz-placeholder{ color:#bacad9; }
.md_news .right form input:-ms-input-placeholder{ color:#bacad9; }
.md_news .right form .input-group-addon{ height:43px; padding:0px; border-radius:0px; color:#bacad9; border-color:#293242; }
.md_news .right form button{ height:43px; padding:0px; width:50px; background:#293242; }
.md_news .right form button:hover{ color:#bacad9; }

.md_news .right .sidebar-widget h4{ font-size:18px; color:#000; padding:10px 0px; margin:30px 0px 20px; border-bottom: 1px solid transparent; position: relative; }
.md_news .right .sidebar-widget h4:before { content: ' '; width: 32px; height: 2px; background: #F69C00; display: block; position: absolute; bottom: -2px; left: 0; }
.md_news .right .sidebar-widget .row{ margin:0px -5px; }
.md_news .right .sidebar-widget .list{ margin-bottom:15px; padding:0px 5px; }
.md_news .right .sidebar-widget .list a{ display:block; height:150px; overflow:hidden; border:1px solid #ddd; }
.md_news .right .sidebar-widget ul{ padding:0px; margin:0px; }
.md_news .right .sidebar-widget li{ padding:0px; list-style:none; }
.md_news .right .sidebar-widget li a{ display:block; padding:12px 0px; border-bottom:1px solid #DCDCDC; position:relative; }
.md_news .right .sidebar-widget li a:after{ content: '\f105'; font-family: 'FontAwesome'; line-height: 43px; position: absolute; right: 0; top: 0; }
.md_news .right .sidebar-widget li a:hover{ color:#00b5ec; text-decoration:none; }
.md_news .right .sidebar-widget li a{
	transition: color 0.5s; 
	-moz-transition: color 0.5s; /* Firefox 4 */ 
	-webkit-transition: color 0.5s; /* Safari 和 Chrome */
	-o-transition: color 0.5s; /* Opera */
}


.md_news .news_list ul{ list-style:none; padding:0px 0px; }
.md_news .news_list ul li{ margin-bottom:0px; padding:20px 10px; }
.md_news .news_list ul li .imgbox{ height:200px; margin-bottom:20px; background:#f2f2f2; }
.md_news .news_list ul li .imgbox a{ display:block; height:100%; }
.md_news .news_list ul li .imgbox img{ max-height:200px; margin:0px auto; }
.md_news .news_list ul li h4{ margin:0px 0px 10px; font-size:20px; font-weight:bold; }
.md_news .news_list ul li h4 a{ color:#2a333c; font-weight:bold; }
.md_news .news_list ul li .time{ margin-bottom:10px; padding-bottom:10px; color:#999; border-bottom:1px solid #eee; }
.md_news .news_list ul li .time span{ margin-right:15px; }
.md_news .news_list ul li .time i{ margin-right:5px; color:#00b5ec; }
.md_news .news_list ul li .time a{ color:#999; }
.md_news .news_list ul li p{ line-height:1.8; padding:5px 0px; color:#5e7387; }
.md_news .news_list ul li a:hover{ color:#25a8e0; text-decoration:none; }
/*详情页*/
.md_shownews{ padding:20px 0px;}
.md_shownews .col-md-9{ padding-bottom:0px;}
.md_shownews .col-md-3{ padding-bottom:0px;}
.md_shownews .met_title{ font-size:28px; color:#2a333c; margin-top:10px; }
.md_shownews .met_infos{ color:#999; margin-bottom:20px; padding-bottom:20px;border-bottom:1px solid #eee;  }
.md_shownews .met_infos a{ color:#25a8e0; }
.md_shownews .met_tools{border-top:1px solid #eee;margin:30px 0px 0px;position:relative;padding:15px 15px 0px;}
.md_shownews .met_tools .met_page{clear:both;color:#818181;padding:0px; margin-top:5px;}
.md_shownews .met_tools .met_page li{ list-style:none; padding:5px 0px; }
.md_shownews .met_tools .met_page li span{ padding-right:5px;}
.md_shownews .met_tools .met_page a{color:#25a8e0}


.md_position{ background:#f5f5f5;}
.md_position .breadcrumb{ background:#f5f5f5; margin-bottom:0px; padding:15px 0px;}
.md_position .breadcrumb>li+li:before{  }

/*分页样式*/
.met_pager{text-align:center;padding:30px 0;}
.met_pager a{border:1px solid #ddd;text-align:center; background:#fff; padding:6px 12px;text-align:center;color:#337ab7}
.met_pager a:hover{ background:#f5f5f5;text-decoration:none;}
.met_pager .PreSpan,.met_pager .NextSpan{border:1px solid #ddd;padding:6px 12px;background:#fff;color:#999;cursor:default;}
.met_pager .firstPage,.met_pager .lastPage{font-weight:bold;height:28px;line-height:28px;min-width:40px;_width:40px;color:#aaa}
.met_pager a.Ahover{background:#337ab7; border-color:#337ab7;color:#fff;cursor:default;}
.met_pager a.Ahover:hover{background:#337ab7; border-color:#337ab7;color:#fff}
.met_pager .PageText{margin-left:10px;color:#aaa;display:none;}
.met_pager input{display:none;}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #ccc;color:#aaa}
.met_pager #metPageT{width:40px;padding:6px 5px 5px}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;}
*html .met_pager #metPageT{height:13px;line-height:13px}
*html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
*+html .met_pager #metPageT{height:13px;line-height:13px}
*+html .met_pager #metPageB{padding:0;height:28px;line-height:20px}


/*编辑器*/
.met_editor{ font-size:16px; line-height:1.8; color:#333; }
.met_editor ul,.met_editor ol{padding:0 0 0 25px;margin:0}
.met_editor img{max-width:100%;height:auto!important;-webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.4); box-shadow: 0 0px 4px 0 rgba(0,0,0,0.4); color:#333; background:#fff; padding:5px;}
.met_editor iframe{max-width:100%;}
.met_editor embed{max-width:100%;}
.met_editor blockquote{padding-top:5px;padding-bottom:5px;padding-left:15px;border-left:4px solid #ddd}
.met_editor table{width:100%!important;margin-bottom:1.6rem;border-spacing:0!important;border-collapse:collapse!important;padding:0!important;border:0}
.met_editor table td{border:1px solid #ddd!important}
.met_editor table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:.7rem;line-height:1.6;vertical-align:top;border-top:1px solid #ddd}
.met_editor table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd}
.met_editor blockquote {
	margin-top:5px;
	background:#f5f5f5;
	border-left: none;
	font-size:16px;
	padding:15px;
}
.met_editor .editorlightgallery{ padding:0px; list-style:none;}
.met_editor .editorlightgallery li{ display:inline;}
.met_editor blockquote {padding-top:5px;padding-bottom:5px;padding-left:15px;border-left:4px solid #ddd}
.met_editor hr{display:block;padding:0;border:0;height:0;border-top:1px solid #ddd;margin:20px 0;-webkit-box-sizing:content-box;box-sizing:content-box}
.met_editor a{ color:#1C57C4; text-decoration:underline;}

/*分页*/
.met_pager{text-align:center;padding:15px 0;}
.met_pager a{border:1px solid #ddd;text-align:center; background:#fff; padding:6px 12px;text-align:center;color:#337ab7}
.met_pager a:hover{ background:#f5f5f5;text-decoration:none;}
.met_pager .PreSpan,.met_pager .NextSpan{border:1px solid #ddd;padding:6px 12px;background:#fff;color:#999;cursor:default;}
.met_pager .firstPage,.met_pager .lastPage{height:28px;line-height:28px;min-width:40px;_width:40px;}
.met_pager a.Ahover{background:#337ab7; border-color:#337ab7;color:#fff;cursor:default;}
.met_pager a.Ahover:hover{background:#337ab7; border-color:#337ab7;color:#fff}
.met_pager .PageText{margin-left:10px;color:#aaa;display:none;}
.met_pager input{display:none;}
.met_pager #metPageT,#metPageB{text-align:center;border:1px solid #ccc;color:#aaa}
.met_pager #metPageT{width:40px;padding:6px 5px 5px}
.met_pager #metPageB{min-width:40px;_width:40px;padding:6px 0 5px;cursor:pointer;}
*html .met_pager #metPageT{height:13px;line-height:13px}
*html .met_pager #metPageB{padding:0;height:28px;line-height:20px}
*+html .met_pager #metPageT{height:13px;line-height:13px}
*+html .met_pager #metPageB{padding:0;height:28px;line-height:20px}

/*提交订单*/
.shop_base_pay{ background:#f2f2f2; padding:50px 0px; }
.shop_base_pay h3{ margin:30px 0px 20px; font-size:20px; }
.shop_base_pay hr{ margin:30px 0px 0px; border-color:#ddd; }
.shop_base_pay .container{ background:#fff; }

.shop_base_pay .address h3 a{ float:right; font-style:normal; font-size:14px; }
.shop_base_pay .address .dzlist .list{ padding:10px; cursor:pointer; margin-bottom:15px; border:1px solid #ccc; }
.shop_base_pay .address .dzlist .list a.de{ float:right; margin-right:10px; }
.shop_base_pay .address .dzlist .list a.del{ float:right; margin-left:10px; }
.shop_base_pay .address .dzlist .list:hover a.de{ display:block!important; text-decoration:none; }
.shop_base_pay .address .dzlist .list a.edit{ float:right; }
.shop_base_pay .address .dzlist .list p{ margin-bottom:5px; display:inline; margin-right:15px; }
.shop_base_pay .address .dzlist .list p span{ margin-right:5px; color:#999; }
.shop_base_pay .address .dzlist .active{ border:2px solid #d9534f; }
.select-linkage select{ max-width:150px; display:inline; }

.shop_base_pay .address span.help-block{ margin-bottom:0px; }
.shop_base_pay .addr-form{ max-width:600px; }
.shop_base_pay .addr-form button{ padding:6px 30px; }

.shop_base_pay .paymentmore .list a.active{ border:2px solid #d9534f; background:#fff; box-shadow:none;}
.shop_base_pay .paymentmore a.btn{ margin-right:15px; }
.shop_base_pay .detailedlist .plt{ background:#f9f9f9; padding:15px 0px; margin:15px 0px; }
.shop_base_pay .detailedlist .list img{ max-height:65px; }
.shop_base_pay .detailedlist .message{ max-width:600px;margin-top:20px; }

.shop_base_pay .invoice .list a{ margin-right:15px; }
.shop_base_pay .invoice .list a.active{ border:2px solid #d9534f; background:#fff; box-shadow:none; }
.shop_base_pay .invoice .fptype{  padding:15px; margin-top:15px; background:#f2f2f2; }
.shop_base_pay .invoice .fptype a{ margin-right:15px; }
.shop_base_pay .invoice .fptype a.active{ border:1px solid #d9534f; background:#fff; box-shadow:none; }
.shop_base_pay .invoice .ptfp{ max-width:600px; padding:15px 0px 0px; }
.shop_base_pay .invoice .ptfp p{ margin-bottom:0px; color:#666; }
.shop_base_pay .invoice .zzsfp{ padding:15px 0px 0px; }
.shop_base_pay .invoice .zzsfp p{ margin-bottom:0px; color:#666; }

.shop_base_pay .order-total{ padding:15px; }
.shop_base_pay .order-total .left{ text-align:right; }
.shop_base_pay .order-total .left .p3{ font-size:20px; }
.shop_base_pay .order-total .right{ text-align:right; }
.shop_base_pay .order-total .right .s3{ color:#e4393c; font-size:22px; }
.shop_base_pay .order-submit{ padding:15px 0px; text-align:right; }
.shop_base_pay .order-submit button{ padding:10px 40px; }
.shop_base_pay hr.otop{ margin-top:-15px; }

/*支付页面*/
.shop_base_pay_order{ background:#f2f2f2; padding:50px 0px; }                 
.shop_base_pay_order .orderinfo{ background:#fff; padding:15px; }
.shop_base_pay_order .orderinfo .ok{ font-size:70px; text-align:center; color:#4bcc1b; }
.shop_base_pay_order .orderinfo p{ color:#666; }
.shop_base_pay_order .orderinfo p .orderid{ color:#ff6700; }
.shop_base_pay_order .orderinfo .num{ text-align:right; float:right; }
.shop_base_pay_order .orderinfo .num span.price{ font-size:26px; color:#ff6700; }
.shop_base_pay_order .orderinfo .num p{ margin-top:10px; }
.shop_base_pay_order .orderinfo .well{ background:#fff; padding:1px; border:none; margin-bottom:0px; -webkit-box-shadow:none; }
.shop_base_pay_order .orderinfo .well hr{ margin-top:10px; }
.shop_base_pay_order .payinfo{ background:#fff; padding:15px; margin-top:30px; }
.shop_base_pay_order .payinfo h3{ font-size:18px; }
.shop_base_pay_order .payinfo .list .ali{ background:url(../img/payOnline_zfb.png) no-repeat left center; float:left; width:188px; height:60px; margin-right:15px; }
.shop_base_pay_order .payinfo .list .balance{ float:left; width:188px; height:60px; font-size:16px; }
.shop_base_pay_order .payinfo .list .balance p{ color:#ff6700; }
.shop_base_pay_order .payinfo .list .balance span{ color:#d9534f;padding-left:10px; font-size:14px; }
.shop_base_pay_order .payinfo .list{ margin-bottom:15px; }
.shop_base_pay_order .payinfo .collapse .well{ border-radius:0; box-shadow:none; }

/*成功加入购物车*/
.shop_base_tocart{ background:#f2f2f2; padding:50px 0px; }       
.shop_base_tocart .container{ background:#fff; padding:50px 15px; }       
.shop_base_tocart .container a.btn{ margin-right:20px; margin-top:10px; }       
.shop_base_tocart .container .media img{ max-height:80px; }  
.shop_base_tocart .container .media p{ font-size:22px; color:#5cb85c; }  

/*购物车*/
.shop_base_cart{ background:#f2f2f2; padding:50px 0px; }       
.shop_base_cart .container table{ background:#fff; }      
.shop_base_cart .container table th{ padding:20px 30px; font-weight:normal; white-space:nowrap; }      
.shop_base_cart .container table .checkbox{ margin:0px; padding:0px; }      
.shop_base_cart .container table .checkbox span{ position:relative; top:2px; }      
.shop_base_cart .container table .icheckbox_square-red{ margin-right:15px; }      
.shop_base_cart .container table td{ padding:20px 30px; }      
.shop_base_cart .container .dataTables_paginate{ display:none; }      
.shop_base_cart .container table .media img{ max-height:65px; border:1px solid #ddd; }      
.shop_base_cart .container table .media h4{ font-size:18px; margin:5px 0px; }      
.shop_base_cart .container table .media p{ color:#999; }      
.shop_base_cart .container table .price{ font-size:16px; white-space:nowrap; position:relative; top:5px; }      
.shop_base_cart .container table .total{ color:#ff6700; font-size:16px; white-space:nowrap; position:relative; top:5px; }      
.shop_base_cart .container table .cart_number .input-group-addon{ border-radius:0px; font-size:10px; cursor:pointer; background:#fff; }      
.shop_base_cart .container table .cart_number input{ width:60px; font-size:16px; text-align:center; }      
.shop_base_cart .container table .del{ text-align:center; font-size:22px; }      
.shop_base_cart .container table .del a:hover{ text-decoration:none; }  

.shop_base_cartfoot{ background:#f2f2f2; padding:0px 0px 30px; }   
.shop_base_cartfoot .container .rowbox{ background:#fff; }   
.shop_base_cartfoot .container .center{ text-align:right; height:50px; line-height:50px; font-size:16px; }   
.shop_base_cartfoot .container .center .price-total{ font-size:26px; color:#ff6700; }   
.shop_base_cartfoot .container .right{ text-align:right; }   
.shop_base_cartfoot .container .right a{ height:50px; line-height:50px; padding:0px 50px; border:0; }  

/*我的订单*/
.shop_base_order{ background:#f2f2f2; padding:50px 0px; }      
.shop_base_order h1{ font-size:30px; color:#666; margin-top:0px; }      
.shop_base_order .container table{ background:#fff; } 
.shop_base_order .container table th{ padding:20px 30px; font-weight:normal; white-space:nowrap; }      
.shop_base_order .container table td{ padding:20px 30px; }      
.shop_base_order .container table td .price{ font-size:16px; position:relative; top:25px; white-space:nowrap; color:#ff6700; }      
.shop_base_order .container table td .info{ color:#666; }      
.shop_base_order .container table td .info span{ padding:0px 8px; color:#999; font-weight:300; }      
.shop_base_order .container table td .media img{ max-height:65px; border:1px solid #ddd; }      
.shop_base_order .container table td .media h4{ font-size:14px; margin:5px 0px; }      
.shop_base_order .container table td .media p{ color:#666; margin-bottom:0px; }      

/*订单详情*/
.shop_base_order_check{ background:#f2f2f2; padding:50px 0px; }      
.shop_base_order_check h1{ font-size:30px; margin-bottom:20px; color:#666; margin-top:0px; } 
.shop_base_order_check .content{ background:#fff; padding:15px; } 
.shop_base_order_check .content h3{ font-size:20px; margin-bottom:20px; }
.shop_base_order_check .content .cont{ color:#666; }
.shop_base_order_check .receiving .plt{ background:#f9f9f9; padding:15px 0px; margin:15px 0px; }
.shop_base_order_check .receiving p.message{ margin-top:15px; }
.shop_base_order_check .content .cont ul{ padding:0px; list-style:none; }
.shop_base_order_check .content .cont ul li{ margin-bottom:8px; }
.shop_base_order_check .total{ text-align:right; } 
.shop_base_order_check .total li{ list-style:none; margin-bottom:10px; } 



















