@import url(//at.alicdn.com/t/font_390103_cct6t8ytehi.css);
@font-face {
	font-family:'Bebas';
	src: url('../font/BEBAS_FONT.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;	 
}
*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;list-style:none;margin:0;padding:0}body,html{height:100%;font-family:Tahoma,Arial,Roboto,'Droid Sans','Helvetica Neue','Droid Sans Fallback','Heiti SC',sans-self;-webkit-text-size-adjust: 100%!important;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em;bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit;outline:0}button{overflow:visible}button,select{text-transform:none}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-placeholder{color:#999;}::-webkit-input-placeholder{color:#999;}:-ms-input-placeholder{color:#999;}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
body{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
}
/* common */
.smepad-portrait{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #3d3d3d;
}
.smepad-portrait-text{
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.smepad-portrait-text .iconfont{
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-block;
}
.smepad-portrait-text img{
    width: 50px;
    margin-top: 50px;
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {  
	.smepad-portrait { 
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: flex; 
    }  
    html,body{
        height: 100%;
        overflow: hidden;
    }
} 
.smepad-noborder{
    border: none !important;
}
.smepad-container{
    width: 100%;
    height: 100%;
    clear: both;
}
input::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.2);
}
.smepad-btn{
    width: auto;
    height: 54px;
    line-height: 54px;
    padding: 0 30px;
    text-align: center;
    color: #333;
    border-radius: 4px;
    border: none;
    font-size: 18px;
}
.smepad-btn.smepad-btn-lg{
    width: 100%;
    display: inline-block;
}
.smepad-btn.smepad-btn-radius{
    border-radius: 40px;
}
.smepad-btn.smepad-btn-red{
    background-image: linear-gradient( 135deg, #FEB692 10%, #EA5455 100%);
    color: #fff;
}
.smepad-btn:disabled {
    background-image: none;
    background-color: #666 !important;
    color: #fff!important;
}
.checkbox, .radio{
    position: relative; 
    height: 30px;
}
.checkbox input[type='checkbox'] , .radio input[type='radio'] { 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 20px; 
    height: 20px; 
    opacity: 0; 
} 
.checkbox label, .radio label{
    color: #333;
    font-size: 18px;
}
.checkbox label:before, .radio label:before{
    content: "\e615";
    font-family: 'iconfont';
    font-size: 28px;
    vertical-align: middle;
    margin-right: 5px;
}
.radio label:before{
	content: "\e6b9";
}
.checkbox input[type='checkbox']:checked + label::before{
    content: "\e64c";
}
.radio input[type='radio']:checked + label::before{
    content: "\e614";
}
.smepad-table{
    width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}
.smepad-table th, .smepad-table td{
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    text-align: center;
}
.smepad-table th{
    background-color: #3d3d3d;
    border-color: #2e2e2e;
    color: #fff;
    font-weight: normal;
}
.smepad-table-white th{
    background-color: #fafafa;
    border-color: #e2e2e2;
    font-weight: bold;
    color: #000;
}
.smepad-tabswitch {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.smepad-tabswitch span{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	line-height: 50px;
	color: rgba(255, 255, 255, .5);
	background-color: #3d3d3d;

	position: relative;
}
.smepad-tabswitch span.active{
	color: #fff;
}
.smepad-tabswitch span.active:after{
	content: '';
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	border-top: 10px solid #000;
	
	position: absolute;
	left: 50%;
	bottom: -10px;

	-webkit-transform: translateX(-50%);

	        transform: translateX(-50%);

}

/* login */
.smepad-login-box{
    background: url('../images/login-bg.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.smepad-login-wrap{
    width: 400px;
    height: 736px;
}
.smepad-login-logo{
    margin-bottom: 50px;
    text-align: center;
}
.smepad-login-logo img{
    width: 100px;
}
.smepad-login-footer{
    text-align: center;
}
.smepad-login-link{
    display: inline-block;
    margin-top: 125px;
    color: #999;
    text-decoration: underline;
}
.smepad-copyright p{
    margin-bottom: 10px;
    color: rgba(255,255,255,0.4);
}
.smepad-copyright img{
    width: 48px;
    vertical-align: middle;
}
.smepad-login-form-item{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: relative;
}
.smepad-login-form-item .iconfont{
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.smepad-login-form-input, .smepad-login-form-select select{
    width: 100%;
    height: 70px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-left: 40px;
    color: #fff;
	font-size: 18px;
	-webkit-appearance: none;
}
.smepad-login-form-select{
	position: relative;
}
.smepad-login-form-select::after{
	content: '\e618';
	font-family: 'iconfont';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	color: rgba(255,255,255,.5);
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.smepad-login-form-item .checkbox{
    margin: 20px 0;
    display: block;
}
.smepad-login-form-item .checkbox label{
    color: rgba(255, 255, 255, 0.7);
}

/* smepad-header */
.smepad-header {
    width: 100%;
    height: 66px;
    background-color: #3d3d3d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smepad-header .logo{
    display: block;
    padding-top: 14px;
    width: 80px;
    text-align: center;
}
.smepad-header .logo img{
    width: 38px;
}
.smepad-header .logininfo{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.smepad-header .logininfo .username{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    padding-right: 20px;
}
.smepad-header .logininfo .username img{
    width: 35px;
    height: 35px;
    background-color: #f6f6f6;
    vertical-align: middle;
    border-radius: 100%;
    margin-left: 10px;
}
.smepad-header .logininfo .helper{
    width: 50px;
    text-align: center;
}
.smepad-header .logininfo .helper .iconfont{
    font-size: 24px;
}
.smepad-header .logininfo .select-menu{
    width: 50px;
    height: 66px;
    text-align: center;
}
.menu-icon { 
    width: 30px; 
    height: 30px; 
    position: relative; 
    text-align: center; 
    margin: 16px auto;
}
.menu-icon:before, .menu-icon:after { 
	content: ""; 
	display: block; 
	width: 20px; 
	height: 1px; 
	background: #fff; 
	border-radius: 8px; 
	position: absolute; 
	right: 5px; 
	-webkit-transition: all 0.15s ease-in-out; 
	transition: all 0.15s ease-in-out; 
}
.menu-icon:before { 
	top: 9px;
    -webkit-box-shadow: 0 6px #fff;
            box-shadow: 0 6px #fff;
}
.menu-icon:after { bottom: 8px; }
.menu-icon.close:before { 
    top: 15px; 
    -webkit-box-shadow: none; 
            box-shadow: none; 
    -webkit-transform: rotate(225deg); 
    transform: rotate(225deg); 
}
.menu-icon.close:after { 
    bottom: 14px; 
    -webkit-transform: rotate(135deg); 
    transform: rotate(135deg); 
}
.menu-select-list{
	width: 100px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 5px;
	position: absolute;
	right: 0px;
	top: 65px;
	z-index: 999;
	display: none;
}
.menu-select-list.show{
	display: block;
}
.menu-select-list:before{
	content: "";
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(255,255,255,0.1);
	position: absolute;
	right: 20px;
    top: -5px;
	z-index: 999;
}
.menu-select-list li {
	position: relative;
}
.menu-select-list li:after{
	content: '';
	width: 100%;
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	bottom: 0;
	left: 0;;
	-webkit-transform: scaleY(0.5);;
	        transform: scaleY(0.5);
}
.menu-select-list li a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.menu-select-list li a.logOut {
	color: #ff5722;
}

/* smepad-footer */
.smepad-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #3d3d3d;
}
.smepad-footer + .footer-placeholder{
    height: 60px;
}
.smepad-tab-nav{
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smepad-tab-nav li{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
}
.smepad-tab-nav li a{
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.smepad-tab-nav li a .iconfont{
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
}
.smepad-tab-nav li.smepad-nav-this{
    background-color: #ee4f2a;
}
.smepad-nodatas{
    color: #999;
    line-height: 40px;
    text-align: center;
}

/* 指南针 */
.smepad-compass{
	width: 100%;
    padding: 0 20px;
    padding-bottom: 20px;
	background-color: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000000),color-stop(5%, #000000),color-stop(5%, #f0f0f0));
	background: linear-gradient(to bottom, #000000 10%,#000000 5%,#f0f0f0 5%); 
	position: relative;
}
.compass-total{
	background-color: #fff;
	width: 100%;
	padding-top: 40px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
	        box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
}
.compass-total .items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	    flex-wrap: no-wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.compass-total .item-num{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.compass-total .item-num:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 54px;
	background-color: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(0.5);
	        transform: translateY(-50%) scaleX(0.5);
}
.compass-total .item-num:last-child::after{
	content: none;
}
.compass-total .item-num .num{
	font-size: 40px;
	font-family: 'Bebas';
}
.compass-total .item-num .num em{
	font-size: 20px;
	font-style: normal;
	padding-left: 5px;
}
.compass-total .updatetime{
	width: 100%;
	text-align: right;
	color: #999;
	padding: 20px 30px;
}
.compass-total .item-num.red{
	color: #F6416C;

}
.compass-total .item-num.green{
	color: #27955b;
}
/* 指南针-公告 */
.compass-notice{
	width: 100%;
	padding: 27px 0;
	line-height: 30px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
}
.compass-notice .ntitle{
	width: 70px;
	min-width: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #333;

	position: relative;
}
.compass-notice .ntitle:after{
	content: '';
	width: 1px;
	height: 1em;
	background-color: #a8a8a8;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(0.5);
	        transform: translateY(-50%) scaleX(0.5);
}
.compass-notice ul{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.compass-notice ul li{
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	padding-left: 30px;
	white-space: nowrap;
	
}
.compass-notice ul li a{
	color: #333;
}
.compass-notice ul li span{
	color: #d9d9d9;
	padding-left: 10px;
}
/* 个人形象 */
.person-image{
	width: 100%;
	height: 240px;
	
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.person-image .my-image{
	width: 210px;
	height: 100%;
	background-color: #3d3d3d;
	overflow: hidden;
	position: relative;
}
.person-image .my-image img{
	width: 100%;
	display: block;
}
.person-image .fixbottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}
.person-image .fixbottom .icon-zhaoxiangji{
	float: right;
	font-size: 20px;
}
.person-image .other-image{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 15px 0px 0 20px;
	overflow: hidden;
}
.person-image .other-image h3{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin-bottom: 15px;
}
.person-image .other-image ul{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.person-image .other-image ul li{
	display: block;
	width: 76px;
    height: 76px;
    margin-right: 25px;
    margin-bottom: 15px;
	border-radius: 100%;
	background: url("../images/default-image.png") center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.person-image .other-image ul li:nth-child(5n) {
    margin-right: 0;
}
.person-image .other-image ul li img{
    width: 76px;
    height: 76px;
}
/* store app views */
.title-name{
	font-size: 20px;
    font-weight: bold;
	color: #333;
	padding: 20px 0;
}
.store-appViews .smepad-table td{
	width: 100px;
}
.store-appViews .app-nums span{
	color: #f40000;
}
.store-appViews .timeTag{
	display: block;
	margin: 2px auto;
}
.store-views-table tr td:not(:first-child){
    color: rgb(175, 174, 174);
}
.store-views-table tr th{
	font-size: 11px;
}
.store-views-table tr td.has-value{
	font-size: 11px;
	background-color: #7bfd87;
    color: #333 !important;
    font-size: 18px !important;
}
.timeTag{
	width: 70px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	margin-right: 10px;
	font-size: 12px;
	font-style: normal;
    margin-bottom: 5px;
    padding: 0;
}
.timeTag h3{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.timeTag h4{
	font-weight: bold;
	font-size: 16px;
}
.timeTag p{
	font-size: 12px;
	line-height: 15px;
}
.timeTag .moneynumber{
	font-size: 16px;
}
.timeTag.timetag_ex .moneynumber{
	color: #fff;
}
.timeTag.rs{
	background-color: #7bfd87;
	color: #333;
}
.timeTag.ex{
	background-color: #fb77b5;
	color: #333;
}
.timetag_ex p, .timetag_rs p{
	color: #aa2a08;
}
.timeTag.fs{
	background-color: #a3fdfc;
	border: #a3fdfc 1px solid;
	color: #333;
}
/* 排行榜 */
.ranking-resule .smepad-table{
	margin: 20px 0;
}
.ranking-content{
    display: none;
}
.hairdisginer{
	display: inline-block;
	font-size: 14px;
	color: #333;
}
.hairdisginer img{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.ranking-icon{
	width: 20px;
}
/* 个人中心 */
.mytable-content .smepad-table{
    margin: 20px 0;
}
.smepad-myContainer{
	padding: 15px;
}
.smepad-my{
	min-height: 100%;
	background-color: #f0f0f0;
	padding-bottom: 20px;
}
.smepad-subMenu{
	width: 100%;
	height: 50px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.smepad-subMenu a{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: block;
	text-align: center;
	line-height: 50px;
	position: relative;
	color: #999;
}
.smepad-subMenu a.active{
	color: #333;
}
.smepad-subMenu a.active:after{
	content: "";
	display: inline-block;
	width: 2em;
	height: 2px;
	background-color: #EA5455;

	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);

}
.my-infowall{
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.my-infowall .my-image{
	width: 210px;
	height: 240px;
	overflow: hidden;
	background-color: #3d3d3d;
}
.my-infowall .my-image img{
	width: 100%;
}
.my-infowall .my-desctext{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 18px;
}
.ptitle{
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

/* badge */
.badge{
	display: inline-block;
	background-color: #ff2021;
	color: #fff;
    display: inline-block;
    min-width: 10px;
    padding: 7px 5px;
    font-size: 9px;
    font-style: normal;
    font-family: 'Arial';
    text-align: center;
    white-space: nowrap;
    vertical-align: super;
    border-radius: 10px;
}
.info-item{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.info-item label{
	width: 120px;
	padding: 8px 0;
	text-align: left;
	color: #000;
}
.info-value{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 8px 0;
	color: #666;
}
.mytable-content{
	display: none;
}
.my-result .smepad-table{
	margin: 20px 0;
}

/* 个人信息设置 */
.mysetting{
	width: 100%;
	min-height: 100%;
	border-top: #f0f0f0 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.left-nav {
	width: 200px;
	background-color: #fff;
}
.lnav-item {
	display: block;
	padding: 27px 0;
	padding-left: 30px;
	color: #666;
	border-bottom: 1px solid #f0f0f0;
}
.lnav-item.active{
	background-color: #fbfbfb;
	color: #000;
	position: relative;
}
.lnav-item.active:before{
	content: "";
	width: 2px;
	height: 100%;
	background-color: #3d3d3d;
	position: absolute;
	left: 0;
	top: 0;
}
.setting-wrap {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background-color: #f0f0f0;
	padding: 0 30px;
}
.setting-wrap .ptitle{
    line-height: 1;
    padding-top: 24px;
    padding-bottom: 24px;
}

/* ipad-form-vertical */
.smepad-form-vertical{
	padding-top: 20px;
}
.smepad-form-vertical .smepad-form-li{
	margin-bottom: 20px;
	display: block;
}
.smepad-form-li label{
	font-size: 14px;
	color: #333;
}
.smepad-form-block{
	margin-top: 10px;
	width: 100%;
}
.smepad-textarea{
	width: 100%;
	height: 100px;
	padding: 10px 10px;
	line-height: 20px;
	border: none;
	background-color: #fff;
	color: #333;
	resize: none;
}
.smepad-form-footer{
	padding: 30px 0;
	text-align: center;
}
.smepad-form-btn{
	width: 130px;
	height: 46px;
	line-height: 46px;
	text-align: center;
    color: #fff;
    border-radius: 4px;
	background-color: #3d3d3d;
	border: none;
}
.change-headphoto .photoimage{
	width: 150px;
	height: 150px;
	vertical-align: middle;
}
.change-headphoto .change-btn{
	margin-left: 20px;
}
.smepad-radio{
	margin-right: 20px;
}
.smepad-radio label{
	padding-left: 5px !important;
}
.smepad-radio input{
	-webkit-appearance: none;
}

/* ipad-form */
.safe-form{
	padding-top: 20px;
}
.smepad-form .smepad-form-li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-bottom: 20px;
}
.smepad-form .smepad-form-li label{
	width: 150px;
	min-height: 40px;
	line-height: 40px;
}
.smepad-form .smepad-form-li .smepad-form-block{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
}
.smepad-form-read{
	line-height: 40px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.smepad-form-input{
	width: 100%;
	height: 40px;
	border: #ddd 1px solid;
	background-color: #fff;
	padding-left: 10px;
}
.get-mescode{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.get-mescode .input-mescode{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.get-mescode .btn-mescode{
	width: 150px;
	height: 40px;
	background-color: #3d3d3d;
	color: #fff;
	border:none;
}

/* newlist */
.left-nav .title{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #f0f0f0;
}
.news-list{
	min-width: 200px;
}
.news-list .news-item{
	padding: 15px;
	color: #888;
}
.news-list .news-item.active{
	color: #000;
	font-weight: bold;
}
.news-list .news-item .news-title{
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 14px;
}
.news-list .news-item .news-date{
	color: #999;
	font-size: 12px;
	font-family: Arial;
}
/* news-details */
.news-details{
	padding: 20px 30px;
}
.news-details .news-bigTitle{
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news-descinfo{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 12px;
	margin-bottom: 20px;
}
.news-descinfo span + span{
	margin-left: 10px;
}
.news-details .news-content p{
	line-height: 24px;
	margin-bottom: 20px;;
}
.news-details .news-content img{
	max-width: 100%;
}
.num-style .f{
	font-size: 18px;
	font-weight: bold;
	padding-right: 4px;
	font-style: normal;
}
.num-style .s{
	font-size: 14px;
	padding-left: 4px;
	font-style: normal;
}

/* product-list-remark-tag */
.shortcutTag h3{
	font-size: 12px;
	color: #666;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 3px;
}
.shortcutTag ul{
	overflow: hidden;
}
.shortcutTag ul li {
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 12px;
    padding: 0 10px;
    color: #000;
    margin-right: 15px;
    margin-bottom: 10px;
}