
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.recycle-former{
    margin-top:100px
}
.recycle-former .form-group {
    margin: 20px 0 0 0;
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-group:after, .form-group:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.form-group .control-label {
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    padding-top: 10px;
}
.recycle-former .control-label {
    text-align: right;
    display: block;
    padding-top: 13px;
    padding-right: 15px;
    white-space: nowrap;
}

.btn-group {
    margin: -10px 0 0 -10px;
    position: relative;
    z-index: 2;
}
.recycle-former .btn-group-cardtype {
    margin-left: -15px;
    margin-top: 0;
}


.btn-group > li {
    float: left;
    position: relative;
}
.recycle-former .btn-group > li {
    width: 25%;
}
.recycle-former .btn-group-tall li {
    width: 14.2%;
}
.recycle-former .btn-group-cardtype > li {
    width: 14.2%;
}

.btn-card {
    position: relative;
    display: block;
    width: 90%;
    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;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border: none;
}
.btn-card > span {
    vertical-align: middle;
}


.btn-group .btn {
    float: left;
    margin: 10px 0 0 10px;
}
.btn-group > li .btn {
    float: none;
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
}
.btn-group .selected .btn, .btn-group .active .btn {
    position: relative;
    border-color: #f89339;
}
.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-tall .btn, .recycle-former .btn-group .loader {
    height: 70px;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
}
.recycle-former .btn-group .active .btn, .recycle-former .btn-group .active .btn:hover {
    border-color: #f89339;
    background-color: #fff;
}


.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 .active .btn .discount {
    background-color: #f89339;
}
.recycle-former .btn-group-value {
    z-index: 3;
}
.recycle-former .btn-group-value li {
    width: 14.2%;
}
.recycle-former .btn-group-value .btn {
    height: 56px;
    padding: 0;
    line-height: 1;
    background-color: #fff;
}
.recycle-former .btn-group-value .btn strong {
    color: #000;
    display: block;
    padding: 12px 0 7px 0;
    margin: 0 5px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recycle-former .btn-group-value .btn small {
    color: #666;
    font-size: 14px;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
.recycle-former .btn-group-value .btn em {
    color: #ccc;
    padding: 0 4px;
    white-space: nowrap;
}
.recycle-former .btn-group-units li {
    width: 10%;
}
.recycle-former .btn-group-units .btn {
    height: 50px;
    line-height: 45px;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
}
.pt10 {
    padding-top: 10px !important;
}
.recycle-former .textarea-wrapper {
    position: relative;
}

.help-block {
    display: block;
    margin-top: 10px;
    color: #808080;
    font-size: 14px;
}
.recycle-former .help-block {
    margin-top: 10px;
}
.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;
}


.radio, .checkbox {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.form-group .btn-link, .form-group .radio, .form-group .checkbox {
    margin-top: 0;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 9px 12px;
    font-size: 14px;
    color: #484848;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px;
    transition: border linear .2s, box-shadow linear .2s;
}
.recycle-former .form-control {
    border-width: 2px;
}


.col-xs-11 i{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/sprite_icategory.png) -999px -999px no-repeat;
}

.col-xs-11 i.cost {
    background-position: 1px -3px;
}
.col-xs-11 i.game {
    background-position: -4px -47px;
}
.col-xs-11 i.ecard {
    background-position: -1px -175px;
}
.col-xs-11 i.foods {
    background-position: -3px -132px;
}
.col-xs-11 i.video {
    background-position: -3px -212px;
}
.col-xs-11 i.oils {
    background-position: -3px -88px;
}
.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-tall .btn img {
    display: block;
    margin: 0 auto;
    margin-top: 11px;
    height: 28px;
}
.recycle-former .btn-group-tall .btn .title {
    display: block;
    height: 18px;
    line-height: 18px;
    margin: 7px 5px 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    padding-top: 0;
}
.recycle-closed {
    position: relative;
    margin: 0 0 50px 8.333333333%;
    zoom: 1;
    overflow: hidden;
    border: 1px solid #f0f3f5;
    border-radius: 6px;
}
.recycle-closed-maintain {
    padding: 30px 0;
}
.recycle-closed-maintain .inner {
    position: relative;
    width: 510px;
    margin: 0 auto;
    height: 270px;
    padding: 50px 140px 0 200px;
}
.iconimg {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
    border: 0 none;
    text-indent: -999px;
    *text-indent: 0;
    background-repeat: no-repeat;
    background-image: url(../images/sprites/iconimg.png?20180829);
}
.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-maintain .textips h3 {
    font-size: 20px;
    padding-bottom: 5px;
}
.recycle-closed-maintain .textips p {
    font-size: 16px;
}
.recycle-closed-maintain .iconimg-maintain {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 220px;
    background-image: url(../images/sprites/maintain.png);
}
.recycle-closed-qiye {
    height: 334px;
    text-align: center;
    background: url(../images/sprites/qiye.jpg) center bottom no-repeat;
}
.recycle-closed-qiye .btn {
    border-radius: 100px;
    margin-top: 240px;
    font-size: 16px;
}

.modal {
    min-width: 100px;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}
.cardprice-modal {
    text-align: center;
    padding: 20px 20px 10px 20px;
}
.cardprice-modal .form-group {
    margin-bottom: 20px;
}
.modal .form-control {
    border-radius: 100px;
    box-sizing: border-box;
}
.btn-block {
    display: block;
    width: 100%;
}
.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 .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: auto;
    margin-top: 27px;
    margin-bottom: 3px;
}


.form-control-file, .webuploader-element-invisible {
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 3;
    width: 1000px;
    height: 1000px;
    font-size: 100px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}


.recycle-former .recycle-sumbit .btn {
    white-space: nowrap;
}
.recycle-former .recycle-sumbit .btn-lg {
    margin-right: 20px;
    font-size: 18px!important;
}

.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: #f89339; 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); }

/* col-xs-* */
.col-xs,.col-xs-06,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left; *display: inline; *zoom: 1;}
.col-xs-12{width:100%;}
.col-xs-11{width:91.66666667%;}
.col-xs-10{width:83.33333333%;}
.col-xs-9{width:75%;}
.col-xs-8{width:66.66666667%;}
.col-xs-7{width:58.33333333%;}
.col-xs-6{width:50%;}
.col-xs-5{width:41.66666667%; *width:41%;}
.col-xs-4{width:33.33333333%;}
.col-xs-3{width:25%; *width: 24.99999%;}
.col-xs-2{width:16.66666667%;}
.col-xs-1{width:8.33333333%;}
.col-xs-06{width:5.33333333%;}
.col-xs-offset-12{margin-left:100%;}
.col-xs-offset-11{margin-left:91.66666667%;}
.col-xs-offset-10{margin-left:83.33333333%;}
.col-xs-offset-9{margin-left:75%;}
.col-xs-offset-8{margin-left:66.66666667%;}
.col-xs-offset-7{margin-left:58.33333333%;}
.col-xs-offset-6{margin-left:50%;}
.col-xs-offset-5{margin-left:41.66666667%;}
.col-xs-offset-4{margin-left:33.33333333%;}
.col-xs-offset-3{margin-left:25%;}
.col-xs-offset-2{margin-left:16.66666667%;}
.col-xs-offset-1{margin-left:8.33333333%;}
.col-xs-offset-0{margin-left:0;}

/* hr */
hr{
    height:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top: 1px solid #eee;
    border-top: 1px dotted #e5e5e5;
    clear: both;
}

.clearfix:after, .container-fluid:after, .container:after, .form-group:after, .row:after {
    clear: both;
}

.btn-lg{ font-size: 16px!important; padding: 19px 70px!important; }
.btn-md{ font-size: 15px!important; padding: 14px 50px!important; }
.btn-sm{ font-size: 14px!important; padding: 5px 15px!important; }
.btn-xs{ font-size: 12px!important; padding: 1px 13px!important; }
.btn-link{ color: #007dfe; }
.textarea-attention .iconfont-tipss{
    background: url(../images/laba.png);
    width: 70px;
    height: 40px;
}
