﻿body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin: 0;padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
strong{font-weight: 700;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea,
select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;	font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {*font-size: 100%;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"] { -moz-appearance: textfield; }
/*body {line-height: 1.42857143;}*/
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
sup, sub {font-size: 100%;}
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
.clearfix,.container-fluid,.container,.form-groupc,.row{ *zoom:1;}
.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-group:after,.form-group:before,.row:after,.row:before{display:table;content:" ";}
.clearfix:after,.container-fluid:after,.container:after,.form-group:after,.row:after{clear:both;}
.hide{display:none;}
.hidden{display:none !important;}
.show{display: block !important;}
.fn-hide{display:none;}
.pull-left,.pull-right{display:inline;}
.pull-left{float:left;}
.pull-right{float:right;}
button,input,textarea,select{ font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.recycle-primary *,.content *,
:after,
:before{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.footer *,
:after,
:before{
    -webkit-box-sizing:content-box;
       -moz-box-sizing:content-box;
            box-sizing:content-box;
}
@media (min-width: 768px){
    body ::-webkit-scrollbar{ width: 5px; height: 5px; }
    body ::-webkit-scrollbar-thumb{ border-radius: 10px; background-color: rgba(0,0,0,.3); }
    body ::-webkit-scrollbar-track{ border-radius: 10px; background-color: rgba(0,0,0,.1); }
}

@font-face {
	font-family: 'iconfont2';
	src: url('/static/fonts/iconfont.eot?20190517');
	src: url('/static/fonts/iconfont.eot?#iefix?20190517') format('embedded-opentype'),
	url('/static/fonts/iconfont.woff?20190517') format('woff'),
	url('/static/fonts/iconfont.ttf?20190517') format('truetype'),
	url('/static/fonts/iconfont.svg#iconfont?20190517') format('svg');
}
.iconfont2 {
	font-family: "iconfont2" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
    height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
	color: #333;
    font-size: 14px;
    /*line-height: 1.5;*/
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
    background-color: #f8fafc;
	height: 100%;
    min-width: 1240px;
    -webkit-font-smoothing: antialiased;     
}
a{ color:#333; text-decoration: none; transition: color .3s, background-color .3s; }
a:hover{ color: #ff3892;; text-decoration: none;}
a.link { color: #007dfe; }
a.link:hover{ text-decoration: underline;}

/* Hx */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-weight: 400; }
.h1,h1{ font-size: 32px; font-weight: 300; }
.h2,h2{ font-size: 22px; }
.h3,h3{ font-size: 18px; }
.h4,h4{ font-size: 16px; }
.h5,h5{ font-size: 14px; }
.h6,h6{ font-size: 12px; }
.small,small{ font-size: 85%; }

/* fontsize */
.fsz14{ font-size: 14px; }
.fsz16{ font-size: 16px; }
.fsz18{ font-size: 18px; }
.fsz20{ font-size: 20px; }
.fsz22{ font-size: 22px; }

.inline       { display:inline !important; }
.inline-block { display:inline-block !important; vertical-align: middle; }
.block        { display:block !important; }
.sep{ padding: 0 10px; font-family: simsun; opacity: .5; filter: alpha(opacity=50); font-size: 85%; }
.dinfont{ font-family: DIN,DINAlternate-Bold, sans-serif-condensed, sans-serif; }

/* mask-white */
.mask-white,
.mask-black{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background-color: #fff; -webkit-transition: 0.25s; transition: 0.25s;}
.mask-black{ background-color: #000; }

/* text-align */
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-nowrap  { white-space: nowrap; }
.text-break   { word-wrap: break-word; white-space: normal; }
.ellipsis{ overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; }

/* disabled */
.disabled{ 
    cursor: not-allowed; 
    opacity: .5; 
    filter: alpha(opacity=50);
    pointer-events: none; 
}

/* .sr-only */
.sr-only{
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    border: 0 none!important;
}

/* border */
.noborder     { border: 0 none!important;}
.border-top   { border-top: 1px solid #eee; }
.border-right { border-right: 1px solid #eee; }
.border-bottom{ border-bottom: 1px solid #eee; }
.border-left  { border-left: 1px solid #eee; }

/* text-decoration */
.text-underline{ text-decoration: underline; }
.text-overline { text-decoration: overline; }
.text-nowrap   { white-space: nowrap; }

/* text-color */
.text-white   { color: #ffffff !important; }
.text-tinge   { color: #eeeeee !important; }
.text-light   { color: #999999 !important; }
.text-gray    { color: #666666 !important; }
.text-dark    { color: #333333 !important;}
.text-primary {	color: #e12e43 !important; }
.text-success { color: #0cc741 !important; }
.text-info    { color: #1e90ff !important; }
.text-warning { color: #ffbe00 !important; }
.text-danger  { color: #f76260 !important; }
.text-pink    { color: #e53b75 !important; }
.text-purple  { color: #6d45bc !important; }
.text-indigo  { color: #465bd4 !important; }
.text-green   { color: #0cc741 !important; }
.text-red     {	color: #ff5c38 !important; }
.text-blue    { color: #007dfe !important; }
.text-orange  { color: #fd7400 !important; }
.text-choc    { color: #d2691e !important; }
.text-maroon  { color: #800000 !important; }

/* bg-color */
.bg-primary{ background-color: #e12e43 !important; }
.bg-success{ background-color: #20d071 !important; }
.bg-info   { background-color: #10aeff !important; }
.bg-warning{ background-color: #ffbe00 !important; }
.bg-danger { background-color: #f76260 !important; }
.bg-gray   { background-color: #757575 !important; }
.bg-red    { background-color: #f5465a !important; }
.bg-pink   { background-color: #f96197 !important; }
.bg-purple { background-color: #926dde !important; }
.bg-indigo { background-color: #677ae4 !important; }
.bg-cyan   { background-color: #57c7d4 !important; }
.bg-teal   { background-color: #3aa99e !important; }
.bg-blue   { background-color: #10aeff !important; }
.bg-green  { background-color: #20d071 !important; }
.bg-orange { background-color: #fd7400 !important; }
.bg-brown  { background-color: #8d6658 !important; }
.bg-stress { background-color: #fffddd !important; }
.bg-light  { background-color: #f7f8fa !important; }
.bg-white  { background-color: #ffffff !important; }
.bg-azure  { background-color: #f9fafe !important; }

/* margin */
.ma0 { margin:  	  0px !important; }
.mt0 { margin-top:    0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mr4 { margin-right:  4px !important; }
.mt5 { margin-top:    5px !important; }
.mr5 { margin-right:  5px !important; }
.ml10{ margin-left:   10px !important; }
.mb10{ margin-bottom: 10px !important; }
.mr10{ margin-right:  10px !important; }
.my10{ margin-top:    10px !important; margin-bottom: 10px !important; }
.mt15{ margin-top:    15px !important; }
.mr15{ margin-right:  15px !important; }
.mb15{ margin-bottom: 15px !important; }
.my15{ margin-top:    15px !important; margin-bottom: 15px !important; }
.mt20{ margin-top:    20px !important; .to}
.mr20{ margin-right:  20px !important; }
.mb20{ margin-bottom: 20px !important; }
.mx20{ margin-right:  20px !important; margin-left:   20px !important; }
.my20{ margin-top:    20px !important; margin-bottom: 20px !important; }
.ma30{ margin:  	  30px !important; }
.mt30{ margin-top:    30px !important; }
.ml30{ margin-left:   30px !important; }
.mr30{ margin-right:  30px !important; }
.mb30{ margin-bottom: 30px !important; }
.mx30{ margin-right:  30px !important; margin-left:   30px !important; }

/* padding */
.pa0 { padding:        0px !important;}
.pt0 { padding-top:    0px !important;}
.pr0 { padding-right:  0px !important;}
.pb0 { padding-bottom: 0px !important;}
.pt3 { padding-top:    3px !important;}
.pt5 { padding-top:    5px !important;}
.pb5 { padding-bottom: 5px !important;}
.pl5 { padding-left:   5px !important;}
.pt10{ padding-top:    10px !important;}
.pr10{ padding-right:  10px !important;}
.pl10{ padding-left:   10px !important;}
.pb10{ padding-bottom: 10px !important;}
.pt10{ padding-top:    10px !important;}
.pa15{ padding:        15px !important;}
.py10{ padding-top:    10px !important; padding-bottom: 10px !important; }
.pt15{ padding-top:    15px !important; }
.pb15{ padding-bottom: 15px !important; }
.px15{ padding-right:  15px !important; padding-left:   15px !important; }
.pa20{ padding: 	   20px !important; }
.pt20{ padding-top:    20px !important; }
.pb20{ padding-bottom: 20px !important; }
.pl20{ padding-left:   20px !important; }
.px20{ padding-right:  20px !important; padding-left:   20px !important; }
.py20{ padding-top:    20px !important; padding-bottom: 20px !important; }
.pb25{ padding-bottom: 25px !important; }
.px25{ padding-right:  25px !important; padding-left:   25px !important; }
.py25{ padding-top:    25px !important; padding-bottom: 25px !important; }
.pa30{ padding:    	   30px !important; }
.pt30{ padding-top:    30px !important; }
.pb30{ padding-bottom: 30px !important; }
.pl30{ padding-left:   30px !important; }
.px30{ padding-right:  30px !important; padding-left:   30px !important; }
.py30{ padding-top:    30px !important; padding-bottom: 30px !important; }
.pl40{ padding-left:   40px !important; }
.py40{ padding-top:    40px !important; padding-bottom: 40px !important; }
.pt50{ padding-top:    50px !important; }
.pb50{ padding-bottom: 50px !important; }
.pr50{ padding-right:  50px !important; }
.pl50{ padding-left:   50px !important; }
.py50{ padding-top:    50px !important; padding-bottom: 50px !important; }
.py80{ padding-top:    80px !important; padding-bottom: 80px !important; }

/* list */
.list{ margin-left: 20px; margin-left: 38px\9; }
.list-decimal li { list-style-type: decimal;}
.list-disc li    { list-style-type: disc;}
.list-circle li  { list-style: circle; }
.list-letter li  { list-style: lower-alpha; }

/* sr-only */
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
	z-index: -9;
}

/* label */
.label{
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 2px;
}
    .label:empty{ display: none; }
    .label-round{ border-radius: 1000px;}
    .label-default{ background-color: #777; }
    .label-primary{ background-color: #10aeff; }
    .label-success{ background-color: #20d071; }
    .label-warning{ background-color: #ffbe00; }
    .label-info   { background-color: #10aeff; }
    .label-danger { background-color: #f76260; }
    .label-white  { background-color: #fff; color: #f00; }
    .label-default-outline{ color: #777; border: 1px solid #ccc; background-color: transparent; }
    a.label:hover,
    a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }
    a.label-default:hover,
    a.label-default:focus { background-color: #5e5e5e; }
    a.label-primary:hover,
    a.label-primary:focus { background-color: #286090; }
    a.label-success:hover,
    a.label-success:focus { background-color: #449d44; }
    a.label-info:hover,
    a.label-info:focus    { background-color: #31b0d5; }
    a.label-warning:hover,
    a.label-warning:focus { background-color: #ec971f; }
    a.label-danger:hover,
    a.label-danger:focus  { background-color: #c9302c; }

/* caret */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: .25s;
}

/* iconimg */
.iconimg{
	display: inline-block;
	font-size: 0;
    line-height: 0;
	overflow: hidden;
    vertical-align: middle;
	border: 0 none;
	text-indent: -999px;
    *text-indent: 0;
    background-repeat: no-repeat;
    background-image: url(../images/sprites/iconimg.png?20180829);
}

/* container */
.container {
	margin-left: auto;
    margin-right: auto;
    /* min-width: 1240px;
    max-width: 1440px; */
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	min-width: 1240px;
}

/* dropdown-menu */
.dropdown-menu{
	position: absolute;
    top: 100%;
	z-index: 10000;
    font-size: 14px;
	pointer-events: none;
    border: 1px solid\9;
    border-color: #ddd;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 6px;    
    box-shadow: 0 5px 30px -3px rgba(50,50,50,.2);
    box-shadow: 0 5px 35px -3px rgba(50,50,50,.2);
	display: none;
}
	.open .dropdown-menu{ pointer-events: auto; display: block; }
	.dropdown-arrow{
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
		border-style: dashed dashed solid;
   	    border-width: 0 7px 5px 7px;
   	    left: 12px;
	}
		.dropdown-arrow{top: -5px; border-color: transparent transparent #ffffff;}
		.dropdown-arrow1{top: -6px; border-color: transparent transparent #ddd;}

/* level */
.level{
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #aaa;
    border-radius: 2px;
}
    .level0{ color: #f5f5f5; background-color: #bbb;}
    .level1{ background-color: #49d6cc;}
    .level2{ background-color: #ef9122;}
    .level3{ background-color: #e0362b;}
    .level4{ background-color: #8d21ab;}

/* panel */
.panel{ padding: 80px 0; background-color: #fff; }
.panel-bggray{  background-color: #f8fafc; box-shadow: inset 0 0 10px -3px rgba(86,127,165,.1); }
.panel-heading{ padding-bottom: 45px; text-align: center; }
.panel-title{
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 25px;
}
.panel-subtitle{ text-align: center; color: #999; }
.panel-subtitle p{ position: relative; font-size: 16px; display: inline-block; max-width: 80%; line-height: 1; }
.panel-subtitle p:after, 
.panel-subtitle p:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #eee;
}    
    .panel-subtitle p:before{ left: 100%; margin-left: 24px; }
    .panel-subtitle p:after{ right: 100%; margin-right: 24px; }
    .panel-subtitle p .active{ color: #d6494b; }
    .panel-subtitle p .sep{ color: #ccc; padding: 0 20px;}
    

/* box */
.box{
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(50,50,50,.04);
    border-radius: 6px;
}
    .box-aside{
        position: relative;
        z-index: 5;
        float: left;
        width: 200px;
        margin-right: -1px;
        border-right: 1px solid #f0f0f0;
    }
    .box-primary{
        zoom: 1;
        padding:  0 0 40px 0;
        overflow: hidden;
        border-left: 1px solid #f0f0f0;
        background-color: #fff;
    }


/* progress */
.progress {
    position: relative;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    overflow: hidden;
    background-color: #eeeeef;
    border-radius: 12px;
}
    .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        width: 0;
        height: 100%;
        text-align: center;
        overflow: hidden;
        color: #fff;
        background-color: #007dfe;
        border-radius: 12px;
        -webkit-transition: width .6s ease;
                transition: width .6s ease;
    }
    .progress-bar-success{ background-color: #46be8a; }
    .progress-bar-info   { background-color: #57c7d4; }
    .progress-bar-warning{ background-color: #fdb31c; }
    .progress-bar-danger { background-color: #f96868; }
    .progress-xs { height: 4px; line-height: 4px;}
    .progress-sm { height: 8px; line-height: 8px;}
    .progress-lg { height: 22px; line-height: 22px; font-size: 14px;}
    .progress-square,
    .progress-square .progress-bar{ border-radius: 0; }

    .progress-striped .progress-bar,
    .progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 40px 40px;
    }

	/* securelevel */
	.progress .securelevel-4{ width: 90%;}
	.progress .securelevel-3{ width: 75%;}
	.progress .securelevel-2{ width: 40%; background-color: #fdb31c;}
	.progress .securelevel-1{ width: 15%; background-color: #f96868;}

/* alert */
.alert{
	position: relative;
	line-height: 1.5;
    padding: 10px 20px;
    color: #484848;
    border: 1px solid #eeeeef;
    background-color: #f8fafc;
    margin-bottom: 20px;
    border-radius: 6px;
}
    .alert hr { margin-top: 13px; margin-bottom: 13px; *margin-top: 7px; *margin-bottom: 7px;}
    .alert .alert-link {font-weight: bold;}
    .alert h4{ margin-bottom: 5px; font-weight: 700; }
    .alert p + p {margin-top: 5px;}
    .alert .btn{ margin-top: 10px;}

    .alert-dismissible { padding-right: 40px; }
    .alert-dismissible .close{ filter: alpha(opacity=60); opacity: .6; position: relative; top: -1px; right: -25px; color: inherit; _filter: none;}
    .alert-dismissible .close:focus{ filter: alpha(opacity=100); opacity:1;}

    .alert-icon { position: relative; padding-left: 55px; }
    .alert-icon > .icon{ position: absolute; top: 10px; left: 18px; }
	.alert-icon .icon .iconfont{ font-size: 24px; }

    .alert-avatar{ position: relative; padding-top: 20px; padding-bottom: 20px; padding-left: 75px; }
    .alert-avatar > .avatar { position: absolute; top: 15px; left: 20px; }

    .alert-sm { font-size: 12px; padding: 10px 15px; }

    .alert-primary { color: #62a8ea; border-color: #ddedf8; background-color: #ecf7ff; }
    .alert-primary hr { border-top-color: #ddedf8;}
    .alert-primary .alert-link { color:#358fe4; }

    .alert-success { color: #46be8a; border-color: #d9f5e9; background-color: #ebfbf4; }
    .alert-success hr { border-top-color: #d9f5e9; }
    .alert-success .alert-link { color: #36ab7a; }

    .alert-info    { color: #11a6d6; border-color: #def2f4; background-color: #effafb; }
    .alert-info hr { border-top-color: #def2f4; }
    .alert-info .alert-link { color: #0a88ff; }

    .alert-warning { color: #f60; border-color: #faebcc; background-color: #ffffe0; }
    .alert-warning hr { border-top-color: #faebcc; }
    .alert-warning .alert-link {color: #ec9940; }

    .alert-danger { color: #f96868; border-color: #fbdddd; background-color: #ffeeee; }
    .alert-danger hr { border-top-color: #fbdddd; }
    .alert-danger .alert-link { color: #e9595b; }

    .alert-dark{ color: #fff; border-color: #777; background-color: #777;}
    .alert-dark hr { border-top-color: #707070; }
    .alert-dark .alert-link {color: #fff; }
    .alert-dark .close{ color: #fff; }

    .alert-primary-dark{ color: #fff; border-color: #007dfe; background-color: #007dfe;}
    .alert-primary-dark hr { border-top-color: #308ac5; }
    .alert-primary-dark .alert-link { color: #fff; }
    .alert-primary-dark .close{color: #fff; }

    .alert-success-dark{ color: #fff; border-color: #46be8a; background-color: #46be8a;}
    .alert-success-dark hr { border-top-color: #3dae7d; }
    .alert-success-dark .alert-link { color: #fff; }
    .alert-success-dark .close{color: #fff; }

    .alert-info-dark{ color: #fff; border-color: #57c7d4; background-color: #57c7d4;}
    .alert-info-dark hr { border-top-color: #43c0cf; }
    .alert-info-dark .alert-link { color: #fff; }
    .alert-info-dark .close{color: #fff; }

    .alert-warning-dark{ color: #fff; border-color: #f2a654; background-color: #f2a654;}
    .alert-warning-dark hr { border-top-color: #f09a3c; }
    .alert-warning-dark .alert-link {color: #fff; }
    .alert-warning-dark .close{color: #fff; }

    .alert-danger-dark{ color: #fff; border-color: #f96868; background-color: #f96868;}
    .alert-danger-dark hr { border-top-color: #e65959; }
    .alert-danger-dark .alert-link { color: #fff; }
    .alert-danger-dark .close{color: #fff; }

    .alert-alt{  border: 0 none; border-left: 3px solid #bbb; }
    .alert-alt.alert-primary{ border-left-color: #62a8ea; }
    .alert-alt.alert-success{ border-left-color: #46be8a; }
    .alert-alt.alert-info   { border-left-color: #57c7d4; }
    .alert-alt.alert-warning{ border-left-color: #f2a654; }
    .alert-alt.alert-danger { border-left-color: #f96868; }
    .alert-alt.alert-primary-dark{ border-left-color: #2771b4; }
    .alert-alt.alert-success-dark{ border-left-color: #247151; }
    .alert-alt.alert-info-dark   { border-left-color: #2e8893; }
    .alert-alt.alert-warning-dark{ border-left-color: #cb7314; }
    .alert-alt.alert-danger-dark { border-left-color: #d91d1f; }

/* prompt */
.prompt{
	margin: 0 auto;
    position: relative;
    zoom: 1;
    padding: 30px 40px;
    clear: both;
	text-align: center;
}
    /* prompt-icon */
	.prompt-icon{
		margin: auto;
		display: block;
		width: 96px;
		height: 96px;
		line-height: 1;
	}
		.prompt-icon .iconfont{ font-size: 96px; }
		.prompt-icon .iconimg{
			display: block;
			width: 96px;
			height: 96px;
			background-image: url(../images/sprites/prompt@x2.png);
		}
			.prompt-success .prompt-icon .iconimg{ background-position: 0 0; }
			.prompt-info .prompt-icon .iconimg   { background-position: -200px 0; }
			.prompt-warning .prompt-icon .iconimg{ background-position: -300px 0; }
			.prompt-danger .prompt-icon .iconimg { background-position: -100px 0; }

	/* prompt-img */
	.prompt-img{ text-align: center; }
	.prompt-img img{ width: 200px;  }

    /* .prompt-cont */
    .prompt-cont{
        overflow: hidden;
        zoom: 1;
        padding: 25px 0 10px 0;
    }
        .prompt-cont h4{ font-size: 22px; margin-bottom: 10px;}
		.prompt-cont p:empty{ display: none; }
        .prompt-cont p{ padding: 3px 0; font-size: 16px; color: #666;}
        .prompt-cont .action{ padding-top: 20px; white-space: nowrap; }
		.prompt-cont .action .btn{ margin: 0 10px; font-size: 14px; padding: 9px 30px; }
		.prompt-success .prompt-cont h4{ color: #36ab7a; }
        .prompt-info .prompt-cont h4   { color: #358fe4; }
        .prompt-warning .prompt-cont h4{ color: #ec9940; }
        .prompt-danger .prompt-cont h4 { color: #e9595b; }

		.prompt-success .iconfont{ color: #36ab7a; }
		.prompt-info .iconfont{ color: #358fe4; }
		.prompt-warning .iconfont { color: #ec9940; }
		.prompt-danger .iconfont  { color: #e9595b; }


/* modal-prompt */
.modal .prompt{ }
.modal .prompt-cont h4{ margin-bottom: 0;}
.modal .prompt-icon{ width: 64px; height: 64px; }
.modal .prompt-icon .iconimg{ width: 64px; height: 64px; background-image: url(../images/sprites/prompt.png?201906152); }
.modal .prompt-success .prompt-icon .iconimg{ background-position: 0 0; }
.modal .prompt-info .prompt-icon .iconimg   { background-position: -70px 0; }
.modal .prompt-warning .prompt-icon .iconimg{ background-position: -140px 0; }
.modal .prompt-danger .prompt-icon .iconimg { background-position: -210px 0; }


/* tooltip */
.tooltip {
    position: absolute;
    z-index: 9070;
    text-align: left;
}
    .tooltip.top    { padding: 5px 0; margin-top: -3px;}
    .tooltip.right  { padding: 0 5px; margin-left: 3px;}
    .tooltip.bottom { padding: 5px 0; margin-top: 3px;}
    .tooltip.left   { padding: 0 5px; margin-left: -3px;}
    .tooltip.top-left,
    .tooltip.top-right   { padding: 5px 0; margin-top: -3px;}
    .tooltip.bottom-left,
    .tooltip.bottom-right{ padding: 5px 0; margin-top: 3px;}
    .tooltip.right-top,
    .tooltip.right-bottom{ padding: 0 5px; margin-left: 3px;}
    .tooltip.left-top,
    .tooltip.left-bottom { padding: 0 5px; margin-left: -3px;}
    .tooltip-inner  {
        max-width: 800px;
        padding: 10px 15px;
        color: #666;
        font-size: 13px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 5px 35px -3px rgba(50,50,50,.2);
    }
        .tooltip .close{ position: absolute; top: 7px; right: 7px; display:none;}
        .tooltip-title{
            padding: 8px 13px;
            overflow: hidden;
            text-align: left;
            margin: -8px -13px 8px -13px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #eee;
            background-color: #f3f6f7;
        }
        .tooltip .prompt{ padding: 0 0 8px 0; }
        .tooltip .prompt-cont{ padding: 0; }
        .tooltip .prompt-cont .action{ margin-top: 10px;}
        .tooltip .prompt-cont h4{ font-size: 14px;}
        .tooltip-img{
            display: block;
            margin: 0 -5px;
            max-width: 250px;
        }
        .tooltip .list-group{margin: -8px -13px;}
        .tooltip .list-group .list-group-item {padding: 8px 13px;}

    /* tooltip-arrow */
    .tooltip-arrow,
    .tooltip-arrow:after {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
    }
        .tooltip.top .tooltip-arrow,
        .tooltip.top .tooltip-arrow:after,
        .tooltip.top-left .tooltip-arrow,
        .tooltip.top-left .tooltip-arrow:after,
        .tooltip.top-right .tooltip-arrow,
        .tooltip.top-right .tooltip-arrow:after{
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            border-style: solid dashed dashed dashed;
            border-width: 5px 5px 0 5px;
            border-color: #ddd transparent transparent transparent;
        }
        .tooltip.right .tooltip-arrow,
        .tooltip.right .tooltip-arrow:after,
        .tooltip.right-top .tooltip-arrow,
        .tooltip.right-top .tooltip-arrow:after,
        .tooltip.right-bottom .tooltip-arrow,
        .tooltip.right-bottom .tooltip-arrow:after{
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-style: dashed solid dashed dashed;
            border-width: 5px 5px 5px 0;
            border-color: transparent #ddd transparent transparent;
        }
        .tooltip.bottom .tooltip-arrow,
        .tooltip.bottom .tooltip-arrow:after,
        .tooltip.bottom-left .tooltip-arrow,
        .tooltip.bottom-left .tooltip-arrow:after,
        .tooltip.bottom-right .tooltip-arrow,
        .tooltip.bottom-right .tooltip-arrow:after {
            top: 0;
            left: 50%;
            margin-left: -5px;
            border-style: dashed dashed solid dashed;
            border-width: 0 5px 5px 5px;
            border-color: transparent transparent #ddd transparent;
        }
        .tooltip.left .tooltip-arrow,
        .tooltip.left .tooltip-arrow:after,
        .tooltip.left-top .tooltip-arrow,
        .tooltip.left-top .tooltip-arrow:after,
        .tooltip.left-bottom .tooltip-arrow,
        .tooltip.left-bottom .tooltip-arrow:after {
            top: 50%;
            right: 0;
            margin-top: -5px;
            border-style: dashed dashed dashed solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #ddd;
        }
        .tooltip.top .tooltip-arrow:after   { bottom: 1px; left: -5px;margin: 0;border-top-color: #fff;}
        .tooltip.right .tooltip-arrow:after { top: -5px; left: 1px;margin: 0;border-right-color: #fff;}
        .tooltip.bottom .tooltip-arrow:after{ top: 1px; left: -5px;margin: 0;border-bottom-color: #fff;}
        .tooltip.left .tooltip-arrow:after  { top: -5px; right: 1px;margin: 0;border-left-color: #fff;}

        .tooltip.top-left .tooltip-arrow,
        .tooltip.bottom-left .tooltip-arrow { left: 15px; margin: 0; }
        .tooltip.top-right .tooltip-arrow,
        .tooltip.bottom-right .tooltip-arrow{ left: auto; right: 15px; margin: 0; }
        .tooltip.top-left .tooltip-arrow:after,
        .tooltip.top-right .tooltip-arrow:after{ bottom: 1px; left: -5px; margin: 0;border-top-color: #fff;}
        .tooltip.bottom-left .tooltip-arrow:after,
        .tooltip.bottom-right .tooltip-arrow:after{ top: 1px; left: -5px; margin: 0;border-bottom-color: #fff;}

        .tooltip.right-top .tooltip-arrow,
        .tooltip.left-top .tooltip-arrow { top: 15px;  margin: 0;}
        .tooltip.right-bottom .tooltip-arrow,
        .tooltip.left-bottom .tooltip-arrow { top: auto; bottom: 15px;  margin: 0;}

        .tooltip.right-top .tooltip-arrow:after,
        .tooltip.right-bottom .tooltip-arrow:after{ top: -5px; left: 1px;margin: 0;border-right-color: #fff;}
        .tooltip.left-top .tooltip-arrow:after,
        .tooltip.left-bottom .tooltip-arrow:after { top: -5px; right: 1px;margin: 0;border-left-color: #fff;}


     /* tooltip-error */
     .tooltip-error .tooltip-inner{
         color: #fff;
         border-color: #f96868;
         background-color: #f96868;
     }
    .tooltip-error .tooltip-arrow:after{display: none;}
    .tooltip-error.top .tooltip-arrow,
    .tooltip-error.top-left .tooltip-arrow,
    .tooltip-error.top-right .tooltip-arrow{ border-top-color: #f96868;}
    .tooltip-error.right .tooltip-arrow { border-right-color: #f96868;}
    .tooltip-error.bottom .tooltip-arrow,
    .tooltip-error.bottom-left .tooltip-arrow,
    .tooltip-error.bottom-right .tooltip-arrow{ border-bottom-color: #f96868;}
    .tooltip-error.left .tooltip-arrow  { border-left-color: #f96868;}

	.tooltip .prompt{ padding: 0 0 8px 0; }
	.tooltip .prompt-cont{ padding: 0; }
	.tooltip .prompt-cont .action{ margin-top: 10px;}
	.tooltip .prompt-cont h4{ font-size: 14px;}

    /* modaltip */
    #modaltip{ z-index: 1000; }
    #modaltip .tooltip-inner{ box-shadow: 0 2px 10px rgba(0,0,0,.2);}

/* popover */
.popover {
    position: absolute;
    z-index: 100;
    displays: none;
    text-align: left;
    border: 1px solid #ddd;
    border-color: rgba(0,0,0,.15);
    *border-color: #ddd;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
     /* popover-arrow */
    .popover-arrow,
    .popover-arrow:after {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        _overflow: hidden;
    }
        .popover.top .popover-arrow,
        .popover.top .popover-arrow:after{
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-style: solid dashed dashed dashed;
            border-width: 11px 11px 0 11px;
            border-color: #ddd transparent transparent transparent;
        }
        .popover.right .popover-arrow,
        .popover.right .popover-arrow:after{
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-style: dashed solid dashed dashed;
            border-width: 11px 11px 11px 0;
            border-color: transparent #ddd transparent transparent;
        }
        .popover.bottom .popover-arrow,
        .popover.bottom .popover-arrow:after{
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-style: dashed dashed solid dashed;
            border-width: 0 11px 11px 11px;
            border-color: transparent transparent #ddd transparent;
        }
        .popover.left .popover-arrow,
        .popover.left .popover-arrow:after{
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-style: dashed dashed dashed solid;
            border-width: 11px 0 11px 11px;
            border-color: transparent transparent transparent #ddd;
        }
        .popover.top .popover-arrow:after   { bottom: 1px; left: -11px; margin: 0; border-top-color: #fff; }
        .popover.right .popover-arrow:after { top: -11px; left: 1px;margin: 0;border-right-color: #fff;}
        .popover.bottom .popover-arrow:after{ top: 1px; left: -11px;margin: 0;border-bottom-color: #f3f6f7;}
        .popover.left .popover-arrow:after  { top: -11px; right: 1px;margin: 0;border-left-color: #fff;}


/* datetimepicker */
.datetimepicker {
    width: 300px;
	padding: 5px;
	direction: ltr;
    color: #666;
	font-size: 14px;
	pointer-events: auto;
}
    [class*=" datetimepicker-dropdown"]:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #cccccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }
    [class*=" datetimepicker-dropdown"]:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
    }
    [class*=" datetimepicker-dropdown-top"]:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #cccccc;
        border-top-color: rgba(0, 0, 0, 0.2);
        border-bottom: 0;
    }
    [class*=" datetimepicker-dropdown-top"]:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #ffffff;
        border-bottom: 0;
    }
    .datetimepicker-dropdown-bottom-left:before { top:-7px; right:6px; }
    .datetimepicker-dropdown-bottom-left:after  { top:-6px; right:7px; }
    .datetimepicker-dropdown-bottom-right:before{ top:-7px; left:6px; }
    .datetimepicker-dropdown-bottom-right:after { top:-6px; left:7px; }
    .datetimepicker-dropdown-top-left:before { bottom:-7px; right:6px; }
    .datetimepicker-dropdown-top-left:after  { bottom:-6px; right:7px; }
    .datetimepicker-dropdown-top-right:before{ bottom:-7px; left:6px; }
    .datetimepicker-dropdown-top-right:after { bottom: -6px; left: 7px; }

    .datetimepicker-inline{ widths:220px; }
    .datetimepicker > div{ display:none; }
    .datetimepicker div{ _display:none;}
    .datetimepicker.datetimepicker-rtl{ direction:rtl; }
    .datetimepicker.datetimepicker-rtl table tr td span{ float:right; }
    .datetimepicker-dropdown,.datetimepicker-dropdown-left{ top:0; left:0; }
    .datetimepicker.minutes div.datetimepicker-minutes{ display:block; }
    .datetimepicker.hours   div.datetimepicker-hours  { display:block; }
    .datetimepicker.days    div.datetimepicker-days   { display:block; }
    .datetimepicker.months  div.datetimepicker-months { display:block; }
    .datetimepicker.years   div.datetimepicker-years  { display:block; }
    .datetimepicker table{ margin:0; }
    .datetimepicker td,
    .datetimepicker th { text-align: center; height: 20px; border-radius: 2px;  font-size: 14px;}
    .datetimepicker th { color: #333; }
	.datetimepicker td { color: #666; }
    .datetimepicker table tr td{ cursor:pointer; }
    .datetimepicker table tr td.minute:hover,
    .datetimepicker table tr td.hour:hover,
    .datetimepicker table tr td.day:hover{ background-color:#eee; color: #222; }
    .datetimepicker table tr td.new,
    .datetimepicker table tr td.old{ color:#aaa;}
    .datetimepicker table tr td.disabled,
    .datetimepicker table tr td.disabled:hover{background:0 0;color:#aaa;cursor:default;}
    .datetimepicker table tr td.today,
    .datetimepicker table tr td.today:hover { background-color: #fde19a; }
    .datetimepicker table tr td.active,
    .datetimepicker table tr td.active:hover,
    .datetimepicker table tr td.active.disabled,
    .datetimepicker table tr td.active.disabled:hover{ background-color: #007dfe; color: #fff; }

    .datetimepicker-minutes .table-condensed td,
    .datetimepicker-hours   .table-condensed td,
    .datetimepicker-months  .table-condensed td,
    .datetimepicker-years   .table-condensed td{ padding-left: 0; padding-right: 0;}

    .datetimepicker table tr td span {
        width: 25%;
        height: 54px;
        line-height: 54px;
        float: left;
        cursor: pointer;
        border-radius: 2px;
    }
    .datetimepicker table tr td span:hover{ background-color:#eee; color: #222; }
    .datetimepicker table tr td span.disabled,
    .datetimepicker table tr td span.disabled:hover{background:0 0; color:#aaa; cursor:default;}
    .datetimepicker table{ width: 100%;}
    .datetimepicker .datetimepicker-minutes table tr td span,
    .datetimepicker .datetimepicker-hours table tr td span{ height: 28px; line-height: 28px; margin: 2px 0;}
    .datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%;}
    .datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px;}
    .datetimepicker table tr td span.active,
    .datetimepicker table tr td span.active:hover,
    .datetimepicker table tr td span.active.disabled,
    .datetimepicker table tr td span.active.disabled:hover { background-color: #007dfe; color: #fff; }
    .datetimepicker table tr td span.old {color: #999;}
    .datetimepicker th.switch { width: 145px;}
    .datetimepicker th span.icon { pointer-events: none; }
    .datetimepicker thead tr:first-child th,
    .datetimepicker tfoot tr:first-child th { cursor: pointer; }
    .datetimepicker thead tr:first-child th:hover,
    .datetimepicker tfoot tr:first-child th:hover { background-color: #eee;}
    .datetimepicker .prev,
    .datetimepicker .next,
    .datetimepicker .switch{ cursor: pointer;}

	.datetimepicker .prev .iconfont,
    .datetimepicker .next .iconfont{ font-size: 14px; }

/* form-control */
.form-control{
    display: block;
    width: 100%;
	line-height: 20px;
    padding: 9px 12px;
    font-size: 14px;
    color: #484848;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px;
    transition: border linear .2s, box-shadow linear .2s;
}
	.form-control:hover{ border-color: #ccc; }
    .form-control:focus{ color: #333;
    border-color: #ff3892;
    box-shadow: 0 0 10px #ff626d; }
	.form-control::-moz-placeholder { color: #ccc; opacity: 1; }
    .form-control:-ms-input-placeholder {color: #ccc;}
    .form-control::-webkit-input-placeholder {color: #ccc;}
    .form-control[disabled],
    .form-control[readonly]{ border-color: #e5e5e5; background-color: #f5f5f6; box-shadow: none; }
    .form-control[disabled]{ cursor: not-allowed;}
    select.form-control{ text-indent: 0!important; height: 40px; }
	textarea.form-control {
		height: auto;
		line-height: 1.5;
		text-indent: 0;
		padding: 0 10px;
        word-wrap: normal;
        overflow: auto;
        verflow-y: scroll;
	}
    /* IE6 form-control */
    .form-control-error{ color: #f83232; border-color: #ff9a9a!important; background-color: #fff2f2; }
	.form-control-error:focus{ box-shadow: 0 0 10px rgba(255,154,154,.4); }

    /* input-sm */
    .input-lg{ height: 42px; font-size: 16px; padding: 10px 13px; }
    .input-sm{ height: 30px; font-size: 13px; padding: 4px 8px; }


/* form-control-file  */
.form-control-file,
.webuploader-element-invisible{
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 3;
    width: 1000px;
    height: 1000px;
    font-size: 100px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* help-block */
.help-block {
	display: block;
	margin-top: 10px;
	color: #808080;
	font-size: 14px;
}

/* .verifyimg */
.verifyimg {
    display: block;
	height: 38px;
	cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* radio&checkbox  */
.radio,.checkbox{ position: relative; display: block; font-size: 14px; line-height: 20px; }
.radio input,.checkbox input{float: left; margin: 4px 7px 0 0;  }
.radio + .radio,.checkbox + .checkbox{ margin-top: 10px; }
.radio-inline,.checkbox-inline{ display: inline-block; vertical-align: middle; }
.radio-inline + .radio-inline,.checkbox-inline + checkbox-inline{ margin: 0 0 0 15px; }

/* IE9+ swich Beauty */
input[type="checkbox"].iswich:enabled,
input[type="checkbox"].iswich:disabled{ opacity: 0; position: absolute; }
input[type="checkbox"].iswich:enabled + .iswich-text,
input[type="checkbox"].iswich:disabled + .iswich-text{ display: block; padding-left: 50px; color: #666; }
input[type="checkbox"].iswich:enabled + .iswich-text::before,
input[type="checkbox"].iswich:disabled + .iswich-text::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 40px;
    height: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
}
    input[type="checkbox"].iswich:enabled + .iswich-text::after,
    input[type="checkbox"].iswich:disabled + .iswich-text::after{        
        content: '';
        position: absolute;
        left: 3px;
        top: 50%;
        margin-top: -9px;
        height: 18px;
        width: 18px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 100%;
        transition: .3s;
        cursor: pointer;
        box-shadow: 0 1px 4px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.12);
    }
    input[type="checkbox"].iswich:enabled:not(:checked) + .iswich-text:hover::before{ border-color: #ccc; }
    input[type="checkbox"].iswich:enabled:not(:checked) + .iswich-text:hover::after { border-color: #bbb; }
    input[type="checkbox"].iswich:checked + .iswich-text::before{ border-color: #ff5c38; background-color: #ff5c38; box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
    input[type="checkbox"].iswich:checked + .iswich-text::after { border-color: #ffffff; background-color: #ffffff; -webkit-transform: translate(16px, 0); transform: translate(16px, 0); box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
    input[type="checkbox"].iswich:checked ~ .iswich-text{ color: #333; }
    input[type="checkbox"].iswich:disabled + .iswich-text{ opacity: .6; }
    input[type="checkbox"].iswich:disabled + .iswich-text::before{ cursor: not-allowed; box-shadow: none; background-color: #f5f5f5; }    
    input[type="checkbox"].iswich:disabled + .iswich-text::after { cursor: not-allowed; box-shadow: none; border-color: #d7d7d7; }    
    input[type="checkbox"].iswich:disabled:checked + .iswich-text{ opacity: .3; }   
    input[type="checkbox"].iswich:disabled:checked + .iswich-text::before{ background-color: #ff5c38; }
    input[type="checkbox"].iswich:disabled:checked + .iswich-text::after { border-color: #fff; } 


/* IE9+ checkbox Beauty */
input[type="checkbox"]:enabled,
input[type="checkbox"]:disabled{ opacity: 0; position: absolute; }
input[type="checkbox"]:enabled + .checkbox-text,
input[type="checkbox"]:disabled + .checkbox-text{
    position: relative;
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding-left: 30px;
    color: #666;
    cursor: pointer;
}
    input[type="checkbox"]:disabled + .checkbox-text::before,
    input[type="checkbox"]:enabled + .checkbox-text::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        width: 20px;
        height: 20px;
		margin-top: -10px;
        overflow: hidden;
        border: 2px solid #ddd;
        background-color: #fff;
        border-radius: 4px;
        transition: .3s;
        box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
    }
    input[type="checkbox"]:disabled + .checkbox-text::after,
    input[type="checkbox"]:enabled + .checkbox-text::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 7px;
        z-index: 3;
        width: 6px;
        height: 10px;
		margin-top: -7px;
        overflow: hidden;
        border-right: 2px solid #eee;
        border-bottom: 2px solid #eee;
        background-color: transparent;
        opacity: 0;
        transition: .3s;
        -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
    }
        input[type="checkbox"]:enabled + .checkbox-text:hover{ color: #333; }
        input[type="checkbox"]:enabled + .checkbox-text:hover::before{ border-color: #bbb; }
        input[type="checkbox"]:enabled + .checkbox-text:hover::after{ opacity: 1; }
        input[type="checkbox"]:enabled:checked + .checkbox-text{ color: #333; }
        input[type="checkbox"]:enabled:checked + .checkbox-text::before{ border-color: #ff7a8d;
    background-color: #ff3892;
    box-shadow: 1px 3px 10px rgb(255, 138, 223); }
        input[type="checkbox"]:enabled:checked + .checkbox-text::after{ opacity: 1; border-color: #fff;}
        input[type="checkbox"]:enabled:checked + .checkbox-text:hover::before{ border-color: #ff1dc0;
    background-color: #ff3595; }
        
        input[type="checkbox"]:disabled + .checkbox-text{ cursor: default; opacity: .5;}
        input[type="checkbox"]:disabled + .checkbox-text::before{ cursor: not-allowed; background-color: #f0f0f0; box-shadow: none; }
        input[type="checkbox"]:disabled + .checkbox-text::after { cursor: not-allowed; }
        input[type="checkbox"]:disabled:checked + .checkbox-text::before{ border-color: #ff5c38; background-color: #007dfe; opacity: .5;}
        input[type="checkbox"]:disabled:checked + .checkbox-text::after { opacity: .8; border-color: #fff;}
   
/* IE9+ radio Beauty */
input[type="radio"]:enabled,
input[type="radio"]:disabled{ opacity: 0; position: absolute; }
input[type="radio"]:enabled + .radio-text,
input[type="radio"]:disabled + .radio-text{
    position: relative;
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding-left: 28px;
    color: #666;
    cursor: pointer;
}
    input[type="radio"]:disabled + .radio-text::before,
    input[type="radio"]:enabled + .radio-text::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        overflow: hidden;
        border: 2px solid #ddd;
        background-color: #fff;
        border-radius: 50%;
        transition: .3s;
        box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
    }
    input[type="radio"]:disabled + .radio-text::after,
    input[type="radio"]:enabled + .radio-text::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 6px;
        z-index: 3;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        overflow: hidden;
        background-color: #eee;
        opacity: 0;
		border-radius: 50%;
        transition: .3s;
    }
        input[type="radio"]:enabled + .radio-text:hover{ color: #333; }
        input[type="radio"]:enabled + .radio-text:hover::before{ border-color: #bbb; }
        input[type="radio"]:enabled + .radio-text:hover::after{ opacity: 1; }
        input[type="radio"]:enabled:checked + .radio-text{ color: #333; }
        input[type="radio"]:enabled:checked + .radio-text::before{ border-color: #007fde; box-shadow: 1px 3px 10px rgba(0,125,254,.25); }
        input[type="radio"]:enabled:checked + .radio-text::after{ opacity: 1; background-color: #007fde; }
        input[type="radio"]:enabled:checked + .radio-text:hover::before{ border-color: #1789fe; }
        
        input[type="radio"]:disabled + .radio-text{ cursor: default; opacity: .7;}
        input[type="radio"]:disabled + .radio-text::before{ cursor: not-allowed; background-color: #f0f0f0; box-shadow: none; }
        input[type="radio"]:disabled + .radio-text::after { cursor: not-allowed; }
        input[type="radio"]:disabled:checked + .radio-text::before{ border-color: #007fde; background-color: #fff; opacity: .5;}
        input[type="radio"]:disabled:checked + .radio-text::after{ opacity: .5; background-color: #007fde;}


/* btn */
.btn{    
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
    cursor: pointer;    
	color: #4c5161;
    border: 1px solid transparent;
	background-color: transparent;
    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .btn:hover{ text-decoration: none; }
    .btn:active{ background-color: #f6f6f7; box-shadow: none!important; }
    .btn .iconfont{ font-size: 15px; }

    .btn.disabled{ cursor: not-allowed; filter: alpha(opacity=50); opacity: .5; pointer-events: none; box-shadow: none; }
    .btn-block{ display: block; width: 100%; }  
    .btn-square{ border-radius: 6px; }  

	/* btn-size  */
    .btn-lg{ font-size: 16px; padding: 19px 70px; } 
    .btn-md{ font-size: 15px; padding: 14px 50px; } 
    .btn-sm{ font-size: 14px; padding: 5px 15px; } 
    .btn-xs{ font-size: 12px; padding: 1px 13px; } 
    .btn-link{ color: #007dfe; }

    /* btn-default */
    .btn-default{ color: #666; border-color: #eee; background-color: #fafafa; box-shadow: 1px 3px 13px rgba(200,200,200,.2); }
    .btn-default:hover { color: #333; border-color: #ccc; background-color: #f9f9f9; }    
    .btn-default:active{ color: #333; border-color: #ccc; background-color: #f3f3f3; }

    /* btn-primary */
	.btn-primary{ color: #fff;
    border-color: #f04848;
    background-color: #f96868;
    box-shadow: 1px 3px 13px #ffac99; }
    .btn-primary:hover { color: #f04848;
    border-color: #f73333;
    background-color: #ffffff;}
    .btn-primary:active{ color: #f04848;
    border-color: #f73333;
    background-color: #ffffff; } 
	
	/* btn-primary-btn */
	.btn-primarybtn{ color: #ff3c00;
    border-color: #ff0000;
    background-color: #ffffff;
    box-shadow: 1px 3px 13px #ffa4a4; }
    .btn-primarybtn:hover { color: #ff5a27;
    border-color: #ffc0c0;
    background-color: #FFF;}
    .btn-primarybtn:active{ color: #ffffff;
    border-color: #ff5757;
    background-color: #fbc2b5; } 

    /* btn-red */
	.btn-red{ color: #fff; border-color: #ff5c38; background-color: #ff5c38; box-shadow: 1px 3px 13px rgba(255,92,56,.25);}
    .btn-red:hover { color: #fff; border-color: #ff7152; background-color: #ff7152;}
    .btn-red:active{ color: #fff; border-color: #ff481f; background-color: #ff481f; } 

    /* btn-green */
	.btn-green{ color: #fff; border-color: #01cf75; background-color: #01cf75; box-shadow: 1px 3px 13px rgba(1,207,117,.21);  }
    .btn-green:hover { color: #fff; border-color: #0ed980; background-color: #0ed980; }
    .btn-green:active{ color: #fff; border-color: #08c07d; background-color: #08c07d; }

    /* btn-orange */
	.btn-orange{ color: #fff; border-color: #ffa219; background-color: #ffa219; box-shadow: 1px 3px 13px rgba(255,162,25,.25); }
    .btn-orange:hover { color: #fff; border-color: #ffbb19; background-color: #ffbb19; }
    .btn-orange:active{ color: #fff; border-color: #ff9900; background-color: #ff9900; }

    /* btn-white */
	.btn-white{ color: #fff; border-color: #fff; background-color: transparent; }
    .btn-white:hover { color: #007dfe; border-color: #fff; background-color: #fff; }
    .btn-white:active{ color: #007dfe; border-color: #fff; background-color: #fff;}

    /* btn-outline */
    .btn-outline{ background-color: transparent; box-shadow: none; }      
    .btn-outline.btn-default{ color: #444; } 
    .btn-outline.btn-primary{ color: #007dfe; } 
    .btn-outline.btn-red    { color: #ff5c38; }        
    .btn-outline.btn-green  { color: #08c07d; }      
    .btn-outline.btn-orange { color: #ff9900; }       
    .btn-outline.btn-white  { color: #fff; } 
    .btn-outline:hover{ color: #fff; }          
    .btn-outline.btn-white:hover{ color: #007dfe; }   

    /* btn-disabled */
	.btn.disabled,
	.btn.disabled:hover,
	.btn.disabled:active,
    .btn-disabled,
	.btn-disabled:hover,
	.btn-disabled:active{
        cursor: default;
        box-shadow: none;
        text-shadow: 0 1px 0 #fff;
        color: #ccc;
        border-color: #f0f0f0;
        background-color: #f5f5f5; 
        pointer-events: none;
    }
    .btn.disabled,
	.btn.disabled:hover,
	.btn.disabled:active{
        text-shadow: 0 1px 0 #fff;
        color: #999;
        border-color: #e5e5e5;
        background-color: #f0f0f0; 
    }


/* btn-group */
.btn-group{ margin: -10px 0 0 -10px; position: relative; z-index: 2; }
.btn-group .btn{ float: left; margin: 10px 0 0 10px; }
.btn-group .btn b{ opacity: 0; filter: alpha(opacity=0); transition: opacity .3s;}
.btn-group > li{ float: left; position: relative; }
.btn-group > li .btn{ float: none; display: block; height: 36px; line-height: 36px; border-radius: 6px; }
.btn-group .selected .btn,
.btn-group .active .btn{ position: relative; border-color: #f04848;}
.btn-group .selected .btn:after,
.btn-group .active .btn:after{
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
	z-index: 3;
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: url(../images/sprites/selected.gif) 0 0 no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-group-two li { width: 50%; *width: 49.96%;}
.btn-group-four li{ width: 25%; *width: 24.99%;}
.btn-group-five li{ width: 20%; *width: 19.96%;}

/* form-group */
.form-group{ margin-bottom: 15px; position: relative; }
.form-group .control-label{ display: inline-block; max-width: 100%; line-height: 20px; padding-top: 10px;}
.form-group .btn-link,
.form-group .radio,
.form-group .checkbox{ margin-top: 0; }
.form-text { padding-top: 10px; line-height: 20px; }
.form-group .mr4{ position: relative; }
.form-group .absolute-right{ position: absolute; right: 2px; top: 2px; line-height: 36px; padding: 0 10px;}

/* form-filter */
.form-filter{ padding: 10px 0 5px 0; zoom: 1;}
.form-filter .form-group{ line-height: 34px; margin-bottom: 15px;}
.form-filter .form-control{ width: 100px; padding: 0 10px; float: left; font-size: 13px; border-width: 1px; height: 32px; line-height: 32px; border-radius: 4px; }
.form-filter select.form-control{ height: 34px; line-height: 34px; padding: 0 8px; _margin-top: 5px;}
.form-filter .input-long{ width: 238px;}
.form-filter .control-label{ float: left; padding: 0 15px 0 0; line-height: 34px; }
.form-filter .btn{ float: left; margin: 0 15px 0 0; font-size:	14px; border-radius: 4px; }
.form-filter span.control-label{padding: 0 5px; }
.form-filter .item{
    padding: 0 18px;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
    float: left;
    display: inline;
    border-radius: 4px;
}
	.form-filter .item:hover{ color: #fff; border-color: #01cf75; background-color: #01cf75; box-shadow: 1px 3px 10px rgba(1,207,117,.21);  }
	.form-filter a.selected,
	.form-filter a.selected:hover{ color: #fff; border-color: #01cf75; background-color: #01cf75; box-shadow: 1px 3px 10px rgba(1,207,117,.21); cursor: default; }

/* col-xs-* */
.col-xs,.col-xs-06,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left; *display: inline; *zoom: 1;}
.col-xs-12{width:100%;}
.col-xs-11{width:91.66666667%;}
.col-xs-10{width:83.33333333%;}
.col-xs-9{width:75%;}
.col-xs-8{width:66.66666667%;}
.col-xs-7{width:58.33333333%;}
.col-xs-6{width:50%;}
.col-xs-5{width:41.66666667%; *width:41%;}
.col-xs-4{width:33.33333333%;}
.col-xs-3{width:25%; *width: 24.99999%;}
.col-xs-2{width:16.66666667%;}
.col-xs-1{width:8.33333333%;}
.col-xs-06{width:5.33333333%;}
.col-xs-offset-12{margin-left:100%;}
.col-xs-offset-11{margin-left:91.66666667%;}
.col-xs-offset-10{margin-left:83.33333333%;}
.col-xs-offset-9{margin-left:75%;}
.col-xs-offset-8{margin-left:66.66666667%;}
.col-xs-offset-7{margin-left:58.33333333%;}
.col-xs-offset-6{margin-left:50%;}
.col-xs-offset-5{margin-left:41.66666667%;}
.col-xs-offset-4{margin-left:33.33333333%;}
.col-xs-offset-3{margin-left:25%;}
.col-xs-offset-2{margin-left:16.66666667%;}
.col-xs-offset-1{margin-left:8.33333333%;}
.col-xs-offset-0{margin-left:0;}

/* hr */
hr{
	height:0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top: 1px solid #eee;
    border-top: 1px dotted #e5e5e5;
	clear: both;   
}

/* browserIE */
.browserIE .backdrop{ background-color: #f4f7fa; _position: absolute; _top: expression(documentElement.scrollTop); }
.browserIE .modal{
    position: fixed;
    z-index: 1000; 
    top: 50%;
    left: 50%;
    width: 560px; 
    height: 330px; 
    margin: -165px 0 0 -280px;
    _position: absolute;
	_top: expression(documentElement.scrollTop);
    _margin-top: 10%;
}
.browserIE-tips{ padding: 30px 40px; font-size: 16px; color: #fff; background-color: #0085fe; }
.browserIE-group{ white-space: nowrap; text-align: center; margin-top: 45px; }
.browserIE-group a{ display: inline-block; width: 80px; overflow: hidden; margin: 0 25px; }
.browserIE-group img{ display: block; margin: auto; width: 72px; height: 72px; margin-bottom: 7px; }

	
/* has-verified */
.has-verified{
	overflow: hidden;
	zoom: 1;
	padding-top: 20px;
	font-size: 16px;
}
	.has-verified strong{color: #e43d3f;font-family: Arial, Helvetica, sans-serif;}
	.has-verified strong.price{font-size: 24px;font-weight: normal;}
	.has-verified .yen{ font-size: 16px;}
	.has-verified .btn{ margin-top: 10px;}

/* fieldset */
fieldset {
	padding: 10px 15px 15px 15px;
	border: 1px solid #eee;
	*zoom:1;
	border-radius: 3px;
	margin-bottom: 20px;
}
	legend { padding: 0 10px; *margin-bottom: 9px; *margin-top: -10px; }
	fieldset.fieldset-form{ margin: 0; padding: 0; border: 0 none;}
	fieldset.fieldset-divider{ border-width: 1px 0 0 0; padding: 0; text-align: center; _margin: 0; _padding-bottom: 15px;}
	fieldset.fieldset-divider legend { padding: 0 25px; color: #aaa; margin: 0;}

/* orline */
.orline{
	margin: 5px 0;
	padding: 0;
	*margin-bottom: 0;
	text-align: center;
	border: 0 none;
	border-top: 1px solid #eee;
}
	.orline-title{
		font-size: 12px;
		padding: 0 15px;
		color: #999;
		text-align: center;
	}

/* fieldset-line */
.fieldset-line{ border: 0 none; border-top: 1px solid #eee; border-radius: 0; margin: 10px 0; text-align: center; }
.fieldset-line .fieldset-header{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
	
/* breadcrumbs */
.breadcrumbs{
    position: relative;
	line-height: 30px;
	padding: 12px 0 10px 0;
	font-size: 14px;
    color: #666;
    border-bottom: 1px dotted #eee;
    background-color: #f8fafc;
}
    .breadcrumbs .containers{ max-width: inherit; }
    .breadcrumbs a{ color: #666;}
    .breadcrumbs a:hover{ color: #007dfe; text-decoration: underline; }
    .box-primary .breadcrumbs{
        padding: 15px 0 10px 30px;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }

/* subnav */
.subnav{
    height: 50px;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    background-color: #f9fafc;
}
    .subnav-tabs li{ display: inline-block; vertical-align: middle; }
    .subnav-tabs li.divider{ width: 1px; height: 14px; overflow: hidden; margin: 0 35px; background-color: #e5e5e5; }
    .subnav-tabs li a{
        display: block;
        line-height: 30px;
        color: #666;
        overflow: hidden;
        padding: 9px 0;
        font-size: 14px;
        border-bottom: 2px solid transparent;
    }
        .subnav-tabs li a:hover{ color: #007dfe; text-decoration: underline; }
        .subnav-tabs li.active a{
            position: relative;
            height: 51px;
            color: #007dfe;
            border-color: #007dfe;
            margin-bottom: -1px;
        }

/* stepflex */
.stepflex{
    position: relative;
    text-align: center;
	padding-left: 30px;
    margin: 30px;
}
	.userform .stepflex{ width: 520px; margin: 10px 0 50px 0; padding-top: 10px;}
	.userform .stepflex-2{ width: 334px; margin-left: 95px;}
    .stepflex ul{}
	.stepflex li{
		position: relative;
		z-index: 2;
		width: 33.333333%;
		float: left;
		height: 60px;
	}
        .stepflex-2 li{ width: 100%; *width: 99.9%;}
        .stepflex-3 li{ width: 50%; *width: 49.9%;}
		.stepflex-4 li{ width: 33.33333%; *width: 33.2%;}
		.stepflex-5 li{ width: 25%; *width: 24.9%;}
		.stepflex li.first{ z-index: 1; width: 30px !important; margin-left: -30px; }
        .stepflex .iconfont{ font-size: 12px; *vertical-align: -1px;}
	    .stepflex-num{
			position: absolute;
			top: 0;
			right: 0;
			z-index: 1;
			display: block;
			width: 30px;
			height: 30px;
			line-height: 30px;
			*line-height: 28px;
			overflow: hidden;
			text-align: center;
			color: #fff;
			font-weight: 700;
			font-size: 14px;
			font-family: Tahoma;
			text-indent: 1px;
			background: url(../images/sprites/iconimg.png?2017) -160px -140px no-repeat;
		}
        /* stepflex-text */
		.stepflex-text{
            position: absolute;
			bottom: 0;
			right: -33px;
			width: 100px;
			height: 24px;
			line-height: 24px;
			overflow: hidden;
			text-align: center;
			color: #999;
		}
        /* stepflex-line */
		.stepflex-progress{
			position: relative;
			z-index: 2;
			top: 13px;
			margin: 0 40px 0 10px;
			height: 4px;
			overflow: hidden;
			background-color: #e5e5e5;
		}
        .stepflex .done .stepflex-num { background-position: -195px -140px;}
		.stepflex .done .stepflex-text{ color: #8dd2ad; }
		.stepflex .done .stepflex-progress{ background-color: #bee2cf;}

		.stepflex .doing .stepflex-num { background-position: -230px -140px;}
		.stepflex .doing .stepflex-text{ color: #41b677; }
		.stepflex .doing .stepflex-progress{ background-color: #bee2cf; }

		/* stepflex-primary */
		.stepflex-primary .done .stepflex-num { background-position: -195px -175px;}
		.stepflex-primary .done .stepflex-text{ color: #ff8782; }
		.stepflex-primary .done .stepflex-progress{ background-color: #f9a19a;}

		.stepflex-primary .doing .stepflex-num { background-position: -230px -175px;}
		.stepflex-primary .doing .stepflex-text{ color: #f04848; }
		.stepflex-primary .doing .stepflex-progress{ background-color: #f9a19a; }


/* poptip */
.poptip{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	margin-left: 3px;
}
	/* icon-poptip */
	.icon-poptip{
		display: inline-block;
		width: 14px;
		height: 14px;
		background-position: -140px -40px;
		cursor: pointer;
        vertical-align: middle;
	}
	/* ui-poptip */
	.ui-poptip{
		position: absolute;
		z-index: 99;
		right: -30px;
		top: 20px;
		display: none;
	}
		.dropdown-hover .ui-poptip{ display: block;}
		.ui-poptip-container{
			background-color: #fffcef;
			border: 1px solid #ffbb76;
			border-radius: 2px;
			padding: 7px 10px;
			line-height: 1.5;
			overflow: hidden;
			zoom: 1;
		}
			/* ui-poptip-tiparrow */
			.ui-poptip-tiparrow{
				left: 10px;
				top: -4px;
				position: absolute;
				z-index: 10;
				display: block;
				width: 9px;
				height: 5px;
				overflow: hidden;
				background: url(../images/arrow.gif) 0 0 no-repeat;
			}
			.ui-poptip-content{
				color: #db7c22;
				line-height: 1.5;
				font-size: 12px;
			}

/* loading */
.loader{background: url(../images/sprites/loading.gif) center center no-repeat;}
.loading{
    position: fixed;
	top: 40%;
	left: 50%;
	z-index: 9999;
	overflow: hidden;
    text-align: center;
    margin-top: -35px;
    margin-left: -80px;
    padding: 15px 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 6px;
    opacity: .8;
    filter: alpha(opacity=80);
}
	.loading .iconimg{
        width: 32px;
        height: 32px;
        margin-right: 5px;
		background: url(../images/sprites/loading.gif) 0 0 no-repeat;
	}
    .loading span{
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        margin-top: -2px;
    }
    .loading-notext{ margin-left: -50px; }
    .loading-notext span{ display: none; }
    .loading-inverse{
        color: #fff;
        border-color: #000;
        background-color: #000;
    }
        .loading-inverse .iconimg{ background-image: url(../images/sprites/loader-inverse.gif);}

    /* loading-transparent  */
    .loading-transparent{
        width: 64px;
        height: 64px;
        border: 0 none;
        margin-top: -32px;
        margin-left: -32px;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
        .loading-transparent .iconimg{
            display: block;
            width: 64px;
            height: 64px;
            background: url(../images/sprites/loader_transparent.gif) 0 0 no-repeat;
        }

/* nodata */
.nodata .iconfont{font-size: 64px;}
.nodata{
	font-size: 18px;
	text-align: center;
	padding: 70px 0;
	color: #999;
}
    

/* page */
.page{ padding: 15px; text-align: center; }
.page a,
.page em,
.page strong{
    position: relative;
    display: inline-block;
    min-width: 42px;
    height: 36px;
    line-height: 20px;
    overflow: hidden;
    padding: 7px 11px;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 0 0 -1px;
    border: 1px solid #e5e5e5;
}
    .page a:hover{ z-index: 2; border-color: #007def; background-color: #f8fafc; }
    .page a.next{ line-height: 15px; font-size: 16px;}
    .page strong.bc{ z-index: 3; color: #fff; font-weight: 400; cursor: default; border-color: #007def; background-color: #007def; }
    .page span.disabled{ color: #999; cursor: default; border-color: #ddd; background-color: #eee; }
    .page em{ color: #999; border-color: #eee; background-color: #f5f5f5; border-radius: 6px; margin: 0 11px 0 0; }
    .page em + a,.page em + strong{ border-radius: 6px 0 0 6px; }
    .page a:last-child,.page strong:last-child{ border-radius: 0 6px 6px 0; }


/* table */
.table{
	width: 100%;
	font-size: 14px;
    margin-bottom: 20px;
    background-color: #fff;
}
.table th{background-color: #f9f9f9; white-space: nowrap;}
.table th,
.table td{padding: 10px 20px; vertical-align: middle; border-top: 1px solid #eee; }
.table > tbody > tr:nth-child(2n) td{ background-color: #fafbfd; }
.table > tbody > tr:hover td{ background-color: #fcfcf5; }
.table-bordered th,
.table-bordered td{ border: 1px solid #ededed;}
.table-custom { border: 1px solid #f0f0f0;  }
.table-custom th,
.table-custom td { padding: 15px 25px; border-top: 0 none; border-bottom: 1px dotted #eee; text-align: center; color: #808080; }
.table-custom thead th{ border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #666; font-weight: 700; }
.table-custom > tbody > tr:hover{ background-color: transparent; }
.table-condensed th,
.table-condensed td { padding: 5px 10px; }
.table-condensed th { font-size: 14px; }
.table-responsive{ width: 100%; min-height: .01%; overflow-x: auto; margin-bottom: 20px; }
.table-responsive .table{ margin-bottom: 0; }


/* modal-cover */
.backdrop,
.modal-cover{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: .6;    
}

/* modal */
.modal{
	position: fixed;
	min-width: 100px;
	z-index: 1000;
	overflow: hidden;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	position: relative;
    top: 40%;
}
	/* modal-header */
	.modal-header{
		padding: 7px 0;
		line-height: 28px;
		overflow: hidden;
		text-align: left;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #eee;
		background-color: #f3f6f7;
		background: -moz-linear-gradient(center top , #f9fbfc 0%, #f3f6f7 100%) repeat scroll 0 0 transparent;
		border-radius: 6px 6px 0 0;
	}
		.modal-header h3{
			font-size: 16px;
			color: #474e5d;
			padding: 0 15px;
			text-shadow: 0 1px 0 #fff;
		}
		/* modal-close */
		.modal-close{
			display: block;
			width: 21px;
			height: 21px;
			overflow: hidden;
			position:absolute;
			text-align: center;
			line-height: 21px;
			right:5px;
			top: 5px;
            z-index: 5;
			text-indent: -999px;
			font-size: 12px;
			color: #000;
			_text-indent: 0;
			font-weight: bold;
			font-family: arial;
			background: url(../images/del.png?2017) 6px 6px no-repeat;
			border-radius: 2px;
			-webkit-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
			cursor: pointer;
            _background-image: url(../images/del.gif);
		}
		.modal-close:hover{
			color: #f00;
			text-decoration: none;
			background-position: 6px -15px;
			background-color: #fff;
		}

	/* modal-body */
	.modal-body{ }
    .modal-body .form-item + .form-item{ border-top: 1px dotted #e5e5e5;}
    .modal-body .form-item{ padding: 15px 0; }
    .modal-body .form-label{width: 80px; padding-left: 20px;}

	/* modal-footer */
	.modal-footer{
		overflow: hidden;
		font-size: 16px;
  		padding: 15px;
 	 	text-align: center;
		border-top: 1px solid #eee;
  		background-color: #f5f5f5;
      border-radius: 0 0 6px 6px;
     	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	}
		.modal-footer .btn{ margin: 0 5px;}

.relative{position: relative;}

.tcenter {
  text-align: center;
}

/*---------------------------------------------*/



/* toolbar */
.toolbar{
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 30;
    background-color: #fff;
    border-radius: 6px 0 6px 6px;
    border: 1px solid\9;
    border-color: #eee;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    box-shadow: 0 5px 30px -3px rgba(50,50,50,.2);
    box-shadow: 0 5px 35px -3px rgba(50,50,50,.2);
}
    /* dd */
    .toolbar > dd{ position: relative; }
    .toolbar > dd + dd{ border-top: 1px dotted #e5e5e5; }
    .toolbar > dd > a{
        position: relative;
        display: block;
        width: 64px;
        height: 60px;
        overflow: hidden;
        text-align: center;
        color: #666;        
    }
        .toolbar > dd > a > .iconfont,
        .toolbar > dd > a > .iconfont-text{
            position: absolute; 
            left: 0; 
            display: block;
            width: 64px;
            height: 60px;
            padding-left: 4px;
            line-height: 62px;
            overflow: hidden;
            text-align: center;
            cursor: pointer;
            transition: .3s;
        }
            .toolbar > dd > a > .iconfont{ top: 0; font-size: 24px;  }
            .toolbar > dd > a > .iconfont-text{ top: 64px; font-size: 14px; line-height: 18px; padding: 13px 0; }        
            .toolbar > dd > a:hover{ color: #007dfe; }
            .toolbar > dd > a:hover > .iconfont{ top: -64px; }
            .toolbar > dd > a:hover > .iconfont-text{ top: 0;  }

        /* dropdown-menu */        
		.toolbar .dropdown-menu{
            top: 0;
	 		right: 74px;
            padding: 15px;
            text-align: center;
            white-space: nowrap;
            border-radius: 6px;
		}
            .toolbar .dropdown-menu img{ display: block; width: 117px; margin-bottom: 5px; }
            .toolbar .dropdown-menu-call{ padding: 15px 35px; }
            .toolbar .dropdown-menu-weixin{ border-radius: 6px; }

    /* dt */
    .toolbar > dt{ margin-top: 10px; position: relative; z-index: 30; height: 96px; }
    .toolbar > dt > a{ 
        position: absolute;
        top: 0;
        right: 0;
        top: -1px\9;
        right: -1px\9;
        display: block; 
        z-index: 10;
        width: 96px;
        height: 96px;
        padding: 20px 0 0 5px;
        overflow: hidden;
        color: #fff;
        text-align: center;
        border-radius: 24px 0 0 24px;
        transition: .3s;
        box-shadow: 0 0 0 2px rgba(255,255,255,.8), 0 3px 30px -3px rgb(70, 140, 249);
		background-color: #ff28ad;
		background: -webkit-linear-gradient(to right, #00aaff 0%, #0085fe 100%);
		background: linear-gradient(to right, #3898ff 0%, #1c8aff 100%);
    }
    .toolbar > dt .dropdown-menu{ right: 72px; height: 96px; padding: 11px 50px 11px 30px; top: 50%; margin-top: -48px; margin-top: -49px\9; }
    .toolbar > dt > a:hover{ color: #fff; -webkit-transform: scale(1.05); transform: scale(1.05); }
    .toolbar > dt > a > .iconfont-service{ 
        display: block; 
        font-size: 40px; 
        line-height: 1; 
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        -webkit-animation: breathe 2s infinite;
                animation: breathe 2s infinite;
        -webkit-animation-timing-function: easeOutBack;
                animation-timing-function: easeOutBack;
    }

/* cards */
.panel-cards{ 
    position: relative;
    padding: 50px 0 70px 0;
    background: url(../images/allcards-bg.jpg) center center;
    background-attachment: fixed;
}
.cards{ position: relative; z-index: 9;}
.cards-tabs{ margin-bottom: 25px; white-space: nowrap; font-size: 0; text-align: center; vertical-align: middle; }
.cards-tabs > li{
    position: relative;
    display: inline-block;
    width: 12%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #333;
    cursor: pointer;
}
    .cards-tabs > li .iconfont{ font-size: 28px; vertical-align: -4px; font-weight: 400; margin-right: 3px; }
    .cards-tabs > li > a{ display: block; position: relative; }
    .cards-tabs > li + li a:after{
        content: '/';
        display: block;
        position: absolute;
        opacity: .6;
        top: 50%;
        width: 1px;
        height: 24px;
        margin-top: -12px;
        overflow: hidden;
        background-color: #ddd;   
        background-color: rgba(150,150,150,1);       
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .cards-tabs > li .cover{ position: absolute; width: 100%; height: 60px; top: 0; left: 0; transition: .3s; -webkit-transform: scale(0);transform: scale(0); opacity: 0; filter: alpha(opacity=0); }
    .cards-tabs > li .cover img{ height: 60px; margin: auto; border-radius: 6px; }
    .cards-tabs > li > a:hover .cover,
    .cards-tabs > li.active .cover{ opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1);transform: scale(1); }
    .cards-tabs > li.active a{ color: #fd7400; }

/* cards-content */
.cards-content{ position: relative; }   
.cards-content .swiper-container{ height: 295px; }
.cards-group{ padding: 5px 0 20px 0; font-size: 0; white-space: nowrap; text-align: center; overflow: hidden; }
.cards-group .item,.cards-group > li{ display: inline-block; vertical-align: top; width: 16.6666666666667%; }
.cards-group .cards-cover > a{ padding: 20px 0; display: block; border: 1px solid #f5f5f5; border-radius: 4px; }
.cards-group .cards-cover{
    margin: 0 10px;
    padding: 20px;   
    text-align: center;
    border: 1px solid\9;
    border-color: #f5f5f5;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(50,50,50,.05);
    transition: .3s;
}
.cards-group .cards-covers:hover{ -webkit-transform: scale(1.1); transform: scale(1.1); }  
.cards-group img{ display: block; margin: 0 auto; height: 36px; }        
.cards-group .title{ display: block; font-size: 16px; font-weight: 700; margin-top: 15px; margin-bottom: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cards-group .discount{ color: #ff5c38; font-size: 14px; }       
.cards-group .actions{ font-size: 0; padding: 12px 0 5px 0;}
.cards-group .actions .btn{ padding: 6px 20px; font-size: 13px; }
.cards-group .actions .btn:hover{ color: #fff; border-color: #198bfc; background-color: #198bfc; box-shadow: 1px 3px 10px rgba(25,139,252,.2); }
.cards-group .owl-buttons > div{ margin-top: -27px; }   
.cards-group-xianxia .cards-cover > a{ padding: 0 10px; }
.cards-group-xianxia img{ height: 80px; padding: 25px; } 


/* quan-panel */
.quan-panel{ padding-top: 40px; }
.quan-header{ background-color: #f4fafc; border-radius: 6px; }
.quan-tabs > li{float: left; width: 9.090909090909091%; }    
.quan-tabs > li + li{ border-left: 1px dashed #f0f0f0; }
.quan-tabs > li > a{
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    height: 80px;
    padding: 12px 0 0 0;
    transition: .3s;
    border-radius: 3px;
}  
    .quan-tabs li .iconfont{ 
        display: block; 
        width: 32px; 
        height: 32px; 
        line-height: 33px;
        font-size: 18px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 5px;
        border-radius: 50%;
        color: #fff;
        background-color: #f60;
        cursor: pointer;
        transition: .3s;
    }
    .quan-tabs li .caret{
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -8px;
        border-width: 8px 8px 0 8px;
        visibility: hidden;
        color: #007dfe;
        transition: .3s;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .quan-tabs li a:hover{  }
    .quan-tabs li.active .caret{ visibility: visible; opacity: 1; filter: alpha(opacity=1); }
    .quan-tabs li.active .iconfont{ color: #007dfe; background-color: #fff!important; }
    .quan-tabs li.active a,
    .quan-tabs li.active a:hover{ color: #fff; background-color: #007dfe; }


/* quan-cards */
.quan-cards{ margin: 0; padding: 16px; border: 1px solid #eee; border-radius: 6px; }
.quan-primary > li{ 
    float: left; 
    position: relative;
    width: 11.11111111111111%;
    height: 90px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    border: 2px solid #fff; 
    background-color: #fff;
    border-radius: 6px;
    transition: .3s;
}
    .quan-primary > li.hover,
    .quan-primary > li:hover{ z-index: 2; border-color: #007dfe; box-shadow: 0 0 15px rgba(1,42,187,.2); } 
    .quan-primary li .thumbnail{ display: block; color: #666; } 
    .quan-primary li .thumbnail img{ display: block; width: 80px; height: 40px; margin: 0 auto; margin-bottom: 5px; } 
    .quan-primary li .action{
        position: absolute;
        left: 4px;
        right: 4px;
        bottom: -44px;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: .3s;
    } 
        .quan-primary li .action .btn{ float: left; padding: 0; width: 50%; }
        .quan-primary li .action .btn:first-child{ border-radius: 3px 0 0 3px; }
        .quan-primary li .action .btn:last-child { border-radius: 0 3px 3px 0; }
        .quan-primary li.hover .action,
        .quan-primary li:hover .action{ bottom: 4px; opacity: 1; filter: alpha(opacity=100);} 

/* quan-word */
.quan-word{ padding-top: 20px; margin-bottom: -8px; }
.quan-word dl{ position: relative; padding: 10px 0 10px 62px; border-top: 1px dashed #eee; }
.quan-word dt{ 
    position: absolute; 
    top: 10px;
    left: 10px;
    width: 60px;
    overflow: hidden;
    font-weight: 700;
    line-height: 24px;
    padding: 3px 0;
    white-space: nowrap;
}
.quan-word dd{
    float: left;
    display: inline;
    width: 163px;
    height: 24px;
    margin: 1px 0 1px 20px;
    padding: 3px 0;  
}
    .quan-word .quan-word-hover{ display: inline-block; position: relative; }
    .quan-word dd .quan{
        display: block;
        max-width: 110px;
        white-space: nowrap;
        overflow: hidden;
        color: #007dfe;
    }
    .quan-word dd .quan:hover{ border-bottom: 1px dashed #007dfe; }
    .quan-word dd .site{
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 0;
        white-space: nowrap;
        padding: 0 5px;
        margin: 2px 0 0 10px;
        font-size: 13px;
        color: #fff;
        background-color: #ff9913;
        border-radius: 3px;
        transition: .3s;
        opacity: 0;
        filter: alpha(opacity=0);
    }
        .quan-word dd:hover .site{ left: 100%; opacity: 1; filter: alpha(opacity=100);}
        .quan-word dd .site:before{
            content: "";
            position: absolute;
            top: 4px;
            left: -5px;
            display: block;
            width: 0;
            height: 0;
            color: #ff9913;
            overflow: hidden;
            border-right: 5px dashed;
            border-right: 5px solid \9;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

/* eight */
.quan-word .eight dd{ width: 118px; }
.quan-word .eight dd .quan{ max-width: 90px;}
/* ten */
.quan-word .ten dd{ width: 90px; }
.quan-word .ten dd .quan{ max-width: 70px; }
/* auto */
.quan-word .auto{ margin-right: -40px; }
.quan-word .auto dd{ width: auto; margin-right: 40px; }
.quan-word .auto dd .quan{ max-width: 90px; }

/* quan-title */
.quan-title{
    margin-top: 10px;
    padding: 10px 0;
    line-height: 36px;
    border-bottom: 1px solid #f0f0f0;
}
    .quan-title h3{
        margin: 8px 0;
        line-height: 20px;
        padding-left: 15px;
        border-left: 3px solid #ff5a27;
    }
    .quan-title h1{
        margin: 4px 0;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        padding-left: 15px;
        border-left: 3px solid #ff5a27;
    }

/* coupons-group */
.coupons-group{ margin: 0 0 0 -2%; }
.coupons-group > li{ float: left; display: inline; width: 23%; margin: 10px 0 0 2%; }
.coupons-group h2 a{ color: #007dfe; }
.coupons-group h2 a:hover{ text-decoration: underline; }
.coupons-group h2 {
    width: 100%;   
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    color: #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
}
.coupons-group .coupon{
    display: block;
    height: 120px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #b7e1ef;
    border-radius: 3px;
    transition: .3s;
}
    /* coupon-thing */
    .coupons-group .coupon:hover{ border-color: #f8ded5; }
    .coupons-group .coupon-thing{ cursor: pointer; float: left; width: 60%; height: 120px; overflow: hidden; }
    .coupons-group .coupon-thing .desc{ font-size: 12px; color: #f00; white-space: nowrap; padding: 20px 0 5px 0; }
    .coupons-group .coupon-thing .brand img{
        display: block;
        width: 100px;
        height: 50px;
        margin: 0 auto;
    }

    /* coupon-action */
    .coupons-group .coupon-action{
        float: right;
        width: 40%;
        height: 120px;
        text-align: center;
        overflow: hidden;
        transition: .3s;
        cursor: pointer;
        background: url(data:image/gif;base64,R0lGODlhBAAIALMAAAAAAP///+r5/93y+tHs9dPt9uHz+Pz+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAEAAgAAAQQkJQhwjEj2KID6d9mYRIVAQA7) 0 center repeat-y #eaf9ff;
    }
        .coupons-group .coupon:hover .coupon-action{ background-color: #fbf2ef; }
        .coupons-group .coupon-action .desc{
            font-size: 16px; 
            color: #f00;
            white-space: nowrap;
            padding: 25px 0 7px 0;
        }
        .coupons-group .coupon-action .btn{
            height: 25px;
            line-height: 25px;
            padding: 0 13px;
            font-size: 12px;
        }
        .coupons-group .coupon-action .btn:hover{
            border-color: #ff5a27;
            background-color: #ff5a27;
            box-shadow: 1px 3px 10px rgba(255,92,56,.25);
        }

/* coupons-group-two */
.coupons-group-two{ }
.coupons-group-two > li{ width: 31.333333333333333%; }

/* quan-listing */
.quan-listing-container{ padding-right: 350px; }
.quan-listing{ float: left; width: 100%; }
.quan-listing-filter{ height: 57px; margin-top: 10px; display: }
.quan-listing-title{ margin: 0; padding: 0; height: 56px; position: relative; z-index: 9; }
.quan-listing-title .container{ padding-left: 0; padding-right: 0; min-width: inherit; }
.quan-listing .fixed .container{ position: relative; padding-left: 20px; padding-right: 20px; min-width: 1240px; }
.quan-listing .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    margin-top: 70px;
    transition: .3s;
    border-top: 1px solid #eee;
    background-color: #f9fafc;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.1);
}
.quan-listing-title .nav-tabs li{ padding-right: 35px; }
.quan-listing-title .nav-tabs li a,
.quan-more .quan-more-toggle{
    display: block;
    font-size: 18px;
    color: #000;
    padding: 10px 0;
    height: 56px;
    line-height: 36px;.
    border-radius: 0;
    background-color: transparent;
    text-shadow: none;
	border: 0 none;
}
	.quan-listing-title .nav-tabs li a:hover{ color: #ff5a27; background-color: transparent; text-shadow: none;}
	.quan-listing-title .nav-tabs li.active a{ height: 56px; border-bottom: 3px solid #ff5a27; }


/* .quan-more */
.quan-more{ float: left; height: 56px; }
.quan-more .quan-more-toggle{ position: relative; } 
.quan-more .quan-more-toggle .caret{ color: #aaa; margin-left: 5px; } 
.quan-more .quan-more-toggle .arrow:before, 
.quan-more .quan-more-toggle .arrow:after {
    position: absolute;
    content: '';
    top: -17px;
    left: 50px;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px dashed transparent;
    border-bottom: 8px solid #f0f0f0;
}
.quan-more .dropdown-menu .arrow:after{
    top: -15px;
    border: 8px dashed transparent;
    border-bottom: 8px solid #fff;
}
    .quan-more .dropdown-menu{ margin-top: -1px; left: 0; width: 100%; border-radius: 0 0 6px 6px; }    
    .quan-more .dropdown-menu a.active{ color: #ff5a27; }
    .quan-more .dropdown-menu a{
        display: block;
        font-size: 14px;
        line-height: 32px;
        padding: 0 0 0 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    } 
    .quan-more .quan-more-group{
        padding: 5px 0;
        max-height: 320px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .quan-more .quan-more-group li{
        float: left;
        width: 12.5%;
        text-align: left;
    }



/* quan-listing-group */
.quan-listing-group li{
    position: relative;
    overflow: hidden;
    margin: -1px 0 10px;
    padding: 35px 0 20px;
    font-size: 0;
    border-top: 1px solid #f0f0f0;
    zoom: 1;
}
    /* thumbnail  */
    .quan-listing-group .thumbnail{ float: left; margin-right: 25px; }
    .quan-listing-group .thumbnail,
    .quan-listing-group .thumbnail img{ display: block; width: 180px; height: 180px; }

    /* info  */
    .quan-listing-group .info{ zoom: 1; overflow: hidden; font-size: 14px; color: #666; }
    .quan-listing-group .info h3 span{ font-size: 18px; }
    .quan-listing-group .info h3{ 
        line-height: 28px;
        max-height: 56px;
        font-size: 22px;
        font-weight: 400;
        margin-right: 20px;
        overflow: hidden;
    }
    .quan-listing-group .info p{ height: 72px; line-height: 24px; margin: 10px 20px 8px 0; overflow: hidden; }
    .quan-listing-group .info .asset{ line-height: 34px; color: #999; }
    .quan-listing-group .info .asset a{ float: right; margin-left: 20px;}
    .quan-listing-group .info .asset .btn{ position: relative; padding-left: 25px; padding-right: 25px; }
    .quan-listing-group .info .asset .btn .iconfont{ 
        font-size: 12px; 
        position: absolute;
        top: 5px;
        left: 60px;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: .3s;
    }
    .quan-listing-group .info .asset .btn:hover .iconfont{
        left: 85px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
  
/* quan-listing-loading */
.quan-listing-loading a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 16px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 4px;
}
    .quan-listing-loading a:hover{ color: #007dfe; background-color: #f9fafc; }

/* quan-aside */
.quan-aside{ float: right; width: 300px; margin-right: -350px; }
.quan-aside .fixed{ width: 300px; position: fixed; top: 0; margin-top: 120px; }
.quan-commond-item{ margin: 10px 0 20px 0; }
.quan-commond{ transition: .3s; margin-top: 0; }
.quan-commond h3{ line-height: 36px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.quan-commond li{
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
    zoom: 1;
}
    /* thumbnail  */
    .quan-commond .thumbnail{ float: left; margin-right: 10px; }
    .quan-commond .thumbnail,
    .quan-commond .thumbnail img{ display: block; width: 64px; height: 64px; }
    /* info  */
    .quan-commond .info{ zoom: 1; overflow: hidden;  color: #666; }
    .quan-commond .info h5{ height: 36px; line-height: 18px; font-size: 14px; overflow: hidden; }
    .quan-commond .info p{ line-height: 20px; white-space: nowrap; overflow: hidden; margin-top: 8px; }

/* quan-coupons */
.quan-coupons .quan-title{ }
.quan-coupons .alert{ margin: 20px 0 0 0;}
.quan-coupons .coupons-group{ margin-bottom: 20px; }
.quan-coupons .quan-listing-group .info p{ height: 48px; margin-bottom: 20px; }

/* quan-detail */
.quan-detail{ margin-bottom: 10px; }
.quan-detail .thumbnail img{ width: 180px; height: 180px; margin: 10px; }
.quan-detail .thumbnail{ 
    float: left; 
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #f0f0f0;
    margin-right: 25px; 
}

/* info  */
.quan-detail .info{ zoom: 1; overflow: hidden; font-size: 16px; color: #999; }
.quan-detail .info h1 span{ font-size: 22px; }
.quan-detail .info h1{ 
    max-height: 64px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 15px; 
    color: #333;
}
.quan-detail .info li{ color: #333;  } 
.quan-detail .info li.col{ float: left; width: 50%; *width: 49%;  } 
.quan-detail .info li label{ color: #666;  } 
.quan-detail .info li a{ margin-right: 15px; } 
.quan-detail .info ul{ 
    padding: 10px 0;
    line-height: 36px; 
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5; 
}
.quan-detail .info .asset{ padding-top: 18px; }
.quan-detail .info .asset .btn{ position: relative; padding: 0 45px 0 35px; font-size: 16px; margin-right: 30px; }
.quan-detail .info .asset .btn .iconfont{ 
    font-size: 12px; 
    position: absolute;
    top: 1px;
    left: auto;
    right: 15px;
    transition: .3s;
}

/* quan-description */
.quan-description{ font-size: 16px; line-height: 32px; color: #444; }
.quan-description .quan-title{ margin-bottom: 30px; }
.quan-description img{ max-width: 100%; _width: expression(document.body.clientWidth > 850 ? "850px" : "auto"); }
.quan-description a{ color: #007dfe; }
.quan-description a:hover{ text-decoration: underline; }

/* envelope */
.envelope{
    position: relative;
    width: 450px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 3px 20px -10px rgba(0,0,0,.2);
}
    /* before && after */
    .envelope:before,
    .envelope:after{
        content: "";
        position: absolute;
        right: 137px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border-style: solid;
        border-color: #eee;
        background-color: #fff;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }
        .envelope:before{ border-width: 1px 0 0 1px; top: -10px; }
        .envelope:after { border-width: 0 1px 1px 0; bottom: -10px; }

    /* envelope-info */
    .envelope-info .brand { float: left; width: 64px; height: 64px; border-radius: 5px; }
    .envelope-info .action{ float: right; width: 117px; height: 64px; border-left: 1px dashed #ddd; text-align: center; padding-left: 15px; }
    .envelope-info .action a{ color: #fff; margin-top: 15px; }
    .envelope-info .action a:hover{ text-decoration: none; }
    .envelope-info .info{ overflow: hidden; zoom: 1; padding-left: 15px; color: #666; white-space: nowrap; }
    .envelope-info .info h5{ font-size: 22px; color: #333; }

/* what-group */
.what-group{ 
    position: relative; 
    overflow: hidden;  
    border: 1px solid\9;
    border-color: #f5f5f5;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(50,50,50,.04);
    border-radius: 6px;
}
.what-group > li{ float: left; width: 33.33333333333%; text-align: center; }
.what-group > li + li{ border-left: 1px dotted #eee; }
.what-group .what-group-inner{ position: relative; padding: 50px ;}
.what-group .iconimg{ width: 74px; height: 74px; }
.what-group .iconimg-1{ background-position: -370px -280px; }
.what-group .iconimg-2{ background-position: -370px -200px; }
.what-group .iconimg-3{ background-position: -370px -120px; }
.what-group h5{ font-size: 18px; padding: 30px 0 15px 0; }
.what-group p{ padding: 20px 30px; text-align: left; color: #808080; } 


/* feature-group */
.feature-group{ }
.feature-group > li{
    float: left;
    width: 20%;
    text-align: center;
}
    .feature-group h5{ color: #333; padding-top: 20px; font-size: 22px; }
    .feature-group p { color: #666; padding-top: 5px; }
    .feature-group .iconimg{ width: 100px; height: 100px; background-image: url(../images/sprites/feature.png?2017); -webkit-transition: .5s; transition: .5s; }
    .feature-group .iconimg:hover{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    .feature-group .iconimg-type { background-position: 0 0;}
    .feature-group .iconimg-heart{ background-position: -110px 0;}
    .feature-group .iconimg-safe { background-position: -220px 0;}
    .feature-group .iconimg-fast { background-position: 0 -110px;}
    .feature-group .iconimg-price{ background-position: -110px -110px;}

/* kaka-notice */
.panel-stepflow{ padding: 0 0 40px 0; }
.kaka-notice{ max-width: 1200px; margin: auto; }
.kaka-notice{
    margin-top: -45px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
    height: 90px;
    border: 1px solid #f0f0f0;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 10px 40px -5px rgba(0,0,0,.11);
}
    .kaka-notice-icon{ position: absolute; top: -1px; left: -1px; }
    .kaka-notice-icon .iconimg-notice{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 80px;
        height: 80px;
        background: url(../images/sprites/notice.png) 0 0 no-repeat;
        border-radius: 100px 0 0 100px;
    }
    .kaka-notice-time{ position: absolute; top: 22px; left: 30px; line-height: 20px; padding-right: 20px; text-align: right; border-right: 1px dashed #eee; }
    .kaka-notice-time > span{ font-size: 16px; color: #999; }
    .kaka-notice-time > strong{ display: block; font-size: 22px; color: #333; font-weight: 400; margin-top: 3px; }
    .kaka-notice-text{ margin: 0 100px 0 138px; padding: 20px 0 0 0; line-height: 25px; color: #ccc; }
    .kaka-notice-text h5{ font-size: 18px; height: 25px; overflow: hidden; }
    .kaka-notice-text p { font-size: 14px; height: 25px; }
    .kaka-notice-text a p{ color: #888; }
    .kaka-notice-text a p:hover{ color: #007dfe; }
    .kaka-notice-text a{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    
    .kaka-notice-more{ position: absolute; top: 26px; right: 0; height: 36px; line-height: 18px; overflow: hidden; border-left: 1px dashed #eee; }
    .kaka-notice-more a{ display: block; padding: 0 30px 0 20px; color: #999; }
    .kaka-notice-more a:hover{ color: #007dfe; }
    .kaka-notice-more span{ display: block; width: 30px; text-align: center; margin: auto; }
    .kaka-notice-more .iconfont{ position: absolute; color: #ccc; right: 10px; top: 50%; margin-top: -10px; height: 20px; line-height: 20px; }

/* stepflow-group */
.stepflow-tips{ margin-top: 30px; }
.stepflow-group{ text-align: center; font-size: 0; white-space: nowrap; }
.stepflow-group li{ position: relative; height: 170px; display: inline-block; text-align: center; vertical-align: middle; }
.stepflow-group .title{ font-size: 16px; font-weight: 700; color: #333; }
.stepflow-group .num { font-size: 30px; color: #ddd; }
.stepflow-group .flow{ 
    position: relative;
    width: 132px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px; 
    margin-top: 34px;
    color: #ccc; 
}    
    .stepflow-group .flow:before{ left: -50%; margin-left: 20px; }
    .stepflow-group .flow:after{ right: -50%; margin-right: 20px; }
    .stepflow-group .flow:after, 
    .stepflow-group .flow:before{
        content: "";
        position: absolute;
        top: 50%;
        width: 70px;
        height: 0;
        border-top: 1px dashed #e5e5e5;
    }   
    @media (max-width: 1420px) { 
        .stepflow-group .flow{ width: 120px; }
        .stepflow-group .flow:before{ left: -50%; margin-left: 8px; }
        .stepflow-group .flow:after{ right: -50%; margin-right: 8px; }
    }
    .stepflow-group .icon{
        display: inline-block;
        margin: auto;
        padding: 4px;
        margin-bottom: 15px;
        border: 1px dashed #ccc;
        border-radius: 100px;
    }    
        .stepflow-group .iconfont2{ 
            display: block; 
            width: 80px; 
            height: 80px; 
            line-height: 82px;
            text-align: center;
            overflow: hidden;
            font-size: 36px;
            border-radius: 100px;
            color: #fff;
            background-color: #149cf1;
        }
            .stepflow-group .iconfont-step-sign     { background-color: #69a7f7; }
            .stepflow-group .iconfont-step-realname { background-color: #6585ff; }
            .stepflow-group .iconfont-step-input    { background-color: #487df9; }
            .stepflow-group .iconfont-step-verify   { background-color: #3182ff; }
            .stepflow-group .iconfont-step-cash     { background-color: #246df7; }
            .stepflow-group .iconfont-step-completed{ background-color: #0d52f5; }

/* panel-stepflow-inverse */
.panel-stepflow-inverse{
        padding: 60px 0 50px 0;
    background-color: #ff10f8;
    background-image: background: -webkit-linear-gradient(left, #58b4fb 0%, #56eda4 100%);
    background-image: background: -o-linear-gradient(left, #58b4fb 0%, #56eda4 100%);
    background-image: background: linear-gradient(to right, #58b4fb 0%, #56eda4 100%);
    background: linear-gradient(to right, #64ccff 0%, #4f10ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b4fb', endColorstr='#56eda4',GradientType=1);
}
    .panel-stepflow-inverse .stepflow-group .icon { border: 0 none; background-color: #fff; } 
    .panel-stepflow-inverse .stepflow-group .title{ color: #fff; }
    .panel-stepflow-inverse .stepflow-group .num  { color: #eee\9; color: rgba(255,255,255,.6); }    
    .panel-stepflow-inverse .stepflow-group .flow { color: #eee\9; color: rgba(255,255,255,.9); }    
    .panel-stepflow-inverse .stepflow-group .flow:after, 
    .panel-stepflow-inverse .stepflow-group .flow:before{ border-color: #ddd\9; border-color: rgba(255,255,255,.5); }   
       

/* afew-tips */
.afew-tips{
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    line-height: 37px;
    color: #6b3612;
    padding: 0 20px 0 50px;
    white-space: nowrap;
    border: 1px solid #f2ebdc;
    background-color: #fff7e7;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
    .afew-tips .iconfont{
        position: absolute;
        top: 5px;
        left: 5px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 32px;
        overflow: hidden;
        text-align: center;
        color: #fff;
        background-color: #e67e22;
        border-radius: 50%;
    }

/* recycle-former */
.box-primary .recycle-primary{ padding: 20px 0 40px 30px; }
.recycle-primary{ padding: 20px 0 40px 0; background-color: #fff; }
.recycle-former{ transition: padding .3s; }
.recycle-former hr{ border-top: 1px dotted #eee; }
.recycle-former .form-group{ margin: 20px 0 0 0; }
.recycle-former .recycle-sumbit{ padding-bottom: 30px; }
.recycle-former .recycle-sumbit .btn{ white-space: nowrap; }
.recycle-former .recycle-sumbit .btn-lg{ margin-right: 20px; font-size: 18px; }
.recycle-former .recycle-sumbit .btn-qbi{ padding-left: 40px; padding-right: 40px; background-color: transparent; color: #39c67a; box-shadow: 1px 1px 3px rgba(1,207,117,.21);  }
.recycle-former .recycle-sumbit .btn-qbi:hover{ background-color: #44d386; color: #fff; }
.recycle-former .btn-group-figure .btn{ text-align: right; padding-left: 0; }
.recycle-former .btn-group .btn .iconfont{ position: absolute; left: 14px; top: 1px; font-size: 24px; -webkit-transition: .3s; transition: .3s; vertical-align: middle; }
.recycle-former .btn-group .btn .dispose-auto{ 
	position: absolute; 
	top: 0; 
	right: 0;
	z-index: 2; 
	width: 16px;
	text-align: center;
	padding: 2px 3px;
	overflow: hidden;
	font-style: normal;
	font-size: 12px;
	white-space: normal;
	color: #f60;
	background-color: transparent;
}
.recycle-former .btn-group > li{ width: 25%; }
.recycle-former .btn-group .btn{
    position: relative;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    color: #484848;
    padding: 10px 15px;
	overflow: hidden;
    border: 2px solid #e4ecfa;
    background-color: #f8fafc;
	white-space: nowrap;
    border-radius: 6px;
}
    .recycle-former .btn-group .btn:hover{ border-color: #fb8b8e; background-color: #fff; }
    .recycle-former .btn-group .active .btn,
    .recycle-former .btn-group .active .btn:hover{ border-color: #f04848; background-color: #fff; }
    .recycle-former .btn-group .disabled .btn,
    .recycle-former .btn-group .disabled .btn:hover{
        color: #aaa;
        text-shadow: 0 1px 0 #fff;
        border-color: #e5e5e5;
        background-color: #fff;
        cursor: default;
        box-shadow: none;
        filter: alpha(opacity=30);
    }

    /* btn-card */
    .recycle-former .btn-group-cardtype{ margin-left: -15px; margin-top: 0; }
    .recycle-former .btn-group-cardtype > li{ width: 20%; cursor: pointer; margin-bottom: 15px;}
    .btn-card{
        position: relative;
        display: block;
        height: 70px;
        line-height: 66px;
        overflow: hidden;
        margin-left: 15px;
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        background-color: #f5465a;
        text-shadow: 1px 2px 5px rgba(0,0,0,.1);
        border-radius: 6px;
        transition: .3s;
    }
        .btn-card-ecard{ background-color: #f5465a; box-shadow: 1px 3px 13px rgba(245,70,90,.2); }
        .btn-card-cost { background-color: #f96197; box-shadow: 1px 3px 13px rgba(249,97,151,.2); }
        .btn-card-game { background-color: #10aeff; box-shadow: 1px 3px 13px rgba(16,174,255,.2); }
        .btn-card-oils { background-color: #926dde; box-shadow: 1px 3px 13px rgba(146,109,222,.2); }
        .btn-card-foods{ background-color: #fd7400; box-shadow: 1px 3px 13px rgba(253,166,0,.2); }
        .btn-card-video{ background-color: #20d071; box-shadow: 1px 3px 13px rgba(32,208,113,.2); }
        .btn-card:hover{ color: #fff; text-decoration: none; opacity: .9; filter: alpha(opacity=90); }
        /*热门*/
        .btn-card-fire{ background-color: #f5465a; box-shadow: 1px 3px 13px rgba(245,70,90,.2); }
        
        /*话费*/
        .btn-card-cost { background-color: #fd804d; box-shadow: 1px 3px 13px rgba(249,97,151,.2); }
        /*商超*/
        .btn-card-ecshop{ background-color: #d596fe; box-shadow: 1px 3px 13px rgba(245,70,90,.2); }
        /*游戏*/
        .btn-card-game { background-color: #4bb2fa; box-shadow: 1px 3px 13px rgba(16,174,255,.2); }
        .btn-card-fuel{ background-color: #40de97; box-shadow: 1px 3px 13px rgba(146,109,222,.2); }
        .btn-card-food{ background-color: #fdc830; box-shadow: 1px 3px 13px rgba(253,166,0,.2); }
        .btn-card-video{ background-color: #2bf1f4; box-shadow: 1px 3px 13px rgba(32,208,113,.2); }
        .btn-card > span{ vertical-align: middle; }
        .btn-card > .iconfont{
			display: inline-block;
			vertical-align: middle;
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 32px;
			margin-right: 10px;
            -webkit-animation-duration: .5s;
                    animation-duration: .5s;
        }
        .btn-card:hover > .iconfont{ -webkit-animation-name: swing; animation-name: swing; } 
        .btn-card > .iconfont-ecard:before{ content: "\e650"; }
        .btn-card > .iconfont-cost:before { content: "\e662"; }
        .btn-card > .iconfont-game:before { content: "\e62b"; }
        .btn-card > .iconfont-oils:before { content: "\e633"; }
        .btn-card > .iconfont-mart:before { content: "\e631"; }
        .btn-card > .iconfont-video:before{ content: "\e6bd"; }
        .btn-card > .iconfont-foods:before{ content: "\e657"; }
        .active .btn-card:after{
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 2;
            display: block;
            width: 30px;
            height: 30px;
            background-image: url(../images/sprites/selected.png?2017);
            background-repeat: no-repeat;
            background-position: -70px 0;
            border-radius: 0 0 6px 0;
        }
        

    /* btn-group-pay */    
    .recycle-former .btn-group-pay{}
	.recycle-former .btn-group-pay > li{ width: 25%; }
	.recycle-former .btn-group-pay .btn{ height: auto; padding: 7px 15px; background-color: #fff; }
	.recycle-former .btn-group-pay .btn img{ display: block; max-width: 100%; margin: auto; }
    .recycle-former .btn-group-pay .disabled .btn img{ -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); opacity: .5; filter: alpha(opacity=30); }
    .recycle-former .btn-group-pay .disabled .btn:before{ 
        content: "暂未开放";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        color: #333;
        color: #aaa\9;
        color: rgba(51,51,51,1);
        text-shadow: none;
        text-align: center;
        padding-top: 5px;
        font-size: 16px;
    }

    /* btn-group-tall */
	.recycle-former .btn-group-tall li{ width: 20%; }   
	.recycle-former .btn-group-tall .btn,
    .recycle-former .btn-group .loader{
		height: 80px;
		line-height: 1;
		padding: 0;
		white-space: nowrap;
	}         
	    .recycle-former .btn-group .loader{ display: block; margin-left: 10px; background-color: #f4f8ff; border-radius: 3px; }
		.recycle-former .btn-group-tall .btn img{ display: block; margin: 0 auto; margin-top: 11px; height: 28px; }
		.recycle-former .btn-group-tall .btn .discount{
			position: absolute;
			top: -2px;
			left: -2px;
			font-size: 12px;
			line-height: 1;
			padding: 3px;
			*padding: 1px 3px 5px 3px;
			color: #fff;
			background-color: #f04848;
			border-radius: 4px 0 4px 0;
			transition: .3s;
            opacity: 0;
            filter: alpha(opacity=0);
		} 	
		.recycle-former .btn-group-tall .btn .discount:after{
			content: "";
			position: absolute;
			left: 0;
			bottom: -4px;
			width: 0;
			height: 0;
			border-width: 3px;
			border-style: solid;
			border-color: rgba(255,72,76,1) transparent transparent rgba(255,72,76,1);
			transition: .3s;
		}	
		.recycle-former .btn-group-tall .btn:hover .discount,
		.recycle-former .btn-group-tall .active .btn .discount{ opacity: 1; filter: alpha(opacity=100); }
		.recycle-former .btn-group-tall .btn:hover .discount{ background-color: #fb8b8e; }
		.recycle-former .btn-group-tall .btn:hover .discount:after{ border-color: #fb8b8e transparent transparent #fb8b8e; }
		.recycle-former .btn-group-tall .active .btn .discount{ background-color: #f04848; }
		.recycle-former .btn-group-tall .active .btn .discount:after{ border-color: #f04848 transparent transparent #f04848; }	
		.recycle-former .btn-group-tall .btn .title{ 
			display: block;
			height: 18px;
			line-height: 18px;
			margin: 7px 5px 0 5px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			word-wrap: normal;
		}    

    /* btn-group-value */    
    .recycle-former .btn-group-value{ z-index: 3; }
	.recycle-former .btn-group-value li{ width: 16.66%;}
	.recycle-former .btn-group-value-4 li{ width: 20%; }
	.recycle-former .btn-group-value-5 li{ width: 16.66666666666667%; }
	.recycle-former .btn-group-value .btn{ height: 70px; padding: 0; line-height: 1; background-color: #fff; }
	.recycle-former .btn-group-value .btn strong{ color: #000; display: block; font-size: 20px; padding: 12px 0 7px 0; margin: 0 5px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.recycle-former .btn-group-value .btn strong.sm{ font-size: 16px; padding: 13px 0 8px 0; }
	.recycle-former .btn-group-value .btn small{ color: #666; font-size: 14px; }
	.recycle-former .btn-group-value .btn em{ color: #ccc; padding: 0 4px; white-space: nowrap; }
	.recycle-former .btn-group-value .active .btn strong{ color: #f04848; }
    .recycle-former .card-facevalue-box{ position: relative; }
    .recycle-former .card-facevalue-tips{
        position: absolute;
        z-index: 1;
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px;        
        background-color: #fff0f0;
        border: 1px dashed #fbd6d6;
        border-radius: 6px;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity .3s;
    }
    .recycle-former .form-control-error .card-facevalue-tips{
        opacity: 1;
        filter: alpha(opacity=100);
    }

    /* btn-group-units */	
	.recycle-former .btn-group-units li{ width: 23%; }
	.recycle-former .btn-group-units .btn{ height: 50px; line-height: 45px; padding: 0 20px 0 0; font-size: 16px; background-color: #fff; }
	.recycle-former .btn-group-units .btn:hover,
	.recycle-former .btn-group-units .active .btn,
	.recycle-former .btn-group-units .active .btn:hover{ border-color: #ff1880; }
    .recycle-former .btn-group-units .active .btn{ color: #ff1880; }
	.recycle-former .btn-group-units .active .btn:after{ background-position: 0 0px; }
	.recycle-former .btn-group-units .card-note{ padding-top: 10px; width: 64%;}
	.recycle-former .btn-group-units .card-note .table{ margin: 0; }
	.recycle-former .btn-group-units .card-note .table td{ height: 50px; text-align: left; vertical-align: middle; font-size: 15px; border: 0 none; padding: 0 0 0 20px; }
    .recycle-former .btn-group-units-3 .card-note{ width: 46%; }    
    .recycle-former .btn-group-units-1 li{ width: 25%; }  
    .recycle-former .btn-group-units-1 .card-note{ width: 74%; }    
    .recycle-former .control-label{ text-align: right; display: block; padding-top: 13px; padding-right: 15px; white-space: nowrap;}
    .recycle-former .form-control{ border-width: 2px; }
    .recycle-former .form-text{ padding-top: 13px; }
    .recycle-former input.form-control{ padding-top: 11px; padding-bottom: 11px; }
    .recycle-former .help-block{ margin-top: 10px; }
    .recycle-former .textarea-attentions{ width: 28%; font-size: 16px; position: absolute; top: 122px; right: 43px; line-height: 33px; cursor: text; }
    .recycle-former .textarea-wrapper{ position: relative; }
    .recycle-former .textarea-wrapper .form-control{
        width: 100%;
        padding-right: 35%;
        height: 330px;
        line-height: 33px;
        font-size: 14px;
        margin: 0;
        font-family: Tahoma;
        background: url(../images/sprites/textarea.gif) 0 0;
        background-attachment: local;
    }
    .form-group-single .verifycode-label,
    .form-group-single .verifycode-input{ display: none;}
    .form-group-single .col-xs-4{ width: 39%; }
    .form-group-verifycode .verifycode-label,
    .form-group-verifycode .verifycode-input{ display: inline;}
    .form-group-verifycode .col-xs-4{ width: 26%; }
    .form-group-verifycode .col-xs-2{ width: 23%; }
    .form-group-single + .form-group-single{ border-top: 1px solid #eee; padding-top: 15px; }
    .form-group-single .form-action{
        float: left;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        *margin-top: 1px;
        color: #ddd;
    }
        .form-group-single .form-action .iconfont{ font-size: 20px;}
        .form-group-single .form-action:hover{ color: #007dfe;}


    /* textarea-tips */
    .recycle-former .textarea-tips{
        position: absolute;
        top: 2px;
        right: 6px;
        *right: 18px;
        z-index: 3;
        width: 34%;
        height: 330px;
        overflow: hidden;
        pointer-events: none;
    }
        .recycle-former .textarea-tips .mask-black{ z-index: 1; background-color: #007dfe; opacity: .02; filter: alpha(opacity=2); }
        .recycle-former .textarea-tips ul{ position: absolute; top: 0; left: 0; z-index: 3; width: 100%; }
        .recycle-former .textarea-tips li{
            height: 33px;
            line-height: 33px;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: normal;
            white-space: nowrap;
            font-size: 14px;
            color: #e4393c;
        }
        .recycle-former .textarea-tips li.textarea-attention{ text-align: center; white-space:normal; font-size: 16px; height: auto; padding: 53px 0 0 0; }
        .recycle-former .textarea-tips li.textarea-attention-onlypass{ padding-top: 84px; }
        .recycle-former .textarea-tips li.textarea-attention .h5{ font-size: 13px; }
        .recycle-former .textarea-tips li.textarea-attention p{ white-space: nowrap; }
        .recycle-former .textarea-tips li.textarea-attention .iconfont-tips{
            display: block;
            text-align: center;
            padding-right: 35px;
            font-size: 64px;
            line-height: 1;
            height: 66px;
            margin-bottom: 13px;
            overflow: hidden;
        }

/* recycle-hint */
#card-hint-wrapper{ display: none; }
.recycle-hint{ margin: -10px 0 0 0; float: left; width: 50%; }
.recycle-hint .alert{ margin: 10px 0 0 0; padding: 20px; }
.recycle-hint .alert img{ float: left; display: block; width: 111px; margin-right: 20px; }
.recycle-hint .alert p{ overflow: hidden; zoom: 1; }

/* recycle-stepflow */
.recycle-stepflow h5{ font-weight: 700; color: #ff6c00; font-size: 16px; }
.recycle-stepflow{
    float: right;
    width: 48%;
    line-height: 30px;
}

/* recycle-closed */
.recycle-closed{
    position: relative;
    margin: 0 0 50px 8.333333333%;     
    zoom: 1;
    overflow: hidden;
    border: 1px solid #f0f3f5;
    border-radius: 6px;
} 
    /* recycle-closed-maintain */
    .recycle-closed-maintain{ padding: 30px 0;}
    .recycle-closed-maintain .inner{ position: relative; width: 510px; margin: 0 auto; height: 270px; padding: 50px 140px 0 200px; }
    .recycle-closed-maintain .iconimg-maintain{ position: absolute; left: 0; bottom: 0; width: 300px; height: 220px; background-image: url(../images/sprites/maintain.png); }
    .recycle-closed-maintain .textips h3{ font-size: 20px; padding-bottom: 5px; }
    .recycle-closed-maintain .textips p{ font-size: 16px; }
    .recycle-closed-maintain .textips{
        position: relative;
        margin: 0 auto;
        width: 500px;
        padding: 30px 40px;
        border: 1px solid #eaebee;
        background-color: #f9fafe;
        border-radius: 6px;
        white-space: nowrap;
        box-shadow: 0 5px 15px rgba(0,0,0,.04);
    }

    /* recycle-closed-qiye */
    .recycle-closed-qiye .btn{ border-radius: 100px; margin-top: 240px; font-size: 16px; }
    .recycle-closed-qiye{
        height: 334px;
        text-align: center;
        background: url(../images/sprites/qiye.jpg) center bottom no-repeat;
    }


/* recycle-qbi */
.recycle-qbi select.form-control{ padding: 0 10px; }
.recycle-qbi .qblink{ 
	display: block;
	width: 700px;
	height: 100px;
	margin-top: 50px;
}

/* recycle-placeholder */
.recycle-loader{ position: relative; }
.recycle-placeholder{
    -webkit-filter: blur(2px); 
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
            filter: blur(2px);
}
.recycle-placeholder hr{ border-color: #f5f7ff; }
.recycle-placeholder .btn-placeholder,
.recycle-placeholder .form-control-placeholder{ border-color: #f9faff!important; background-color: #f9faff!important; cursor: default!important; }
.recycle-placeholder .form-control-textarea{ height: 120px!important; }
.recycle-placeholder .btn-lg{ width: 160px; height: 30px!important; }

/* recycle-loading */
.recycle-loading{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    padding: 40px 0;
    text-align: center;
    border: 1px solid #f5f5f5\9;
    border-color: rgba(255,255,255,.01);
    background-color: #fff;    
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 0 30px rgba(1,115,187,.06);    
    border-radius: 10px;
}
    .recycle-loading img{ height: 36px; margin: 7px 0; border-radius: 100px; background-color: #fff; }
    .recycle-loading h3{ margin-top: 20px; font-size: 22px; font-weight: 300; }
    .recycle-loading p{ color: #808080;}
    .recycle-loading p .btn{ margin-top: 20px; border-radius: 50px;}

/* recycle-usable */
.recycle-usable{ text-align: center; padding: 70px 0 50px 0; }
.recycle-usable h3{ margin-top: 20px; font-size: 28px; font-weight: 300; margin-bottom: 20px; }
.recycle-usable .orline{ width: 530px; margin: 0 auto; margin-top: 50px; margin-bottom: 10px; border-radius: 0; }
.recycle-usable .btn{ border-radius: 100px; }
.recycle-usable-cardbtns { font-size: 0; text-align: center; }  
.recycle-usable-cardbtns .btn .iconfont{ margin-right: 5px; }  
.recycle-usable-cardbtns .btn{  
    display: none;
    padding: 7px 15px;
    height: auto;
    line-height: 2;
    font-size: 14px;
    color: #fff;
    margin: 0 5px;    
}
.recycle-usable .iconimg-disabled{
    width: 128px;
    height: 128px;
    background-position: -160px 0;
    margin-bottom: 30px;
}
.recycle-usable-cardbtns > li{ display: inline-block; margin: 20px 10px 0 10px; }
.recycle-usable-cardbtns > li > a{ display: block; }
.recycle-usable-cardbtns > li > a > img{ display: block; height: 90px; margin-bottom: 10px; border-radius: 4px; }
.recycle-usable-cardbtns > li > a > span{ font-size: 14px; }

/* uploadimg-group */
.uploadimg-group{ margin: -10px 0 10px -10px; }
.uploadimg-group li,
.uploadimg-group .uploadimg-btn{
    float: left;
    position: relative;
    width: 122px;
    height: 122px;
    margin: 15px 0 0 15px;
}
    .uploadimg-group li img,
    .uploadimg-group li .error,
    .uploadimg-group li .success{   
        display: block;
        width: 122px;
        height: 122px;
        text-align: center;
        overflow: hidden;
        color: #fff;
        border: 1px solid #eee;
        border-radius: 6px;
        box-shadow: 0 0 2px rgba(0,0,0,.1);
    }
    .uploadimg-group li .iconfont{ font-size: 24px; }
	.uploadimg-group li .mask-black{
		z-index: 6;
		line-height: 120px;
		text-align: center;
		color: #fff;
		filter: alpha(opacity=0);
		opacity: 0;  		
		cursor: pointer;
        border-radius: 3px;
	}
	.uploadimg-group li:hover .mask-black{ filter: alpha(opacity=50); opacity: .5;}
    .uploadimg-group .btn-uploadfile{  
        position: relative;
        width: 122px;
        height: 122px;
        overflow: hidden;
        padding: 0;
        line-height: 1.3;
        color: #007dee;
        font-size: 14px;
        border-color: #e4ecfa;
        background-color: #f8fafc;
        border-radius: 6px;
    }
        .uploadimg-group .btn-uploadfile div{ width: 120px; height: 120px; }  
        .uploadimg-group .btn-uploadfile span{ display: block; cursor: pointer; width: 120px; height: 120px; overflow: hidden; }
        .uploadimg-group .btn-uploadfile .iconfont{ display: block; font-size: 36px; margin-top: 27px; margin-bottom: 3px; }
        .uploadimg-group .btn-uploadfile:hover{ color: #f04848; border-color: #f04848; background-color: #fff; }  

    /* error */
    .uploadimg-group li .error,
    .uploadimg-group li .success{ position: absolute; top: 0; left: 0; z-index: 5; }
    .uploadimg-group li .success .iconfont,
    .uploadimg-group li .error .iconfont{ display: block; font-size: 30px; padding-top: 22px; }
    .uploadimg-group li .success{ background-color: #46be8a; background-color: rgba(70,190,138,.7); *background-color: #46be8a; border-color: #36b27c;}
    .uploadimg-group li .error  { background-color: #f96868; background-color: rgba(249,104,104,.7);*background-color: #f96868; border-color: #f15858;}

    /* status */
    .realname-status{  }
    .uploadimg-group .progress{
        position: absolute; 
        top: 0; 
        left: 0; 
        right: 0; 
        z-index: 3;
        width: 122px;
        height: 122px;
        background-color: #000;
        opacity: .6;
        filter: alpha(opacity=60);
        border-radius: 3px;
    }
    .uploadimg-group .progress-bar{ border-radius: 0;}
    .uploadimg-group .progress-bar .percent{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 122px;
        height: 122px;
        font-size: 24px;
        line-height: 88px;
        text-shadow: 0 1px 1px rgba(0,0,0,.8);
    }


/* modal-qbi */
.modal-qbi{ padding: 30px 20px;}
.modal-qbi .qqlogin-loading{ text-align: center; padding: 66px 0 65px 0; }
.modal-qbi .qqlogin-loading p{ font-size: 22px; font-weight: 300; padding-top: 15px; }
.modal-qbi .prompt{ padding: 0; }
.modal-qbi .prompt-cont{ padding-bottom: 0; overflow: visible; }
.modal-qbi .prompt-cont h5{ font-size: 16px; padding: 8px 0 3px 0; }
.modal-qbi .prompt-cont p{ font-size: 14px;}
.modal-qbi .prompt .action .btn{ padding: 0 35px; }
.modal-qbi .qqlogin-qrcode .h6{ position: relative; margin-top: -5px; padding-bottom: 10px; }
.modal-qbi .login-qrcode-show{ width: 250px; height: 160px; margin: 0 auto; }
.modal-qbi .login-qrcode-img,
.modal-qbi .login-qrcode-error{ left: 60px; width: 131px; height: 131px; }		
.modal-qbi .login-qrcode-help{ width: 100px; height: 160px; right: 5px; }
.modal-qbi .login-qrcode-fresh:hover .login-qrcode-img{ left: 0;}
.modal-qbi .login-qrcode-fresh:hover .login-qrcode-error{ left: 0;}
.modal-qbi .login-qrcode-img img,
.modal-qbi .login-qrcode-error{
	width: 131px;
	height: 131px;
	padding: 9px;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
}
.modal-qbi .login-qrcode-error .btn{ display: block; padding: 5px; font-size: 12px; }		
.modal-qbi .login-qrcode-error h5{ padding: 25px 0 10px 0; }
.modal-qbi .login-qrcode-desc{ text-align: center; margin: 0; }
.modal-qbi .login-qrcode-desc p{ padding-left: 0; }
.modal-qbi .login-qrcode-desc .iconfont{ float: none; font-size: 16px; line-height: 18px; vertical-align: -1px; }

/* special */
.special{ position: relative; padding: 50px 0; background-color: #fff; overflow: hidden; }
.special .container{ position: relative; z-index: 3;}
.special-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 435px;
	overflow: hidden;
}
    .special-wave{
		z-index: 2;
		top: 350px;
		width: 400%;
		height: 85px;
		background: url(../images/api/wave1.png?2017) 0 0 repeat-x;
		-webkit-animation: wave1 25s linear .4s infinite normal;
				animation: wave1 25s linear .4s infinite normal;
	}
    .special-orange{
        background-color: #f39c35;
        background: -webkit-linear-gradient(left, #f5a950 0%, #f4845d 100%);
        background: -o-linear-gradient(left, #f5a950 0%, #f4845d 100%);
        background: linear-gradient(to right, #f5a950 0%, #f4845d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a950', endColorstr='#f4845d',GradientType=1);
    }
    .special-purple{
        background-color: #ef4b63;
        background: -webkit-linear-gradient(left, #cf6fe4 0%, #aa74e7 100%);
        background: -o-linear-gradient(left, #cf6fe4 0%, #aa74e7 100%);
        background: linear-gradient(to right, #cf6fe4 0%, #aa74e7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf6fe4', endColorstr='#aa74e7',GradientType=1);
    }
    .special-red{
        background-color: #ea5f5f;
        background: -webkit-linear-gradient(left, #ed727e 0%, #ea5f5f 100%);
        background: -o-linear-gradient(left, #ed727e 0%, #ea5f5f 100%);
        background: linear-gradient(to right, #ed727e 0%, #ea5f5f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed727e', endColorstr='#ea5f5f',GradientType=1);
    }

    /* special-caption */
    .special-caption{ text-align: center; padding-bottom: 40px; color: #fff; }
    .special-caption > h2{ font-size: 40px; margin-bottom: 10px; font-weight: 400; text-shadow: 2px 3px 0 rgba(0,0,0,.15); }
    .special-caption > p { font-size: 18px; position: relative; display: inline-block; max-width: 80%; line-height: 1; text-shadow: 1px 2px 0 rgba(0,0,0,.15); }
    .special-caption > p:after, 
    .special-caption > p:before{
        content: "";
        position: absolute;
        top: 50%;
        width: 100px;
        height: 1px;
        background-color: #fff;
        background-color: rgba(255,255,255,.2);
    }    
        .special-caption > p:before{ left: 100%; margin-left: 24px; }
        .special-caption > p:after{ right: 100%; margin-right: 24px; }

    /* special-former */
    .special-former{
        position: relative;
        z-index: 10;
        margin: 0 auto;
        padding: 40px 50px;
        border: 1px solid\9;
        border-color: #f0f0f0;
        border-color: rgba(0,0,0,0);
        background-color: #fff;
        box-shadow: 0 10px 25px rgba(0,0,0, .07);
        border-radius: 6px;
    }


/* qbi-former */
.qbi-former{ width: 800px; padding: 40px 50px; }
.qbi-former .qbi-step{ text-align: center; }
.qbi-former .col-xs-2{ width: 12%; }
.qbi-former .col-xs-offset-2{ margin-left: 12%; }
.qbi-former .col-xs-10{ width: 88%; }
.qbi-former .btn-md{ width: 250px; }
.qbi-former .btn-lg{ padding-left: 60px; padding-right: 60px; }
.qbi-former .btn-qbi{ margin-left: 15px; background-color: transparent; color: #39c67a; box-shadow: 1px 1px 3px rgba(1,207,117,.21); }
.qbi-former .btn-qbi:hover{ background-color: #44d386; color: #fff; }
.qbi-former-qblink > img{ display: block; width: 100%; border-radius: 6px; }
.qbi-former .qbi-former-tips ul{ display: inline-block; text-align: left; }
.qbi-former .qbi-former-tips{
    position: relative;
    padding: 20px;
	text-align: center;
    margin: 30px -50px -40px -50px;
    background-color: #f9fafc;
    border-radius: 0 0 6px 6px;
}
.qbi-former .recycle-loader{ margin: 30px 0; }  
.qbi-former .recycle-closed{ margin: 0; padding: 0; border: 0 none; border-radius: 0; }   
.qbi-former .recycle-closed-maintain .inner{ width: auto; padding: 30px 0 0 200px;}
.qbi-former .recycle-closed-maintain .iconimg-maintain{ bottom: 20px; }
.qbi-former .recycle-closed-maintain .textips{ width: auto; padding: 20px 30px; }
.qbi-former .recycle-former .form-control{ border-width: 1px; padding: 9px 12px; }
.qbi-former .recycle-former .recycle-sumbit{ padding-bottom: 0; }
.qbi-former .recycle-former .form-group{ margin: 15px 0 0 0; }
.qbi-former .recycle-former .form-text{ padding-top: 10px; }
.qbi-former .recycle-former .control-label{ padding-top: 10px; }
.qbi-former .recycle-former .btn-group > li{ width: 100%; }
.qbi-former .recycle-former .btn-group .btn{ border-width: 1px; font-size: 15px; }
.qbi-former .recycle-former .btn-group .btn strong{ font-size: 16px;}
.qbi-former .recycle-former .btn-group .btn strong.sm{ font-size: 15px; }
.qbi-former .recycle-former .btn-group .btn small:before{ content: "·"; color: #ccc; padding: 0 10px; }
.qbi-former .recycle-former .btn-group .btn em{  color: #ccc; padding: 0 4px; }
.qbi-former .recycle-usable{ padding: 30px 0 20px 0; border-bottom: 1px dotted #eee; }
.qbi-former .recycle-usable .iconimg-disabled{ margin-bottom: 0; }
.qbi-former #recycle-check .col-xs-11{ margin-left: 12%; width: 88%;}



/* qbi-panel */
.qbi-panel{ max-width: 800px; margin: 0 auto; }
.qbi-panel h3{ font-size: 30px; color: #222; margin-bottom: 20px; }
.qbi-panel .qbi-item{ padding-top: 40px; }
.box-primary .qbi-panel{ margin: 0 0 0 30px; padding: 0 0 0 8.333333333333%; }
.box-primary .qbi-item{ padding: 0 0 40px 0; }

/* qbi-step */
.qbi-step{ font-size: 0; white-space: nowrap; text-align: center; padding-bottom: 10px; }
.qbi-step > li{ display: inline-block; width: 16%; vertical-align: top; }
.qbi-step > li > .title{ padding-top: 10px; font-size: 14px; font-weight: 700; color: #333; }
.qbi-step > li > .num { font-size: 30px; color: #ddd; line-height: 1.5; font-weight: 100; }
.qbi-step > li > .iconimg{
	display: block;
	width: 101px;
	height: 96px;
	margin: auto;
	background-image: url(../images/sprites/qbistep.png?2020526);
}
	.qbi-step > li > .iconimg-1{ background-position: 0 0; }
	.qbi-step > li > .iconimg-2{ background-position: -107px 0; }
	.qbi-step > li > .iconimg-3{ background-position: -214px 0; }
	.qbi-step > li > .iconimg-4{ background-position: -321px 0; width: 96px; }
	.qbi-step > li.dot{ width: 12%; padding-top: 45px; }
	.qbi-step > li.dot:before,
	.qbi-step > li.dot:after,
	.qbi-step > li.dot > i{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 8px;
		height: 8px;
		background-color: #eee;
		border-radius: 50%;
	}
		.qbi-step > li.dot > i{ width: 10px; height: 10px; background-color: #ccc; margin: 0 10px; }

/* qbi-faq  */
.qbi-faq .faq-item{ border-top: 1px dashed #eee; }
.qbi-faq .faq-item .faq-tite a{ padding: 20px 0 22px 0; font-size: 18px; }
.qbi-faq .faq-item .faq-cont .list{ margin-left: 20px; }
.qbi-faq .faq-item .faq-cont{
	font-size: 16px;
	color: #333;
	line-height: 2;
    padding: 15px 25px;
    background-color: #f8fafc;
    border-radius: 6px;
	margin-bottom: 20px;
}

/* jifen-former */
.jifen-former{ max-width: 1240px; padding: 0 30px; }
.jifen-former .recycle-closed{ margin: 0; border: 0 none;}
.jifen-former .recycle-usable{ padding: 30px 0; }
.jifen-former .recycle-usable-cardbtns{ display: none; }
.jifen-former .orline{ display: none; }
.jifen-former .recycle-primary .recycle-former{ padding-right: 30px; }
.jifen-former .recycle-former .btn-group-tall li{ width: 20%;}
.jifen-former .recycle-former .btn-group-value li{ width: 16.66%;}
.jifen-former .btn-lg{ padding-left: 70px; padding-right: 70px; }

/* jifen-stepflow */
.jifen-stepflow{ max-width: 1240px; padding-top: 0; }
.jifen-stepflow h4{ font-size: 22px; color: #222; margin: 20px 0 15px 0; }
.jifen-stepflow h5{ font-size: 16px; font-weight: 700; margin-bottom: 10px; color: #ff6c00; }
.jifen-stepflow p{ font-size: 16px; }
.jifen-stepflow li{ overflow: hidden; }
.jifen-stepflow .table{ font-size: 16px; margin-top: 15px; }
.jifen-stepflow .table .img{ width: 100px; }
.jifen-stepflow .table td img{ display: block; height: 100px; }
.jifen-stepflow .label{ font-size: 20px; display: inline; margin-right: 15px; padding: 3px 13px 5px 13px; border-radius: 6px; }
.jifen-stepflow .label-primary{ background-color: #f04848; }
.jifen-stepflow .label-pink   { background-color: #e53b75; }
.jifen-stepflow .label-purple { background-color: #6d45bc; }
.jifen-stepflow .label-success{ background-color: #46be8a; }

/* recycle-detail */
.recycle-detail{ padding: 0; }
.recycle-detail hr{ margin-left: -31px; margin-right: -31px; }
.recycle-detail .recycle-former .textarea-wrapper .form-control{ width: 100%; padding-right: 37%; }
.recycle-detail .recycle-former .textarea-tips{ width: 36%; }
.recycle-detail .recycle-former .textarea-tips li.textarea-attention{ font-size: 14px; padding: 53px 0 0 0; }
.recycle-detail .recycle-former .textarea-tips li.textarea-attention .h5{ font-size: 12px; }
.recycle-detail .stepflow-group .iconimg-dotted { margin-left: 20px; margin-right: 20px; }
.recycle-detail .recycle-closed{ margin: 0; }
.recycle-detail .recycle-usable-cardbtns{ margin: 0 20%; }
.recycle-detail .recycle-former .btn-group-value li{ width: 16.66666666666667%; }
.recycle-detail .recycle-former .btn-group-value-4 li{ width: 20%; }
.recycle-detail .recycle-former .btn-group-value-5 li{ width: 16.66666666666667%; }

/* recycle-heading */
.recycle-heading{ position: relative; border-bottom: 1px dotted #eee; line-height: 30px; padding: 20px 0 25px 30px; zoom: 1;}
.recycle-heading h2{ font-size: 26px; font-weight: 400; }
.recycle-heading .qbijs img{ 
	position: absolute; 
	top: 50%;
	left: 50%;
	display: block;
	width: 300px;
	height: 50px;
    margin: -25px 0 0 -150px;
    border-radius: 50px;
}



/* recycle-menuer */
.recycle-menuer > a{ color: #999; }
.recycle-menuer > a:hover{ color: #007dfe; text-decoration: none; }
.recycle-menuer > a + a:before{ 
    content: "|";
    padding: 0 13px 0 10px; 
    font-family: simsun; 
    opacity: .5; 
    filter: alpha(opacity=50); 
    font-size: 12px;
}


/* recycle-cardintro */
.recycle-cardintro{
    float: right;
    position: relative;
    margin-right: 20px;
}
    .recycle-cardintro .img{ margin-right: 25px; }
    .recycle-cardintro .img img{ height: 36px; margin: auto; display: block; }
    .recycle-cardintro .dropdown-menu{
        width: 600px;
        top: -20px;
        right: 0;
        line-height: 1.6;
        padding: 10px 20px 20px 20px;
    }
        .recycle-cardintro .dropdown-menu img{ display: block; float: right; height: 36px; margin: 10px 5px 10px 25px; }
        .recycle-cardintro .dropdown-menu h3{ padding: 5px 0;}
        .recycle-cardintro .dropdown-menu p { color: #808080; }

/* recycle-cardinfo */
.recycle-cardinfo{
    margin: 0 -31px;
    padding: 50px 110px 0 110px;
    overflow: hidden;
    border-top: 1px solid #eee;
}
/* recycle-cardsample */
.recycle-cardsample{ width: 100%; padding: 20px 0; overflow: hidden; }
.recycle-cardsample img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}


/* article-former */
.article-former{ padding: 20px 0 40px 30px; border-bottom: 1px solid #f0f0f0; margin-bottom: 40px; }
.article-former .recycle-former .btn-group-two{ margin-right: 4px; }
.article-former .recycle-former .btn-group-units li{ width: 50%; }
.article-former .recycle-former .btn-group-units-1 li{ width: 100%; }
.article-former .recycle-former .btn-group-units-3 li{ width: 33.333333%; }
.article-former .recycle-former .btn-group-units .btn{ height: 40px; line-height: 36px; font-size: 14px; }
.article-former .recycle-former .btn-group .btn .iconfont{ top: 0; }
.article-former .recycle-former .textarea-wrappers{ margin-right: 40px; }
.article-former .recycle-former .recycle-sumbit .col-xs-3{ width: 26%; }
.article-former .recycle-former .recycle-sumbit .col-xs-8{ width: 64%; }
.article-former .recycle-former .form-group-verifycode .col-xs-5{ width: 28%; }
.article-former .recycle-former .form-group-verifycode .col-xs-2{ width: 19%; }
.article-former .article-facevalue{ position: relative; z-index: 6; overflow: visible; }
.article-former .article-facevalue .article-facevalue-title .iconfont{ font-size: 14px; }
.article-former .article-facevalue .article-facevalue-title .arrow{ position: absolute; top: 0; right: 10px; height: 36px; color: #999; }
.article-former .article-facevalue .article-facevalue-title strong{ font-size: 20px; font-weight: 400; }
.article-former .article-facevalue .article-facevalue-title small{ font-size: 14px; padding-left: 15px; color: #666; }
.article-former .article-facevalue .article-facevalue-title small em{ padding: 0 5px; color: #ccc; }
.article-former .article-facevalue .article-facevalue-title{
    position: relative;
    z-index: 7;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    line-height: 34px\9;
    color: #484848;
    text-align: left;
    padding: 0 14px;
    margin-right: 26px;
	overflow: hidden;
    border: 2px solid #e4ecfa;
    background-color: #f8fafc;
	white-space: nowrap;
    border-radius: 6px;
}
.article-former .article-facevalue .dropdown-menu{
	top: 42px;
	left: -10px;
	z-index: 5;
	width: 880px;
	padding: 10px;	
}
.article-former .open .article-facevalue-title-bg{
	position: absolute;
	top: -10px;
	left: -10px;
    right: 15px;
	z-index: 6;
	height: 52px;
	border: 1px solid;
    border-color: #ddd;
    border-color: rgba(255,255,255,0);	
    *border-color: #ddd;
	border-bottom-color: #fff;
	background-color: #fff;
    border-radius: 6px 6px 0 0;
	box-shadow: 0 -1px 4px rgba(0,0,0,.1);
}
.article-former .table{ margin: 0; }
.article-former .table td{ height: 68px; text-align: left; vertical-align: middle; border: 0 none; padding: 0; }
.article-former .table .form-group{ margin: 0; padding: 5px 0; display: inline-block; width: 100%; }


/* aside-menu */
.aside-menu{ padding-bottom: 15px;}
.aside-menu h4 {
    display: block;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 20px 14px 0;
    text-align: center;
    font-weight: 700;
}
    .ifold-menu{ cursor: pointer; }
    .ifold-body{ display: none; }
    .iunfold .ifold-body{ display: block; }
    .aside-menu .ifold{ border-top: 1px dotted #eee; }
    .aside-menu h4 + .ifold{ border-top: 1px solid #eee; }
    .aside-menu .ifold-menu{ margin: 0 10px 0 0;}
    .aside-menu .ifold-menu a{
        position: relative;
        display: block;
        height: 50px;
        line-height: 40px;
        padding: 5px 10px 5px 0;
        overflow: hidden;
        font-size: 15px;
    }
        .aside-menu .ifold-menu .iconfont{ margin-right: 10px; font-size: 20px; vertical-align: -2px; }
        .aside-menu .ifold-menu a:hover{ color: #ff5c38;  }
        .aside-menu .iunfold .ifold-menu a,
        .aside-menu .iunfold .ifold-menu a:hover{ color: #ff5c38; }
        .aside-menu .ifold-menu .iconimg-fold{
            display: block;
            width: 10px;
            height: 10px;
            overflow: hidden;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -5px;
            background-position: -140px 0;
            -webkit-transition: .3s;
            transition: .3s;
        }
            .aside-menu .iunfold .ifold-menu a .iconimg-fold{ background-position: -140px -15px;}

        /* aside-submenu */
        .aside-submenu{ padding: 10px 10px 10px 0; border-top: 1px solid #f5f6f7;}
        .aside-submenu li{
            float: left;
            clear: both;
            width: 100%;
        }
            .aside-submenu li a{
                display: block;
                _width: 142px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow:ellipsis;
                padding: 7px 0 7px 28px;
                font-size: 13px;
                color: #666;
                background: url(../images/sprites/s.png?2017) 15px center no-repeat;
                border-radius: 3px;
                -webkit-transition: .3s;
                        transition: .3s;
            }
            .aside-submenu li a:hover{ background-color: #eaebef; text-decoration: none; color: #007dfe; padding-left: 15px; _width: 155px; background-image: none;}
            .aside-submenu li.active a,
            .aside-submenu li.active a:hover{
                color: #fff;
                background-color: #007dfe;
                padding-left: 15px;
                _width: 155px;
                background-image: none;
            }

     /* article-mainmenu */
    .article-mainmenu{ margin-top: 15px; padding-bottom: 20px;}
    .article-mainmenu li{ margin: 0 20px; }
    .article-mainmenu li + li{ border-top: 1px solid #f5f5f5; }
    .article-mainmenu a{
        position: relative;
        display: block;
        line-height: 40px;
        padding: 5px 20px;
        overflow: hidden;
        font-size: 15px;
        color: #535353;
    }
        .article-mainmenu .iconfont{ margin-right: 10px; font-size: 20px; vertical-align: -3px; }
        .article-mainmenu a:hover{ text-decoration: none; color: #e0484c;  }
        .article-mainmenu li.active a,
        .article-mainmenu li.active a:hover{ text-decoration: none; color: #e0484c; }

/* recovery-cardintro */
.recovery-cardintro{ padding: 20px 0 25px 30px; }
.recovery-cardintro .recovery-title{ padding-bottom: 17px; border-bottom: 1px solid #eee; }
.recovery-cardintro .recovery-title h3{  font-size: 26px; font-weight: 300;}
.recovery-cardintro .cardintro{ padding: 20px 0;}
.recovery-cardintro img { float: left; width: 200px;  }
.recovery-cardintro p {
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-indent: 28px;
    padding-left: 30px;
    zoom: 1;
}

/* exchange-box */
.exchange-box{ width: 1140px; margin: auto; }
.exchange-box .box-primary{ width: 887px; }
.exchange-box .box-aside{ width: 250px; }
.exchange-box .aside-submenu{ padding: 10px 0 0 0; }
.exchange-box .aside-submenu li a{ _width: auto; background-position: 15px center; border-radius: 0;}
.exchange-box .aside-submenu li a:hover{ _width: auto;}
.exchange-box .aside-submenu li a span{
	display: block;
	width: 215px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	cursor: pointer;
}

/* table-exchange */
.table-exchange{ padding: 0 0 25px 30px; }
.table-exchange h2{ font-size: 26px; }
.table-exchange .table{ box-shadow: none; margin-top: 10px;}
.table-exchange .table th,
.table-exchange .table td{ border-color: #e5e5e5;}
.table-exchange .table td strong{ font-weight: 400; color: #080;}

/* exchange-guide */
.exchange-guide{ padding: 0 0 25px 30px; }
.exchange-guide h2{ font-size: 26px; }
.exchange-guide .imgtext img{ display: block; margin: 0 auto; max-width: 850px; _width: expression(document.body.clientWidth > 850 ? "850px" : "auto");}
.exchange-guide .imgtext p{ font-size: 16px; text-align: center; padding: 15px 0;}
.exchange-stepflow .panel-heading{ display: none;}
.exchange-stepflow .stepflow-group h5 { font-size: 14px; }
.exchange-stepflow .stepflow-group .iconimg-dotted { width: 46px; margin-left: 0; margin-right: 0; }
.exchange-stepflow .stepflow-tips .iconimg-stepflow-line { background-image: url(../images/sprites/stepflow-line-white.png?2017); }
.exchange-stepflow{
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 30px 0 15px 0;
    zoom: 1;
    overflow: hidden;
}

/* article-content */
.article-content{ font-size: 16px; padding: 10px 0 50px 50px; line-height: 28px;}
.article-content img{
    display: block;
    padding-top: 15px;
    margin-bottom: 15px;
    max-width: 910px;
    margin: 0 auto;
}

/* article-related */
.article-related{
    border-top: 1px solid #eee;
    margin: 0 -31px;
    padding: 0 31px;
    zoom: 1;
    overflow: hidden;
    text-align: left;
}
    .article-related-max {	border-top: 0 none;}
    .article-related h3{ font-size: 18px; font-weight: 700; color: #e0484c; padding: 20px 0 10px 10px;}
    .article-related .list-group{ margin-left: -11px;}
    .article-related .list-group li{
        float: left;
        width: 220px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        display: inline;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
        text-indent: 10px;
        margin-left: 11px;
        background: url(../images/sprites/s.png?2017) 0 center no-repeat;
    }
        .article-related .list-group a{ color: #666;}
        .article-related .list-group a:hover{ color: #007dfe; text-decoration: underline; }


/* article-news */
.article-news{ padding: 30px 0;}
.article-news .news-title{ margin: 0;}
.news-title{ padding: 50px 50px 74px 50px; margin: 0 -31px; border-bottom: 1px solid #eee;  text-align: center;}
.news-title h2{ font-weight: 400; line-height: 44px; color: #333; font-size: 32px; margin-bottom: 7px;}
.news-detail{ padding: 50px 0; font-size: 16px; line-height: 1.8; }
.news-detail p{  padding: 4px 0;}
.news-detail h5{ font-weight: 700; }
.news-detail img{ display: block; margin: 0 auto; padding: 15px 0; max-width: 840px; _width: expression(document.body.clientWidth > 840 ? "840px" : "auto");}

/* news-page */
.news-page{ height: 50px; margin-bottom: 5px; overflow: hidden; background-color: #f4fafc; border-radius: 3px; }
.news-page .item{ width: 370px; overflow: hidden; line-height: 30px; padding: 10px 20px; }

/* article-listing */
.article-listing{ margin: 10px 0 20px 30px;}
.article-listing li{
    height: 55px;
    line-height: 53px;
    overflow: hidden;
    font-size: 16px;
    padding: 0 20px;
    border-bottom: 1px dashed #eee;
    background: url(../images/sprites/s.png?2017) 0 center no-repeat;
}

/* faq-group */
.faq-group > ul{ width: 50%; padding-left: 10px; }
.faq-group > ul:first-child{ padding: 0 10px 0 0; }
.faq-group > ul > li + li{ margin-top: 20px; }
.faq-group > ul > li{
    overflow: hidden;
    padding: 25px 30px;
    border: 1px solid\9;
    border-color: #f5f5f5;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 18px rgba(50,50,50,.07);
}
    .faq-group > ul > li > h5{ font-size: 16px; font-weight: 700; margin-bottom: 15px; }
    .faq-group > ul > li > .faq-content{ line-height: 24px; color: #999; }
    .faq-group > ul > li > .faq-content p + p{ margin-top: 7px; }

/* faq-item */
.faq-item{ overflow: hidden; zoom: 1; }
.faq-item .faq-cont{
    font-size: 15px;
    margin: 0 0 0 10px;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 13px;
    color: #666;
    background-color: #f8fafc;
    border-radius: 4px;
    display: none;
}
.faq-item .faq-tite a{
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    padding: 9px;
    white-space: nowrap;
    transition: .3s;
}
    .faq-item .faq-tite a:hover{ text-decoration: none; color: #007dfe;}
    .faq-item .faq-tite a strong{ font-weight: 400;}
    .faq-item .faq-tite a .iconfont-arrow-down{
        position: absolute;
        top: 50%;
        right: 5px;
        font-size: 20px;
        color: #bbb;
        margin-top: -12px;
        transition: .3s;
   }
        .faq-item .faq-tite a.open .iconfont-arrow-down{ -webkit-transform: rotate(180deg); transform: rotate(180deg);}
        .faq-item .faq-tite a.open{ color: #007dfe;}
        .faq-item .faq-tite a.open:hover{ background-color: transparent;}

    

/* faq-box */
.faq-box{}
.faq-box .faq-group{ height: 353px; border-right: 1px solid #f0f0f0; }
.faq-more{
    float: right;
    width: 300px;
    padding: 20px;
    overflow: hidden;
    text-align: center;
}
    .faq-more img{ width: 250px; display: block; margin-bottom: 35px; }
    .faq-more li{ float: left; width: 50%; text-align: left; line-height: 28px; text-indent: 10px;}
    .faq-more li a{ color: #808080;}
    .faq-more li a:hover{ color: #007dfe;}
    .faq-more .btn{ padding-right: 7px; padding-left: 12px;}


/* tags */
.tags a{
    padding: 3px 9px;
    float: left;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    color: #666;
}
    .tags a:hover{
        color: #fff;
        text-decoration: none;
        border-color: #007dfe;
        background-color: #007dfe;
    }

/* panel-sign */
.panel-sign{
    position: relative;
    padding: 100px 0;
	background-color: #f9fafe;
}
	.panel-sign .box{ max-width: 1000px; margin: auto;}
    .signform .form-group{ position: relative; width: 384px; margin-bottom: 20px; }
    .signform .form-control{ font-size: 15px; padding: 14px 0; border-width: 2px; }
	.signform .control-label .iconfont{ display: block; color: #aaa; font-size: 24px; }
    .signform .control-label .iconfont-phone{ line-height: 54px; }
    .signform .control-label{
		position: absolute;
		top: 0;
		left: 0;
		line-height: 52px;
		padding: 0;
	}
    .signform .verifyimg{
        position: absolute;
        top: 2px; 
        right: 2px;
        height: 50px;
        border: 0 none;
        border-left: 1px solid #eee;
    }
	.signform .form-hint{
		color: #c5c5c5;
		height: 30px;
		font-size: 12px;
	}
	.signform .btn-primary{ height: 50px; font-size: 18px; overflow: hidden; }
	.signform .absolute-right{ line-height: 50px; padding: 0 15px 0 0; font-size: 14px;}
	.signform .form-attach{ float: left; line-height: 30px; padding: 10px 0;}
	.signform .form-attach .sep{ color: #aaa;}
    .signform .form-error{
		height: 14px;
		font-size: 14px;
		line-height: 14px;
		overflow: hidden;
		margin-bottom: 7px;
		color: #f30;
	}

/* login-other */
.login-other{
	height: 32px;
	line-height: 32px;
	padding-top: 20px;
	color: #666;
	font-size: 0;
}
	.login-other label{ font-size: 14px; vertical-align: middle;}
	.login-other a{
		display: inline-block;
		height: 32px;
		line-height: 31px;
		*line-height: 32px;
		overflow: hidden;
		margin: 0 5px;
		padding: 0 15px 0 10px;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		color: #fff;
		background-color: #ccc;
		border-radius: 32px;
		cursor: pointer;
		transition: background-color .3s;
	}
		.login-other a:hover{ color: #fff; opacity: .8; filter: alpha(opacity=80); }
        .login-other a:active{ color: #fff; opacity: 1; filter: alpha(opacity=100); box-shadow: none!important;}
		.login-other .iconfont{ margin-right: 5px; font-size: 18px; vertical-align: -1px; }
		.login-other .login-other-qzone { background-color: #12b7f5; box-shadow: 1px 3px 10px rgba(18,183,245,.2); }
		.login-other .login-other-wechat{ background-color: #06c304; box-shadow: 1px 3px 10px rgba(6,195,4,.2); }

/* login-secondary */
.login-secondary{
    float: left;
    width: 460px;
    height: 470px;
	overflow: hidden;
    border-right: 1px dashed #e8e8e8;
	background: url(../images/sprites/sigin_bg.png) center bottom no-repeat #fff;
}
	.login-secondary-logo{ padding: 60px 0 0 50px;}
	.login-secondary-down{ margin: 50px 50px 0 50px; position: relative;}
	.login-secondary-down .tips{ height: 120px;}
	.login-secondary-down .tips h3{ font-size: 25px; font-weight: 300;}
	.login-secondary-down .tips p{ font-size: 15px;font-weight: 300;}
	.login-secondary-down .down .btn{
		/*display: block;*/
		width: 150px;
		font-size: 14px;
		overflow: hidden;
        padding-top: 13px;
        padding-bottom: 13px;
        margin-top: 10px;
		margin-bottom: 33px;
	}
	.login-secondary-down .qr img{ width: 120px; }
	.login-secondary-down .qr{
		width: 130px;
        padding: 5px 0;
        line-height: 1.2;
		text-align: center;
		font-size: 12px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
	}

/* login-primary */
.login-primary{
    float: right;
    position: relative;
    width: 469px;
    height: 470px;
}
	/* login-tab */
	.login-tab .sep{ padding: 0 15px; font-size: 20px; color: #999; }
	.login-tab a{ color: #777; }
	.login-tab a.active{ color: #007dfe; }
	.login-tab{
		margin: 70px 0 0 0;
		height: 45px;
		font-size: 22px;
		overflow: hidden;
	}

	/* login-primary */
	.login-primary .signform .control-label{ width: 52px; text-align: center; padding-left: 3px; }
	.login-primary .signform .form-control{ padding-left: 50px; }
	.login-primary .signform .btn-primary{ width: 160px; float: left; }
	.login-primary .signform .form-attach{ padding-left: 60px; }

	/* login-switch */
	.login-switch{ position: absolute; right: 0; bottom: 0; }
	.login-switch a{ display: block; }
	.login-switch a:hover{ text-decoration: none; }
	.login-switch a .iconimg{
		display: block;
		width: 64px;
		height: 64px;
		cursor: pointer;
		background-image: url(../images/sprites/qrcode.png);
		background-position: 0 0;
	}
		.login-switch a:hover .iconimg{ background-position: -70px 0;}
		.login-switch-scan a .iconimg{ background-position: 0 -70px;}
		.login-switch-scan a:hover .iconimg{ background-position: -70px -70px;}
		.login-switch .switch-text{
			position: absolute;
			top: 15px;
			right: 55px;
			height: 26px;
			line-height: 24px;
			font-size: 12px;
			padding: 0 7px;
			white-space: nowrap;
			color: #666;
			border: 1px solid #fde4b1;
			background-color: #fffff9;
			border-radius: 4px;
		}
			.login-switch .switch-scan-text{ display: none; }
			.login-switch-scan .switch-text{ display: none; }
			.login-switch-scan .switch-scan-text{ display: block; }
			.login-switch .switch-text-arrow{ position: absolute; z-index: 10; top: 7px; right: 0; }
			.login-switch .switch-text-arrow i,
			.login-switch .switch-text-arrow s{
				position: absolute;
				top: 0;
				left: 0;
				width: 0;
				height: 0;
				border-color: transparent;
				_border-color: tomato;
				_filter: chroma(color=tomato);
				border-style: solid;
				overflow: hidden;
			}
				.login-switch .switch-text-arrow i{ left: 1px; border-left-color: #ffcc66; border-width: 6px 0 6px 6px; }
				.login-switch .switch-text-arrow s{ border-left-color: #fffff0; border-width: 6px 0 6px 6px; }

	/* scan-login */
	.scan-login{ }
	.scan-login h3{ font-size: 20px; line-height: 30px; padding: 50px 0 10px 0;}
	.login-qrcode{ margin-left: -65px;  }
	.login-qrcode-show{ position: relative; width: 410px; height: 250px; overflow: hidden; margin: 0 auto; }
	.login-qrcode-img,
	.login-qrcode-error{
		position: absolute;
		top: 13px;
		left: 92px;
		width: 222px;
		height: 222px;
		overflow: hidden;
        border: 1px solid #eee;
        border-radius: 6px;
        box-shadow: 0 0 7px rgba(0,0,0,.1);
		-webkit-transition: left .4s;
				transition: left .4s;
	}		
		.login-qrcode-help{
			position: absolute;
			top: 8px;
			right: 10px;
			width: 150px;
			height: 230px;
			filter: alpha(opacity=0);
			opacity: 0;
			-webkit-transition: opacity .3s;
					transition: opacity .3s;
		}
		.login-qrcode-fresh:hover .login-qrcode-img{ left: 0;}
		.login-qrcode-fresh:hover .login-qrcode-error{ left: 0;}
		.login-qrcode-fresh:hover .login-qrcode-help{
			filter: alpha(opacity=100);
			opacity: 1;
			-webkit-transition-delay: .2s;
					transition-delay: .2s;
		}
		.login-qrcode-error h5{ padding: 80px 0 10px 0; font-weight: 700; }
		.login-qrcode-error{
			z-index: 3;
			text-align: center;
			background-color: #fff\9;
			background-color: rgba(255,255,255,.95);
		}
		.login-qrcode-desc{
			overflow: hidden;
			color: #666;
			line-height: 18px;
			font-size: 13px;
			margin: 20px 0 0 185px;
		}
		.login-qrcode-desc p{ padding-left: 10px; overflow: hidden; zoom: 1;}
		.login-qrcode-desc .iconfont{
			float: left;
			color: #f40;
			font-size: 34px;
			line-height: 40px;
			_line-height: 36px;
		}
		.login-qrcode-msg{
			position: relative;
			text-align: center;
			overflow: hidden;
			line-height: 1;
			margin-top: 30px;
			padding-right: 70px;
		}
			.login-qrcode-msg h5{ padding-top: 22px; font-weight: 700; }
			.login-qrcode-msg p{ padding-top: 15px; font-size: 18px; }
			.login-qrcode-msg .link{ padding-top: 20px; line-height: 2; }
			.login-qrcode-icon{ position: relative; text-align: center; width: 128px; margin: auto;}
			.login-qrcode-icon .iconfont-phone{ font-size: 128px; line-height: 1; color: #ddd; }
			.login-qrcode-icon .iconfont-ok{
				position: absolute;
				top: 42px;
				left: 48px;
				display: block;
				width: 32px;
				line-height: 1;
				font-size: 32px;
				color: #27ae60;
			}


/* login-modal-header */
.login-modal-header h3{ font-weight: 400; font-size: 18px;}
.login-modal-header{
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
    padding: 20px 50px 15px 50px;
	border-bottom: 1px solid #e9e9e9;
}
/* login-modal-body */
.login-modal-body{
	position: relative;
	height: 440px;
	overflow: hidden;
	zoom: 1;
}
	.login-modal-body .login-tab .sep{ padding: 0 10px; font-size: 12px; }
	.login-modal-body .login-tab a.active{}
	.login-modal-body .login-tab{ margin: 25px 0 0 0; height: 29px; font-size: 16px; text-align: center; }
	.login-modal-body .signform{ padding: 0 50px; }
	.login-modal-body .signform .form-error{ font-size: 12px; margin-bottom: 5px;}
	.login-modal-body .signform .form-group{ width: 320px; }
    .login-modal-body .signform .form-control{ padding-left: 50px; }
    .login-modal-body .signform .control-label{ left: 20px; }
    .login-modal-body .signform .control-label .iconfont{ font-size: 20px; }
	.login-modal-body .signform .absolute-right { top: 1px; line-height: 50px; font-size: 13px; }
	.login-modal-body .signform .btn-primary { font-size: 16px; }
	.login-modal-body .login-other{ height: auto; text-align: center; padding: 10px 0 40px 0; *padding-top: 20px;}
	.login-modal-body .login-other a{ margin: 0 8px;}
	.login-modal-body .login-other .orline{ margin-bottom: 10px; *margin-bottom: 5px;}
	.login-modal-body .scan-login h3 { font-size: 16px; padding: 35px 0 0 0; text-align: center; }
	.login-modal-body .login-qrcode-show { width: 320px; height: 210px; }
	.login-modal-body .login-qrcode-desc{ margin-left: 80px; }
	.login-modal-body .login-qrcode-img,
	.login-modal-body .login-qrcode-error{ width: 172px; height: 172px; left: 74px; }
	.login-modal-body .login-qrcode-error h5{ padding-top: 55px; }
	.login-modal-body .login-qrcode-help{ width: 120px; height: 182px; }
	.login-modal-body .login-qrcode-msg{ padding: 0; margin-top: 10px;}
	.login-modal-body .login-qrcode{ margin-left: 0;}

/* register */
.panel-register{ padding: 50px 0; background-color: #f9fafe; }
.panel-register .box{ position: relative; padding: 50px 50px 50px 50px; }
.panel-register h2 span{ font-size: 16px; color: #999; margin-left: 30px; }
.panel-register h2{
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	font-weight: 400;
	overflow: hidden;
}

/* register */
.register{  }
.register-primary{}	
.register-primary .hide{ display: none; }
.register-primary .form-group{ margin-bottom: 20px; }
.register-primary .control-label{ float: left; width: 280px; line-height: 40px; text-align: right; color: #666; padding: 0 20px 0 0; }
.register-primary .referee-checkbox{ margin: 10px 15px 10px 0; }
.register-primary .form-control { float: left; width: 280px; margin-right: 15px; }
.register-primary .form-control-short{ width: 142px; }
.register-primary .btn-green{ float: left; margin-right: 15px; border-radius: 4px; }
.register-primary .btn-md{ float: left; width: 278px; }
.register-primary .help-block{ float: left; position: relative; width: 500px; height: 40px; line-height: 40px; padding: 0; margin: 0; white-space: nowrap; }
.register-primary .help-block .onshow{ position: relative; display: inline-block; padding: 0 15px; font-size: 14px; color: #666; background-color: #f7f8f9; border-radius: 3px; }
.register-primary .help-block .onshow .iconfont{ margin-right: 7px; vertical-align: -1px; color: #ccc; }
.register-primary .help-block .onshow:before{ content: ""; position: absolute; top: 50%; margin-top: -6px; color: #f7f8f9; left: -6px; border-right: 6px dashed; border-right: 6px solid \9; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.register-primary .form-control-error ~ .help-block .onshow{ color: #f83232; background-color: #fff2f2;}
.register-primary .form-control-error ~ .help-block .onshow:before{ color: #fff2f2; }
.register-primary .form-control-error ~ .help-block .onshow .iconfont{ color: #f83232; }
.register-primary .form-control:focus ~ .help-block .onshow{ color: #1076dc; background-color: #ecf6ff;}
.register-primary .form-control:focus ~ .help-block .onshow:before{ color: #ecf6ff; }
.register-primary .form-control:focus ~ .help-block .onshow .iconfont{ color: #1076dc; }
.register-primary .form-error{ color: #f30; font-size: 14px;  }
.register-primary .security-level{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 9px 0 12px 0;
	z-index: 3;
	background-color: #fff;
	display: none;
}
.register-primary .orline{ margin: 10px 10px 15px 10px; *margin: 18px 10px 7px 10px; }
.register-primary .login-other{ float: left; width: 278px; text-align: center; padding: 0; height: auto; }
.register-primary .login-other .iconfont{ margin-right: 8px; }
.register-primary .login-other a{
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 15px 0;
	padding: 0 23px 0 18px;
	font-size: 14px;
}
.register-primary .geetest{ float: left; width: 280px; margin: -2px 0; margin: -2px 0; }
.register-primary .geetest-wait,
.register-primary .geetest-notice{ height: 44px; line-height: 42px; padding: 0 15px; color: #999; border: 1px solid #e5e5e5; border-radius: 6px; background-color: #f9fafc; }
.register-primary .geetest-wait img{ width: 16px; height: 16px; vertical-align: -3px; margin-right: 10px; }
.register-primary .geetest-notice .iconfont{ vertical-align: -1px; margin-right: 10px; font-size: 18px; } 
.register-primary .geetest-notice { color: #f83232; border-color: #ffcdcd; background-color: #fff2f2; }
.register-primary .geetest_holder.geetest_wind .geetest_radar_btn,
.register-primary .geetest_holder.geetest_wind .geetest_success_btn{ border-radius: 6px; }


/* getpass */
.getpass{ width: 700px;margin: auto;  padding: 25px 35px;}
.getpass .stepflex{ margin: 30px 100px; }
.getpass .help-block{ font-size: 12px; }
.getpass .security-level span.lev { width: 61px;}

/* poptip */
.poptip{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	margin-left: 3px;
}
	/* icon-poptip */
	.icon-poptip{
		display: inline-block;
		width: 14px;
		height: 14px;
		background-position: -140px -40px;
		cursor: pointer;
        vertical-align: middle;
	}
	/* ui-poptip */
	.ui-poptip{
		position: absolute;
		z-index: 99;
		right: -30px;
		top: 20px;
		display: none;
	}
		.dropdown-hover .ui-poptip{ display: block;}
		.ui-poptip-container{
			background-color: #fffcef;
			border: 1px solid #ffbb76;
			border-radius: 2px;
			padding: 7px 10px;
			line-height: 1.5;
			overflow: hidden;
			zoom: 1;
		}
			/* ui-poptip-tiparrow */
			.ui-poptip-tiparrow{
				left: 10px;
				top: -4px;
				position: absolute;
				z-index: 10;
				display: block;
				width: 9px;
				height: 5px;
				overflow: hidden;
				background: url(../images/arrow.gif) 0 0 no-repeat;
			}
			.ui-poptip-content{
				color: #db7c22;
				line-height: 1.5;
				font-size: 12px;
			}

/* modal-dialog */
.modal-dialog{ position: fixed; top: 50%; left: 50%; }
.modal-tips,
.modal-used{text-align: center;width: 260px;}

/* modal-tips-safebox */
.modal-tips-safebox{ padding: 15px 0;}
.modal-tips-addcart{ }

/* cardprice-modal */
.cardprice-modal{ text-align: center; padding: 30px 30px 10px 30px; }
.cardprice-modal .form-group{ margin-bottom: 20px; }

/* cardprice-popover */
.cardprice-popover{ width: 240px;}
.cardprice-popover .popover-content{ text-align: center;  width: 200px; padding: 20px 20px 5px 20px; }
.cardprice-popover .form-group{ width: 200px;}
.cardprice-popover .form-item{ padding: 5px 20px; border: 0 none;}
.cardprice-popover .form-control{ width: 196px;}

/* modal-forminfo */
.modal-body .modal-forminfo{ margin: 10px 15px 0 15px;}
.modal-body .modal-forminfo .form-item{ padding: 0;}
.modal-body .modal-forminfo .form-label{width: 80px; padding-left: 20px;}
.modal-body .modal-forminfo .form-label{width: 80px; padding-left: 20px;}
.modal-body .modal-forminfo .form-btn{ text-align: center; padding: 10px 0 20px 0; border: 0 none;}
.modal-body .modal-forminfo .btn{ margin: 0 5px;}

/* modal-sellbatch */
.modal-sellbatch{overflow: hidden;padding: 0 15px 15px 15px;}
.modal-sellbatch .form-btn{ text-align: center; padding: 15px 0; overflow: hidden; width: 100%;}
.modal-sellbatch .form-btn .btn{ margin: 0 7px;}
.modal-sellbatch .sell-dealtips{ width: auto;}
.modal-sellbatch .form-textarea{
	width: 510px;
	height: 330px;
	padding: 0 9px;
	line-height: 33px;
	font-size: 14px;
	color: #474e5d;
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Tahoma;
	background: url(../images/sprites/textarea.gif) 0 0;
}

/* modal-cash */
.modal-cash{ padding: 10px 0 20px 0; overflow: hidden; zoom: 1;}
.modal-cash .btn-group .btn{ _float: left; _display: inline;  }
.modal-cash h5{
	font-size: 16px;
	color: #000;
	padding: 5px 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #e5e5e5;
}


/* modal-givecode */
.modal-givecode{margin: 15px 0 0 0;}
.modal-givecode .alert{margin: 0 30px;}
.modal-givecode .form-item{padding: 7px 0;border: 0 none; _height: 42px;}
.modal-givecode .form-item-radio{ height: 42px; padding-top: 5px;}
.modal-givecode .form-label{padding-left: 30px;}
.modal-givecode .form-control{ width: 216px;}
.modal-givecode .form-textarea{ width: 206px; height: 64px;}
.modal-givecode .row-message{ padding-left: 110px; _padding-top: 15px; font-size: 12px;}
.modal-givecode .form-btn{ line-height: 36px; padding-bottom: 25px;}
.modal-givecode .btn{padding: 7px 23px;font-size: 15px; float: left; margin: 0 15px 0 0;}

/* modal-extract */
.modal-extract{padding: 20px;overflow: hidden;}
.modal-extract .row-message{padding: 5px 0 0 100px; _margin-top: -12px;}

/* error-panel */
.error-panel,
.message-panel{
	padding: 80px 0 100px 0;
	text-align: center;
	font-size: 16px;
    zoom:1;
	color: #666;
}
	.error-panel h2{ color: #ccc; }
    .error-panel h2 .iconfont{font-size: 200px; line-height: 1; }
	.error-panel h3{font-size: 30px;padding: 15px 0; color: #999; font-weight: 300;}
	.error-panel p{padding: 0 0 10px 0;}
	.error-panel p .btn{
		margin: 10px;
		font-size: 14px;
		height: 35px;
		line-height: 33px;
		padding: 0 25px;
		border-width: 1px;
		border-radius: 50px;
	}


/* message-panel */
.message-panel .prompt{ margin: 0 25%;}
.message-panel{padding: 90px 80px; text-align: left;}


/* owl-carousel */
.owl-theme{ overflow: visible; padding: 0; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper-outer{ padding: 5px 0 20px 0; overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper{ position: relative; transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-item{ float: left; }    
.owl-carousel .owl-item .item{ width: 100%; }  
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{ 
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    backface-visibility:         hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform:    translate3d(0,0,0);
    -ms-transform:     translate3d(0,0,0);
    transform:         translate3d(0,0,0);
}
.owl-buttons > div{
    position: absolute;
    display: block;
    top: 50%;
    z-index: 3;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
    color: #ccc;
    cursor: pointer;
}    
    .owl-buttons > div:hover{ color: #007dfe; }
    .owl-buttons > .disabled{ color: #ddd!important; cursor: default; }
    .owl-buttons > .owl-prev{ left: -30px; }
    .owl-buttons > .owl-next{ right: -30px; }
    .owl-buttons .iconfont{ font-size: 24px; }
    @media (max-width: 1500px) { 
        .owl-buttons > div{ background-color: #fff;  }    
        .owl-buttons > .owl-prev{ left: -15px; border-radius: 25px 0 0 25px; box-shadow: -5px 0 10px rgba(0,0,0,.1); }
        .owl-buttons > .owl-next{ right: -15px; border-radius: 0 25px 25px 0; box-shadow: 5px 0 10px rgba(0,0,0,.1); }
    }

/* owl-pagination */
.owl-pagination{ 
    position: absolute; 
    left: 0; 
    right: 0; 
    z-index: 3;
    bottom: -10px;
    width: 100%; 
    font-size: 0;
    text-align: center;
}
    .owl-pagination > .owl-page{ display: inline-block; }
    .owl-pagination > .owl-page > span{ 
        display: block;
        width: 5px;
        height: 5px;
        margin: 0 3px;
        opacity: .5;
        filter: Alpha(Opacity=50);
        border-radius: 20px;
        background-color: #999;
        cursor: pointer;
        transition: .3s;
    }
    .owl-pagination > .owl-page.active span,
    .owl-pagination > .owl-page .owl-page:hover span{
        width: 20px;
        filter: Alpha(Opacity=100);
        opacity: 1;
        background-color: #007dfe;
    }

/* jumbotron */
.jumbotron{
    position: relative;
    height: 500px;
    overflow: hidden;
    padding: 20px 0 120px 0;
    text-align: center;
    /*background: url(../images/sprites/jumbotron.png) center 0 no-repeat;
    background-attachment: fixed;
	background-size: cover;*/
	background: #161d87 url("../images/banner_bg.jpg") center no-repeat;
}
    .jumbotron .btn-lg {
        border-width: 2px;
        font-size: 18px;
        padding: 20px 80px;
    }

        .jumbotron .menu{
          position: absolute;
          bottom: 70px;
          margin: auto;
          left: 0;
          right: 0;
          z-index: 9999;
          display: inline-block;
            text-align: center;
            height: 64px;
            font-size: 24px;
            line-height: 64px;
            width: 180px;
            text-align: center;
            white-space: nowrap;
            border-radius: 36px;
            -webkit-border-radius: 36px;
            color: #fff;
            background: #519cff;
            background: linear-gradient(to right, #519cff 0%, #bb71ff 100%);
            background: -webkit-linear-gradient(left, #519cff 0%, #bb71ff 100%);
            background: -moz-linear-gradient(left, #519cff 0%, #bb71ff 100%);
            background: -o-linear-gradient(left, #519cff 0%, #bb71ff 100%);
            background: -ms-linear-gradient(left, #519cff 0%, #bb71ff 100%)
        }

                .jumbotron .menu:hover{
                  background: #fff;
                    color: #1925a0;
                    transition: color 0.3s
                }

/*masthead */
.masthead{
	overflow: hidden;
    height: 280px;
    text-align: center;
    color: #fff;
}
    .masthead h2{ font-size: 72px; padding: 40px 0 10px 0; display: none;}
    .masthead h3{ font-size: 38px; font-weight: 300;display: none;}
    .masthead h4{ font-size: 15px;display: none;}
	.masthead img{
		display: block;
		height: 200px;
		margin: auto;
		margin-top: 50px;
	}


/* masthead-polymer */
.masthead-polymer{ height: 300px; }
.polymer-caption h2,.polymer-caption p{ text-indent: -999px;}
.polymer-caption{
    width: 358px;
    height: 58px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 75px;
    background: url(../images/sprites/newindex.png?2017) 0 -220px no-repeat;
}
.polymer-enter{
    position: relative;
    width: 506px;
    height: 51px;
    margin: 0 auto;
    margin-top: 40px;
    z-index: 99;
}
    .polymer-tips{
        width: 506px;
        height: 51px;
        line-height: 50px;
        overflow: hidden;
        text-indent: 30px;
        font-size: 16px;
        color: #999;
        cursor: pointer;
        background: url(../images/sprites/newindex.png?2017) 0 -160px no-repeat;
    }
    .polymer-form{
        width: 420px;
        padding: 20px;
        margin-left: 20px;
        border-width: 0 3px 3px 3px;
        border-color: #2590b4;
        border-radius: 0 0 5px 5px;
        pointer-events: auto;
        background-color: rgba(255,255,255,.95);
    }
        .polymer-form .form-group{ width: 420px; *width: 424px; height: 36px; margin-bottom: 10px; _overflow: hidden;}
        .polymer-form .form-btn{ *width: 424px; height: 40px; margin-bottom: 0;}
        .polymer-form .iselect{ height: 40px; float: left; margin-right: 12px; *margin-right: 8px;}
        .polymer-form .iselect-title{ cursor: pointer;}
        .polymer-form .iselect .form-control .caret{ position: absolute; top: 14px; right: 10px;}
        .polymer-form .form-control{ height: 32px; line-height: 32px; position: relative;}
        .polymer-form .dropdown-menu{ margin-top: -2px; }
        .polymer-form .polymer-genre{ width: 90px; }
        .polymer-form .polymer-genre .dropdown-menu{ width: 92px; }
        .polymer-form .polymer-kinds{ width: 185px;}
        .polymer-form .polymer-kinds .dropdown-menu{ width: 187px; }
        .polymer-form .polymer-price{ width: 117px; *width: 121px; margin-right: 0; }

        .polymer-form .dropdown-menu-list{ padding: 2px 0; max-height: 330px; overflow-y: auto; _height:expression(this.scrollHeight > 330 ? "330px" : "auto");}
        .polymer-form .dropdown-menu-list li a{ height: 33px; line-height: 33px; padding: 0 15px; }
	    .polymer-form .dropdown-menu-list li a:hover,
        .polymer-form .dropdown-menu-list li.active a{ color: #fff; background-color: #31aae1; }

        .polymer-form .input-cardid{ width: 416px; *width: 420px;}
        .polymer-form .input-cardpsw{ width: 416px; width: 420px;}
        .polymer-form .input-cardcode{ width: 416px;}
        .polymer-form .form-group-code .input-cardpsw{ width: 287px; margin-right: 8px; float: left;}
        .polymer-form .form-group-code .input-cardcode{ width: 117px; *width: 121px;float: left;}

/* panel-buy */
.panel-buy{}
.index-recharge > ul{ float: right; }
.index-recharge > ul > li{ float: left; margin-left: 20px; }
.index-recharge > ul > li img{ display: block; width: 220px; height: 280px; border-radius: 6px; }
.index-recharge-enter .panel-heading{ margin-top: 100px; color: #333; }
.index-recharge-enter{
    position: relative;
    display: block;
    overflow: hidden;
    height: 280px;
    border-radius: 6px;
    background-color: #ea5f5f;
    background-image: background: -webkit-linear-gradient(left, #e0fefc 0%, #e9fff4 100%);
    background-image: background: -o-linear-gradient(left, #e0fefc 0%, #e9fff4 100%);
    background-image: background: linear-gradient(to right, #e0fefc 0%, #e9fff4 100%);
    background: linear-gradient(to right, #e0fefc 0%, #e9fff4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fefc', endColorstr='#e9fff4',GradientType=1);
}
    

/* panel-howto */
.panel-howto{
	position: relative;
 	color: #fff;
 	overflow: hidden;
 	zoom: 1;
 	background-color: #31aae1;
 }
	.howto-group li{
    	float: left;
    	position: relative;
    	width: 210px;
    	padding: 0 0 0 82px;
    	overflow: hidden;
	}
    	.howto-group h5{ font-size: 18px;}
    	.howto-group h5 a{ color: #fff; }
    	.howto-group h5 a:hover{ color: #fff; }
    	.howto-group p{ color: #c5edff; padding: 10px 0 0 0;}
    	.howto-group .iconimg{
        	position: absolute;
        	left: 0;
        	width: 68px;
        	height: 68px;
        	background-image: url(../images/sprites/feature.png?2017316);
    	}
        	.howto-group .iconimg-desc{ background-position: 0 -220px;}
        	.howto-group .iconimg-get { background-position: -80px -220px;}
        	.howto-group .iconimg-chek{ background-position: -160px -220px;}
        	.howto-group .iconimg-help{ background-position: -240px -220px;}


/* panel-api */
.panel-api{
	position: relative;
	width: 100%;
	z-index: 5;
	overflow: hidden;
    text-align: center;
    color: #fff;
	background-color: #424959;
}
	/* api-wave */
	.api-wave{
		position: absolute;
		bottom: 0;
		z-index: 4;
		width: 400%;
        background-repeat: repeat-x;
        background-position: 0 0;
	}
		#api-wave1{
			left: -236px;
			height: 85px;
			background-image: url(../images/api/wave1.png?2017);
			-webkit-animation: wave1 25s linear .4s infinite normal;
					animation: wave1 25s linear .4s infinite normal;
		}
		#api-wave2{
			left: 0;
			z-index: 3;
			height: 100px;
			background-image: url(../images/api/wave2.png?2017);
			-webkit-animation: wave2 60s linear .4s infinite normal;
					animation: wave2 60s linear .4s infinite normal;
		}

    /* api-masthead */
    .api-masthead .container{ height: 500px;}
    .api-masthead .api-pc{
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 810px;
        height: 200px;
        margin-left: -405px;
        overflow: hidden;
        background: url(../images/api/api.png?2017) 0 0 no-repeat;
    }
	.api-masthead h2{ font-size: 40px; margin-top: 60px;}
	.api-masthead .btn{
		margin-top: 30px;
		color: #fff;
		border-color: #fff;
		background-color: transparent;
	}
	.api-masthead .btn:hover{
		color: #424959;
		border-color: #fff;
		background-color: #fff;
	}

	/* api-intro */
	.api-intro{ margin-top: 0; padding-top: 0;}
	.api-intro .container{ position: relative; text-align: center; padding: 80px 0;}
	.api-intro .block{
		width: 760px;
		margin: 0 auto;
		line-height: 2;
	}

/* business-jumbotron */
.business-jumbotron{
    position: relative;
    height: 400px;
    overflow: hidden;
    text-align: center;
    background: url(../images/sprites/business.jpg) center center no-repeat #3080d3;
    background-size: cover;
}

/* business */
.business{
    border: 1px solid #f5f5f5;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(50,50,50,.08);
    box-shadow: 0 5px 15px rgba(50,50,50,.04);
    border-radius: 6px;
}
/* business-item */
.business-item + .business-item{ border-left: 1px dotted #eee; } 
.business-item{ 
	position: relative; 
    float: left;
    width: 25%;
}	
    .business-item .owl-carousel{ height: 308px; }
    .business-item .owl-carousel .owl-wrapper-outer{ padding: 0 0 20px 0; }
    .business-item .owl-pagination{ bottom: 0; }
    .business-item .owl-buttons .iconfont{ font-size: 16px; }
    .business-item .owl-buttons > .owl-prev{ left: -28px; box-shadow: none!important; }
    .business-item .owl-buttons > .owl-next{ right: -28px; box-shadow: none!important; }
    .business-body{ margin: -1px 0; position: relative; text-align: center; border: 1px solid transparent; padding: 40px 30px; transition: .3s; }
    .business-body:hover{ 
        z-index: 10;
        border-radius: 6px;
        border-color: #f0f0f0;
        background-color: #fff;
        box-shadow: 0 10px 40px -5px rgba(0,0,0,.11);
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    .business-body h3{ font-size: 22px; line-height: 1; margin-bottom: 30px; }
	.business-cards{ }	
	.business-cards > li{ float: left; width: 50%; padding: 5px; }
    .business-cards-item{ 
        padding: 10px 0;
        overflow: hidden;
        border: 1px solid #f5f5f5;
        background-color: #fff;
        box-shadow: 0 3px 15px rgba(50,50,50,.05);
        border-radius: 6px;
    }
    .business-cards-item img{ display: block; margin: 5px auto; height: 30px; max-width: 90%; }
    .business-cards-item h5{ 
        position: relative; 
        height: 24px; 
        line-height: 24px; 
        overflow: hidden; 
        color: #666;
        text-overflow:ellipsis; 
        white-space: nowrap; 
        font-size: 12px; 
        margin: 0 5px; 
    }
    .business-action{ }
    .business-action > .btn{  font-size: 16px; padding: 10px 30px; }
    .business-action > .btn .iconfont{ font-size: 18px; vertical-align: -1px; }

/* company-jumbotron */
.company-jumbotron{
    position: relative;
    height: 634px;
    overflow: hidden;
    padding: 90px 0 110px 0;
    text-align: center;
    background: url(../images/sprites/company_bg.jpg) center center no-repeat #9e854e;
    background-size: cover;
}
    .company-jumbotron .container{ position: relative; z-index: 5; }
    .company-jumbotron .btn{
        margin-top: 70px;
        border-radius: 7px;
        padding: 16px 70px 18px 70px;
        font-size: 20px;
        background-color: transparent;
        background-color: rgba(255,255,255,.1);
        *background-color: transparent;
    }
    .company-jumbotron .btn:hover{ color: #b07700; background-color: #fff;}
    .company-masthead{
        margin: auto;
        width: 800px;
        height: 500px;
        background: url(../images/sprites/company.png?2017) 0 0 no-repeat;
    }
    .company-jumbotron-bg{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 834px;
        *display: block;
    }
    @media \0screen {.company-jumbotron-bg{ display: block; }}

/* company-stepflow */
.company-content .panel{ padding: 100px 0 130px 0; }
.company-superiority{ margin-top: 10px; text-align: center; }
.company-superiority li{
    display: inline-block;
	vertical-align: top;
    width: 300px;
    overflow: hidden;
}
    .company-superiority h5{ font-size: 20px; padding: 30px 0 20px 0;}
    .company-superiority p { line-height: 30px; color: #666;}
    .company-superiority .iconimg{
        display: block;
        width: 74px;
        height: 74px;
        margin: auto;
    }
        .company-superiority .iconimg-company-superiority-1{ background-position: -290px -120px;}
        .company-superiority .iconimg-company-superiority-2{ background-position: -370px -120px;}
        .company-superiority .iconimg-company-superiority-3{ background-position: -290px -200px;}
        .company-superiority .iconimg-company-superiority-4{ background-position: -370px -200px;}

/* iconimg-company-storage */
.iconimg-company-storage{
    display: block;
    margin: auto;
    width: 1030px;
    height: 510px;
    background-image: url(../images/sprites/storage.png?2017);
    background-position: 0 0;
}

/* company-stepflow */
.company-content .panel{ padding: 100px 0 130px 0; }
.company-stepflow{ margin-top: 10px; text-align: center; }
.company-stepflow li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 150px;
}
    .company-stepflow li.divider{ position: relative; width: 200px; height: 1px;  margin: 27px -30px; background-color: #e9e9e9; }
    .company-stepflow li.divider s{
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -8px;
        display: block;
        width: 7px;
        height: 7px;
        overflow: hidden;
        border: 4px solid #fff;
        background-color: #e5e5e5;
        border-radius: 50%;
    }
    .company-stepflow h5{ font-size: 18px; padding: 20px 0 10px 0;}
    .company-stepflow p { line-height: 24px; color: #666;}
    .company-stepflow .iconimg{
        display: block;
        width: 54px;
        height: 54px;
        margin: auto;
    }
        .company-stepflow .iconimg-company-stepflow-1{ background-position: -290px 0;}
        .company-stepflow .iconimg-company-stepflow-2{ background-position: -350px 0;}
        .company-stepflow .iconimg-company-stepflow-3{ background-position: -290px -60px;}
        .company-stepflow .iconimg-company-stepflow-4{ background-position: -350px -60px;}


/* fuli-jumbotron */
.fuli-jumbotron{
    position: relative;
    padding: 110px 0 80px 0;
    overflow: hidden;
    text-align: center;
    background: url(../images/fuli/jumbotron.jpg) 0 bottom no-repeat #181c36;
}
    .fuli-masthead{
        margin: auto;
        width: 800px;
        height: 240px;
        background: url(../images/fuli/masthead.png?2017) 0 0 no-repeat;
    }
    .fuli-jumbotron .btn{
    	height: 60px;
    	line-height: 58px;
    	font-size: 18px;
    	padding: 0 70px;
    	margin-top: 80px;
    	background-color: #4a5069;
    	background-color: rgba(255,255,255,.1);
    }
    .fuli-jumbotron .btn:hover{
    	color: #e43d3f;
    	background-color: #fff;
    }

/* panel-fuli */
.panel-fuli .container{ max-width: 1000px; }
.panel-fuli .fuli-img img{ height: 360px; }
.panel-fuli .fuli-txt{ font-size: 20px; line-height: 2; color: #666; padding-top: 40px; width: 600px;}
.panel-fuli .fuli-txt h3{ font-size: 40px; color: #333; margin-bottom: 20px; font-weight: 300; }
.panel-fuli .fuli-txt li{ padding: 5px 0; list-style-type: circle; list-style-position: inside; }

/* fuli-panel-step */
.fuli-panel-step{ background-color: #181c36; color: #fff; position: relative; z-index: 3; margin-bottom: -2px; }
.fuli-panel-step .ps{text-align: center; font-size: 16px; padding-top: 50px;}
.fuli-panel-step .panel-body h3{ font-size: 40px; font-weight: 300; }
.fuli-panel-step .btn{ margin-top: 40px;}
.fuli-panel-step .panel-subtitle{
    position: relative;
    width: 1200px;
    font-size: 16px;
    text-align: center;
    color: #666;
}
    .fuli-panel-step .panel-subtitle s.line{ background-color: #2d314e; }
    .fuli-panel-step .panel-subtitle p{ background-color: #181c36; color: #9fa2b5; }


/* fuli-kinds */
.fuli-kinds{ border: 0 none; font-size: 15px; color: #666;}
.fuli-kinds th{ font-weight: 700; background-color: #f9fafe;font-size: 16px; }
.fuli-kinds td{ width: 110px;}
.fuli-kinds td.stress{ color: #000; background-color: #fcfdff;}
.fuli-kinds th,
.fuli-kinds td{ padding: 17px 0; text-align: center; border-color: #f2f2f2;}
.fuli-kinds .employee td{ background-color: #fefdf9; }

/* fuli-partner */
.fuli-partner{ text-align: center; font-size: 0;}
.fuli-partner li img{ height: 100px; }
.fuli-partner li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 10px;
    width: 180px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
}

/* fuli-service */
.service-banner{
    height: 400px;
	text-align: center;
	color: #fff;
    background-image: url(../images/fuli/service_banner.jpg)
}
.service-banner h2{ padding: 160px 0 0 0; line-height: 1; font-size: 72px; }
.fuli-service li img{ display: block; margin: auto; margin: 30px auto;}
.fuli-service li h5{ color: #000; font-size: 24px; margin-bottom: 20px;}
.fuli-service li{
    float: left;
    width: 33.333%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 20px 0 70px 0;
}

/* fixed-left-bottom */
.fixed-left-bottom,
.fixed-right-bottom{
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9;
}
.fixed-right-bottom{
	left: auto;
	bottom: auto;
	right: 10px;
	top: 60px;
}


/* view-framework */
.view-framework{
	position: relative;
    overflow: hidden;
    min-width: 1040px;
    padding: 0 0 0 200px;
    background-color: #f9fafe;
}
	/* view-framework-sidebar */
	.view-framework-sidebar{
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		width: 200px;
		height: 100%;
		z-index: 9;
		overflow: hidden;
		background-color: #191b2e;
	}

    /* view-framework-body */
    .view-framework-body{ width: 100%; position: relative; }
    .view-framework-body .footer{ background-color: #fff; box-shadow: 0 0 10px rgba(86,127,165,.05); }
    .view-framework-body .view-framework-main{ padding: 25px 25px 10px 25px; min-height: 500px; overflow: hidden; }
    .view-framework-body .box{ margin: 0 0 20px 0; padding: 30px 35px; position: relative; border: 1px solid #f5f5f5\9; border-color: rgba(255,255,255,0); }
    .view-framework-body .box-caption{ margin: -5px 0 0 0; padding-bottom: 20px; font-size: 22px; font-weight: 400;}
    .view-framework-body .box-list{ margin-top: -15px;}
    .view-framework-body .box-list li{ padding: 15px 0; border-bottom: 1px solid #eeeeef; zoom: 1;}
    .view-framework-body .box-list li.last{ padding-bottom: 0; border-bottom: 0 none;}
	.view-framework-body .tab-box{ padding: 0; }
    .view-framework-body .kaka-notice{ border-radius: 6px; max-width: none; margin: 0 0 20px 0; box-shadow: 0 2px 8px rgba(50,50,50,.03); border-color: #f5f5f5\9; border-color: rgba(255,255,255,.01);}
    .view-framework-body .kaka-notice-icon .iconimg-notice{ border-radius: 6px 0 0 0; }
    .view-framework-body .recycle-primary .recycle-former{ padding-right: 20px; }
    .view-framework-body .recycle-former .btn-group-value-5 li{ width: 20%; }
    .view-framework-body .recycle-former .btn-group-units lis{ width: 25%; }
    .view-framework-body .recycle-former .btn-group-units .card-note { width: 100%; }
    .view-framework-body .recycle-former .btn-group-units .card-note span{ display: block; margin-right: 40px; }
    .view-framework-body .recycle-former .btn-group-units .card-note .table td{ height: auto; padding: 0 0 0 10px; }


@media (min-width: 1900px) {    
	.container{ max-width: 1800px; }
	.footer-primary .footer-help{ width: 400px; }
	.footer-primary .footer-service{ margin: 0 400px; padding-left: 100px; }
	.kaka-notice{ max-width: 1400px; }	
	.recycle-former .btn-group-tall li{ width: 20%;}
	.recycle-former .btn-group-value li{width: 16.66%; }
	.recycle-former .btn-group-value-5 li{ width: 16.66%; }
	.cards-group .item, .cards-group > li{ width: 16.66%; }
}
@media (max-width: 1600px) {    
    .recycle-former .btn-group-value-4 li{ width: 25%; }
	.recycle-former .btn-group-value-5 li{ width: 20%; }
    .recycle-detail .recycle-former .btn-group-value-4 li{ width: 25%; }
    .recycle-detail .recycle-former .btn-group-value-5 li{ width: 20%; }
    .recycle-primary .recycle-former{ padding-right: 60px; }    
    .view-framework-body .recycle-former .btn-group-tall li,
    .view-framework-body .recycle-former .btn-group-value li{ width: 16.66%; }
    .view-framework-body .recycle-former .btn-group-value-5 li{ width: 16.66%; }
    .view-framework-body .recycle-former .btn-group-units li{ width: 16.66%; }
}
@media (max-width: 1480px) {
    .view-framework-body .recycle-usable-cardbtns{ max-width: 600px; margin: 20px auto; }
    .view-framework-body .btn-card{ font-size: 16px; }
	.recycle-former .btn-group-tall li{ width: 20%; }
	.recycle-former .btn-group-value li{ width: 16.66%; }
	.recycle-former .btn-group-value-5 li { width: 16.66%; }
}
@media (max-width: 1440px) {
    .btn-card{ font-size: 17px; height: 64px; line-height: 60px; padding-right: 5px; }
    .btn-card > .iconfont{ font-size: 28px; margin-right: 5px; line-height: 34px; }
    .btn-card > span > em{ display: none; }    
    .recycle-closed-maintain .inner{ padding-right: 50px; }
    .view-framework-body .recycle-former .btn-group-tall li,
    .view-framework-body .recycle-former .btn-group-value li{ width: 20%; }
    .view-framework-body .recycle-former .btn-group-value-5 li{ width: 25%; }
    .view-framework-body .recycle-former .btn-group-units li{ width: 25%; }
    .view-framework-body .btn-card{ font-size: 16px; height: 60px; line-height: 56px; }
    .view-framework-body .btn-card > .iconfont{ font-size: 26px; line-height: 32px; margin-right: 3px; }
    .view-framework-body .btn-card > span > em{ display: none; }    
}



/* userform */
.userform{ padding: 30px 0 80px 150px; }
.userform .form-group{ margin-bottom: 30px; line-height: 40px;}
.userform .form-label{ float: left; width: 120px; padding-right: 10px; white-space: nowrap; overflow: hidden; text-align: right;}
.userform .form-label em{ color: #f00; }
.userform .form-element{ margin-left: 120px; }
.userform .form-tips{ float: left; color: #666; line-height: 40px;}
.userform .form-multi{ line-height: 24px; padding: 10px 0;}
.userform .help-block{ float: left; clear: both; width: 100%; line-height: 1.5; margin-top: 5px; }
.userform .btn + .help-block{ margin-top: 10px; }
.userform .form-control{ float: left; width: 330px; margin-right: 10px; border-radius: 4px; }
.userform select.form-control{ height: 44px; padding: 0 10px; color: #333;}
.userform select.form-control-short{ width: 100px;}
.userform .form-control-short{ width: 165px;}
.userform .form-group-btn{ padding-left: 120px; }
.userform .form-group-btn .btn{ min-width: 165px; padding: 13px 50px; font-size: 16px; border-radius: 4px; }
.userform .form-alert{ width: 350px; margin-top: 10px; text-align: center; padding: 20px; }
.userform .form-alert-icon .iconfont{ font-size: 48px;}
.userform .verifyimg{ height: 42px; }
.userform-narrow .form-group{ margin-bottom: 15px;}

.modal .form-control{ border-radius: 100px; }
.modal .userform{ padding: 30px 30px 30px 40px;}
.modal .userform .form-group{ margin-bottom: 20px;}
.modal .userform .form-label{ padding: 0 10px 0 0;}
.modal .userform .form-element{ width: auto; }

.modal .modal-extract{ padding: 30px 0 20px 0;}
.modal .modal-extract .form-element{ position: relative; width: 220px; }
.modal .modal-extract .form-control{ width: 100%; }
.modal .modal-extract .form-control-short{ width: 100px; }
.modal .modal-extract .help-block{ font-size: 12px; }
.modal .modal-extract .price{ color: #f30; font-size: 24px; vertical-align: -3px; font-family: Arial, Helvetica, sans-serif; margin-right: 5px; }

/* form-combobox */
.form-combobox{margin-top: -10px; margin-right: 10px; float: left;}
.form-combobox li{margin-top: 7px;}
.form-combobox .radio{
    width: 350px;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666;
    transition: .3s;
}
    .form-combobox .radio input{ margin: 18px 10px 0 0; *margin-top: 12px;}
    .form-combobox .radio:hover{ border-color: #007dfc;}
    .form-combobox .radio-text{ display: block;}
    .form-combobox input[type="radio"]:enabled:checked + .radio-text .cashcard-name span{ color: #007dfc; }
    .form-combobox .cashcard-name{
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        margin-top: 9px;
    }

/* userform */
.userform .btn-group{ margin: 0; line-height: 48px; }
.userform .btn-group > li + li{ margin: 0 0 0 14px; }
.userform .btn-group > li .btn{
    border-width: 1px;
    margin: 0;
    min-width: 168px;
    padding: 0 20px 0 12px;
    height: 48px;
    line-height: 44px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    border-width: 2px;
    border-color: #eee;
    background-color: #fff;
    border-radius: 4px;
}
    .userform .btn-group li .btn:hover{ border-color: #bbb; }
    .userform .btn-group li.active .btn,
    .userform .btn-group li.selected .btn{ color: #f04848; border-color: #f04848; vertical-align: middle; }
    .userform .btn-group li .iconfont{ font-size: 24px; margin-right: 5px; vertical-align: -3px; }
    .userform .btn-group li .iconfont-alipay{ font-size: 30px; vertical-align: -5px; }
    .userform .btn-group li .iconfont-bank{ font-size: 30px; vertical-align: -6px; }
	.userform .btn-group li .iconfont-weixin{ font-size: 30px; vertical-align: -6px; }


/* userform-tips */
.userform-tips{
    clear: both;
    margin: 50px 0 0 50px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
    .userform-tips h5{ font-weight: 700; color: #333; padding-bottom: 7px;}
    .userform .userform-tips{ margin: 110px 0 0 0; }

/* security-level */
.security-level{ clear: both; width: 100%; height: 20px; line-height: 20px; margin-top: 5px; overflow: hidden;}
.security-level span{ float: left; margin-right: 3px;}
.security-level span .iconfont{ font-size: 14px; margin-right: 2px; padding-right: 2px;}
.security-level span.levs{
    display: block;
    margin-top: 3px;
    height: 14px;
    padding: 2px 3px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 12px;
}
    .security-level span.lev{
        width: 76px;
        height: 8px;
        line-height: 8px;
        overflow: hidden;
        text-align: center;
        font-size: 12px;
        padding: 0;
        color: #fff;
        text-indent: -999px;
        background-color: #e5e5e5;
        transition: background-color .3S;
    }
    .security-level span.lev1{ border-radius: 8px 0 0 8px;}
    .security-level span.lev3{ border-radius: 0 8px 8px 0; margin-right: 0;}
    .security-level-weak span.lev1,
    .security-level-medium span.lev1,
    .security-level-strong span.lev1{ background-color: #ec3701; }
    .security-level-medium span.lev2,
    .security-level-strong span.lev2{ background-color: #f78115; }
    .security-level-strong span.lev3{ background-color: #6d9e06; }

.security-level span.text{ padding-left: 5px; color: #fff;}
.security-level span.text span{display: none;}
.security-level-weak span.text span.txt1{display: inline; color: #ec3701;}
.security-level-medium span.text span.txt2{display: inline; color: #f78115;}
.security-level-strong span.text span.txt3{display: inline; color: #6d9e06;}


/* password-suggestion */
.password-suggestion{ font-size: 12px; color: #666; line-height: 20px; padding: 3px 0;}
.password-suggestion h5{ font-weight: 700; font-size: 14px; padding: 0 0 5px 0; color: #000;}


/* cashcard-group */
.cashcard-group > li{
    width: 350px;
    padding: 8px 15px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-left: 2px solid #0ae;
    border-radius: 4px;
}
    #cashcard-bank > li{ border-left-color: #f30;}
    .cashcard-group .cashcard-action{ font-size: 12px;  text-align: right; color: #aaa; }
    .cashcard-group .cashcard-action .sep{ padding: 0 15px;}
    .cashcard-group .cashcard-action a{ color: #999; }
    .cashcard-group .cashcard-action a:hover{ color: #007dfe; }
    .cashcard-group .cashcard-name{
        line-height: 28px;
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 4px;
        border-bottom: 1px dashed #eee;
    }
    .cashcard-name span{ float: right; font-size: 14px; color: #666; }
    .cashcard-name span strong{ font-family: tahoma; margin-left: 5px; }
    .cashcard-name .iconimg{
        display: block;
        width: 125px;
        height: 28px;
        background-image: url(../images/payment/bank.png);
    }
	.cashcard-name .iconimga{
        display: block;
        width: 125px;
        height: 28px;
    }
        .cashcard-name .iconimg-alipay{ background-position: 0 0;}
        .cashcard-name .iconimg-1{ background-position: 0 -30px;}
        .cashcard-name .iconimg-2{ background-position: 0 -60px;}
        .cashcard-name .iconimg-3{ background-position: 0 -90px;}
        .cashcard-name .iconimg-4{ background-position: 0 -120px;}
        .cashcard-name .iconimg-5{ background-position: 0 -480px;}
        .cashcard-name .iconimg-6{ background-position: 0 -150px;}
        .cashcard-name .iconimg-7{ background-position: 0 -180px;}
        .cashcard-name .iconimg-8{ background-position: 0 -210px;}
        .cashcard-name .iconimg-9{ background-position: 0 -240px;}
        .cashcard-name .iconimg-12{ background-position: 0 -270px;}
        .cashcard-name .iconimg-13{ background-position: 0 -300px;}
        .cashcard-name .iconimg-14{ background-position: 0 -330px;}
        .cashcard-name .iconimg-15{ background-position: 0 -360px;}
        .cashcard-name .iconimg-16{ background-position: 0 -390px;}
        .cashcard-name .iconimg-17{ background-position: 0 -420px;}
        .cashcard-name .iconimg-18{ background-position: 0 -450px;}

/* cashcard-add */
.cashcard-add{
    display: block;
    width: 350px;
    height: 80px;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    color: #777;
    padding: 20px 0;
    border: 1px dashed #ddd;
    border-radius: 4px;
    cursor: pointer;
}
    .cashcard-add .plus{
        position: relative;
        display: block;
        width: 17px;
        height: 17px;
        overflow: hidden;
        margin: auto;
        margin-bottom: 10px;
        cursor: pointer;
    }
        .cashcard-add .plus s{ position: absolute; background-color: #999; overflow: hidden;}
        .cashcard-add .plus s.across{ width: 17px; height: 1px; left: 0; top: 8px;}
        .cashcard-add .plus s.erect { width: 1px; height: 17px; left: 8px; top: 0;}
        .cashcard-add .plus .iconfont{ font-size: 18px; }
        a.cashcard-add:hover{ border-color: #007dfe; color: #007dfe;}
        a.cashcard-add:hover .plus s{ background-color: #007dfe; }


/* sidebar-body */
.sidebar-body{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 200px;
	padding-top: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* sidebar-nav */
.sidebar-nav{
	margin: 0 20px;
	width: 160px;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #28263b;
}
	.sidebar-items a{
		display: block;
		position: relative;
		color: #b2b4c4;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 0 0 50px;
		overflow: hidden;
		-webkit-transition: color .3s;
		transition: color .3s;
	}
		.sidebar-items .iconfont{
			position: absolute;
			left: 15px;
			top: 1px;
			width: 30px;
			text-align: center;
			font-size: 16px;
		}
        .sidebar-items .icon-credit{ line-height: 36px; }
		.sidebar-items a:hover{ text-decoration: none; color: #fff;}
		.sidebar-items .current a,
		.sidebar-items .current a:hover{ color: #fff; }
        .sidebar-items .new{
            position: absolute;
            right: 0;
            top: 0;
        }

/* sidebar-functional */
.sidebar-functional{
	width: 200px;
	padding: 20px 0 0 0;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
	.sidebar-functional .iconimg {
		width: 145px;
		height: 33px;
		cursor: pointer;
		background-position: 0 -100px;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.sidebar-functional a:hover .iconimg{ opacity: .8; filter: alpha(opacity=80);}

/* sidebar-call */
.sidebar-call p{ color: #fff; font-size: 22px;}
.sidebar-call small{ font-size: 14px;}
.sidebar-call{
	margin: 0 20px;
	padding: 15px 0;
	width: 160px;
	color: #777;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

/* usercenter-info */
.usercenter{ border-bottom: 1px solid #f5f5f5; padding-bottom: 20px; margin-bottom: 5px;}
.usercenter > div{ float: left; }
.usercenter-info{
	position: relative;
	width: 40%;
	padding: 0 0 0 80px;
	margin-top: 10px;
	overflow: hidden;
	color: #666;
}
	.usercenter-info h5{ font-weight: 700; font-size: 16px; color: #202020;}
	.usercenter-info .avatar{
		position: absolute;
		top: 0;
		left: 0;
		width: 64px;
		height: 64px;
		border-radius: 50%;
	}
	.usercenter-info .user-security-progress{
		display: inline-block;
		vertical-align: middle;
		width: 100px;
		*display: inline;
		*zoom: 1;
	}

/* usercenter-assets */
.usercenter-assets{ position: relative; width: 30%;}
.usercenter-assets .assets-icon .iconfont{ font-size: 60px;}
.usercenter-assets .assets-icon { float: left; color: #999; margin-right: 15px;}
.usercenter-assets .assets-title{ font-size: 16px; padding-top: 11px;}
.usercenter-assets .assets-money{ font-size: 32px; line-height: 1.5; color: #ff5c38; }

/* usercenter-cash */
.usercenter-cash{ padding-top: 10px; }
.usercenter-cash .btn-primary{ margin-right: 10px; }


/* security-group */
.security-group{ margin-left: -2%; }
.security-group > li{
	float: left;
	display: inline;
	width: 18%;
    max-width: 220px;
	height: 280px;
	overflow: hidden;
	text-align: center;
	margin: 25px 0 5px 2%;
	border: 1px solid #f0f0f0\9;
	border-color: rgba(255,255,255,.01);
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0,0,0,.07);
}	
	/* security-item-bg */
	.security-item-bg{
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
		text-align: center;
		border-bottom: 1px solid #f0f0f0\9;
        border-bottom-color: rgba(255,255,255,.01);
		color: #ccc;
		background-color: #f9fafc;
		border-radius: 6px;
		box-shadow: 0 3px 7px rgba(0,0,0,.07);
	}
		.security-item-finish{
			color: #fff;
			background-color: #f253be;
			background-image: -webkit-linear-gradient(bottom, #c471f5 0%, #fa71cd 100%);
			background-image: linear-gradient(to top, #71f59e  0%, #71c7fa 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa71cd', endColorstr='#c471f5',GradientType=0 );
		    box-shadow: 0 3px 7px rgba(242,83,190,.25);
        }
		.security-item-qq{
			color: #fff;
			background-color: #7373ff;
			background-image: -webkit-linear-gradient(bottom, #c471f5 0%, #fa71cd 100%);
			background-image: linear-gradient(to top, #f3c26b 0%, #ff00ab 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa71cd', endColorstr='#c471f5',GradientType=0 );
			box-shadow: 0 3px 7px rgba(242,83,190,.25);
        }
		.security-item-mobile{
			color: #fff;
			background-color: #FF719A;
			background-image: -webkit-linear-gradient(bottom, #FF719A 0%, #FFA99F 100%);
			background-image: linear-gradient(to top, #FF719A 0%, #FFA99F 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA99F', endColorstr='#FF719A',GradientType=0 );
		    box-shadow: 0 3px 7px rgba(255,133,154,.25);
        }
		.security-item-email{
			color: #fff;
			background-color: #4facfe;
			background-image: -webkit-linear-gradient(bottom, #4facfe 0%, #00f2fe 100%);
			background-image: linear-gradient(to top, #4facfe 0%, #00f2fe 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2fe', endColorstr='#4facfe',GradientType=0 );
		    box-shadow: 0 3px 7px rgba(79,172,254,.25);
        }
		.security-item-ing{color: #f60;}
		.security-item-password{color: #f60;}
		.security-item-weixin{ background-color: #fff;}
		.security-item-weixin img{ display: block; margin: 14px;}
		.security-item-icon .iconfont{ font-size: 72px; }
		.security-item-icon{
			width: 100%;
			height: 200px;
			line-height: 190px;
			overflow: hidden;
			text-align: center;            
		}
		.security-item-bg h5{
			position: absolute;
			left: 0;
			bottom: 20px;
			width: 100%;
		}
        @media (max-width: 1366px) { 
            .security-group > li{ height: 240px; }
            .security-item-bg{ height: 160px; }
            .security-item-icon{ line-height: 140px; }
            .security-item-icon .iconfont{ font-size: 64px; }
        }

	/* security-item-action */
	.security-item-action{}
	.security-item-action p{ font-size: 13px; padding-top: 10px; color: #666;}
	.security-item-action .btn .iconfont{ margin-right: 5px; font-size: 20px; vertical-align: -3px;}
	.security-item-action .btn{ display: block; margin: 20px 25px; padding-left: 0; padding-right: 0; }

/* usercenter-sellrecords */
.usercenter-sellrecords{}
.usercenter-sellrecords .cards-group{ text-align: left; margin-left: -10px; }
.usercenter-sellrecords .cards-group .cards-cover{ border: 1px solid #f0f0f0; text-align: center; }
.usercenter-sellrecords .owl-carousel .owl-wrapper-outer{ padding: 5px 0 15px 0; }
.usercenter-sellrecords .nodata{ padding: 0 0 30px 0; }
.usercenter-sellrecords .nodata .iconfont{font-size: 80px;}
.usercenter-sellrecords .nodata .btn{ margin-top: 20px;}

/* cash-records */
.cash-records td{ white-space: nowrap; }
.cash-records .date{width: 200px; text-align: left; padding-left: 25px; padding-right: 25px; }
.cash-records .paysum{ width: 100px; text-align: right;}
.cash-records .inid{ width: 280px; text-align: left; padding-left: 50px; padding-right: 25px; }
.cash-records .state{ width: 120px; text-align: left; }
.cash-records .note{ text-align: left; padding: 0 30px; }

/* log-records */
.log-records td{ white-space: nowrap; }
.log-records .time{width: 200px; text-align: left; padding-left: 25px; padding-right: 25px;}
.log-records .ips{ width: 120px; text-align: left; padding-left: 25px; padding-right: 25px;}
.log-records .amount{ width: 130px; text-align: right;}
.log-records .types{ width: 180px; text-align: left; padding-left: 50px; padding-right: 25px;}
.log-records .info{ text-align: left; padding-right: 25px;}

/* sell-records */
.sell-records th,
.sell-records td{ white-space: nowrap; text-align: left; }
.sell-records .date{width: 190px; }
.sell-records .orderid{width: 210px; }
.sell-records .total{ width: 100px; text-align: right;}
.sell-records .values{ width: 130px; text-align: right;}
.sell-records .state{ width: 120px;  }
.sell-records .yong{ width: 100px; padding-left: 0; }
.sell-records .action{ width: 100px; text-align: center;}

/* selldetail-records */
.selldetail-records th,
.selldetail-records td{ white-space: nowrap; text-align: left; }
.selldetail-records .genre{width: 200px; }
.selldetail-records .card,
.selldetail-records .code{width: 230px; }
.selldetail-records .price,
.selldetail-records .recycle{ width: 130px; }
.selldetail-records .state{ width: 120px; }
.selldetail-records .time{}

/* statistics-records */
.statistics-records th,
.statistics-records td{ white-space: nowrap; }

/* consign-records */
.consign-records th,
.consign-records td{ padding-left: 15px; padding-right: 15px; }
.consign-records .qqid,
.consign-records .total,
.consign-records .discount,
.consign-records .values,
.consign-records .total,
.consign-records .state{ width: 80px; text-align: center; }
.consign-records .qqid{ width: 90px; }
.consign-records .date{ width: 150px; }
.consign-records .orderid{ width: 180px; padding-left: 20px;}
.consign-records .action{ padding-right: 20px; }
.consign-records .game{ width: 180px; padding-left: 20px;}
.consign-records .area{ width: 100px;}

/* order-delivery-steps */
.order-delivery-steps{ margin: 0 auto; }
.order-delivery-steps li{
	float: left;
	width: 25%;
    *width: 24.9%;
	overflow: hidden;
	text-align: center;
	color: #ccc;
}
	.order-delivery-steps .rate{
		height: 0;
		margin: 3px 0;
		_overflow: hidden;
		border-top: 2px solid #e5e5e5;
	}
		.order-delivery-steps .rate .icon{
			display: block;
			width: 8px;
			height: 8px;
			overflow: hidden;
			margin: -7px auto 0;
			position: relative;
			border: 2px solid #fff;
			background: #dfdfdf;
			border-radius: 50%;
		}
		.order-delivery-steps h5{ padding: 7px 0 3px 0;}
		.order-delivery-steps p{ font-size: 13px; margin: 0 30px; }

		.order-delivery-steps li.step-done{ color: #666;}
		.order-delivery-steps li.step-done h5{ color: #4c9a1f; font-weight: 700;}
		.order-delivery-steps li.step-done .rate{ border-color: #7abd54;}
		.order-delivery-steps li.step-done .rate .icon{ background: #68af3f;}

		.order-delivery-steps li.step-doing{ color: #666;}
		.order-delivery-steps li.step-doing h5{ color: #e4393c; font-weight: 700;}
		.order-delivery-steps li.step-doing .rate{ border-color: #f78486;}
		.order-delivery-steps li.step-doing .rate .icon{ background: #e4393c;}

/* giftcard */
.giftcard-content{ padding-top: 20px; }
.giftcard-tips h5{ font-weight: 700; margin-bottom: 5px; padding-top: 20px; }
.giftcard-tips .list{ margin-left: 18px; }
.giftcard-tips .list > li{ padding: 2px 0; color: #666; }
.giftcard-item{
    padding: 15px 0 15px 10px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(50,50,50,.05);
    transition: .3s;    
}
    .giftcard-carousel{ text-align: left; }
    .giftcard-carousel .cards-cover{ height: 160px; padding: 0; margin: 0; border-left: 1px dotted #eee; border-radius: 0; box-shadow: none; }
    .giftcard-carousel .owl-wrapper-outer{ padding: 0; }
    .giftcard-carousel .actions .btn + .btn{ margin-left: 10px; }
    .giftcard-carousel .owl-buttons > div{ background-color: #fff; margin-top: -24px; }    
    .giftcard-carousel .owl-buttons > .owl-prev{ left: -25px;  border-radius: 25px 0 0 25px; box-shadow: -2px 0 7px rgba(0,0,0,.1); }
    .giftcard-carousel .owl-buttons > .owl-next{ right: -25px; border-radius: 0 25px 25px 0; box-shadow: 2px 0 7px rgba(0,0,0,.1); }
    .giftcard-carousel .owl-buttons > .disabled{ display: none; }
    .giftcard-carousel dt{ font-size: 30px; padding: 5px 0; }
    .giftcard-carousel dd{ line-height: 24px; position: relative; width: 33%; font-size: 12px; display: inline-block; color: #666; }
    .giftcard-carousel dd strong{ font-size: 16px; }
    .giftcard-carousel dd + dd:after{
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 30px;
        margin-top: -15px;
        border-left: 1px dotted #e5e5e5;
    }
    .giftcard-list{ margin-left: 200px; }
    .giftcard-brand{
        float: left;
        width: 200px;
        padding: 0 15px 0 5px;
        text-align: center;
    }
        .giftcard-brand > h5{ font-size: 16px; margin-top: 15px; }
        .giftcard-brand > p { font-size: 14px; color: #999; }
        .giftcard-brand > .img{ padding: 25px 0; overflow: hidden;  border: 1px solid #f0f0f0; border-radius: 6px; }
        .giftcard-brand > .img img{ display: block; margin: 0 auto; height: 36px; }     

/* drawcard-item */
.drawcard-item{ 
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(50,50,50,.05);
}
    .drawcard-item + .drawcard-item{ margin-top: 15px; } 
    .drawcard-show{ border-color: #ffebd2; background-color: #fffbeb;}	
    .drawcard-show .drawcard-listing{ display: block;}	
    .drawcard-caption .btn{ font-size: 13px; margin-right: 30px; } 
    .drawcard-caption{ line-height: 32px; padding: 10px; }	

    /* drawcard-listing */
    .drawcard-listing{
        padding: 10px;
        border-top: 1px dotted #ffebd2;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        display: none;
    }
        .drawcard-listing > li{ float: left; padding: 5px; width: 25%;}
        .drawcard-listing > li > .inner{ 
            padding: 10px 15px;
            line-height: 24px;
            overflow: hidden;
            border: 1px solid #f0f0f0;
            background-color: #f9fafc;
            border-radius: 6px;
        }
        @media (max-width: 1440px) { .drawcard-listing > li{ width: 33.333333333333333333333%; } }

/* nav-tabs */
/* .tab-content{min-height: 620px;}
.tab-content{min-height: 620px;} */
.nav-tabs{ margin-bottom: -1px; }
.nav-tabs > li{ float: left; padding-right: 5px; }
.nav-tabs > li > a{
    display: block;
    font-size: 16px;
    padding: 15px 45px;
    line-height: 20px;
    border-radius: 3px 3px 0 0;
    background-color: #f0f1f3;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
	.nav-tabs li a:hover{ background-color: #eaebef; text-shadow: 1px 1px 0 rgba(255,255,255,0.6);}
	.nav-tabs li.active a,
	.nav-tabs li.active a:hover,
    .nav-tabs li.current a,
	.nav-tabs li.current a:hover{
		position: relative;
		z-index: 9;
		color: #007dfe;
		font-weight: 600;
		border-bottom-color: #fff;
		background-color: #fff;
		box-shadow: -1px -2px 3px rgba(0,0,0,.05), 1px 0 1px rgba(0,0,0,.05);
	}

/* tab-pills */
.tab-pills{ }
.tab-pills > li + li{ margin-left: 20px; }
.tab-pills > li{ float: left; }
.tab-pills > li > a{
    position: relative;
    display: block;
    font-size: 15px;
    padding: 12px 40px;
    line-height: 20px;
    border-radius: 3px 3px 0 0;
    background-color: #f4f6f8;
    border-radius: 100px;
}
	.tab-pills > li a:hover{ background-color: #eaebef; }
	.tab-pills > li.active a,
	.tab-pills > li.active a:hover{ color: #fff; background-color: #007dfe; }




/* realname-content */
.realname-content .alert{ margin: 0; max-width: 850px; _width: expression(document.body.clientWidth > 850 ? "850px" : "auto");}
.realname-content .userform{ padding-left: 100px;}

/* realname-panel */
.realname-panel{
	width: 700px;	
	padding: 15px 0;
	font-size: 12px;
	border: 1px solid #f0f0f0;
	background-color: #fafcfe;
	border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.03);
}
	.realname-info{ line-height: 18px; float: left; width: 50%; min-height: 150px; padding: 0 15px; }
	.realname-info + .realname-info{ border-left: 1px dashed #eee; }
	.realname-info > dt{ padding-bottom: 10px; color: #999; }
	.realname-info > dd{
		position: relative;
		float: left;
		width: 50%;
		text-align: center;
		color: #999;
	}
		.realname-info > dd + dd{ padding-left: 15px; }
		.realname-info > dd + dd img{ opacity: .5; filter: alpha(opacity=50);}
        .realname-info > dd + dd .realname-preview{ border-color: #eee;}
		.realname-info dd p{ padding-top: 10px;}
		.realname-preview img{ display: block; width: 100%!important; height: auto; margin: 0!important; }
		.realname-preview{
			width: 100%;
			height: 88px;
			overflow: hidden;
			color: #ccc;
			line-height: 88px;
			text-align: center;
			border: 1px solid #e5e5e5;
			background-color: #fff;
			border-radius: 6px;
		}
		.realname-uploadfile{
			position: relative;
			display: block;
			margin: auto;
			margin-top: 10px;
			padding: 0;
			text-align: center;
			overflow: hidden;
			width: 86px;
			height: 26px;
			line-height: 25px;
			padding: 0;
			font-size: 12px;
		}			
			.realname-uploadfile span{
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
				display: block;
				width: 100%;
				height: 100%;
				cursor: pointer;
			}
			.realname-uploadfile span .iconfont {
				font-size: 12px;
				margin-right: 3px;
				vertical-align: -1px;
			}
			.webuploader-element-invisible {
    			position: absolute !important;
    			clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    			clip: rect(1px,1px,1px,1px);
			}
			.webuploader-pick-disable {
    			opacity: 0;
    			pointer-events:none;
    			filter: alpha(opacity=0);
			}

		/* realname-status */
		.realname-status{position: absolute;top: 0;left: 0;right: 0;z-index: 3;}
		.realname-status .progress{
			border-radius: 3px;
			width: 100%;
			height: 100%;
			background-color: #000;
			opacity: .6;
			filter: alpha(opacity=60);
		}
		.realname-status .progress-bar{ border-radius: 3px;}
		.realname-status .progress-bar .percent{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
			width: 100%;
			height: 100%;
			font-size: 24px;
			line-height: 88px;
			text-shadow: 0 1px 1px rgba(0,0,0,.8);
		}
		.realname-status .success,
		.realname-status .error{
			width: 100%;
			color: #fff;
			height: 100%;
			font-size: 16px;
			border-radius: 3px;
			line-height: 1.4;
			filter: alpha(opacity=80);
			text-shadow: 0 1px 1px rgba(0,0,0,.8);
		}
		.realname-status .success .iconfont,
		.realname-status .error .iconfont{ display: block; font-size: 24px; padding-top: 18px; }
		.realname-status .success{ background-color: #46be8a; background-color: rgba(70,190,138,.7); *background-color: #46be8a; }
		.realname-status .error   {background-color: #f96868; background-color: rgba(249,104,104,.7);*background-color: #f96868; }

		/* realname-panel-inhand */
		.realname-panel-inhand .realname-info + .realname-info > dd{ width: 100%; text-align: left; }
		.realname-panel-inhand .list{ margin-left: 18px; line-height: 25px; color: #666; }
	

/* alipay-ident */
.alipay-ident{
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
}
	/* alipay-apply */
	.alipay-apply h5{ font-size: 16px; font-weight: 700; }
	.alipay-apply .qrcode-box { margin-top: 30px; font-size: 0; }
	.alipay-apply .qrcode-box .qrcode-example img{ width: 144px; height: 130px; }
	.alipay-apply .qrcode-box .qrcode-example{ display: inline-block; width: 144px; height: 130px; vertical-align: middle; }
	.alipay-apply .qrcode-alipay{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-left: 20px;
		width: 158px;
		height: 158px;
		font-size: 14px;
		color: #fff;
		border: 1px solid #e4e4e4;
	}		
		.alipay-apply .qrcode-img { width: 146px; height: 146px; padding: 6px; background-color: #fff; }
		.alipay-apply .qrcode-img img{ display: block; width: 146px; height: 146px; }
		.alipay-apply .qrcode-img .iconimg-alipay{
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -15px 0 0 -15px;
			width: 30px;
			height: 30px;
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAFhklEQVR4XrWWXWxcRxXHf2fux669XhugJnZLXfoRqQaQENCSlNCaUmiiFNoIJIp4AAoN4oUXHpCQ6AtKJSR4QgBtaVSgD8Tkq6EkBUdERUKqWlQhUZJColJANbGd7Hp3ba/33jtzuDuyjXfXLo5UfvKRtaOZ8z9z5/xHI9FkBcWDwMeAzwO3AiO8HgoIW+Ei8LxDflrUdKpPM6qmj1CBAEXgkQyzX1C2hLBVysB24HMCjxnR/SCEIAj6OPDAVgWtA5coq5hYCAQPunFhgpISPLggEhjsl9qfekLhzJVswioMRYLgYdEqzv3vBKqCCgh2oi18DLiPLZIuOG4bizh1exkRAGXH6QZnZzKifsMWORYCt3AlWBguCIOR4EGIREC5Em4Ngat6esZAUneQaW8n1yx/qYcdg2drFqqWNFV66DfEfQa1ut4NV4VAChTwrGgtK9/8QD/jgwHdXa6pMloOYN34kV0lak2HhNJVp3Dw7y2e/UdCsHoMAkAaQmdmp4BV7hgOuXNbhNNOYQeEdLJ7JGKj3jIinJlJOZMpQaf3td1cdaBMF6lVSBWWtPMcqpbr31XklXuG8KCYyXn0XwkMBKwRACUDRoiC7u3RCDe9kSwMlQI+OBZ0rEkWHLvGItZA+PINMeeHDM1ASJzXomXhpWqGR+kh3PRGWlZ2Xht422y0spG6tbmP5v3QneC5yxk7T9SQfmEjNt1xVDb8fjZj9Kl5AERA8IFVSBxrBAJLLeW53WXePRQCMDWTQqqEpjv3ZsIG0kyhqd4eS07xOECBAIgFIgMGD3XL8NURNw8GrPLkP1M/rwPZbMcCac1CQbjrHTG782QjRQMo1US5sOB44bLlfMMyN28hU58cER5+Tx+hCAB/rGb87WKK9Bm66BVWgaxq2XFtzImJAYa94MY0M+X0TMrUvzMOvdKiXhK+cH3MKt8+twyJEpY6P2+v8IroRL74zF2D1DLlwJ+bnG1Y8j/vktGi4SNvC/noSERfKHzimtjHd95bZLqla7v91XTCieeXYCggVYiEDfE+TlMt9wssfvYtHHkt4dPP1CEFwnXVWiCENw0G3JsLPnBTgduHw57O+d1sysFzLf5Qs7x6OcOrFyUPs76IhnjheVt+6EMlvjVeJHqiAgaikulxUaagiULT+R935vN//eEBioHQjXPKyfwoTk0n/Db/f2G1iIK0o2EAUNg7EvFCJfP+DbpFFU8oEBcF+gwI7MnXxEYAmM8c6zFGuOeaiB/cUuL8Jwc5dfcgX3tfP+NvDcGua66Xapb7x2I/YltKUBC06zXhAFuzYOGHHx/kqzcUAFh0yo3HaozGwoH3l7j37VHPEeQO8QHwp0oG/q5+4pJuf3pe2xw411R+NKs8Mqf87LLyZB4/z+Mnc3785qfm9TcXE11lpmV1/ERVeXTOz+HgJd35TE2//3JTG6nT/+J8rFBvCzeCyYoXevjckh+dyhPvOV3X645X9c1HKjp6tKp3TNX0x39t6nqenU1122TFi0aHKxr/sqL8Io/HL/l82w5X9RsvLuqFetZdgG+upkAxSxXXdHz3tgG+Pl583XfsUqZ8L/fqQy8ugYV4yKCODhxgmw6aCmXD/dfFfOXGAhMjEUCrLTwNjIqBpKWw6NgxFrN/e4G7RyOuXrl9ZluOl2uW46+lHHo1YXougwFDHAuqm18UCKSJwoKDSNiVn/8XbypcbAufBPYAiECm4BoOUOgPGFp5ui5kSrLsYNn7krDPILr1h74IJBZYtCBysi28V+FpFES6PpWvAlDAAIEQGbZIbyHqQ3Dq9ko4WSFAjwnclyEI/z8ECHDHM2SfwcM+gaNdlb6hOIRY7dGyJvschlAAi2DhUwKfAR4E3okwwBvDAnAWeEzhkEMA+A+9Zc7Oz5RFJwAAAABJRU5ErkJggg==) 0 0 no-repeat;
		}

	/* qrcode-invalid */
	.qrcode-invalid,
	.qrcode-overlimit,
	.qrcode-invalid .qrcode-mask, 
	.qrcode-overlimit .qrcode-mask,
	.qrcode-invalid-con,
	.qrcode-overlimit-con{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
		.qrcode-invalid,
		.qrcode-overlimit{ display: none; }
		.qrcode-invalid .qrcode-mask, 
		.qrcode-overlimit .qrcode-mask{
			z-index: 2;
			background-color: #000;
			filter: alpha(opacity=70);
			opacity: .7;
		}
		.qrcode-invalid-con,
		.qrcode-overlimit-con{ z-index: 3; }
		.qrcode-overlimit-con h5{ padding: 50px 20px; }
		.qrcode-invalid-con h5{ padding: 45px 0 10px 0; }
		.qrcode-invalid-con .btn{ font-size: 14px; font-weight: 700; }

		/* alipay-tips */
		.alipay-tips{ padding-top: 30px; color: #666; }
		.alipay-tips .scan{ color: #333; margin-bottom: 7px; font-weight: 700; font-size: 16px; }

	/* alipay-result */
	.alipay-result{ }
	.alipay-result .status-hint{
		width: auto;
		padding: 30px 80px;
		margin: 0!important; 
		border: 0 none; 
		background-color: #fff; 
	}
		.alipay-result .status-hint-text{ padding: 0; }
		.alipay-result .status-hint-icon{ 
			float: none; 
			width: 140px; 
			height: 140px; 
			margin: 0 auto; 
			margin-bottom: 30px; 
		}


/* status-hint */
.userform .status-hint{ margin-left: -120px;}
.status-hint{
	position: relative;
	width: 820px;
	overflow: hidden;
	margin: 50px 0 0 50px;
	padding: 80px 100px;
	border: 1px solid #eee;
	background-color: #f8fafc;
	border-radius: 3px;
}
	/* status-hint-icon */
	.status-hint-icon{ float: left; }
	.status-hint-icon .iconfont{
		display: block;
		width: 140px;
		height: 140px;
		line-height: 150px;
		overflow: hidden;
		text-align: center;
		font-size: 142px;
	}
	.status-hint-icon .iconimg{
		display: block;
		width: 140px;
		height: 140px;
		overflow: hidden;
		background-image: url(../images/sprites/realname.png);
	}
		.status-hint-icon .iconimg-realname-succeed{	background-position: 0 0; }
		.status-hint-icon .iconimg-realname-verify {	background-position: 0 -140px; }
		.status-hint-icon .iconimg-realname-failed {	background-position: 0 -280px; }

	/* status-hint-text */
	.status-hint-text{ padding-left: 40px; margin-left: 140px; }
	.status-hint-text h3{ font-size: 24px; padding: 0 0 10px 0; }
	.status-hint-text .btn{ margin-top: 15px; }

/* address-setting */
.address-setting{ max-width: 940px; }
.address-add .cashcard-add{ width: auto; margin-top: 15px;}

/* address-item */
.address-item{
    padding: 25px 10px;
	border-top: 1px dashed #ededed;
    overflow: hidden;
    zoom: 1;
}
	.address-item-icon{ float: left; width: 50px; padding-top: 5px;}
    .address-item-icon .icon-address{ width: 25px; height: 35px; background: url(../images/location.png?2017) 0 0 no-repeat; }
	.address-item-action{ float: right; font-size: 12px; line-height: 30px; padding: 7px 0;}
	.address-item-info{ float: left; }

/* help-aside */
.help-center{ margin-bottom: 30px;margin-top:20px}
.help-aside{ float: left; width: 200px; }
.help-aside-inner{
    width: 200px;
    padding-bottom: 5px;
    border: 1px solid #f5f5f5\9;
    border-top: 0 none;
    border-color: rgba(255,255,255,.01);
    background-color: #fff; 
    box-shadow: 0 2px 8px rgba(50,50,50,.03); 
    border-radius: 0 0 6px 6px; 
} 
    .help-aside-inner.fixed{ position: fixed; margin-top: 70px; } 
    .help-links{ padding: 15px 30px; }
    .help-links + .help-links{ border-top: 1px dotted #eee; }
    .help-links > dt{ 
        position: relative;
        display: inline-block;
        font-size: 18px; 
        padding: 7px 0; 
        margin: 0 0 15px 17px;
        color: #333; 
        border-bottom: 3px solid #eee;
    }
    .help-links > dd > a:hover{ color: #007dfe; }
    .help-links > dd > a{
        position: relative;
        display: block;
        line-height: 33px;
        padding-left: 17px;
        overflow: hidden;
        font-size: 15px;
        color: #4b4b4b;
        border-radius: 6px;
    }
        .help-links > dd > a:before{
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 2px;
            height: 10px;
            margin-top: -5px;
            overflow: hidden;
            background-color: #ddd;
            border-radius: 3px;
        }
        .help-links > dd.current > a{ color: #007dfe; font-weight: 700; }
        .help-links > dd.current > a:before{ background-color: #007dfe; }

/* help-main */
.help-main{
    margin-left: 230px;
    overflow: hidden;
    padding: 20px 50px 50px 50px;
    font-size: 14px;
    line-height: 1.8;
    min-height: 521px;
    color: #333;
    border: 1px solid #f5f5f5\9;
    border-top: 0;
    border-color: rgba(255,255,255,.01);
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(50,50,50,.03);
    border-radius: 0 0 6px 6px;
    margin-bottom: 30px;
}
   .help-main h2{
        font-size: 26px;
        color: #000;
        padding: 10px 0 20px 0;
        font-weight: 400;
        margin-bottom: 20px;
        border-bottom: 1px solid #f2f2f3;
    }
    .help-cont{ font-size: 16px;}
    .help-cont h3{ padding: 10px 0 0 0; color: #008400;}
    .help-cont h5{ color: #e43d3f; font-size: 16px; padding-top: 15px;}
    .help-cont p{ padding: 5px 0;}
    .help-cont hr{ margin: 15px 0;}
    .help-cont .faq-group{ padding: 0;}
    .help-cont .faq-item + .faq-item{ border-top: 1px dotted #eee; }
    .help-cont .faq-item .faq-cont{ margin: 0 0 20px 0; padding: 15px 20px; font-size: 15px; }
    .help-cont .faq-item .faq-cont p{ padding: 0 0 5px 0; }
    .help-cont .faq-item .faq-tite{ font-size: 16px; padding: 0;}
    .help-cont .faq-item .faq-tite a{ color: #007dfe; padding: 15px 0;}
    .help-cont .faq-item .faq-tite a:hover{ background-color: #fff; color: #e43d3f;}
    .help-cont .faq-item .faq-tite a.open{ color: #e43d3f;}
    .help-cont .wpaqq{ display: inline-block; margin-top: 7px;}
    .help-cont .stepflow-group{ margin-top: 50px; }
    .help-cont .stepflow-group li{ width: 15%; padding: 25px 0; border: 1px solid #f5f5f5; height: 238px; border-radius: 6px; }
    .help-cont .stepflow-group li + li{ margin-left: 2%; }
    .help-cont .stepflow-group .flow{ width: auto; margin-top: 5px; }
    .help-cont .stepflow-group .flow:before{ margin-left: 40px; }
    .help-cont .stepflow-group .flow:after{ margin-right: 40px; }
    .help-cont .stepflow-group .iconfont{ width: 64px; height: 64px; line-height: 66px; font-size: 28px; }






/* timeline */
.timeline{
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	margin-top: 40px;
}
	/* timeline-line */
	.timeline-line{
		position: absolute;
		top: 6px;
		left: 103px;
		bottom: 60px;
		width: 0;
		overflow: hidden;
		border-right: 1px solid #e5e5e5;
	}

	/* timeline-listing */
	.timeline-listing{ width: 100%;  }
	.timeline-listing .timeline-item{ width: 100%; *float: left; *clear: both; padding-bottom: 40px;}
	.timeline-main{ overflow: hidden; *zoom: 1; padding-left: 35px; font-size: 15px; color: #666;}
	.timeline-main h5{ color: #333; font-size: 22px; line-height: 1; margin-bottom: 10px;}
	.timeline-main p{ color: #666;}
	.timeline-main .list{ margin: 7px 0 0 18px; margin-left: 21px\9; color: #333; font-size: 14px; }
	.timeline-date{
		float: left;
		position: relative;
		width: 110px;
		overflow: hidden;
		color: #999;
		text-align: right;
		padding-right: 35px;
		line-height: 22px;
		font-size: 18px;
		line-height: 1.2;
		font-family: Arial, Helvetica, sans-serif;
	}
		.timeline-date span{display: block;color: #ccc;font-size: 14px; padding-right: 2px;}
		.timeline-date .dot{
			position: absolute;
			top: 5px;
			right: 0;
			display: block;
			width: 14px;
			height: 14px;
			overflow: hidden;
			border-radius: 50%;
			border: 2px solid #aaa;
			background-color: #fff;
		}

/* slide */
.slide{
	width: 1200px;
	height: 242px;
	overflow: hidden;
	position: relative;
}
	/* slide-content */
	.slide .slide-content{
		width: 1108px;
		height: 242px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	/* slide-btn */
	.slide .slide-btn{
		display: block;
		width: 30px;
		height: 40px;
		overflow: hidden;
		text-indent: -999px;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		z-index: 3;
		background-image: url(../images/slide-btn.png?2017);
		background-repeat: no-repeat;
		background-color: #000;
		filter: alpha(opacity=30);
		opacity: .3;
		border-radius: 6px;
	}
		.slide .slide-btn:hover{filter: alpha(opacity=50);opacity: .5;}
		.slide #slide-prev{ background-position: 9px center;  left: 0; }
		.slide #slide-next{ background-position: -18px center; right: 0;}
		.slide .disabled,
		.slide .disabled:hover{filter: alpha(opacity=10);opacity: .1; cursor: default;}

/* filters */
.filters{ padding: 40px 0 20px 0; }
.filter-item{
    clear: both;
    overflow: hidden;
    padding: 15px 0 15px 75px;
    font-size: 14px;
    
}
    .filter-item + .filter-item{ border-top: 1px dotted #eee; }
    .filter-item label{
        float: left;
        display: inline;
        width: 50px;
        padding: 5px 0 0 0;
        overflow: hidden;
        margin-left: -50px;
        color: #999;
        text-align: left;
    }
    .filter-item label.caption{ width: auto; color: #333; font-size: 16px;}
    .filter-group{ font-size: 0; white-space: nowrap; }
    .filter-group > li{ display: inline-block; }
    .filter-group > li + li{ margin: 0 0 0 10px; }
    .filter-group-fixed li{ width: 100px;}
    .filter-group li a{ display: block; padding: 5px 15px; font-size: 14px; color: #666; border-radius: 6px; }
    .filter-group li a:hover{ color: #f04848; background-color: #f4f6f8; }
    .filter-group li.selected a{color: #f04848;}
    .filter-item-data label{ padding-top: 9px;}
    .filter-item-data .filter-group li{ background-position: left 18px; line-height: 30px;}
    .filter-item label.diytime{
        float: none;
        display: inline;
        width: 50px;
        padding: 0;
        margin: 0;
        color: #474e5d;
        text-align: right;
        cursor: pointer;
    }
    .filter-item li.selected label.diytime{ color: #f04848; }
    .filter-group .btn-sm{ vertical-align: middle;}
    .filter-group .form-control{
        float: none;
        width: 120px;
        margin: 0 10px;
        vertical-align: middle;
    }

/* filter-orderby */
.filter-orderby{ padding: 10px; }
.filter-orderby p{ float: right; color: #666; line-height: 28px; }
.filter-orderby p strong{ font-weight: 400; color: #f04848; margin: 0 2px; }

/* orderby-group */
.orderby-group{
    color: #999;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
    .orderby-group .sep {
        float: left;
        padding: 0 6px;
        color: #ccc;
    }
    .orderby-group a{
        border-radius: 2px;
        display: block;
        float: left;
        height: 28px;
        overflow: hidden;
        padding: 0 15px;
        font-size: 14px;
    }
    .orderby-group a:hover {
        background-color: #fff;
        text-decoration: none;
    }
    .orderby-group a.current,
    .orderby-group a.current:hover{color: #f04848;}
    .orderby-group i{
        display: inline-block;
        width: 7px;
        height: 9px;
        margin-left: 5px;
        vertical-align: 1px;
        background-image: url(../images/orderby-arrow.gif?2015);
    }
        .orderby-group i.icon-desc{background-position: 0 0;}
        .orderby-group i.icon-asc{background-position: -10px 0;}
        .orderby-group a.current i.icon-desc{background-position: 0 -10px;}
        .orderby-group a.current i.icon-asc{background-position: -10px -10px;}

    /* pagesimple */
    .pagesimple{
        float: right;
        height: 24px;
        margin: 2px 2px 0 0;
    }
         .pagesimple label{
             float: left;
             height: 24px;
             line-height: 24px;
             overflow: hidden;
             font-size: 14px;
             color: #999;
         }
        .pagesimple a{
            display: block;
            float: left;
            width: 24px;
            height: 24px;
            overflow: hidden;
            margin-left: 5px;
            border: 1px solid #ccc;
            background-image: url(../images/page_arrow.gif?2015);
            border-radius: 4px;
        }
             .pagesimple a.icon-prev{ background-position: 8px 5px;}
             .pagesimple a.icon-next{ background-position: -16px 5px;}
             .pagesimple a:hover{ background-color: #f8fafc; border-color: #999;}
             .pagesimple a.disabled,
             .pagesimple a.disabled:hover{ border-color: #ddd; }

/* thumbnail-group */
.thumbnail-group{ margin: 15px -10px 40px -10px; }
.thumbnail-group > li{
	position: relative;
	float: left;
	display: inline;
    width: 16.66666666666667%;
    padding: 10px;
}
     @media (max-width: 1420px) { .thumbnail-group > li{ width: 20%; } }
    .thumbnail-card:hover{ -webkit-transform: translateY(-5px); transform: translateY(-5px); }  
    .thumbnail-card{
        display: block;
        overflow: hidden;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 3px 15px rgba(50,50,50,.05);
        transition: .3s;
    }   
		/* thumbnail-img */
		.thumbnail-img{ margin: 0 auto; margin-top: 20px; margin-bottom: 20px;}
		.thumbnail-img{
			display: block;
			height: 160px;
			overflow: hidden;
			text-align: center;
			vertical-align: middle;
			background: url(../images/placeholder.gif?2015528) center center no-repeat;
		}
		.thumbnail-img span{display: inline-block;height: 100%;vertical-align: middle;}
		.thumbnail-img img{width: 160px;vertical-align: middle;}

		/* thumbnail-name */
		.thumbnail-name{
			height: 24px;
			line-height: 24px;
			overflow: hidden;
			font-size: 16px;
			margin: 0 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
		}
		.thumbnail-info{
			line-height: 24px;
			padding: 0 20px 15px 20px;
			color: #788a91;
			margin-top: 5px;
			font-size: 14px;
			overflow: hidden;
			white-space: nowrap;
		}
			.thumbnail-info .price{color: #e43d3f; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 400;}
			.thumbnail-info em{margin: 0 7px;}
			.thumbnail-info del{ font-size: 12px; color: #aaa;}

		/* thumbnail-action */
		.thumbnail-action{
			padding: 10px 0;
			overflow: hidden;
			text-align: center;
			border-top: 1px dotted #eee;
		}
			/* btn-sm */
         .thumbnail-action .btn-sm{ padding: 3px 15px; margin: 0 5px;}



/* detail-focus */
.detail-focus{ position:relative; padding: 0 0 40px 0; background-color: #fff; }
.detail-preview{
    float: left;
    width: 40%;
    overflow: hidden;
}
    /* preview-large */
    .preview-large{
        padding: 60px 0;
        overflow: hidden;
        border-right: 1px dotted #e5e5e5;
        text-align: center;
        background-color: #fff;
    }
        .preview-inner{ max-width: 360px; *width: 360px; position:relative; overflow: hidden; margin: 0 auto;	}
        .preview-large img{ display: block; }

    /* preview-thumb */
    .preview-thumb{
        margin: 10px 0 4px 0;
        position: relative;
        overflow: hidden;
        text-align: center;
        zoom: 1;
        display: none;
    }
        /* preview-thumb */
        .preview-thumb-inner{
            width: 400px;
            height: 76px;
            overflow: hidden;
            position: relative;
            margin: 0 auto;
        }
            .smallimgs{margin: 0 auto;}
            .smallimgs img{
                display: block;
                width: 66px;
                overflow: hidden;
                border: 1px solid #ddd;
                cursor: pointer;
                float: left;
                margin: 0 2px;
                padding: 4px;
                background-color: #fff;
            }
                .smallimgs img.selected{
                    border-color: #f04848;
                }

        /* thumb-btn */
        .preview-thumb .thumb-btn{
            display: block;
            width: 26px;
            height: 30px;
            overflow: hidden;
            position: absolute;
            top: 50%;
            margin-top: -15px;
            z-index: 3;
            background-image: url(../images/thumb-btn.png?2017);
            background-repeat: no-repeat;
            filter: alpha(opacity=50);
            opacity: .5;
        }
            .preview-thumb #thumb-prev{ background-position: left center;  left: 5px; }
            .preview-thumb #thumb-next{ background-position: right center; right: 5px;}
            .preview-thumb .thumb-btn:hover{filter: alpha(opacity=80);opacity: .8;}
            .preview-thumb .thumb-btn.disabled,
            .preview-thumb .thumb-btn.disabled:hover{filter: alpha(opacity=15);opacity: .15; cursor: default;}

	        /* jqZoomPup */
			.jqZoomPup{
				z-index:10;
				visibility:hidden;
				position:absolute;
				top:0px;
				left:0px;
				width:20px;
				height:20px;
				opacity: .2;
				filter:alpha(Opacity=20);
				cursor:move;
				background: url(../images/lattice.gif);
				background-color: #000;
			}

			/* zoomdiv */
			.zoomdiv{
				z-index:100;
				position:absolute;
				width:400px;
				height:400px;
				overflow: hidden;
				text-align:center;
				margin: -100px 0 0 57px;
                *margin-top: -170px;
				border: 5px solid #eee;
				background: url(../images/loading.gif) center center no-repeat #fff;
				display:none;
			}
			.zoomdiv .bigimg{display: block; width:800px;height:800px;}


/* detail-info */
.detail-info{
    float: right;
    width: 60%;
    padding-top: 30px;
    overflow: hidden;
}
    .detail-info h2{ color: #333; word-break:break-all; line-height: 1.3; font-size: 32px; font-weight: 400; }
    .detail-info h5{ color: #f30; font-size: 16px; line-height: 1.3; margin-top: 7px; }

    /* detail-summary */
    .detail-summary{
        width: 100%;
        position: relative;
        z-index: 2;
        margin-top: 20px;
        overflow: hidden;
    }
        /* summary-price */
        .summary-price{
            overflow: hidden;
            height: 50px;
            line-height: 30px;
            padding: 10px 0;
            color: #fff;
            background: url(../images/summary-price.png?2017) 0 0 no-repeat;
        }
            .summary-price .dt{
                float: left;
                text-align: right;
                width: 80px;
                padding-right: 10px;
                overflow: hidden;
                font-size: 15px;
            }
            .summary-price .p-price{
                display: inline-block;
                vertical-align: middle;
                margin: 0 10px 0 0;
                *margin-top: -3px;
                font-size: 30px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: normal;
            }
                .summary-price .p-price span{ margin-left: 2px;}

    /* cheapie-jd */
    .cheapie-jd{
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        position: absolute;
        left: 305px;
        top: 5px;
        z-index: 6;
        font-size: 18px;
    }

    /* detail-service */
    .detail-service{
        border-top: 1px dotted #e5e5e5;
        margin-top: 5px;
        padding-top: 12px;
    }

    /* detail-choose */
    .detail-choose{
        margin-top: 5px;
        padding-top: 10px;
        width: 100%;
    }
        /* choose-item */
        .choose-item{
            font-size: 14px;
            overflow: hidden;
            padding: 0 0 7px 80px;
        }
            .choose-item .dt{
                float: left;
                text-align: left;
                width: 80px;
                overflow: hidden;
                margin: 10px 0 0 -80px;
                display: inline;
                color: #666;
            }
            .choose-item .dd{overflow: hidden; zoom: 1;}
            .choose-item .dd p.text{ margin-top: 2px;_margin-top: 4px;}
            .choose-item .choose-amount{margin: 5px 10px 0 0;}
            .choose-item .btn-lg{ margin-right: 20px; border-radius: 6px; font-size: 18px; padding-left: 60px; padding-right: 60px; }
            #choose-nums .dt{margin-top: 13px;}
            #choose-color .dt{margin-top: 15px;}
            #choose-support .dt{margin-top: 4px;}
            #choose-support .dd{margin-top: 2px; padding-bottom: 2px;}

        /* radio-group */
        .radio-group{ overflow: hidden; margin-right: 10px;}
        .radio-group > a{
            position: relative;
            display: inline-block;
            padding: 5px 15px;
            overflow: hidden;
            margin: 5px 10px 0 0;
            border: 2px solid #eee;
            background-color: #fff;
            transition: all 0.3s ease 0s;
            border-radius: 6px;
        }
            .radio-group a:hover{ color: #f04848; border-color: #fb8b8e;}
            .radio-group a.selected,
            .radio-group a.selected:hover,
            .radio-group a.current,
            .radio-group a.current:hover,
            .radio-group a.active,
            .radio-group a.active:hover{
                color: #f04848;
                text-decoration: none;
                border-color: #f04848;
                position: relative;
            }
            .radio-group a.selected b,
            .radio-group a.current b{
                display: block;
                width: 13px;
                height: 13px;
                overflow: hidden;
                position: absolute;
                right: 0;
                bottom: 0;
                background: url(../images/choose_selected.gif) 0 0 no-repeat;
            }
            .radio-group a span{display: inline-block;vertical-align: middle; cursor: pointer;}
            .radio-group-img a{ padding: 5px; height: auto; line-height: auto;}
            .radio-group-img img{display: block;cursor: pointer;}
            .radio-group-small a{padding: 3px 10px;}

        /* radio-group-mixture */
        .radio-group-mixture{margin: 6px 0 0 0;}
        .radio-group-mixture a{
            padding: 3px 10px 5px 7px;
            font-size: 13px;
            margin: 2px 6px 0 0;
            *margin-bottom: 4px;
        }
            .radio-group-mixture a img{ display: inline-block; height: 20px; vertical-align: middle; margin-right: 5px;}
            .radio-group-mixture a span{ line-height: 20px;}

        /* service-icons */
        .service-icons{}
        .service-icons li{float: left;margin-right: 5px;}
        .service-icons a{
            display: block;
            line-height: 24px;
            overflow: hidden;
            font-size: 13px;
            padding: 0 10px 0 4px;
            float: left;
            text-decoration: none;
            white-space: nowrap;
            color: #666;
            border: 1px solid #f9f9fa;
            border-radius: 6px;
        }
            .service-icons a:hover{border-color: #dedede;background-color: #fff;}
            .service-icons .iconimg{
                width: 16px;
                height: 16px;
                float: left;
                margin: 4px 7px 0 0;
                border-radius: 4px;
                background-image: url(../images/serviceicon.png?2017);
            }
                .service-icons .icon-service-xinyongka{ background-position: 0 0;}
                .service-icons .icon-service-zhengpin { background-position: -20px 0;}
                .service-icons .icon-service-alipay   { background-position: -40px 0;}
                .service-icons .icon-service-yunfei   { background-position: -60px 0;}
                .service-icons .icon-service-shouquan { background-position: -80px 0;}
                .service-icons .icon-service-ecard    { background-position: -100px 0;}


        /* choose-nums */
        .choose-amount{
            width: 150px;
            height: 40px;
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            background-color: #fff;
        }
            .choose-amount input{
                border: 0 none;
                display: block;
                width: 82px;
                height: 38px;
                line-height: 40px;
                overflow: hidden;
                text-align: center;
                font-size: 16px;
                font-weight: 700;
                color: #555;
                border: 1px solid #ddd;
                font-family: Arial, Helvetica, sans-serif;
                position: absolute;
                top: 0;
                left: 34px;
            }
            .choose-amount a{
                display: block;
                width: 35px;
                height: 38px;
                line-height: 40px;
                overflow: hidden;
                position: absolute;
                top: 0;
                z-index: 3;
                text-align: center;
                font-family: simsun;
                font-size: 16px;
                font-weight: 700;
                color: #666;
                border: 1px solid #ddd;
                background-color: #f5f5f5;
            }
            .choose-amount a.minus{ left: 0; border-radius: 6px 0 0 6px; }
            .choose-amount a.plus { right: 0; border-radius: 0 6px 6px 0; }
            .choose-amount a:hover{
                background-color: #fff;
                text-decoration: none;
            }
                .choose-amount .iconimg{
                    cursor: pointer;
                    display: block;
                    width: 12px;
                    height: 12px;
                    margin: 12px auto;
                    background-image: url(../images/amount.gif?201515);
                    filter: alpha(opacity=90);
                    opacity: .9;
                }
                .choose-amount .minus .iconimg{ background-position: 0 0;}
                .choose-amount .plus .iconimg{ background-position: right 0;}

                .choose-amount .minus-disabled,
                .choose-amount .plus-disabled,
                .choose-amount .minus-disabled:hover,
                .choose-amount .plus-disabled:hover{ cursor: default;background-color: #f9f9f9; border-color: #e5e5e5; }
                .choose-amount .minus-disabled .iconimg,
                .choose-amount .plus-disabled .iconimg{filter: alpha(opacity=20);opacity: .2; cursor: default;}

        /* choose-inventory */
        .choose-inventory{
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            float: left;
            margin-top: 8px;
            padding-left: 5px;
            color: #666;
        }
            .choose-inventory strong{
                color: #f30;
                font-weight: 400;
                margin: 0 2px;
                font-size: 16px;
            }

     /* choose-btns */
     #choose-btns{ padding-top: 10px;}
     #choose-btns .buytips{color: #666;padding-top: 10px;}
     #choose-btns .buytips span{font-size: 16px;}
       
    /* unsale */
    .unsale{
        margin-top: 8px;
        overflow: hidden;
        zoom: 1;
        padding: 20px 30px;
        font-size: 18px;
        border: 1px dashed #eee;
        background-color: #f9f9f9;
        border-radius: 3px;
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }


/* detail-intro */
.detail-intro{ padding: 50px 0; }
.detail-intro .subnav-tabs{ border-bottom: 1px solid #eee; padding: 5px 25px 0 25px; }
.detail-intro .subnav-tabs > li > a{ font-size: 18px; }
.detail-intro .subnav-tabs > li.active > a{ font-weight: 700; cursor: default; pointer-events: none; }
.detail-intro .subnav-tabs > li.active > a:hover{ text-decoration: none; }
.detail-intro .cont{ font-size: 14px; line-height: 1.8; position: relative; padding: 50px;}
.detail-intro .cont div{margin: 0 auto; background-position: center 0;}
.detail-intro .cont img,
.detail-intro .cont table{ display: block; margin: 0 auto; margin-bottom: 30px; }

/* detail-tabs */
.detail-tabs > a{
    float: left;
    display: block;
    font-size: 16px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
}
    .detail-tabs a.active{
        font-weight: 700;
        color: #f04848;
        height: 41px;
        position: relative;
        margin-top: -3px;
        margin-bottom: -1px;
        border-bottom: 3px solid #007fde;
        background: url(../images/tabs_arrow.gif?2015) center 0 no-repeat #fff;
    }

/* shopcart-title  */
.shopcart-panel{ padding: 40px 0; }
.shopcart-title{ line-height: 30px; padding-bottom: 20px; }
.shopcart-title h2{	color: #333; float: left; padding-right: 30px; font-weight: 400; font-size: 28px; }

/* orderinfo-item */
.orderinfo-item{ padding: 20px 30px 30px 30px; margin-bottom: 20px; }
.orderinfo-item h3{ font-size: 22px; margin-bottom: 15px; }
.orderinfo-item-cont{overflow: hidden; width: 100%;}
.orderinfo-item-cont .alert{ margin-top: 15px;}
.orderinfo-item-cont .form-group{ overflow: hidden; width: 100%;}
.orderinfo-item-cont .form-group .control-label{ padding-right: 10px; font-size: 16px;}
.orderinfo-item-cont .form-group .choose-amount{ float: left; margin: 0 15px 0 0;}

/* orderinfo-succeed */
.orderinfo-succeed{
	overflow: hidden;
	padding: 50px 20px;
	border-bottom: 1px solid #eee;
	background-color: #fcfcfc;
}
	.orderinfo-succeed h2{font-size: 30px; padding-bottom: 7px;}
	.orderinfo-succeed .fore p{ padding: 0; color: #666;}
	.orderinfo-succeed .fore span.line{margin: 0 10px; color: #999;}

	/* switch-group  */
    .switch-group + .orderinfo-tips{ float: left; font-size: 16px; padding: 10px 0 0 20px; }
    .switch-group,.address-choose{ margin: -20px 0 0 -1.5%; }
    .address-choose .switch-group{ margin: 0; }
    .switch-group > li,
	.address-choose-add{
        float: left;
        width: 18.5%;
        position: relative;
		padding: 10px 50px;
		overflow: hidden;		
        display: inline;
        text-align: center;
		font-size: 16px;
		cursor: pointer;
		border: 2px solid #eee;
		background-color: #fff;
		transition: all .3s ease 0s;
        border-radius: 6px;
        margin: 20px 0 0 1.5%;
	}
		.address-choose-add:hover,
		.switch-group li:hover{ border-color: #ddd; }
		.switch-group li.selected{ border-color: #f04848; background-color: #fff; }
        .switch-group li.selected:after{
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            width: 18px;
            height: 18px;
            overflow: hidden;
            background: url(../images/sprites/selected.gif) 0 0 no-repeat;
        }

	/* address-panel */
	.address-panel{
		height: 120px;
		margin: -5px -35px;
		padding: 7px 0;
        text-align: left;
		overflow: hidden;
		position: relative;
	}
		/* receiver */
        .address-panel .receiver .tel{font-size: 13px; color: #999;}
		.address-panel .receiver{
			line-height: 20px;
			overflow: hidden;
			font-size: 14px;
			padding-bottom: 10px;
            white-space: nowrap;
			border-bottom: 1px solid #eee;
		}
        

		/* address */
		.address-panel .address{ font-size: 13px; padding: 7px 0 0 0; overflow: hidden; }
		.address-panel .actions{
            width: 100%;
			text-align: right;
			line-height: 24px;
			position: absolute;
			bottom: 0;
			right: 0;
			font-size: 12px;
			display: none;
		}
            .address-panel .actions .btn-link{font-size: 12px;}
			.switch-group li.hover .address-panel .actions,
			.switch-group li.selected .address-panel .actions{ display: block;}
			.address-panel .actions em{
				display: inline-block;
				padding: 0 7px;
				color: #ddd;
				font-family: simsun;
				vertical-align: middle;
			}

	/* address-choose-add*/
	.address-choose-add{
		height: 134px;
		text-align: center;
		overflow: hidden;
		font-size: 20px;
		color: #666;
	}
        .address-choose-add:hover{text-decoration: none; }
		.address-choose-add span{
			display: block;
			font-size: 60px;
			line-height: 1;
			padding-top: 10px;
			font-family: simsun;
		}


	/* invoice-info */
	.invoice-info {
  		width: 700px;
  		padding: 20px 25px 25px 25px;
  		margin-top: 20px;
  		overflow: hidden;
  		font-size: 14px;
  		border: 1px solid #eee;
        background-color: #f9fafc;
        border-radius: 6px;
	}
		.invoice-info p{ padding-bottom: 10px; }
		.invoice-type li{ font-size: 14px; padding: 8px 20px; }
		.invoice-title{ float: left; padding: 0 0 0 15px; width: 250px; }

/* lipinpay */
.lipinpay{
    margin: 20px 0 0 0;
    border: 1px solid #eee;
    border-radius: 6px;
}
    /* payment-tabs */
    .payment-tabs{ padding: 20px; }
    .payment-tabs > li { float: left; padding: 10px 20px; }
    .payment-tabs > li + li{ margin-left: 30px; }   
    .payment-tabs > li label{ display: block; cursor: pointer; }
    .payment-tabs > li img{ margin-left: 5px; vertical-align: middle; height: 40px;}
    .payment-tabs > li input{ margin-top: 14px; }
    .payment-tabs > li input[type="radio"]:disabled + .radio-text{ opacity: .5; }
    .payment-tabs > li input[type="radio"]:disabled + .radio-text img{ opacity: .5; }

    /* payment-unionpay */
    .payment-unionpay{ 
        position: relative; 
        overflow: hidden;
        padding: 20px;
        border-top: 1px dotted #eee; 
        background-color: #f9fafc; 
        border-radius: 0 0 6px 6px;
        display: none;
    }
        .payment-list > li { float: left; width: 20%; padding: 5px; }  
        .payment-list > li input{ margin-top: 14px; }
        .payment-list > li img{ margin-left: 5px; vertical-align: middle; height: 30px; }        
        .payment-list > li label{ 
            display: block; 
            padding: 10px 15px; 
            cursor: pointer; 
            background-color: #fff; 
            border-radius: 6px; 
            box-shadow: 0 2px 10px rgba(50,50,50,.04);
        }
            


/* shopcart-table */
.shopcart-table{ }
.shopcart-table .col{
    float: left;
    overflow: hidden;
    text-align: center;
}
    .shopcart-table .col-check { width: 4%; text-align: left;}
    .shopcart-table .col-goods { width: 56%;}
    .shopcart-table .col-invoice{ width: 80px;}
    .shopcart-table .col-price,
    .shopcart-table .col-quant,
    .shopcart-table .col-sum   { width: 10%;}
    .shopcart-table .col-action{ width: 10%; float: right;}
    .shopcart-table .col-check input{ cursor: pointer; vertical-align: middle; *margin-top: -3px;}
    .shopcart-table .col-quant p{ font-size: 12px; padding-top: 4px; color: #999;}
    .shopcart-table .col-quant p.nogoods{color: #ccc;}

    /* yen */
    .yen{
        font-size: 12px;
        font-family: Arial;
        margin-right: 3px;
    }

	/* shopcart-thead */
	.shopcart-thead{
		line-height: 20px;
		overflow: hidden;
		padding: 10px 20px;
		color: #999;
        font-weight: 700;
		border-bottom: 1px solid #eee;
	}
		.shopcart-thead .col-goods{ text-align: left; text-indent: 75px;}

	/* shopcart-item */
	.shopcart-item{ transition: .3s; padding: 0 20px 10px 20px; }
	.shopcart-item + .shopcart-item{ border-top: 1px solid #eee; }
    .shopcart-item-selected{ background-color: #fff9f3; }
    .shopcart-item-disabled{ filter: alpha(opacity=50); opacity: .5; background-color: #eee; }
    .shopcart-item-disabled .thumbnail-amount:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        background-color: #eee;
        filter: alpha(opacity=50);
        opacity: .5;
    }

		/* shopcart-goods */
		.shopcart-goods{
			width: 100%;
			padding: 20px 0 10px 0;
			overflow: hidden;
			font-size: 14px;
            zoom: 1;
		}
			/* cols */
			.shopcart-item .col-price,
			.shopcart-item .col-sum{ line-height: 24px; color: #666;}
			.shopcart-item .col-sum{ color: #f30;}
			.shopcart-item .col-goods{ text-align: left;}
			.shopcart-item .col-action a{font-size: 12px;}
			.shopcart-item .col-action a.trash{*margin: 0 0 6px 0;}

			/* goods-img */
			.goods-img{ float: left; }
			.goods-img img{ display: block; width: 64px; border-radius: 6px; }
			.goods-info{
				overflow: hidden;
				line-height: 1.2;
                padding-top: 5px;
				padding-left: 15px;
				zoom: 1;
			}
				.goods-info h5{padding-bottom: 7px; font-size: 14px;}
                .goods-info h5 img{ height: 24px; vertical-align: -6px; margin-right: 5px; }
				.goods-info p{ font-size: 12px; color: #888; line-height: 1.6}
				.goods-info p.red{ color: #e4393c;}
				.goods-info p span{ margin-right: 15px;}

		/* service-item */
		.shopcart-service{
			overflow: hidden;
			margin: 0 10% 10px 4%;
			border: 1px dashed #dfdfdf;
			border-bottom: 0 none;
			border-radius: 3px;
			background-color: #fcfcfc;
		}
		.service-item{
			width: 100%;
			height: 31px;
			line-height: 31px;
			overflow: hidden;
			font-size: 12px;
			clear: both;
			border-bottom: 1px dashed #e5e5e5;
		}
			.shopcart-item-disabled .shopcart-service{ display: none;}
			.shopcart-item-selected .shopcart-service{background-color: #fdecda; border-color: #eecfaf;}
			.shopcart-item-selected .service-item{border-color: #eecfaf;}
			.service-item .service-name { width: 66%; text-align: left; text-indent: 7px;}
			.service-item .service-price{ width: 10%;}
			.service-item .service-quant{ width: 10%; color: #333;}
			.service-item .service-sum  { width: 10%; color: #f30;}

	/* shopcart-freight */
	.shopcart-freight{
		text-align: right;
		font-size: 14px;
		padding-top: 25px;
		overflow: hidden;
		clear: both;
	}
		.shopcart-freight p{
			float: left;
			width: 90%;
            *width: 89.9%;
			overflow: hidden;
			height: 20px;
			line-height: 20px;
		}
		.shopcart-freight p.price{width: 10%; text-align: center;}
		.shopcart-freight strong{
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			margin-left: 5px;
		}
			.shopcart-freight strong .yen{ margin-right: 2px;}
			.shopcart-freight .large{ color: #f30; font-size: 18px;}

	/* shopcart-tfoot */
	.shopcart-tfoot-wrapper{ height: 70px; z-index: 99; }
    .shopcart-tfoot-wrapper .container{ padding: 0;}
	.shopcart-tfoot-wrapper .fixed .container{ padding: 0 20px; }
	.shopcart-tfoot-wrapper .fixed{
		position: fixed;
		bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: #f8fafc;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}    
	.shopcart-tfoot{
		position: relative;
		line-height: 50px;
		font-size: 14px;
        min-height: 70px;
		padding: 10px 20px;
		z-index: 99;
	}
		.shopcart-tfoot .btn-submit{
			position: absolute;
			top: 10px;
			right: 10px;
			font-size: 20px;
			padding: 0;
			width: 160px;
			height: 50px;
		}
		.shopcart-tfoot .checkbox{ margin: 15px 15px 0 0; float: left;}
		.shopcart-tfoot .amount-price{ position: absolute; top: 10px; right: 190px; font-size: 16px; white-space: nowrap; }
        .shopcart-tfoot .amount-price-disabled{ position: static; color: #666; padding-left: 10px; }
        .amount-price strong{ color: #f30; font-size: 24px; vertical-align: -3px; font-family: Arial, Helvetica, sans-serif; }
		.amount-price .yen{ color: #f30; font-size: 14px;}
		.amount-price .price{ font-size: 22px; font-weight: normal;}
		.amount-price .price-item-and + span:before{ content: "+"; padding: 0 10px 0 8px; color: #999; }


	/* orderinfo-message */
	.orderinfo-message{ overflow: hidden;zoom: 1; padding-left: 10px; }
	.orderinfo-message .form-label{ font-size: 16px; line-height: 50px; float: left; }
	.orderinfo-message .form-control{ width: 200px; margin-top: 5px; float: left; }
	.orderinfo-message textarea.form-control{ width: 500px; padding: 8px 10px; height: 50px; font-style: 12px; margin-top: 0; line-height: 1.2;}
	.orderinfo-message .ui-message{ float: left;  }
    .shopcart-payment{ padding: 50px 0; }


/* orderinfo */
.orderinfo{ margin-bottom: 20px; }
.orderinfo-table{margin-top: 15px;}
.orderinfo-table .shopcart-thead{ margin: 0; padding: 5px 0; border: 0 none; background-color: #f8fafc; border-radius: 6px; }
.orderinfo-table .shopcart-tbody{ padding: 0; }
.orderinfo-table .shopcart-goods{ font-size: 12px; padding: 15px 0 5px 0; }
.orderinfo-table .shopcart-service{width: auto;margin: 0 0 5px 0;}
.orderinfo-table .service-item .service-name {width: 70%; *width:69.9%;}
.orderinfo-table .service-item .service-price,
.orderinfo-table .service-item .service-quant,
.orderinfo-table .service-item .service-sum { width: 10%;}
.orderinfo-table .col-goods{ width: 60%; *width: 59.9%; }
.orderinfo-table .col-invoice,
.orderinfo-table .col-price,
.orderinfo-table .col-sum,
.orderinfo-table .col-quant{ width: 10%;}
.orderinfo-table .shopcart-item{ padding: 0; }
.orderinfo-table .shopcart-item + .shopcart-item{ border-top: 1px dotted #eee; margin-top: 10px; }
.orderinfo-table .shopcart-item .col-invoice,
.orderinfo-table .shopcart-item .col-price,
.orderinfo-table .shopcart-item .col-sum,
.orderinfo-table .shopcart-item .col-quant{font-size: 13px;}
.orderinfo-table .alert{ margin: 5px 0 0 0; padding: 5px 10px; font-weight: 700; border-radius: 4px; }

/* thumbnail-amount */
.thumbnail-amount{
	width: 72px;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: url(../images/spinner.png?2017) 0 0 no-repeat;
}
	.thumbnail-amount input{
		width: 26px;
		height: 22px;
		line-height: 22px;
		overflow: hidden;
		text-align: center;
		font-size: 13px;
		font-weight: 700;
		color: #555;
		font-family: Arial, Helvetica, sans-serif;
		position: absolute;
		top: 1px;
		left: 23px;
		z-index: 2;
		border: 0 none;
	}
	.thumbnail-amount a{
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 4px;
		z-index: 3;
		background-image: url(../images/spinner.png?2017);
	}
		.thumbnail-amount a.minus{ background-position: -20px -30px; left: 4px;}
		.thumbnail-amount a.plus { background-position: -20px -50px; right: 4px;}
		.thumbnail-amount a.minus:hover{ background-position: -40px -30px;}
		.thumbnail-amount a.plus:hover { background-position: -40px -50px;}
		.thumbnail-amount a.minus-disabled,
		.thumbnail-amount a.minus-disabled:hover{ background-position: 0 -30px; cursor: default;}
		.thumbnail-amount a.plus-disabled,
		.thumbnail-amount a.plus-disabled:hover { background-position: 0 -50px; cursor: default;}

/* trash */
.trash{
    display: inline-block;
    width: 12px;
    height: 22px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
    .trash .iconimg{ background-image: url(../images/trash.gif);}
    .icon-trash-lid{
        width: 12px;
        height: 2px;
        background-position: -45px 0;
        position: absolute;
        left: 0;
        top: 4px;
        -webkit-transform: translateZ(0px);
                transform: translateZ(0px);
        -webkit-transform-origin: -7% 100% 0;
                transform-origin: -7% 100% 0;
        -webkit-transition: -webkit-transform 150ms ease 0s;
        transition: -webkit-transform 150ms ease 0s;
        transition: transform 150ms ease 0s;
        transition: transform 150ms ease 0s, -webkit-transform 150ms ease 0s;
    }
    .icon-trash-can{
        width: 12px;
        height: 11px;
        background-position: -15px 0;
        position: absolute;
        left: 0;
        bottom: 4px;
    }
    .trash:hover .icon-trash-lid{
        -webkit-transform: rotate(-30deg);
                transform: rotate(-30deg);
        -webkit-transition: -webkit-transform 250ms ease 0s;
        transition: -webkit-transform 250ms ease 0s;
        transition: transform 250ms ease 0s;
        transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
        background-position: -30px 0;
    }
    .trash:hover .icon-trash-can{
        background-position: 0 0;
    }

/* order-group */
.order-group{ }
.order-group .order-group-item{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
	.order-content .order-delivery-steps li{ width: 20%; }
	.order-content .table{ margin: 0;text-align: center;}
	.order-content .table th{}
	.order-content .codelist-table th{ border: 1px solid #ededed;}
	.order-content .table th.order-action{ text-align: right; padding-right: 15px; width: 100px;}
	.order-content .table td{ padding: 15px;}
	.order-content .order-type{ width: 40px; color: #666;}
	.order-content .order-goods{ text-align: left;}
	.order-content .order-detail-table .order-goods{ padding: 0;}
	.order-content .order-price,
	.order-content .order-date,
	.order-content .order-action{ width: 140px; white-space: nowrap; }
	.order-content .order-time{ width: 220px; text-align: right;}
	.order-content .order-info a{ display: block;}
	.order-content .order-info a.btn{ display: block; margin: 5px 10px;}
	.order-content .order-info .icon-arrow{
		width: 5px;
		height: 9px;
		background-position: -135px -10px;
		margin: 0 0 1px 5px;
	}
	.order-content .remove{display: block; float: right; height: 15px;}
	.order-content .order-detail-total{text-align: right;color: #666;}
	.order-content .order-detail-total span{ color: #f30; font-size: 16px;}
	.order-content .order-detail-total strong{ font-size: 30px; margin: 0 5px;}
	.order-content .codelist-table .order-goods{ width: auto;}
	.order-content .codelist-table .codelist-col{ text-align: center; width: 85px;}
	.order-content .table th .trash{ display: block; float: right;}
	.order-content .table th .icon-passcode{
		display: block;
		width: 19px;
		height: 19px;
		background-position: -140px -78px;
		position: absolute;
		margin: -11px 0 0 -21px;
	}

	/* codedetail-table */
	.codedetail-table .code-pass{ width: 320px;}
	.codedetail-table .code-status{ width: 120px;}
	.codedetail-table .code-time{ width: 180px;}

	/* order-goods-list */
	.order-goods-list{ margin: -15px 0 0 -15px; overflow: hidden;}
	.order-goods-list li{ float: left; padding: 15px 0 0 15px;}
	.order-goods-list li img{
		display: block;
		height: 55px;
		overflow: hidden;
		padding: 10px;
		border: 1px solid #eee;
        background-color: #fff;
        border-radius: 5px;
	}
	.order-goods-list li a:hover img{ border-color: #f04848;}

	/* order-detail-list */
	.order-detail-list{ margin-top: -1px;}
	.order-detail-list li{
		position: relative;
		overflow: hidden;
		color: #666;
		font-size: 14px;
		padding: 20px 80px 20px 20px;
		border-top: 1px solid #ededed;
		zoom: 1;
	}
		.order-detail-list .goods-thumb{
			float: left;
			overflow: hidden;
			margin-right: 10px;
		}
		.order-detail-list .info{ overflow: hidden;zoom: 1;}
		.order-detail-list h5{line-height: 1.3; margin: 0 0 3px 0;}
		.order-detail-list .goods-amount{
			position: absolute;
			top: 20px;
			right: 25px;
			color: #333;
		}


/* order-delivery-address */
.order-delivery-address:empty{ display: none; }
.order-delivery-address{ margin-top: 20px; padding: 0 30px 30px 30px; background-color: #f9fafc; border: 1px solid #f0f0f0; border-radius: 6px; }
.order-delivery-address h4{ color: #888; margin: 25px 0 7px 0;}
.order-text-table{color: #333; line-height: 1.8;}
.order-text-table li{width: 100%;float: left;clear: both;overflow: hidden;}
.order-text-table label{float: left;width: 80px;overflow: hidden;}

/* express-trace */
.express-trace{
    margin-top: 7px;
    overflow: hidden;
    color: #888;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    border-radius: 3px;
}
    .express-trace li{
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        border-top: 1px solid #eee;
        margin-top: -1px;
    }
        .express-trace div{
            height: 40px;
            overflow: hidden;
            float: left;
        }
            .express-trace .express-date{ padding-left: 30px; width: 140px;}
            .express-trace .express-info{  overflow: hidden; }
            .express-trace .express-status{width: 30px;background: url(../images/express_status.gif) -60px center no-repeat;}
            .express-trace .start{ color: #390;}
            .express-trace .start .express-status{ background-position: -10px center;}
            .express-trace .ing{ color: #333;}
            .express-trace .ing .express-status{ background-position: -110px center;}
            .express-trace .end{ color: #e4393c;}
            .express-trace .end .express-status{ background-position: -160px center;}

/* recycle-search */
.recycle-search{ margin-right: -15px;}
.recycle-search .form-control{width: 200px; margin-right: 5px;}
.recycle-search .btn{ margin-right: 10px;}
.recycle-search select.form-control{width: 100px; margin-right: 5px; _margin-top: 4px;}

/* app-focus */
.app-focus{ background: url(../images/sprites/app_bg.jpg) center 0 no-repeat #35a8fc; zoom: 1;}
.app-focus .container{
	position: relative;
	height: 700px;
	overflow: hidden;
}
	/* .app-phoneqr */
	.app-phoneqr{
		position: absolute;
		left: 50%;
		bottom: 89px;
		z-index: 2;
		margin-left: -194px;
		width: 388px;
		height: 480px;
		overflow: hidden;
		background: url(../images/sprites/apps.png) 0 0 no-repeat;
	}
		.app-phoneqr img{
			display: block;
			width: 280px;
			height: 280px;
			margin: 0 auto;
			margin-top: 122px;
		}

	/* .app-download */
	.app-download .app-download-item{
		position: absolute;
		bottom: 300px;
		z-index: 3;
		display: block;
		width: 252px;
		text-align: center;;
		color: #fff;
		font-size: 14px;
	}
		.app-download .app-download-android{ left: 0; }
		.app-download .app-download-ios    { right: 0; }
		.app-download .app-btn{
			display: block;
			width: 252px;
			height: 88px;
			overflow: hidden;
			margin-bottom: 10px;
			text-indent: -999px;
			background-image: url(../images/sprites/apps.png);
			background-repeat: no-repeat;
			transition: all .3s;
		}
			.app-download .app-btn-android{ background-position: -400px 0; }
			.app-download .app-btn-android:hover{ background-position: -400px -100px; }
			.app-download .app-btn-ios{ background-position: -400px -200px; }
			.app-download .app-btn-ios:hover{ background-position: -400px -300px; }

/* app-features */
.app-features{ text-align: center; padding: 30px 0 200px 0; background-color: #fff; }
.app-features h2{ font-size: 36px; text-align: center; }
.app-features h2 span { border-bottom: 3px solid #f04848; padding-bottom: 7px;}
.app-features-group{ margin-top: 100px; }
.app-features-group li{
	float: left;
	width: 33.33%;
	overflow: hidden;
}
	.app-features-group h3 { padding: 26px 0 18px; font-size: 24px; }
	.app-features-group p{
		margin: 0 50px;
		color: #666;
		text-align: center;
		line-height: 30px;
		font-size: 14px;
	}
	.app-features-group .iconimg{
		display: block;
		width: 108px;
		height: 108px;
		margin: 0 auto;
		background-image: url(../images/sprites/features.png);
	}
		.app-features-group .iconimg-fast{ background-position: 0 0; }
		.app-features-group .iconimg-anys{ background-position: -120px 0; }
		.app-features-group .iconimg-fair{ background-position: -240px 0; }


/* panel-creditcard */
.panel-creditcard{ position: relative; padding-top: 0; }
.panel-creditcard .container{ position: relative; z-index: 2; }
.panel-creditcard .container h2{ 
    text-align: center; 
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    padding: 45px 0 50px 0;
    text-shadow: 0px 1px 0px rgb(184,184,184), 
                 0px 2px 0px rgb(181,181,181), 
                 0px 3px 0px rgb(167,167,167), 
                 0px 6px 1px rgba(0,0,0,.1), 
                 0px 0px 5px rgba(0,0,0,.1), 
                 0px 3px 5px rgba(0,0,0,.2), 
                 0px 5px 10px rgba(0,0,0,.25), 
                 0px 20px 20px rgba(0,0,0,.15);
}
.creditcard-jumbotron{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 450px;
    background-color: #f4e29c;
    background: -webkit-linear-gradient(90deg,#f4e29c 0,#3b293a 100%);
    background: -moz-linear-gradient(90deg,#f4e29c 0,#3b293a 100%);
    background: -ms-linear-gradient(90deg,#f4e29c 0,#3b293a 100%);
    background: -o-linear-gradient(90deg,#f4e29c 0,#3b293a 100%);
    background: linear-gradient(90deg,#f4e29c 0,#3b293a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e29c', endColorstr='#3b293a',GradientType=1);
}

/* creditcard-primary */
.creditcard-primary{
    border: 2px solid;
    border-color: #ddd;
    border-color: rgba(0,0,0,0);    
   *border-color: #eee;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 5px;
}
    .creditcard-primary li{ position: relative; padding: 50px; border-top: 1px solid #f0f0f0; overflow: hidden; zoom: 1;}
    .creditcard-primary li.primary{ border-top: 0 none; padding: 0; }
    .creditcard-img{ float: left; }
    .creditcard-img img{ display: block; width: 290px; height: 180px; border-radius: 10px;}
    .creditcard-info{ float: left; overflow: hidden; padding-left: 50px; white-space: nowrap; }
    .creditcard-info h3{ font-size: 30px; }
    .creditcard-info h4{ color: #666; }
    .creditcard-info .desc{ padding-top: 15px; line-height: 30px; }
    .creditcard-btn{ float: right; padding-top: 65px; width: 180px; }
    .creditcard-btn .btn{ font-size: 16px; border-radius: 100px; display: block; }
    .creditcard-enter:hover{ background-color: rgba(111,111,111,.02);} 
    .creditcard-enter{ 
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        width: 100%;
        height: 100%;
    }
    .creditcard-primary li.primary .creditcard{ float: left; width: 70%; padding: 50px; border-right: 1px solid #f0f0f0; position: relative; }
    .creditcard-primary li.primary .creditcard .creditcard-info{ overflow: hidden; zoom: 1; float: none; }
    .creditcard-primary li.primary .creditcard .creditcard-btn{ float: none; padding: 20px 0 0 0;  }
    .creditcard-primary li.primary .creditpos{ overflow: hidden; height: 250px; padding: 0 50px; padding-top: 30px; overflow: hidden; position: relative; text-align: center; }
    .creditcard-primary li.primary .creditpos .creditcard-img{ float: none; margin: 0 auto; width: 250px; }
    .creditcard-primary li.primary .creditpos .creditcard-img img{ width: 250px; height: 143px; }
    .creditcard-primary li.primary .creditpos .creditcard-info{ padding: 0; float: none; }
    .creditcard-primary li.primary .creditpos .creditcard-info h3{ font-size: 18px; }
    .creditcard-primary li.primary .creditpos .creditcard-info h4{ color: #666; }
    .creditcard-primary li.primary .creditpos .creditcard-info .btn{ margin-top: 20px; font-size: 16px; }


/* new-cat */
.new-cat{
    position: fixed;
    left: 0;
    bottom: 120px;
    z-index: 30;
    width: 100px;
    height: 174px;
    overflow: hidden;
}
    .new-cat img{ position: absolute; top: 0; left: 0; }
    .new-cat .text{ top: auto; bottom: 0; }


/* btn-grids */
.btn-grids{ margin: -15px 0 0 -15px; }
.btn-grids li{ float: left; width: 20%; }
.btn-grids a{ 
    margin: 15px 0 0 15px;
    padding: 0 5px;
    position: relative;
    display: block; 
    overflow: hidden; 
    text-align: center; 
    color: #333;
    line-height: 1;
    white-space: nowrap;
    border: 2px solid #e4ecfa; 
    border-radius: 5px; 
    transition: .3s;
    zoom: 1;
}
    .btn-grids a:hover{ color: #333; border-color: #f04848; }
    .btn-grids .active a,
    .btn-grids .active a:hover{  border-color: #f04848; }
    .btn-grids .active a:after{
        content: "";
        position: absolute;
        right: -1px;
        bottom: 0;  
        z-index: -1px; 
        width: 18px;
        height: 18px;
        overflow: hidden;
        background: url(../images/sprites/selected.gif) 0 0 no-repeat;
    }
    .btn-grids img{ display: block; margin: auto; margin-top: 11px; height: 32px; }
    .btn-grids span{ cursor: pointer; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .btn-grids .title{ margin-top: 5px; margin-bottom: 10px; height: 18px; line-height: 18px; }
    .btn-grids .facer{ color: #000; font-size: 24px; padding: 13px 0 8px 0; }
    .btn-grids .price{ color: #666; font-size: 14px; margin-bottom: 12px; }
    .btn-grids .price strong{ color: #ff5c38; font-weight: 400; }

/* recharge-former */
.recharge-former{    
    max-width: 1240px;
    padding: 0 0 0 280px;
    min-height: 560px;
    margin-bottom: 50px;
}

/* recharge-tabs */
.recharge-tabs{
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    border-right: 1px dotted #f0f0f0;
    background-color: #f8fafc;
    border-radius: 6px 0 0 6px;
}    
    .recharge-tabs .recharge-tabs-cost{ 
        color: #008aff;
        background-color: #c36dc6;
        background-image: background: -webkit-linear-gradient(left, #c5eaff 0%, #e5f6ff 100%);
        background-image: background: -o-linear-gradient(left, #c5eaff 0%, #e5f6ff 100%);
        background-image: background: linear-gradient(to right, #c5eaff 0%, #e5f6ff 100%);
        background: linear-gradient(to right, #c5eaff 0%, #e5f6ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5eaff', endColorstr='#e5f6ff',GradientType=1);
    }
    .recharge-tabs .recharge-tabs-oils{ 
        color: #ff7e0b;
        background-color: #eba880;
        background-image: background: -webkit-linear-gradient(left, #ffeeab 0%, #fff7d7 100%);
        background-image: background: -o-linear-gradient(left, #ffeeab 0%, #fff7d7 100%);
        background-image: background: linear-gradient(to right, #ffeeab 0%, #fff7d7 100%);
        background: linear-gradient(to right, #ffeeab 0%, #fff7d7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeeab', endColorstr='#fff7d7',GradientType=1);
    }
    .recharge-tabs .recharge-tabs-video{ 
        color: #0cc741;
        background-color: #c1ce6f;
        background-image: background: -webkit-linear-gradient(left, #afffe0 0%, #cdffec 100%);
        background-image: background: -o-linear-gradient(left, #afffe0 0%, #cdffec 100%);
        background-image: background: linear-gradient(to right, #afffe0 0%, #cdffec 100%);
        background: linear-gradient(to right, #afffe0 0%, #cdffec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afffe0', endColorstr='#cdffec',GradientType=1);
    }
    .recharge-tabs .recharge-tabs-games{ 
        color: #9958db;
        background-color: #e9deff;
        background-image: background: -webkit-linear-gradient(left, #dac8ff 0%, #e9deff 100%);
        background-image: background: -o-linear-gradient(left, #dac8ff 0%, #e9deff 100%);
        background-image: background: linear-gradient(to right, #dac8ff 0%, #e9deff 100%);
        background: linear-gradient(to right, #dac8ff 0%, #e9deff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dac8ff', endColorstr='#e9deff',GradientType=1);
    }
    .recharge-tabs > ul > li{ margin-right: -1px; position: relative; overflow: hidden; }
    .recharge-tabs > ul > li:first-child{ border-radius: 6px 0 0 0; }
    .recharge-tabs-toogle{ 
        position: relative;
        display: block;
        height: 130px;
        overflow: hidden;
        padding-left: 95px;
        cursor: pointer;
        transition: .3s;
    }    
        
        .recharge-tabs-toogle:hover{ background-color: rgba(255,255,255,.5); } 
        .recharge-tabs-toogle:hover .icon-bg{ opacity: .3; filter: alpha(opacity=30); }    
        .recharge-tabs .recharge-tabs-cost .recharge-tabs-toogle { color: #008aff; }
        .recharge-tabs .recharge-tabs-oils .recharge-tabs-toogle { color: #ff7e0b; }
        .recharge-tabs .recharge-tabs-video .recharge-tabs-toogle{ color: #0cc741; }
        .recharge-tabs .recharge-tabs-games .recharge-tabs-toogle{ color: #9958db; }
        .recharge-tabs .icon-bg .iconfont{ font-size: 150px; }
        .recharge-tabs .icon-bg{ position: absolute; top: 50%; margin-top: -68px; left: -8%; width: 130px; text-align: center; height: 130px; line-height: 140px; opacity: .7; filter: alpha(opacity=70); }
        .recharge-tabs .recharge-tabs-cost .icon-bg { color: #ace0fd; }
        .recharge-tabs .recharge-tabs-oils .icon-bg { color: #fde68a; }
        .recharge-tabs .recharge-tabs-video .icon-bg{ color: #84fdce; }
        .recharge-tabs .recharge-tabs-games .icon-bg{ color: #d1bbff; }
        .recharge-tabs .icon{ position: absolute; z-index: 3; top: 50%; left: 20px; width: 64px; height: 64px; line-height: 68px; margin-top: -32px; text-align: center; }
        .recharge-tabs .icon .iconfont{ font-size: 64px; }
        .recharge-tabs .active .recharge-tabs-toogle{ background-color: #fff; cursor: default; } 
        .recharge-tabs .active .icon-bg{ opacity: .2; filter: alpha(opacity=20); }
        .recharge-tabs h5{ position: relative; z-index: 3; font-size: 24px; margin-top: 32px; }
        .recharge-tabs p { position: relative; z-index: 3; font-size: 16px; margin-top: 5px; }

/* recharge-content */
.recharge-content{ padding: 30px 40px; }
.recharge-content .btn-group-pay .disabled .btn:before{ padding-top: 18px; }
.recharge-content .btn-group-pay > li  { width: 22%; }
.recharge-content .btn-group-tall > li { width: 25%; }
.recharge-content .btn-group-value > li{ width: 20%; }
.recharge-content .btn-group-value > li > .btn{ height: 65px; }
.recharge-content .btn-group-value > li > .btn strong{ padding-top: 9px; }
.recharge-content .btn-group-value-4 > li { width: 25%; }
.recharge-content .btn-group-facer > li > .btn strong{ font-size: 16px; padding-top: 12px; }
.recharge-content .btn-group-viptype > li{ width: 25%; }
.recharge-content .btn-group-viptype > li > .btn{ font-size: 16px; padding: 15px; color: #000; }
.recharge-content .btn-group-viptype > .active .btn { color: #f04848; }
.recharge-content .col-xs-1 { width: 12%; }
.recharge-content .col-xs-5 { width: 38%; }
.recharge-content .col-xs-6 { width: 50%; }
.recharge-content .col-xs-11{ width: 88%; }
.recharge-content .col-xs-offset-1{ margin-left: 12%; }
.recharge-content .sale-price{ font-size: 25px; line-height: 1; vertical-align: middle; }
.recharge-content .sale-num{ vertical-align: middle; color: #999; }
.recharge-content .recharge-tips{ padding: 15px 0 0 15px; line-height: 20px; }

/* recharge-explain */
.recharge-explain{ margin-top: 40px; color: #666; padding: 30px 0; border-top: 1px dotted #e5e5e5; }
.recharge-explain h5{ font-weight: 700; margin-bottom: 10px; }
.recharge-explain .list{ margin-left: 18px; margin-left: 21px\9; *margin-left: 26px; }
.recharge-explain .list > li{ padding: 5px 0; }
.recharge-explain .list ul > li{ padding: 2px 0; }
.recharge-explain .list strong + ul{ margin-top: 3px; }

/* recharge-statement */
.recharge-statement{ padding: 20px 25px 0 0; color: #666; }
.recharge-statement .list > li{ padding: 5px 0; }

/* enqiure */
.enqiure .breadcrumbs{ border-bottom: 0 none; }
.enqiure-article{ margin: 0 0 30px 0; padding: 50px 80px; }
.enqiure-article .medal{ 
    position: absolute;
    top: 13px;
    left: -80px;
    color: #fff;
    font-size: 22px;
    padding: 10px 20px 10px 15px;
    background-color: #390;
    border-radius: 0 100px 100px 0;
}
    .enqiure-article .medal-wen{ background-color: #03dd83; } 
    .enqiure-article .medal-da { background-color: #fea100; top: 56px; } 

/* enqiure-title{ */
.enqiure-title{ position: relative; padding: 0 0 50px 0; }
.enqiure-title h2{ font-weight: 400; line-height: 44px; color: #333; font-size: 32px; margin-bottom: 7px;}
.enqiure-content{ position: relative; border-top: 1px dotted #e5e5e5; }









