/*-- Start Reset --*/
body, h1, h2, h3, p, dl, dd, ol, ul, th, td, form, fieldset, input, button, textarea {
    margin: 0;
    padding: 0;
}
html {
    position: relative;
    word-wrap: break-word;
}
h1, h2, h3 {
    font-size: 100%;
}
ol, ul {
    list-style: outside none none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit;
    width: 100%;
}
/*.box .p20 table td{*/
/*    vertical-align:middle;*/
/*}*/
.box .p20 table td{ height:25px; vertical-align:middle;}
.box .p20 table td p{
    display: block;
    margin-top: 0;
}
fieldset, img {
    border: 0 none;
}
a img,.description img{width: 100%;}
.description{line-height: 1.6em;font-size: 1.6em}
.description p{margin-top: 1em;}
cite, em, s, i, b {
    font-style: normal;
}
input, button, textarea, select {
    font-size: 100%;
    outline:0;
}
input[type='text'],input[type='password']{
	-moz-appearance: none;
    -webkit-appearance: none;
}
a, input, textarea {
    outline: 0 none;
    text-decoration: none;
}
li, img, label, input {
    vertical-align: middle;
}
var {
    font-style: normal;
}
ins {
    text-decoration: none;
}
body {
    font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
    font-size: 20px;
    color: #000;
    background-color: #fff;
}
/*-- End Reset --*/

/*-- Start Common --*/
.box{
	background-color: #fff;
	border:#ababab 1px solid;
	border-radius: 0.5em;
	padding: 0;
	margin: 1.5em 1em;
}
.noradius{border-radius: 0;}
.box>h1,.box .box-header{border-radius: 0.5em  0.5em 0 0 ;}
.box .box-footer{border-radius:0 0  0.5em  0.5em ;}
.viewport {
    margin: auto;
    max-width: 720px;
    overflow: hidden;
}
.ma20{margin: 1em}
.m5 {margin:0.25em 0;}
.m10 {margin:0.5em 0;}
.m15 {margin:0.75em 0;}
.m20 {margin: 1em 0;}
.m25 {margin: 1.25em 0;}
.m30 {margin: 1.5em 0; }
.m_5 {margin:auto 0.25em;}
.m_10 {margin:auto 0.5em;}
.m_15 {margin:auto 0.75em;}
.m_20 {margin:auto  1em;}
.m_25 {margin:auto 1.25em;}
.m_30 {margin:auto 1.5em; }
.mt10 {margin-top: 0.5em; }
.mt20 {margin-top: 1em; }
.mt30 {margin-top: 1.5em; }
.mt40 {margin-top: 2em; }
.mb10 {margin-bottom: 0.5em; }
.mb20 {margin-bottom: 1em; }
.mb30 {margin-bottom: 1.5em; }
.mb40 {margin-bottom: 2em; }
.mt-20 {margin-top: -1em; }


.p5 { padding:0.25em; }
.p10 { padding:0.5em; }
.p15 { padding:0.75em; }
.p20 { padding:1em; }
.p30 { padding:1.5em; }
.plr5 { padding:0 0.25em; }
.plr10 { padding:0 0.5em; }
.plr15 { padding:0 0.75em; }
.plr20 { padding:0 1em; }
.pt5 { padding-top:0.25em; }
.pt10 { padding-top:0.5em; }
.pt15 { padding-top:0.75em; }
.pt20 { padding-top:1em; }
.pb5 { padding-bottom:0.25em; }
.pb10 { padding-bottom:0.5em; }
.pb15 { padding-bottom:0.75em; }
.pb20 { padding-bottom:1em; }

.line-1{line-height: 1.6em;}
.line-2{line-height: 2em;}

.tl { text-align:left !important; }
.tc { text-align:center !important; }
.tr { text-align:right !important; }
.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }
.vm{vertical-align:middle; }

.hidden{display: none;}
.fz20 {font-size: 1em }
.fz25 {font-size: 1.25em }
.fz27 {font-size: 1.35em }
.fz30 {font-size: 1.5em }
.fz32 {font-size: 1.6em }
.fz36 {font-size: 1.8em }
.fz42 {font-size: 2.1em }
.font{
	font-size: 1.4em;
}

