﻿* { margin:0px; padding:0px; }
html {  overflow-x:hidden; max-width:480px; margin:0 auto; }
body { font:14px 'Microsoft YaHei' Arial; color:#333; max-width:480px; margin:0 auto; line-height:25px;}
 img[src*=".jpg"] {
 border:none;
 background-size:10px 10px;
 background-position:center center;
 background-repeat:no-repeat;
}
li { list-style:none; }
h1, h2 { font-size:16px; font-weight:normal; line-height:40px; color:#fff; }
a { text-decoration:none; color:#000; -webkit-tap-highlight-color:rgba(0, 255, 0, 0.3) }
.menu { position:fixed; background: left top no-repeat; background-size:100% 100%; min-height:100%; top:0px; right:0px; z-index:-1; width:75%; }
.menu strong { display:block; color:#fff; background-color:rgba(255, 255, 255, 0); line-height:28px; padding:2rem 1rem; position:relative; }
.menu strong:before { font-size:4rem; position:absolute; top:50%; left:1rem; margin-top:-1rem; }
.menu strong span { margin-left:6rem; display:block; }
.menu ul { overflow:hidden; margin-bottom:81px; }
.menu li { float:left; overflow:hidden; width:50%; }
.menu li a { height:10rem; -webkit-tap-highlight-color:rgba(255, 255, 255, 0) }
.menu li a:hover { background:rgba(255, 255, 255, 0.25) }
 .menu li:nth-child(1), .menu li:nth-child(2) {
 width:33%;
 background:rgba(255, 255, 255, 0.25)
}
 .menu li:nth-child(3) {
 width:34%;
 background:rgba(255, 255, 255, 0.25)
}
 .menu li:nth-child(n+4) {
 border-bottom:1px solid rgba(255, 255, 255, 0.25);
}
 .menu li:nth-child(2n+4) a {
 border-right:1px solid rgba(255, 255, 255, 0.25);
 display:block;
}
.menu a { color:#fff; display:block; position:relative; text-align:center; line-height:14rem; }
.menu a:before { position:absolute; font-size:2.5rem; left:50%; top:0.5rem; line-height:6rem; margin-left:-1.25rem; }
.main { width:100%; background:#fff; -webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.01, 1) 0; box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.6); overflow:hidden; }

header {
	overflow:hidden;
}
.pptop { position:fixed; left:0; top:0; z-index:22; overflow:hidden; background:#256AAB; width:100%; }
.pptop .t-tel .tel { width:36px; height: 38px; display: inline-block; vertical-align: middle; background-image: url(http://commjs.b0.upaiyun.com/swt/kunming/mphone.png); background-size: 80px 80px; background-repeat: no-repeat; background-position: -37px -40px; cursor: pointer; float:left; }
.pptop .t-tel a { width:44%; float:left; line-height:40px; color:#FFF; text-transform:none; text-decoration:none; text-align:left; }
.pptop .t-tel em { padding-left:5px; font-weight:bold; }
.pptop .t-tel { max-width:360px; margin:0 auto; height:auto; overflow: hidden; }
.pptop .t-tel span { animation:2s ease 0s normal none infinite running change; display: block; -webkit-animation: change 2s infinite; -moz-animation: change 2s infinite; }
 @keyframes change {  0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.2);
}
 100% {
 transform: scale(1);
}
}
 @-webkit-keyframes change {  0% {
 -webkit-transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes change {  0% {
 -moz-transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
}
}


.logo1{padding:0;background-color:#f0f0ee;}
.logo1 img,.banner img{width: 100%;height: auto;margin: 0 0 8px;}
.img img{display: block;width: 100%;height: auto;margin: 0 0 8px;padding:0 8px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.nav{background: #0082bc;margin: 0 0 8px;}
.nav li:nth-child(1){border-bottom:1px solid #0571A0;}
.nav li a {
    font-size: 14px;
    width: 24%;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #0571A0;
    color: #fff;
    display: inline-block;
}
.nav li a:last-child{border: none;}



.banner { overflow:hidden; max-height:200px; width:100%; }
.banner img { width:100%; float:left; height:auto; }
.content { background:#fff; overflow:hidden; }
.content dt { font-size:1.8rem; background:#fafafa; overflow:hidden; }
.content dt a { line-height:40px; display:inline-block; padding:0 8px; position:relative; color:#000; }
.content dt a span { cursor:pointer; }
.content .hover { border-top:2px solid #256AAB; background:#fff; -webkit-tap-highlight-color:rgba(0, 0, 0, 0) }
.content .hover span { color:#256AAB; }
.content .hover:before { content:""; position:absolute; right:0px; top:-5px; width:1px; height:200%; display:block; background:#888; -webkit-transform:scaleX(0.5)translateX(1px); }
.content .hover:after { content:""; position:absolute; left:0px; bottom:0px; width:100%; height:1px; display:block; background:#fff; z-index:2; -webkit-transform:scaleY(0.5)translateY(2px); }
.content .hover span:before { content:""; position:absolute; left:0px; top:-5px; width:1px; height:200%; display:block; background:#888; -webkit-transform:scaleX(0.5)translateX(-1px); }
.content dt:after { background:#888; }
.content dd { width:100%; }
.content dd.show { opacity:1; -webkit-transition:opacity 1s cubic-bezier(0, 0, 0.01, 1) 0; }
.content dd.hidden { opacity:0; height:0px; overflow:hidden; }
.content dd>a { margin:8px; display:block; overflow:hidden; }
.content dd img { float:right; margin:8px 0 8px 8px; width:85px; height:65px; }
.content dd strong { font-weight:normal; display:block; line-height:2.8rem; font-size:1.4rem; }
.content dd strong:before { color:#ff6600; }
.content dd p { line-height:2.8rem; color:#b3b3b3; font-size:1.4rem; float:left; width:100%; }
.content dd span { color:#F00; }
.content dd h3 { font-weight:normal; font-size:1.6rem; }
.content .zj { position:relative; overflow:hidden; visibility: visible; margin:8px; }
.content .zj>ul { position:relative; overflow:hidden; }
.content .zj>ul>li { float:left; width:100%; position:relative; }
.content .zj .zj_title { overflow:hidden; background:#fafafa; padding:0 8px; }
.content .zj .zj_title h3 a { font-size:1.8rem; }
.content .zj .zj_title em { font-style:normal; color:#ff6600; }
.content .zj .zj_title>a, .content .zj .zj_con li>a { float:right; background:#ff6600; color:white; padding:2px 10px; margin:10px 0 0; }
.content .zj .zj_con { padding:8px 8px 0; }
 .content .zj ul li:nth-child(1) .zj_con { background:  no-repeat right top;}
 .content .zj ul li:nth-child(2) .zj_con { background:) no-repeat right top;}
 .content .zj ul li:nth-child(3) .zj_con { background: no-repeat right top;}
.content .zj .zj_con li { line-height:3rem; }
.content .zj .zj_con li>a { float:none; display:inline-block; }
.content .js ul li .zj_con { background:none !important; }
.content .js .js_con li:last-child { text-align:center; margin:0px; padding:0px; }
.content .js .js_con li>a { display:block; margin:2px 0px; padding:0px; border-radius:6px; }
.content2 dd>ul { margin:8px; }
.content2 dd>ul li { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-text-overflow:ellipsis; }
.content2 dd>ul li time { float:right; }
.position { font-size:0px; height:8px; margin:8px auto; width:40px; padding:4px; background:#fff; }
.position em { width:8px; height:8px; border-radius:4px; background:#ccc; float:left; margin:0 0 0 4px; }
.position em.on { background:#256AAB; }
.position2 { width:52px; }



.footer{background:#0082bc;color: wheat;padding:16px 8px 8px;text-align: center;}
.footer h1{display: inline;background: #0571A0;border-radius: 4px;padding:6px;color:#fff;box-shadow: 0 1px 1px #000;line-height: 28px;}
.footer p:nth-child(2){margin-top: 8px;color: wheat;}
.footer p a{color: #BFBF01;}
/*list*/

.list { min-height:300px; }
.list ul { width: 100%; }
.list ul li { width: 98%; background: #FFF none repeat scroll 0% 0%; margin:0 auto; margin-bottom: 10px; overflow:hidden; border-bottom:1px dashed #CDCCCC; }
.list li img { width:24%; height:84px; float:right; margin-left:5px; border:1px solid #f5f5f5; }
.list li div { color:#999; text-align:left; font-size:14px; overflow:hidden; }
.list ul li .right1 { float:right; width:30%; height:81px; }
.list .right1 a { display:block; line-height:25px; border-radius:4px; color:#FFF; font-size:14px; margin-top:5px; text-align:center; }
.list .right1 span { padding-right:2px; }
.list .right1 a:first-child { background-color:#256aab; margin-bottom:1px; }
.list .right1 a:last-child { background-color:#ff0012; margin-bottom:1px; }
.list ul li .left1 { float:left; width:68%; }
.list ul li h2 { float:left; width:90%; font-size:16px; font-weight:bold; background: no-repeat 5px 12px; background-size:18px 18px; padding-left:8%; color:#2e2e2e; vertical-align:top; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-text-overflow:ellipsis; }
.list ul li a { color:#555; }
.list ul li p { float:left; text-indent:2em; line-height:24px; width:100%; }
.list ul li p span { color:#ff0000; }
#load_list { text-align:center; width:90%; margin:8px auto; background:#fff; border-radius:4px; box-shadow:0 0 1px 0px #000; display:none; }
#load_list span { -webkit-animation:roll 1.5s cubic-bezier(0, 0, 0.1, 1.0) 0 infinite; display: inline-block; }
 @-webkit-keyframes roll {  0% {
 -webkit-transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(360deg);
}
}
 @keyframes roll {  0% {
 transform:rotate(0deg);
}
 100% {
 transform:rotate(360deg);
}
}
.article-title { background:#fff; color:#fff; overflow:hidden; padding:0 8px; }
.article-title h1 { margin:10px 0; line-height:30px; ; font-size:20px; text-shadow:0 1px 1px rgba(0, 0, 0, 0.6); color:#256AAB; text-align:center;}

.article-title p{ color:#333; text-align:center;}
.article-title p a{ line-height:24px; background:#f00; color:#ff0; padding:4px 8px; box-shadow:1px 1px 1px #000; border-radius:5px; font-size:12px; margin-left:10px;}
.article-title .a-wenxin{ padding-top:5px; border-top:1px #ccc dotted; margin-top:5px;}
.article-title .a-wenxin p{ color:#f00;}
.article-title .a-wenxin font{ color:#333; display:block; text-align:center;}
.article-title .a-wenxin .ann{ margin:10px auto; text-align:center;}
.article-title .a-wenxin .ann a{ padding:4px 6px; width:36%; text-align:center; line-height:25px; background-color:#0093DD; border-radius:5px; box-shadow:2px 2px 2px #000; margin:0 12px; display:inline-block; color:#fff; font-size:16px;}
.article-title .a-wenxin .ann a span{ float:none; border:1px #fff dashed; width:100%; display:inline-block;border-radius:5px; line-height:30px; }

.article-content { padding:8px; }
.article-content p { text-align: justify; background-color: #fff !important; text-indent: 2em;margin: 12px 0}
 .article-content p img[src*=".jpg"] {
 max-width:100%;
 height: auto !important;
 display:block;
 margin:0 auto;
}
.article-content p img[src*=".png"] {
 max-width:100%;
 height: auto !important;
 display:block;
 margin:0 auto;
}
 .article-content p img[src*=".gif"] {
 max-width:100%;
 height: auto !important;
 display:block;
 margin:0 auto;
}
.article-consult { overflow:hidden; margin:8px; padding:8px; text-align:center; }
.article-consult li { float:left; width:50%; }
.article-consult a { display:block; background:#ff6600; color:#fff; width:90%; line-height:50px; border-radius:4px; border-bottom:2px solid #B45618; }
.article-consult a:before { margin-right:5px; }
.article-like { margin:0px 8px 8px; }
.article-like h2 { border-bottom:1px solid #256AAB; color:#000; }
.article-like li { text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.more { width:80%; margin:0 auto; text-align:center; background:#34A1D5; margin-bottom:5px; border-radius:5px; border:1px solid #256AAB; }
.more a { font-size:1.6rem; line-height:2.8rem; color:#fff; }

/*----颜志文修改滚动140830--*/

.cj_slide { position:relative; overflow:hidden; height:150px; width:320px; margin:0 auto 5px; }
.cj_slide .bd { position:relative; }
.cj_slide .hd { position:absolute; bottom:3px; left:0px; height:20px; width:100%; text-align:center; }
.cj_slide .hd li { display:inline-block; width:10px; height:10px; background: left center no-repeat; margin:0px 3px; text-indent:-9999px; }
.cj_slide .hd li.on { background: -10px center no-repeat; }
.cj_slide img { display:block; margin-bottom:2px; }
/*----颜志文修改翻页140925---*/

.page { text-align:center; margin-top:10px; margin-bottom:10px }
.page li { display:inline-block; color:#5d5d5d; }
.page li a { color:#5d5d5d; }
 .page li:nth-child(2), .page li:nth-child(3) {
 border:1px solid #c8c8c8;
 padding:0px 5px;
 margin:0px 5px;
}
/*----颜志文修改首页141120---*/

.dianhua { float:right; color:#fff !important; background-color:#0093dd; border-radius:5px; margin-right:5px; }
/*----颜志文修改首页150108----*/

.weixin { margin:8px; font-size:16px; line-height:28px; }
.weixin span { color:red; }
.weixin img { display:block; height:28px; float:left; margin-right:5px; }
/******预约表单*

.biaodan { padding:0 8px; background:#fff; box-sizing:border-box; margin:0 auto; }
.jiange { height:10px; clear:both; }
.nrjjsb { width:100%; height:auto; padding:0 0 10px 0; overflow:hidden; border-radius:5px; border:1px solid #bebebe; box-sizing:border-box; }
.biaodan h3 { background:#256AAB; color:#256AAB; line-height: 2; position:relative; margin: 0 0 8px; }
.biaodan h3 span { background: #fff; line-height: 40px; display: inline-block; position:relative; width: 70%; margin: 2px 0 2px 36px; text-align: center; font-size:14px; }
.biaodan .jiami { color: #FF7800; display: block; text-align: center; line-height: 28px; font-size: 14px; }
.nr_n1 { width:94%; margin:0 auto; height:56px; border-bottom:1px dashed #CCCCCC; }
.nr_n1 p { line-height:30px; font-size:16px; }
.nr_n1_dx { width:95%; height:26px; padding-left:5%; }
.nr_n1_dx input { float:left; line-height:26px; margin-top:6px; }
.nr_n1_dx label { float:left; line-height:26px; width:30%; text-align:left; }
.nr_n1_dx label a { display:block; line-height:26px; text-indent:0.5em; font-size:14px; }
.nr_n2 { width:94%; height:auto; overflow:hidden; padding:10px 0; margin:0 auto; }
.nr_n2_d1 { width:100%; height:34px; margin:2px 0px; }
.nr_n2_d1 p { float:left; line-height:34px; font-size:14px; padding:0 2%; width:24%; text-align:center; }
.nr_n2_d1 input { display:block; width:70%; height:32px; border:1px solid #CCC; }
.nr_n2_d2 { width:100%; height:47px; }
.nr_n2_d2 p { line-height:47px; font-size:14px; padding:0 2%; float:left; width:24%; text-align:center; }
.nr_n2_d2 span { width:70%; display:block; line-height:47px; height:47px; text-align:left; float:left; }
.nr_n2_d2 span a { line-height:47px; font-size:14px; }
.anniu1 { width: 40%; height: 30px; background: #EB862A none repeat scroll 0% 0%; margin: 10px auto; border-radius: 5px; line-height: 30px; text-align: center; }
#submit { border: medium none; background-color: #EB862A; height:20px; cursor:pointer; font-size:16px; color:#FFF; }
.anniu1 a { display:block; width:100%; height:30px; text-align:center; line-height:30px; color:#fff; }****/
/**************2015.7.2 首页咨询按钮*************/

.index_zixun { width: 94%; margin: 5px auto 8px; text-align: center; }
.index_zixun a { background: -webkit-linear-gradient( bottom, #ff6600 30%, #ff6600 70%); border-radius: 6px; border: 1px solid #fff; line-height: 32px; font-size: 16px; padding: 3px 6px; display: block; color:#FFF }
/*15.8.4jishu  F*/

.jishu h3 { font-size:20px; text-align:center; }
.jishu h4 { font-size:16px; text-align:center; }
.jishu ul { padding:8px 8px 0; }
.jishu ul li { border-bottom:1px dashed #7f7f7f; background-size:17px 8px; font:1.6rem/3rem 'Microsoft YaHei' Arial; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-text-overflow:ellipsis; }
.jishu ul li a { color:#464646; text-decoration:none; }
.jishu ul li:last-child { border-bottom:none; background:#ff6600; text-align:center; margin:0px; padding:0px; border-radius:6px; }
.jishu ul li:last-child a { color:white; display:block; margin:2px 0px; padding:0px; }
/*************首页专家模块 束孝泉2015.8.4***************/

  .content1 { background:#fff; overflow:hidden; margin-top:10px; }
.content1 dt { font-size:1.8rem; background:#fafafa; overflow:hidden; }
.content1 dt a { line-height:40px; display:inline-block; padding:0 8px; position:relative; color:#000; }
.content1 dt a span { cursor:pointer; }
.content .hover { border-top:2px solid #256AAB; background:#fff; -webkit-tap-highlight-color:rgba(0, 0, 0, 0) }
.content1 .hover span { color:#256AAB; }
.content1 .hover:before { content:""; position:absolute; right:0px; top:-5px; width:1px; height:200%; display:block; background:#888; -webkit-transform:scaleX(0.5)translateX(1px); }
.content1 .hover:after { content:""; position:absolute; left:0px; bottom:0px; width:100%; height:1px; display:block; background:#fff; z-index:2; -webkit-transform:scaleY(0.5)translateY(2px); }
.content1 .hover span:before { content:""; position:absolute; left:0px; top:-5px; width:1px; height:200%; display:block; background:#888; -webkit-transform:scaleX(0.5)translateX(-1px); }
.content1 dt:after { background:#888; }
.content1 dd { width:100%; }
.content1 .bingli1 { width: 100%; overflow: hidden; margin-top:10px; margin-bottom:10px }
.content1 .bingli1 li { width: 32%; float: left; }
.content1 .hover { border-top: 2px solid #256AAB; background: #fff; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.content1 dt:after { background: #888; }
.content1 .bingli1 li img { display: block; margin:0 auto; }
 .content1 .bingli1 li:nth-child(1) {
border-bottom:1px solid #e5e5e5;
}
 .content1 .bingli1 li:nth-child(2) {
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
}
 .content1 .bingli1 li:nth-child(3) {
border-bottom:1px solid #e5e5e5;
}
 .content1 .bingli1 li:nth-child(4) {
border-bottom:1px solid #e5e5e5;
}
 .content1 .bingli1 li:nth-child(5) {
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
}
 .content1 .bingli1 li:nth-child(6) {
border-bottom:1px solid #e5e5e5;
}
.content1 .bingli1 li h1 { line-height: 40px; text-align: center; color: #252525; }
/*-**************白癜风常识 束孝泉****************/

  	.content1 .item { overflow:hidden; margin-top:10px; }
.content1 .item li { width:32%; line-height:36px; border:1px solid #cdcccc; -moz-border-radius:8px; -webkit-border-radius: 8px; border-radius:8px; float:left; text-align:center; margin:0 2% 2% 0; box-sizing:border-box; }
 .content1 .item li:nth-child(3n) {
 margin-right:0px !important;
}
.content1 .item li a { color:#464646; }
-->
/*************康复案例模块*****************/

.ban, .bl_all { background:#fff; overflow:hidden }
.bl_all div, .bl_all ul, .bl_all p { overflow:hidden; }
.ban { margin-top:3px; padding:10px 0px; }
.ban img { width:100%; float:left; }
.bl_all h1 { background:#256AAB; color:#fff; text-align:center; line-height:40px; }
.bl_all p.sjx { border-top:1px solid #256AAB; margin-top:1px; background:#fff; padding-bottom:8px }
.bl_all p.sjx span { display:block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 10px solid #256AAB; margin:0 auto }
.bl_all .bl_info { background:#fff; overflow:hidden; border-bottom:1px solid #ccc; }
.bl_all .bl_info span.bl_img { display:block; padding:8px; margin:0px 8px; border:1px solid #ccc; overflow:hidden }
.bl_all .bl_info span.bl_img img { width:99.5%; float:left; border:1px solid #ccc; }
ul.zx_btn { margin:12px 0px; }
ul.zx_btn li { width:45%; float:left; background:#256AAB; text-align:center }
ul.zx_btn li:last-child { float:right; background:#ff8a00; }
ul.zx_btn li a { background:#256AAB; border:1px solid #256AAB; display:block; margin:1px; color:#fff; padding:5px 0px }
ul.zx_btn li:last-child a { background:#ffc000; border:1px solid #ffc000; color:#f00; }
ul.zx_btn li span { display:inline-block; }
.hz_info { padding:5px 8px; }
.hz_info span { display:block; width:60%; float:left; font-size:14px; }
 .hz_info span:nth-child(2), .hz_info span:last-child {
width:40%;
line-height:20px;
}
/*************月之星************/

.item { overflow:hidden; margin-top:10px; }
.item li { width:32%; line-height:36px; border:1px solid #cdcccc; -moz-border-radius:8px; -webkit-border-radius: 8px; border-radius:8px; float:left; text-align:center; margin:0 2% 2% 0; box-sizing:border-box; font-size:1.6rem; }
 .item li:nth-child(3n) {
 margin-right:0px !important;
}
.item li a { color:#464646; }


/*biaodan new 2016.2.18MK*/
.new-from{width: 96%; height: 100%; overflow: hidden; border-radius: 5px; margin-top: 10px; padding:0 2%; text-align:left; font-size:15px; color:#333;}
.new-from .tit{ width:100%; overflow:hidden;}
.new-from .tit img{ width:100%; }
.new-from .n1{ overflow:hidden; margin:2% 0 0 0;}
.new-from .n1 .n1-t{  border-bottom:1px #f7cf51 solid;border-top:1px #f7cf51 solid; font-size:12px; padding:2px 0; color:#f00; text-align:center;}
.new-from .n1 .n1-con{ margin:1%; border-bottom:1px #ccc dashed;}
.new-from .n1 .n1-con p{ line-height:20px;}
.new-from .n1 .n1-con p em{ width:20px; height:20px; line-height:21px; text-align:center; background:#1b89c7; float:left; font-weight:bolder; border-radius:4px; color:#fff; margin-right:15px;}
.new-from .n1 .n1-con label{ font-size:13px; margin-left:35px;}
.new-from .n1 .n1-con label a{ font-size:12px;}
.new-from .n2{  padding-bottom:10px; border-bottom:4px #fabd00 solid;}
.new-from .n2 .n2-con{ padding-top:2%; margin:0 0 0 40px;}
.new-from .n2 .n2-con p{ float:left; margin-right:10px;}
.new-from .n2 .n2-con input{ width:30%; font-size:12px; line-height:18px;border: 1px #666 solid;border-radius: 2px; padding-left:8px;}
.new-from .n2 .n2-con font {margin-left: 2px;font-size: 12px; color:#f00;}
.new-from .n2 .n2-con font input { width: 18px;height: 13px;}
.new-from .n2 .n2-con span input{ width:22px;}
.new-from .n2 .anniu{ width:30%; margin:12px auto; }
.new-from .n2 .anniu input{line-height: 34px; background: #f00;border: 1px #f00 solid;width: 100%;color: #fff;border-radius: 5px;box-shadow: 2px 2px 2px #000; text-align:center;-webkit-appearance: none;}
.new-from .n2 .line{ border:1px #ccc dotted; margin:10px 0;}
.new-from .n3{ border:1px #000 solid; border-radius:3px; margin-top:40px; position:relative; font-size: 12px;padding: 10px 5px;}
.new-from .n3 .tit3{position: absolute;top: -32px;background: center no-repeat;height: 52px;width: 100%;text-align: center; color:#fff;line-height: 68px;}
.new-from .n3 p{ line-height:20px;}
.new-from .n3 p a{ color:#f00; font-weight:bold;}


#swt-piaofu{display:none;}