/* header */
.header{ height: 140px; }
.navbar .dropdown-menu{ border-radius: 0 0 6px 6px; border-top: 0; margin-top: -1px; }
.navbar .container-fluid{ position: relative; height: 140px; padding: 0; }
.navbar{
    position: relative;
    min-width: 1240px;
    height: 80px;    
    background-color: #fff;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid #eee\9;
    border-color: rgba(255,255,255,.01);
    transition: background-color .3s;
    box-shadow: 0 5px 30px -15px rgba(0,0,0,.2);
}

/* 首页跳动卡券 */
    .unique-icon-container {
        position: relative;
        width: 100%;
        height: 260px; /* 红框的高度 */
        overflow: hidden;
    }
    .unique-title {
        text-align: center;
        font-size: 28px;
        margin-top: 120px;
        margin-bottom: 80px;
    }
    .unique-icon-item {
        width: 80px;
        height: 80px;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .unique-icon-item img {
        width: 60%;
        height: 60%;
        object-fit: contain; /* 保持图片比例，避免拉伸 */
    }



    /* navbar-fixed */
    .navbar-fixed{  
        z-index: 30;
        background-color: #fff;
        box-shadow: 0 5px 30px -5px rgba(0,0,0,.2);
    }
   .logosy{
        width: 200px; 
        height: 80px;
}


/* 首页选择回收 */
        .tt-container {
            text-align: center;
            padding: 20px;
        }
        .tt-step {
            display: inline-block;
            width: 280px; /* 卡片宽度 */
            height: 220px; /* 设置固定高度 */
            padding: 40px; /* 增加内边距 */
            margin: 10px;
            border: 1px solid #eee;
            border-radius: 5px;
            vertical-align: top;
            position: relative; /* 使图片绝对定位 */
            margin-bottom: 20px; /* 添加底部间距 */
        }
        .tt-step-number {
            font-size: 32px; /* 增加字体大小 */
            font-weight: bold;
            text-align: left; /* 左对齐 */
            margin: 0; /* 清除默认margin */
        }
        .tt-step-description {
            font-size: 18px; /* 增加字体大小 */
            text-align: left; /* 左对齐 */
            margin-top: 5px; /* 增加顶部间距 */
        }
        .tt-title {
            font-size: 24px;
            margin-top: 10px;
        }
        .tt-sub-title {
            font-size: 16px;
            color: #888;
            margin-bottom: 60px;
        }
        .tt-image {
            width: 40px; /* 调整宽度 */
            height: 40px; /* 调整高度 */
            position: absolute; /* 绝对定位 */
            top: 10px; /* 距离顶部 */
            right: 10px; /* 距离右边 */
            object-fit: contain; /* 保持比例 */
        }
        
        /* 首页回收流程 */
        .syxzhs-feature-container {
            display: flex;
            justify-content: space-around;
            margin: 20px 0;
        }
        .syxzhs-feature {
            width: 23%;
            margin: 0 1%;
            text-align: center;
        }
        .syxzhs-feature img {
            width: 50px;
            height: 50px;
        }
        .syxzhs-feature-title {
            font-size: 20px; /* 调整标题字号 */
            font-weight: bold;
            margin: 10px 0;
            color: #333; /* 标题颜色 */
        }
        .syxzhs-feature-description {
            font-size: 14px;
            color: #555;
            margin-top: 5px; /* 增加描述与标题间距 */
        }
        .syxzhs-title { /* 为主标题设置唯一性 */
            font-size: 24px;  /* 二级标题字号 */
            margin-top: 40px;
            text-align: center;
        }
        .syxzhs-subtitle { /* 为子标题设置唯一性 */
            font-size: 16px; /* 子标题字号 */
            color: #666; /* 子标题颜色 */
            margin: 0;
            margin-bottom: 80px; /* 添加子标题的下间距 */
            text-align: center;
        }


	/* navbar-brand */
    .navbar-brand{
        position: absolute;
        top: 0;
        left: 8%;
        width: 60%;
        height: 70px;
        overflow: hidden;  
        background: -webkit-linear-gradient(to right, #00aaff 0%, #0085fe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0085fe',GradientType=1);
        transition: background .3s;
    }
        .navbar-brand a{ display: block; width: 100%; height: 100%; }
        .navbar-brand .logo{ 
            display: block; 
            float:left;
            width: 10px; 
            height: 70px; 
            overflow: hidden;
            text-indent: -999px;
        }
		.navbar-brand .logob{ 
            display: block;
			float: left;
			margin-top: 15px;
			height: 70px;
			line-height: 70px;
			font-size: 26px;
			font-family: cursive;
        }
		.navbar-brand .logoc{ 
            display: block; 
            float:left;
			width: 200px; 
            height: 70px; 
            overflow: hidden;
			margin-top: 15px;
            text-indent: -999px;
            background: url(../images/limg.png) 0 0 no-repeat;
        }


	/* navbar-primary */
    .navbar-primary{ margin: 0 280px 0 220px; text-align: center;padding-top: 5px; }
	.navbar-nav{ white-space: nowrap; font-size: 0; }
	.navbar-nav > li + li{ margin-left: 5.8%; }
	.navbar-nav > li{ display: inline-block; vertical-align: middle; position: relative; }
	.navbar-nav > li > a{
        position: relative;
        display: block;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        color: #333;
        transition: .3s;
        white-space: nowrap;
	}
        .navbar-nav > li > a > .iconfont{ margin-right: 5px; font-size: 24px; vertical-align: -3px; opacity: .5; filter: alpha(opacity=50); }
        .navbar-nav > li > a:hover{ color: #007dfe; }
        .navbar-nav > li.open > a,
        .navbar-nav > li.open > a:hover{ color: #007dfe; }
        .navbar-nav > li.open > a > .iconfont,
        .navbar-nav > li > a:hover > .iconfont,
        .navbar-nav > li.current > a > .iconfont{ opacity: 1; filter: alpha(opacity=100); }
        .navbar-nav > li.current > a,
        .navbar-nav > li.current > a:hover{ color: #007dfe; }
        .navbar-nav > li.current > a > span{ font-weight: 700; }
        .navbar-nav > li#navbar-sell > a:hover,
        .navbar-nav > li#navbar-sell.open > a,
        .navbar-nav > li#navbar-sell.open > a:hover,
        .navbar-nav > li#navbar-sell.current > a,
        .navbar-nav > li#navbar-sell.current > a:hover{ color: #007dfe; }

        .navbar-nav > li#navbar-chong > a:hover,
        .navbar-nav > li#navbar-chong.open > a,
        .navbar-nav > li#navbar-chong.open > a:hover,
        .navbar-nav > li#navbar-chong.current > a,
        .navbar-nav > li#navbar-chong.current > a:hover{ color: #f04848; }
        
        .navbar-nav > li#navbar-qbi > a:hover,
        .navbar-nav > li#navbar-qbi.open > a,
        .navbar-nav > li#navbar-qbi.open > a:hover,
        .navbar-nav > li#navbar-qbi.current > a,
        .navbar-nav > li#navbar-qbi.current > a:hover{ color: #fd7400; }

        .navbar-nav > li#navbar-buy > a:hover,
        .navbar-nav > li#navbar-buy.open > a,
        .navbar-nav > li#navbar-buy.open > a:hover,
        .navbar-nav > li#navbar-buy.current > a,
        .navbar-nav > li#navbar-buy.current > a:hover{ color: #0cc741; }

        .navbar-nav > li#navbar-jifen > a:hover,
        .navbar-nav > li#navbar-jifen.open > a,
        .navbar-nav > li#navbar-jifen.open > a:hover,
        .navbar-nav > li#navbar-jifen.current > a,
        .navbar-nav > li#navbar-jifen.current > a:hover{ color: #6d45bc; }

        .navbar-nav > li#navbar-app > a:hover,
        .navbar-nav > li#navbar-app.open > a,
        .navbar-nav > li#navbar-app.open > a:hover,
        .navbar-nav > li#navbar-app.current > a,
        .navbar-nav > li#navbar-app.current > a:hover{ color: #e53b75; }
        
        @media (max-width: 1420px) { .navbar-nav > li + li{ margin-left: 6%; } }
        @media (max-width: 1350px) { 
            .navbar-nav > li + li{ margin-left: 5%; } 
            .navbar-nav > li > a{ font-size: 15px; }
            .navbar-nav > li > a > .iconfont{ font-size: 20px; vertical-align: -2px; }

        }
    
.icon1{
	background:url(../images/q1.png) no-repeat;
	margin-right: 5px;
    font-size: 24px;
    vertical-align: -3px;
    /* opacity: .5; */
    width: 24px;
    display: block;
    height: 70px;
    float: left;
    line-height: 70px;
    background-position: center center;
}
.icon2{
	background:url(../images/q2.png) no-repeat;
	margin-right: 5px;
    font-size: 24px;
    vertical-align: -3px;
    /* opacity: .5; */
    width: 24px;
    display: block;
    height: 70px;
    float: left;
    line-height: 70px;
    background-position: center center;
}
.icon3{
	background:url(../images/q3.png) no-repeat;
	margin-right: 5px;
    font-size: 24px;
    vertical-align: -3px;
    /* opacity: .5; */
    width: 24px;
    display: block;
    height: 70px;
    float: left;
    line-height: 70px;
    background-position: center center;
}
.icon4{
	background:url(../images/q4.png) no-repeat;
	margin-right: 5px;
    font-size: 24px;
    vertical-align: -3px;
    /* opacity: .5; */
    width: 24px;
    display: block;
    height: 70px;
    float: left;
    line-height: 70px;
    background-position: center center;
}
    /* navbar-primary */
    .navbar-primary .dropdown-menu{ margin-left: -32px; } 
    .navbar-cardnav{ width: 700px; padding: 10px 20px 15px 20px; } 
    .navbar-cardnav li{ float: left; width: 220px; padding: 20px 20px 0 20px; }
    .navbar-cardnav .card{ position: relative; width: 180px; height: 98px; border-radius: 4px; transition: .3s; }
    .navbar-cardnav img{ position: absolute; display: block; height: 98px; border-radius: 4px; transition: .3s; }
    .navbar-cardnav img.cover{ left: 0; top: 0; z-index: 3; width: 180px; }
    .navbar-cardnav img.mid  { left: 4px; top: 4px; z-index: 2; width: 172px; opacity: .3; filter: alpha(opacity=30); }
    .navbar-cardnav img.down { left: 8px; top: 8px; z-index: 1; width: 164px; opacity: .1; filter: alpha(opacity=10); }
    .navbar-cardnav a:hover img.cover{ left: 0; top: -8px; width: 180px; }
    .navbar-cardnav a:hover img.mid  { left: 8px; top: 0; width: 164px;}
    .navbar-cardnav a:hover img.down { left: 16px; top: 8px; width: 148px; }
    .navbar-cardnav span{
        position: relative;
        display: block;
        padding: 15px 0 5px 0;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    /* navbar-hotcard */
    .navbar-hotcard{ padding: 18px 20px 20px 20px; overflow: hidden; border-top: 1px solid #f0f0f0; white-space: nowrap; }
    .navbar-hotcard > strong{ font-size: 16px; font-weight: 400; }
    .navbar-hotcard > a + a{ margin-left: 13px; }
    .navbar-hotcard > a{ color: #929292; }
    .navbar-hotcard > a:hover{ color: #007dfe; }

    /* navbar-download */
    .navbar-download{ width: 370px; padding: 15px 35px 25px 35px; text-align: center; }
    .navbar-download h5{ margin-bottom: 15px; }
    .navbar-download img{ display: block; width: 130px; height: 130px; padding: 5px; border: 1px solid #eee; border-radius: 6px; box-shadow: 1px 5px 10px rgba(200,200,200,.2); }
    .navbar-download .btns{ width: 150px; text-align: center; color: #666; }
    .navbar-download .btns .btn{ margin: 5px 0 13px 0; text-align: left; }
    .navbar-download .btn{ font-size: 13px; padding: 8px 20px 9px 15px; }
    .navbar-download .btn .iconfont{ font-size: 18px; margin-right: 8px; vertical-align: -1px; }
    .navbar-download .navbar-qbiclient{ border-top: 1px dotted #e5e5e5; margin-top: 20px; padding-top: 15px; white-space: nowrap; font-size: 0; }
    .navbar-download .navbar-qbiclient .btn{ font-size: 14px; }
    .navbar-download .navbar-qbiclient .btn + .btn{ margin: 0 0 0 15px; }

    /* navbar-customer */
    .navbar-customer{ position: absolute; top: 23px; right: 20px; }
    .navbar-customer .dropdown-menu{ right: 0; }
    .navbar-customer .dropdown-menu img{ display: block; }

    /* navbar-login */
    .navbar-login{ position: relative; }
    .navbar-login > li{ float: left; height: 53px; }
    .navbar-login > li + li{ margin-left: 15px; }
    .navbar-login > li.userstate1{ font-size: 0; }
    .navbar-login > li > .btn + .btn{ margin-left: 10px; }
    .navbar-login > li > .btn{ padding: 7px 20px; }
    .navbar-login > li > .navbar-links:hover{ background-color: #f6f6f7; }
    .navbar-login > li > .navbar-icon .iconfont{ font-size: 32px; } 
    .navbar-login > li > .navbar-icon{ position: relative; z-index: 10; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #ccc; }  
    .navbar-login > li > .navbar-icon:hover{ color: #007dfe; }  

    /* navbar-user */
    .navbar-login > .navbar-user > .navbar-avatar{ position: relative; height: 36px; line-height: 32px; padding: 0 15px 0 40px; }  
    .navbar-user > .navbar-avatar > .avatar .iconfont{ font-size: 28px; }
    .navbar-user > .navbar-avatar > .avatar{ 
        position: absolute;
        top: 3px;
        left: 3px;
        display: block; 
        width: 28px; 
        height: 28px; 
        text-align: center;
        overflow: hidden;
        line-height: 30px;
        border-radius: 50%; 
        transition: .3s;  
        cursor: pointer;
        color: #007dfe;
        text-indent: -1.5px;
        border: 2px solid #fff;
        background-color: #fff;
    }

    /* navbar-account */
    .navbar-account{ width: 280px;  }    
    .navbar-account-name{ text-align: center; padding: 15px 0 0 0; }
    .navbar-account-nav{ padding: 13px 15px 15px 15px; }
    .navbar-account-nav ul{ width: 100%; }
    .navbar-account-nav ul li{ float: left; width: 50%; text-align: center; padding: 5px; }
    .navbar-account-nav .iconfont{ font-size: 18px; margin-right: 5px; vertical-align: -2px; opacity: .5; filter: alpha(opacity=50); }
    .navbar-account-nav .btn{ display: block; padding: 8px 0; }
    .navbar-account-nav .btn:hover{ color: #007dfe; } 
    .navbar-account-set{ padding: 15px 20px 18px 20px; color: #aaa; font-size: 13px; border-top: 1px dotted #eee;}
    .navbar-account-set > a{ color: #999; }
    .navbar-account-set > a:hover{ color: #007dfe; }

	/* navbar-help */
    .navbar-help .dropdown-menu{ text-align: center; width: 220px; }
    .navbar-help .dropdown-menu p{ padding: 18px 25px; line-height: 1.4; color: #383838; overflow: hidden; }
    .navbar-help .dropdown-menu p.tel{ border-top: 1px dotted #eee; border-bottom: 1px dotted #eee; }
    .navbar-help .dropdown-menu p.tel span{ padding: 5px 5px 0 5px; display: inline-block; font-weight: 400; }
    .navbar-help .dropdown-menu p.tel .text-orange{ border-top: 1px solid #eee; }
    .navbar-help .dropdown-menu p.link{ color: #aaa; }
 


/* navbar-transparent */
.navbar-transparent{ border: 0 none; box-shadow: none; background: transparent; }
.navbar-transparent .navbar-brand{ background: transparent;  }
.navbar-transparent .dropdown-menu{ border-top: 0; margin-top: -1px; }
.navbar-transparent .navbar-nav > li > a{ color: #fff!important; color: rgba(255,255,255,.8)!important; }
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li.open > a,
.navbar-transparent .navbar-nav > li.open > a:hover,
.navbar-transparent .navbar-nav > li.current > a,
.navbar-transparent .navbar-nav > li.current > a:hover{ color: #fff!important; }
.navbar-transparent .navbar-login > li > .btn{ background: transparent; color: #fff; border-color: #fff; }
.navbar-transparent .navbar-login > li > .btn:hover{ background: rgba(0,0,0,.1); color: #fff!important; border-color: #fff; }
.navbar-transparent .navbar-login > li > .navbar-icon{ color: #fff; color: rgba(255,255,255,.6); }
.navbar-transparent .navbar-login > li > .navbar-icon:hover{ color: #fff; }  

/* footer */
.footer{
    padding: 30px 0;
    border-top: 2px solid #0085fe;
    background-color: #fff;
}
    /* footer-primary */
	.footer-primary .container{ 
        position: relative;
        overflow: hidden; 
        height: 190px;
        border-bottom: 1px solid #f0f0f0; 
    }
	.footer-primary dl{ height: 155px; overflow: hidden; line-height: 24px; }
    .footer-primary .footer-help   { width: 300px; position: absolute; top: 0; left: 20px; }
    .footer-primary .footer-service{ position: relative; margin: 0 300px 0 300px; padding-left: 50px; border-left: 1px dotted #e5e5e5; border-right: 1px dotted #e5e5e5;}
    .footer-primary .footer-qrcode { position: absolute; top: 0; right: 20px; padding-left: 10px; }
    .footer-primary dt{font-size: 18px;color: #333; margin-bottom: 15px;}

    .footer-help li{ float: left; width: 50%; }
    .footer-service .call{ line-height: 40px; margin-top: -8px; }
    .footer-service .call strong{ font-size: 30px; vertical-align: middle; font-weight: 400; }
    .footer-service .call small { font-size: 14px; color: #999; }
    .footer-service .time{ font-size: 14px; color: #808080; }
    .footer-service .online{ padding: 10px 0;}
    .footer-service .online .btn{ padding: 8px 30px 8px 20px; font-size: 16px; }
    .footer-service .online .btn .iconfont{ font-size: 24px; vertical-align: -4px; margin-right: 7px; }
    .footer-service .tips{ position: absolute; bottom: 0; right: 42px; width: 200px; }
    .footer-service .tips .alert{ font-size: 14px; padding: 15px 20px; margin: 0; border-radius: 6px;} 
    .footer-service .tips .alert h4{ font-size: 16px; white-space: nowrap; }
    .footer-service .tips .alert s{
        position: absolute;
        left: -6px;
        top: 50%;
        margin-top: -7px;
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        vertical-align: middle;
        border-right: 6px dashed;
        border-right: 6px solid \9;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }
    .footer-qrcode li{ float: left; text-align: center; padding: 10px 0 0 40px; }
    .footer-qrcode li h5{ font-size: 14px; color: #808080; padding-top: 5px;}
    .footer-qrcode li img{ width: 111px; display: block; }

	/* copyright */
    .copyright{ padding: 15px 0 0 0; text-align: center; color: #808080; font-size: 14px; }
    .copyright a{ color: #808080; }
    .copyright a:hover{ color:#007dfe; }

    /* authentication */
    .authentication{ text-align: center; margin-top: 30px;}
    .authentication li{ display: inline-block; padding: 0 5px;}
    .authentication li a{
        display: block;
        height: 50px;
        padding: 5px 15px 5px 10px;
        font-size: 12px;
        overflow: hidden;
        text-align: left;
        line-height: 16px;
        color: #808080;
        border: 1px solid #eee;
        border-radius: 6px;
    }
        .authentication li a:hover{ color: #808080; }
        .authentication li a .iconimg{ width: 40px; height: 40px; cursor: pointer; }
        .authentication li a .iconimg-wenhua { background-position: -80px -220px; }
        .authentication li a .iconimg-beian  { background-position: -40px -180px; }
        .authentication li a .iconimg-weifa  { background-position: -80px -180px; }
        .authentication li a .iconimg-buliang{ background-position: -40px -220px; }
        .authentication li a .iconimg-gzaic  { background-position: 0 -180px; }
        .authentication li a .iconimg-360    { background-position: 0 -220px; }
        .authentication li a span{
            display: inline-block;
            height: 40px;
            padding: 4px 0 0 5px;
            vertical-align: middle;
            cursor: pointer;
        }

/* footer-sm */
.footer-sm{ padding: 20px 0; font-size: 13px; line-height: 24px; color: #888; }
.footer-sm a{ color: #888;}
.footer-sm a:hover{ color: #007dfe;}
.footer-sm p.line{
	margin-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 15px 18px 15px;
}

/* 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 rgba(0,133,254,.6); 
        background-color: #0085fe;
        background: -webkit-linear-gradient(to right, #00aaff 0%, #0085fe 100%);
        background: linear-gradient(to right, #00aaff 0%, #0085fe 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; } 
 
/* 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; }
/*评论*/
.pinglun{
	position: absolute;
    top: 150px;
    z-index: 9;
}
.pinglun2{
	position: absolute;
    z-index: 9;
    /* float: right; */
    right: -1px;
    top: 150px;
}

/* 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;
    background-color: #fff;
	margin-left:5%;
    
}
.what-group > li{ float: left; width: 30%; text-align: center;margin-left:12px; }
.what-group > li + li{}
.what-group .what-group-inner{ position: relative; padding: 45px ;}
.what-group .iconimg{ width: 120px; height: 100px; }
.what-group .iconimg-1{ background-image:url(../images/1.png); }
.what-group .iconimg-2{ background-image:url(../images/2.png); }
.what-group .iconimg-3{ background-image:url(../images/3.png);}
.what-group h5{ font-size: 18px; padding: 30px 0 15px 0; }
.what-group p{ padding: 20px 30px; text-align: left; color: #808080; } 

.pwhat-group{ 
    position: relative;
    overflow: hidden;
    border: 1px solid\9;
    background-color: #fff;
    height: 330px;
    padding: 5px;
	overflow:hidden;
	float:left
    
}
.pwhat-group > li{ float: left;    margin-bottom: 10px; width: 237px;height:320px; margin-left:12px;border: 1px solid #c5c5c5;box-shadow: 0px 0px 8px 1px rgba(177, 176, 176, 0.9);  }
.pwhat-group > li + li{ border: 1px dotted #eee; border: 1px solid #c5c5c5;}
.pwhat-group .what-group-inner{ position: relative; height:70%;background-image:url(../images/772.png);background-repeat:no-repeat;}
.pwhat-group .what-group-inner span:first-child{padding-top: 10px;
    display: block;
    font-size: 18px;
    padding-left: 50px
}
#die{
	width:300%;
	position:relative;
	height:320px
}
.pwhat-group .what-group-inner span:nth-child(2){display: block;
    margin-top: 65px;
    font-size: 16px;
    padding: 0 20px;
}
.pwhat-group .what-group-innerb{border-top:1px solid #c6c6c6;height:30%;padding: 25px 10px;}
.pwhat-group .what-group-innerb span{margin-left:8px}
.pwhat-group .what-group-innerb span strong:nth-child(2){color:#0666ca;margin-left:5px}
.pwhat-group .iconimg{ width: 120px; height: 100px; }
.pwhat-group h5{ font-size: 18px; padding: 30px 0 15px 0; }
.pwhat-group p{ padding: 20px 30px; text-align: left; color: #808080; } 


.dongtai{
	    display: block;
    width: 48%;

    float: left;
    margin-left: 2%;
}
.dongtai i{
	font-size:28px;
	    
}
.dongtai span{
	font-size:24px;
}
.dongtai span:nth-child(2){
	color:#0a4786;
	float:right;
}
.dongtai ul{
	margin-top:20px
}
.dongtai li{
	 font-size: 18px;
    height: 50px;
   border-bottom: 1px dashed;
        margin-top: 15px;
    padding: 5px;
}
.dongtai li strong{
	margin-left:15px
}
.overlay-ribbon {
    width: 35px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    border: 18px #ad0000 solid;
    border-bottom-color: #f1f1f1;
}
.overlay-ribbon p{
	    display: block;
    margin-top: -25px;
    margin-left: -7px;
    color: #FFF;
}
.overlay-ribbonb {
    width: 35px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    border: 18px #777777 solid;
    border-bottom-color: #f1f1f1;
}
.overlay-ribbonb p{
	    display: block;
    margin-top: -25px;
    margin-left: -17px;
    width: 35px;
    color: #FFF;
    text-align: center;
}

/* feature-group */
.feature-group{ }
.feature-group > li{
    float: left;
    width: 20%;
    text-align: center;
	padding-left: 5%;
}
    .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;    margin-top: 20%;}
    .feature-group .iconimg-heart{ background-position: -110px 0; margin-top: 20%;}
    .feature-group .iconimg-safe { background-position: -220px 0; margin-top: 20%;}
    .feature-group .iconimg-fast { background-position: 0 -110px; margin-top: 20%;}
    .feature-group .iconimg-price{ background-position: -110px -110px;margin-top: 20%;}

/* kaka-notice */
.panel-stepflow{ padding: 0 0 10px 0; }
.kaka-notice{ max-width: 1200px; margin: auto; }
.kaka-notice{
    margin-top: -60px;
    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: 10px;
    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: 10px; }
    .kaka-notice-text > p > a{ color: #888; }
    .kaka-notice-text > p > a: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 .iconfont{ 
            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: #149cf1; }
            .stepflow-group .iconfont-step-realname { background-color: #14b5f1; }
            .stepflow-group .iconfont-step-input    { background-color: #13c5cc; }
            .stepflow-group .iconfont-step-verify   { background-color: #13cc9e; }
            .stepflow-group .iconfont-step-cash     { background-color: #13cc7b; }
            .stepflow-group .iconfont-step-completed{ background-color: #27cd43; }

/* panel-stepflow-inverse */
.panel-stepflow-inverse{
    padding: 60px 0 50px 0;
    background-color: #0aa8d1;
    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, #77c4ff 0%, #60f4ac 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: 16.66666666666667%;margin-bottom:12px }
    .btn-card{
        position: relative;
        display: block;
        height: 70px;
        line-height: 66px;
        overflow: hidden;
        margin-left: 15px;
        font-size: 18px;
        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 > 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: 14.28571428571429%; }   
	.recycle-former .btn-group-tall .btn,
    .recycle-former .btn-group .loader{
		
		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 5px 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: 14.28571428571429%;}
	.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{ padding: 0; line-height: 1; background-color: #fff; }
	.recycle-former .btn-group-value .btn strong{ color: #000; display: block; font-size: 20px; padding: 2px 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: #0f98ff; }
    .recycle-former .btn-group-units .active .btn{ color: #007dfe; }
	.recycle-former .btn-group-units .active .btn:after{ background-position: 0 -20px; }
	.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(/static/home/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: #0050c9;
    background: -webkit-linear-gradient(left, #f5a950 0%, #f4845d 100%);
    background: -o-linear-gradient(left, #f5a950 0%, #f4845d 100%);
    background: linear-gradient(to right, #0050c9 0%, #f45d95 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: 1000px; 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-tips{ margin: 30px 0; }
.qbi-former-tips > hr{ margin: 15px 0; }
.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; }
.qbi-step > li{ 
    display: inline-block;
    width: 101px; 
    padding: 10px 5px 10px 0;
    text-align: center;
}
    .qbi-step > li:last-child{ width: 96px; padding-right: 0; } 
    .qbi-step > li + li{ margin-left: 6%; } 
    .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.2; font-weight: 100; }
    .qbi-step > li > .iconimg{
        display: block;
        width: 101px;
        height: 96px;
        background-image: url(/static/home/images/sprites/qbistep.png?20190603);
    }
        .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; }
        .qbi-step > li > .iconimg-5{ background-position: -429px 0; width: 96px; }



/* 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: 16.6666666666666666666666%;}
.jifen-former .recycle-former .btn-group-value li{ width: 20%;}
.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 .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: 30px; font-weight: 300;}
	.login-secondary-down .tips p{ font-size: 20px;font-weight: 300;}
	.login-secondary-down .down .btn{
		display: block;
		width: 190px;
		font-size: 16px;
		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%;
	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;
}


/* 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(/static/home/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;
    width: 100%;
    height: 40rem;
    top: -60px;
    overflow: hidden;
    /*padding: 20px 0 120px 0;*/
    text-align: center;
    background: url(../images/sprites/jumbotron.jpg) center no-repeat;
	background-size: cover;
}
    .jumbotron .btn-lg {
        border-width: 2px;
        font-size: 18px;
        padding: 20px 100px;
    }

/*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: 500px;
		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(/static/home/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(/static/home/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(/static/home/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;
	}

/* xianxia-jumbotron */
.xianxia-jumbotron{
    position: relative;
    height: 420px;
    padding-top: 80px;
    overflow: hidden;
    text-align: center;
    background: url(../images/sprites/xianxia_bg.jpg) center center no-repeat #3ad491;
    background-size: cover;
}
    .xianxia-masthead{
        margin: auto;
        width: 640px;
        height: 150px;
        margin-bottom: 50px;
        background: url(../images/sprites/xianxia.png?2017) 0 0 no-repeat;
    }

/* xianxia-stepflow */
.xianxia-stepflow{ padding: 40px 0; }
.xianxia-stepflow-group{ text-align: center; font-size: 0; white-space: nowrap; }
.xianxia-stepflow-group > li{ display: inline-block; vertical-align: middle; }
.xianxia-stepflow-group h5{ font-size: 16px; }
.xianxia-stepflow-group .iconimg{ background-image: url(../images/sprites/stepflow.png?2017); }
.xianxia-stepflow-group .icon{
    display: block;
    height: 64px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 18px;
}
    .xianxia-stepflow-group .iconimg  { width: 64px; height: 64px; }
    .xianxia-stepflow-group .iconimg-attache{ background-position: -140px 0; }
    .xianxia-stepflow-group .iconimg-money  { background-position: -210px 0; }
    .xianxia-stepflow-group .iconimg-trade  { background-position: -140px -70px; width: 106px;}
    .xianxia-stepflow-group .iconimg-dotted { background-position: 0 -140px; width: 86px; height: 6px; margin: 0 30px; }


/* xianxia */
.xianxia-map{
    position: relative;
    width: 1200px;
    height: 350px;
    background: url(../images/sprites/map.png?2017) center -400px no-repeat;
}
    .xianxia-map li{ position: absolute; z-index: 3;}
    .xianxia-map li.guangzhou{ left: 710px; bottom: 180px;}
    .xianxia-map li.shenzhen { right: 310px; bottom: 30px;}
    .xianxia-map li.other    { top: 50px; left: 180px;}
    .xianxia-map .iconimg-location{
        position: absolute;
        z-index: 2;
        display: block;
        width: 18px;
        height: 34px;
    }
        .xianxia-map .iconimg-location-down { background-position: -176px -210px; top: 78px; left: 60px; }
        .xianxia-map .iconimg-location-up   { background-position: -176px -225px; top: -34px; right: 60px; }
        .xianxia-map .iconimg-location-right{ background-position: -160px -225px; top: 30px; right: -33px; width: 34px; height: 18px;}

    .xianxia-map .city-box{
        width: 380px;
        height: 78px;
        padding: 15px;
        border-radius: 80px;
        box-shadow: 0 0 8px rgba(0,0,0,.15);
    }
        .xianxia-map .city-box .city-name{
            display: block;
            display: block;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            font-size: 18px;
            overflow: hidden;
            color: #fff;
            border-radius: 50%;
        }
        .xianxia-map .city-box .city-address{
            display: block;
            overflow: hidden;
            font-size: 15px;
            padding: 0 15px;
            zoom: 1;
            line-height: 24px;
        }

/* 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{
    float: left;
    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;
    height: 510px;
    padding-top: 110px;
    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);
    	*background-color: #4a5069;
    	border-radius: 7px;
    }
    .fuli-jumbotron .btn:hover{
    	color: #e43d3f;
    	background-color: #fff;
    }

/* panel-fuli */
.panel-fuli{}
.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; }
.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;
    background-image: url(/static/home/images/fuli/service_banner.jpg)
}
.service-banner h2{ padding: 160px 0 0 0; line-height: 1; }
.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: 16.66666666666667%; }
    .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: 8%;}
	.recycle-former .btn-group-value li{width: 8%; }
	.recycle-former .btn-group-value-5 li{ width: 9%; }
	.cards-group .item, .cards-group > li{ width: 9%; }
}
@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.66666666666667%; }
    .view-framework-body .recycle-former .btn-group-value-5 li{ width: 20%; }
    .view-framework-body .recycle-former .btn-group-units li{ width: 20%; }
}
@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: 16.66666666666667%; }
	.recycle-former .btn-group-value li{ width: 16.66666666666667%; }
	.recycle-former .btn-group-value-5 li { width: 20%; }
}
@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-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 .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: 85px;
	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, #c471f5 0%, #fa71cd 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(/static/home/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;}
.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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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(/static/home/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; }

/* logowall */
.logowall-left{ left: 0;}
.logowall-right{ right: 0; }
.logowall{ position: absolute; top: 80px; z-index: 5; overflow: hidden; width: 360px; }
.logowall .logowall-item{ width: 100%; height: 138px; overflow: hidden;}
.logowall .logowall-item .link-tmall{
    float: left;
    display: block;
    width: 120px;
    height: 130px;
    overflow: hidden;
    background-image: url(../images/logowall.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: .7;
    filter: alpha(opacity=70);
}    
    
    .logowall-left .logowall-item .link-tmall{ float: right; }
    .logowall .logowall-item .link-tmall{ background-position: 0 0; }
    .logowall .logowall-item .link-tmall:hover{ background-position: 0 -130px; opacity: 1;}
    .logowall .logowall-item .link-tmall:nth-child(even){ background-position: -120px 0; }
    .logowall .logowall-item .link-tmall:nth-child(even):hover{ background-position: -120px -130px; }
    .logowall .logowall-item:nth-child(even) .link-tmall{ background-position: -120px 0; }
    .logowall .logowall-item:nth-child(even) .link-tmall:hover{ background-position: -120px -130px; }
    .logowall .logowall-item:nth-child(even) .link-tmall:nth-child(even){ background-position: 0 0; }
    .logowall .logowall-item:nth-child(even) .link-tmall:nth-child(even):hover{ background-position: 0 -130px; }

/* 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; }






