.h-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	width: 100%
}
/*--常用颜色--*/
.red{color: #c00;}
.green{color:#007c00;}
.gray{color: gray;}
.yellow{color: #cc0;}
.orange{color: orange;}
.bg-white{background-color: #FFF;}
.bg-gray{background-color: #999;}
.bg-title-0{background-color:#0aafaa;color: #fff;}
.bg-title-1{background-color:#ff8d31;color: #fff;}
.bg-title-2{background-color:#e66466;color: #fff;}
.bg-title-3{background-color:#009bcd;color: #fff;}

.clearfix:after {
    clear: both;
    content: "...";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
.line-b{border-bottom: 1px #ddd dotted;}

/*-- Start Common --*/

/*-- Start Common Layout --*/
.layout-3,.layout-2{position: relative;}
.layout-3 > div:first-child{position: absolute;bottom: 0;left: 0;top:0; width: 4.85em}
.layout-3 > div:last-child{position: absolute;top:0;right: 0;bottom: 0;width: 4.85em}
.layout-3 > div:nth-child(2){margin:0 4.85em;overflow:hidden;height: 100%}

.layout-2 > div:first-child{position: absolute;bottom: 0;left: 0;top:0; width: 5em}
.layout-2 > div:last-child{margin-left:5.85em;height: 100%}
.layout-2 > div{line-height: 1.6em;}

dl.col-2{position: relative;}
dl.col-2 dt{
    vertical-align: middle;
    text-align: right;
    padding: 0.5em 0.4em;
    width: 5.0em;
    color: #000;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
}
dl.col-2 dt,dl.col-2 dd{
    height: 1.6em;
    line-height: 1.6em;
    padding: 0.5em 0;
    display: block;
}
dl.col-2 dd{color: #999;margin-left: 5.6em;}
/*-- End Common Layout --*/
/*--S Message条式样式--*/
.message_error,.message_fail,.message_success,.message_info,.message_warning{padding:12px;margin-bottom:5px;background: url(/themes/m/images/message.png) no-repeat;text-indent: 40px;}
.message_error,.message_fail{border:#FF7570 1px solid;background-color:#FFF2F0; background-position: 0 -55px;}
.message_success{border:#00C22C 1px solid;background-color:#EEFFE4; background-position: 0 -107px;}
.message_info{border:#00B5FF 1px solid;background-color:#E3F5FF;background-position: 0 -3px;}
.message_warning{border:#FFCA74 1px solid;background-color:#FFFFE3; background-position: 0 -161px;}

/*--E Message条式样式--*/

/*--S tabwidget --*/
.tab{position: relative;}
.tab .tab-head{ background: none repeat scroll 0 0 #e4e4ec; height: 3em; position: relative;}
.tab .tab-head li{cursor: pointer; display: block;line-height: 3em;height: 3em;padding:0;text-align: center;float: left; overflow: hidden;}
.tab .tab-head li.current{background: #fff}
.tab .tab-body{border-top: none;}

/*--E tabwidget --*/

.message-lay{
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.message-box{
	display: none;
    z-index: 1000;
    background-color: #000;
    border-radius: 5px;
    color: #fff ;
    height: 100px;
    opacity: 0.7;
    width: 230px;
    left: 50%;
    top:50%;
    margin: -50px auto auto -115px;
    position: absolute;
}
.message-box .tips{
	border-bottom: 1px solid #6e6e6e;
    font-size: 15px;
    height: 63px;
    line-height: 63px;
    padding-left: 40px;
    vertical-align: top;
}
.message-box .btns #btn_continue {
    border-radius: 0;
    border-right: 1px solid #6e6e6e;
    width: 115px;
}
.message-box .btns  #btn_check {
    width: 114px;
}
.message-box .btns .btn_in{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: normal;
    height: 36px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border: none;
}


.aui_dialog .error,.aui_dialog .fail,.aui_dialog .success,.aui_dialog .warning{padding:12px;margin-bottom:5px;background: url(/themes/m/images/message.png) no-repeat;text-indent: 40px;}
.aui_dialog .error, .aui_dialog.fail{background-position: 0 -55px;}
.aui_dialog .success{background-position: 0 -107px;}
.aui_dialog .warning{background-position: 0 -161px;}

.header > div{height: 4.85em;}
.header{height:4.85em;background-color: #e4e4ec;border-bottom: #ccc 1px solid;}
.header >div .title{color: #464646;
    font-size: 1.9em;
    line-height: 2.55263em;
    text-align: center;}
.ico-home{
	background: url("/themes/m/images/icon_01.png") no-repeat  50% 50%  rgba(0, 0, 0, 0);
	background-size: 2.5em 2.5em;
	font-size: 1em;
	height: 4.85em;
	text-indent: -999em;
	width: 4.85em;
	display: inline-block;
}

.ico-cart{
	background: url("/themes/m/images/icon_02.png") no-repeat  50% 50%  rgba(0, 0, 0, 0);
	background-size: 2.5em 2.5em;
	font-size: 1em;
	height: 4.85em;
	text-indent: -999em;
	width: 4.85em;
	display: inline-block;
}
.ico-cart .tip {
    background-color: #ffc703;
    border-radius: 0.3em;
    color: #783600;
    height: 1.4em;
    padding-top: 0.1em;
    position: absolute;
    right: 0.6em;
    text-align: center;
    top: 0.6em;
    width: 1.5em;
    text-indent: 0;
}
.ico-user{
	background: url(/themes/m/images/user_ico.png) no-repeat  50% 50%  rgba(0, 0, 0, 0);
	background-size: 3em 3em;
	font-size: 1em;
	height: 4.85em;
	text-indent: -999em;
	width: 4.85em;
	display: inline-block;
}

.header {
	position:relative;
	/*background-color:#eaeaea;*/
}

.main-viewport {
	background-color:#efeff4;
}
.slider {
	height:auto;
	background-color:#fff;
	overflow:hidden;
	visibility:hidden;
	position:relative
}

.focus{ max-width:100%; height:auto;  margin:0 auto; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:10px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{display:inline-block; width:25px; height:4px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;}
.focus .hd ul .on{ background:#F60;  }
.focus .bd{ position:relative; z-index:0;text-align:center; }
.focus .bd li img{ width:100%; background:url(/themes/m/images/loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }


.nav-index ul,.page-list ul {
    border-bottom: 1px solid #efefef;
    border-collapse: collapse;
    display: table;
    width: 100%;
}
.nav-index li:first-child,.page-list li:first-child {
    border-left: 0 none;
}
.nav-index ul:first-child,.page-list ul:first-child {
    border-top: 1px solid #efefef;
}
.nav-index li,.page-list li {
    border-left: 1px solid #efefef;
    display: table-cell;
    width: 25%;
    padding: 1em;
    vertical-align: top;
}
.nav-index li >a,.page-list li >a {
    display: block;
}
.page-list li{
    width: 50%;
    padding: 0.8em;
}
.page-list li .p{text-align: center;line-height: 1.6em;font-size: 1.4em;overflow: hidden;
    text-overflow: ellipsis;width: 100%;}
.page-list .list-header {
    border-bottom: 1px solid #efefef;
    line-height: 4.5em;
    text-align: center;
}
.page-list .list-header  span {
    color: #333;
    font-size: 2em;

}
.cell-2 li {
    border-left: 1px solid #efefef;
    display: table-cell;
    width: 50%;
}
.cell-3 li {
    border-left: 1px solid #efefef;
    display: table-cell;
    width: 33.33%;
}
.nav-index li a {
	display:block;
	width:100%;
	text-align:center
}
.nav-index li a .ico {
	display:block;
	margin:0 auto .5em;
	width:5em;
	height:5em;
	-webkit-background-size:5em 5em;
	-moz-background-size:5em 5em;
	-o-background-size:5em 5em;
	background-size:5em 5em
}
.nav-index li a .t {
	color:#000;
	font-size:1.1em
}

.nav-index .icon_indexn_01 {
	background:url(/themes/m/images/icon_indexn_01.png) no-repeat
}
.nav-index .icon_indexn_02 {
	background:url(/themes/m/images/icon_indexn_02.png) no-repeat
}
.nav-index .icon_indexn_03 {
	background:url(/themes/m/images/icon_indexn_03.png) no-repeat
}
.nav-index .icon_indexn_04 {
	background:url(/themes/m/images/icon_indexn_04.png) no-repeat
}
.nav-index .icon_indexn_05 {
	background:url(/themes/m/images/icon_indexn_05.png) no-repeat
}
.nav-index .icon_indexn_06 {
	background:url(/themes/m/images/icon_indexn_06.png) no-repeat
}
.nav-index .icon_indexn_07 {
	background:url(/themes/m/images/icon_indexn_07.png) no-repeat
}
.nav-index .icon_indexn_08 {
	background:url(/themes/m/images/icon_indexn_08.png) no-repeat
}
.nav-index .icon_indexn_09 {
	background:url(/themes/m/images/icon_indexn_09.png) no-repeat
}
.nav-index .icon_indexn_10 {
	background:url(/themes/m/images/icon_indexn_08.png) no-repeat
}




/**
.page-list .list-cell {
    display: table;
    width: 100%;
}
.page-list .list-cell .row {
    display: table-row;
}
.page-list .list-cell .cell {
    border-bottom: 1px solid #f6f6f6;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.page-list .list-cell .cell:first-child {
    border-right: 1px solid #f6f6f6;
}
.page-list .list-cell a {
    display: block;
    padding: 1.5em 0 2em;
}
.page-list .list-cell .imgurl {
    background-color: transparent;
    height: 15em;
    margin: 0 auto;
    padding: 0 1px;
    width: 15em;
}
.page-list .list-cell .p {
    color: #333;
    display: block;
    margin: 0.5em 0.5em 0;
    max-width: 15em;
    overflow: hidden;
    padding: 0 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-list .list-cell .p span {
    font-size: 1.3em;
    line-height: 1.3;
}

.page-list .list-header {
    border-bottom: 1px solid #efefef;
    line-height: 4.4em;
    text-align: center;
}
.page-list .list-header  span {
    color: #333;
    font-size: 1.9em;

}
*/

.score,.score i{background: url(/themes/m/images/icon.png);}
.score{display: inline-block; height: 20px; width: 110px;}
.score i{background-position: 0 -20px; display: block; height: 20px; margin: 0; overflow: hidden; padding: 0; text-indent: -10000px; }


.logined .login {
	display:inline
}
.logined .nologin {
	display:none
}
.tips_view {
	text-align:center;
	background-color:#f4f4f4
}
.tips_view .tips_msg {
	padding:5em 0 2em
}
.tips_view .tips_msg:before {
	content:"\0020";
	display:block;
	margin:0 auto
}
.tips_view .tips_msg h3 {
	font-size:1.7em;
	color:#50555b;
	margin-bottom:.44118em
}
.tips_view.mitu_02 .tips_msg:before {
	width:16em;
	height:16.1em;
	background:url(/static/img/img/mitu_02.png) 0 0 no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.tips_view .tips_btn {
	width:17em;
	margin:0 auto;
	padding:1.5em 0 3em
}
.button {
	font-size:1.7em;
	display:block;
	font-weight:700;
	text-align:center;
	line-height:2.61765em;
	-webkit-border-radius:.23529em;
	-moz-border-radius:.23529em;
	-ms-border-radius:.23529em;
	-o-border-radius:.23529em;
	border-radius:.23529em;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	text-shadow:rgba(0,0,0,.3) 0 -1px 0
}
.button.disable_button {
	color:#515459;
	text-shadow:rgba(0,0,0,.1) 0 1px 0;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f3f4f6),color-stop(100%,#dfe0e2));
	background-image:-webkit-linear-gradient(#f3f4f6,#dfe0e2);
	background-image:-moz-linear-gradient(#f3f4f6,#dfe0e2);
	background-image:-o-linear-gradient(#f3f4f6,#dfe0e2);
	background-image:linear-gradient(#f3f4f6,#dfe0e2);
	-webkit-box-shadow:rgba(0,0,0,.1) 0 .02941em .11765em 0 inset;
	-moz-box-shadow:rgba(0,0,0,.1) 0 .02941em .11765em 0 inset;
	box-shadow:rgba(0,0,0,.1) 0 .02941em .11765em 0 inset
}
.button.disable_button:active,.button.disable_button:hover {
	-webkit-box-shadow:rgba(0,0,0,.3) 0 .05882em .11765em .02941em inset;
	-moz-box-shadow:rgba(0,0,0,.3) 0 .05882em .11765em .02941em inset;
	box-shadow:rgba(0,0,0,.3) 0 .05882em .11765em .02941em inset
}

.header-search{position:relative;background-color:#fff;padding:1.5em 1.4em}
.header-search .form{display:block;border:.15em solid #ccc;overflow:hidden;vertical-align:middle;-webkit-border-radius:.4em;-moz-border-radius:.4em;-ms-border-radius:.4em;-o-border-radius:.4em;border-radius:.4em;position:relative;background-color:#fff;padding-right:5.4em}
.header-search .form .search-word{padding:1.2em 1.4em;height:1.7em}
.header-search .form .search-word .search-input{font-size:1.7em;width:100%;border:0 none;color:#666}
.header-search .form .search-word .search-input::-webkit-input-placeholder{color:#ccc}
.header-search .form .submit{position:absolute;right:0;top:0;border-left:.15em solid #ccc;width:5.4em;height:4.2em;background-color:#f4f4f4}
.header-search .form .submit .ico-search{margin:auto;display:block;width:2.5em;height:2.5em;background:url(/themes/m/images/ico-search.png) no-repeat 0 0;-webkit-background-size:2.5em 2.5em;-moz-background-size:2.5em 2.5em;-ms-background-size:2.5em 2.5em;-o-background-size:2.5em 2.5em;background-size:2.5em 2.5em}
/*index643973929211478*/
.footer {
	border-top:.1em solid gainsboro;
	padding:2.5em 0;
	text-align:center;
	background: #fff;
}
.footer .g_1 a {
	color:#88898d;
	padding:0 0.5em;
}
.footer .g_1 a:first-child {
	border-right:.06667em solid #ccc
}
.footer .g_1 a:last-child {
	border-left:.06667em solid #ccc
}
.footer .g_2 {
	color:#c5c5c5;
	padding:1.5em 0
}
.footer .g_2 a {
	color:#88898d;
	padding:0 1.66667em;
	-webkit-background-size:1.16667em .86667em;
	-moz-background-size:1.16667em .86667em;
	-o-background-size:1.16667em .86667em;
	background-size:1.16667em .86667em
}
.footer .g_3 p {
	color:#c5c5c5;
}


.btn {
    background: none repeat scroll 0 0 #a60a00;
    border: 1px solid #a6041c;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;

    overflow: hidden;
    text-align: center;
    line-height: 1em;
    -webkit-appearance: none;

    border-radius: 0.23529em;
    border-style: solid;
    border-width: 1px;

    font-size: 1.7em;

    line-height: 2.61765em;
    overflow: hidden;
    text-align: center;
}


input.btn{
	margin-left:0;
	margin-right: 0;
	width: 100%;

}
.btn-mini{font-size: 1.2em;overflow: visible; display: inline;padding: 0.2em 1em;}
.btn-bar{position:fixed; background: #eaeaea; left: 0px; bottom: 0px; z-index: 10; display: table;width:100%; }
.btn-bar .col-2-1 {text-align: center; width: 50%; display: table-cell;padding: 0.25em;}

.btn:hover{color: #fff;background:#bf3a2b; }
a.btn:hover{text-decoration: none;}
.btn-gray{background:#bec3c7;border-color:#989da3;}
.btn-gray:hover{background:#ecf0f1;border-color:#cacecf;color: #555;}
.btn-disable{background:#ecf0f1;border-color:#cacecf;color: #555;}
.btn-disable:hover{background:#ecf0f1;border-color:#cacecf;color: #555;}

.btn-blue{border:#1b6990 1px solid;background:#2a80b9;}
.btn-blue:hover{background:#3598dc;border-color:#2882c0;}

.btn-orange{background:#d25400;border-color:#af4a06;}
.btn-orange:hover{background:#e77e22;border-color: #bd6617;}

.btn-red{background:#bf3a2b;border-color:#992d23;}
.btn-red:hover{background:#e84c3d;border-color: #c63a2d;}

.btn-red{background:#bf3a2b;border-color:#992d23;}
.btn-red:hover{background:#e84c3d;border-color:#c63a2d;}

.btn-green{background:#17a086;border-color:#0c7c64;}
.btn-green:hover{background:#19bd9b;border-color:#16987c;}

.icon-cart,.icon-member,.icon-list,.icon-alert,.icon-close,.icon-stop,.icon-plus,.icon-plus-1,.icon-minus,.icon-add,.icon-equal,.icon-order-0,.icon-order-1,.icon-order-2,.icon-order-3,.icon-groups,.icon-right,.icon-cright,.icon-clock,.icon-lights,.icon-end{background-image: url(/themes/m/images/icons.png);display: inline-block; vertical-align: middle;padding: 0 1px;width: 25px;height: 25px;}

.icon-cart{background-position: 3px -25px;}
.icon-member{background-position: 3px -2px;}
.icon-end{background-position: -25px 0;}
.icon-list{background-position: 0 -51px;}
.icon-alert{background-position: -25px -75px;}
.icon-lights{background-position: -25px -100px;}
.icon-close{background-position: 0 -125px;}
.icon-stop{background-position: -25px 0;}
.icon-plus{background-position: 0 -225px;}
.icon-plus-1{background-position: -25px -325px;}
.icon-minus{background-position:0 -200px;}
.icon-add{background-position:0 -250px;}
.icon-equal{background-position:0 -275px;}
.icon-order-0{background-position:-25px -200px;}
.icon-order-1{background-position:-25px -225px;}
.icon-order-2{background-position:-25px -250px;}
.icon-order-3{background-position:-25px -275px;}
.icon-clock{background-position:-25px -300px;}
.icon-groups{background-position: 0 -325px;}
.icon-right{background-position: 0 -375px;}
.icon-cright{background-position: 0 -350px;}

/*--S pagebar --*/
.page-nav { font-family: Simsun; line-height:normal;text-align: right;margin-top: 0.5em;overflow: hidden;zoom: 1;}
.page-nav  a,.page-nav  span,.page-nav  input{display:inline-block;line-height:1.2em;padding:0.1em 0.5em;border:1px solid #ccc;background-color:#fff; text-decoration:none;color:#666 !important;margin-right:5px;zoom: 1;}
.page-nav  input{height: 1.2em;line-height: 1.2em;padding: 0;zoom: 1;}
.page-nav  a:hover,.page-nav span.current{color:#fff !important;background-color:#C00;border-color:#be0d11 #be0d11 #9a0307; text-decoration:none;}

/*--E pagebar --*/

a{color: #000;}
/**
.input {
    -moz-appearance: none;
    -webkit-appearance: none;

    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #333;

    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 12px 10px;
}*/
.input {
    border: 1px solid #d4d4d6;
    border-radius: 0.35em;
    box-sizing: border-box;
    display: inline-block;
    padding: 1em;
    vertical-align: middle;
    font-size: 1.5em;
    width: 100%;
}
.textarea{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    padding: 12px 10px;
}
.login-form{
    margin: 0 auto;
    display: block !important;
    position: relative;
    /*width: 300px;*/
}
.login-form form{
    margin: 0;
}
.login-form .btn{margin: 0;}
/*.login-form input.btn{height: 40px;}
.login-form .btn{width: 300px;}*/
.login-form dl dd,form dl dd {
    margin-top: 1.5em;
    position: relative;
}
.login-form .input {
   /* width: 275px;*/
}

.flex_1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    width: 100%;
}

.select:after {
    background: url("/themes/m/images/select_bg.png") no-repeat scroll 0 0  rgba(0, 0, 0, 0);
    background-size: cover;
    content: " ";
    display: block;
    height: 0.95em;
    margin-top: -0.475em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 1.35em;
}
.select {
    border-color: #d3d4d5 #d5d7d8 #dadbdd #e0e2e3;
    border-radius: 0.35em;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    height: 4em;
    overflow: hidden;
    padding-right: 2.4em;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.select > select {
    border: medium none;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.select .option {
    border-right: 1px solid #d8d9da;
    font-size: 1.5em;
    line-height: 2.66667em;
    padding-left: 0.93333em;
}

.input > input {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 1.5em;
    width: 100%;
}
#areas .flex_1:last-child{margin-left: 0.5em;}

.textarea {
    border: 1px solid #d4d4d6;
    border-radius: 0.35em;
    box-sizing: border-box;
    display: inline-block;
    padding: 1.1em;
    vertical-align: middle;
    width: 100%;

    height: 4.66667em;
    border-radius: 0.35em;

    font-size: 1.5em;
    resize: none;
    width: 100%;
}
input[type~='checkbox']+label.valid-msg,input[type~='checkbox']+label.invalid-msg{position: relative; display: inline; pointer-events: none; line-height: 1em; top:0; left:0.2em; }
span.invalid-msg, label.invalid-msg, span.valid-msg, label.valid-msg,input[pattern]+label.msg-init,textarea[pattern]+label.msg-init{
	background-color:#fff;
	position: absolute;
	display: block;
	pointer-events: none;
	line-height: 1em;
	top:-0.5em;
	left:1.5em;
	height: 1em;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c2c2c2;
    font-weight: normal !important;
}

ul.list{margin: auto;}
ul.list > li{ border-bottom: 1px dotted #dcdcdc;padding: 0.5em 0;position: relative;}
ul.list > li:last-child{ border:none;}
ul.list > li>div{overflow:hidden;}
ul.list > li>div:first-child{float: left;}
ul.list > li>div:nth-child(2){float: right;}

.promo{border: red 1px solid;padding: 0 2px;border-radius: 3px;background: #fc0}
.prom{background-color: #8c0000; color: #FFF;padding: 2px 8px;border-radius: 3px;}

table.form td{
	padding: 4px 0;
}
table.form .input{ padding: 3px 10px; width: auto;}
.list-nav{}
.list-nav .item{padding: 0 1em;border-bottom: 1px solid #bcbcbc;position: relative; line-height: 1.6em;height: auto;}
.list-nav .item:last-child{border-bottom:none;}
.item a.more{background: url("/themes/m/images/arrow.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
	background-size:  0.95em 1.65em;
    color: #51545a;
    display: block;
    height: 100%;
}
.list-nav .item .sub-item{position: relative;display: block; margin-bottom: 1em;}
.list-nav .item .sub-item li{float: left;padding-right: 0.5em;}
.list-nav .item .sub-item li a{color: #999;}
.list-nav .item .sub-item .un{padding: 0 1em 0 0; border-right: 1px #f1f1f1 solid;color: #999;font-size: 1em;}
.list-nav .item .sub-item li:last-child .un {border-right: none;}
.user-info td{font-size: 1.5em;padding: 10px 0;}
.list-nav .item .un{
	font-size: 1.5em;
	color: #000;
    padding: 1.26667em 0 1.26667em 2.33333em;
}

.order_info{padding: 10px 5px;}
.order_info .topline {
	border-top: 1px dotted #c2c2c2;
	padding-top:10px;
}
 .order_info dd {
    color: #666;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.4em;
}
.order_info dd span{
    color: #000;
}

fieldset.line-title{
    border-top: 1px solid #e0e0e0;
    padding-bottom: 10px;

}
fieldset.line-title .txt{
    color: #b0b0b0;
    padding: 0 20px;
    margin: 0 auto;
}
.oauth-list{
    text-align: center;
}
.oauth-list a{
    display: inline-block;
    padding:5px;
    margin-right: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.un_01 {background: url("/themes/m/images/un_01.png") no-repeat scroll 0 50%   rgba(0, 0, 0, 0); background-size:1.6em 1.6em; }
.un_02 {background: url("/themes/m/images/un_02.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_03 {background: url("/themes/m/images/un_03.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_04 {background: url("/themes/m/images/un_04.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_05 {background: url("/themes/m/images/un_05.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_06 {background: url("/themes/m/images/un_06.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_07 {background: url("/themes/m/images/un_07.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_08 {background: url("/themes/m/images/un_08.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_09 {background: url("/themes/m/images/un_09.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_10 {background: url("/themes/m/images/un_10.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_11 {background: url("/themes/m/images/un_11.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_12 {background: url("/themes/m/images/un_12.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}


.controller{position:fixed;bottom:0;left:0;right:0;width:60px;margin:auto;height:30px;border-radius:40px 40px 0 0; padding: 10px;}
.controller:hover{bottom:0;}
.controller a{display: block;margin:auto;height:60px;border-radius:30px 30px 0 0; margin:auto;padding: 0;background-color: #f30;border:#f30 1px solid;}


/*-- Start page  */
.page{background: url("/themes/m/images/paper_02.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto 1em;
    background-size:  100% 1px ;
}
.page:before{background: url("/themes/m/images/paper_01.png") no-repeat scroll 0 0   rgba(0, 0, 0, 0);
background-size: 100% 0.75em;
    content: " ";
    display: block;
    height: 0.75em;}
 .page .page-content{
 	background: url("/themes/m/images/paper_03.png") no-repeat scroll 0 100%   rgba(0, 0, 0, 0);
 	background-size: 100% 16.15em;
    bottom: -1em;
    padding-bottom: 6em;
    padding-left: 0.5em;
    padding-right: 1em;
    position: relative;
 }
/*-- End page  */

/*--Start 设备--*/
@media only screen and (max-width: 300px) {
body {
    font-size: 8.33333px;
}
.viewport {
    max-width: 300px;
}
}
@media only screen and (max-width: 310px) and (min-width: 300px) {
body {
    font-size: 8.33333px;
}
.viewport {
    max-width: 310px;
}
}
@media only screen and (max-width: 320px) and (min-width: 310px) {
body {
    font-size: 8.61111px;
}
.viewport {
    max-width: 320px;
}
}
@media only screen and (max-width: 350px) and (min-width: 320px) {
body {
    font-size: 8.88889px;
}
.viewport {
    max-width: 350px;
}
}
@media only screen and (max-width: 360px) and (min-width: 350px) {
body {
    font-size: 9.72222px;
}
.viewport {
    max-width: 360px;
}
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
body {
    font-size: 10px;
}
.viewport {
    max-width: 400px;
}
}
@media only screen and (max-width: 470px) and (min-width: 400px) {
body {
    font-size: 11.1111px;
}
.viewport {
    max-width: 470px;
}
}
@media only screen and (max-width: 480px) and (min-width: 470px) {
body {
    font-size: 13.0556px;
}
.viewport {
    max-width: 480px;
}
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
body {
    font-size: 13.3333px;
}
.viewport {
    max-width: 540px;
}
}
@media only screen and (max-width: 560px) and (min-width: 540px) {
body {
    font-size: 15px;
}
.viewport {
    max-width: 560px;
}
}
@media only screen and (max-width: 570px) and (min-width: 560px) {
body {
    font-size: 15.5556px;
}
.viewport {
    max-width: 570px;
}
}
@media only screen and (max-width: 630px) and (min-width: 570px) {
body {
    font-size: 15.8333px;
}
.viewport {
    max-width: 630px;
}
}
@media only screen and (max-width: 640px) and (min-width: 630px) {
body {
    font-size: 17.5px;
}
.viewport {
    max-width: 640px;
}
}
@media only screen and (max-width: 710px) and (min-width: 640px) {
body {
    font-size: 17.7778px;
}
.viewport {
    max-width: 710px;
}
}
@media only screen and (max-width: 720px) and (min-width: 710px) {
body {
    font-size: 19.7222px;
}
.viewport {
    max-width: 720px;
}
}
@media only screen and (min-width: 720px) {
body {
    font-size: 20px;
}
.viewport {
    width: 720px;
}
}
/*--End 设备--*/
<!--0.0002288818359375-->