@import url("public.css");
.h4, .h5, .h6, h4, h5, h6 {margin-top: 11px;margin-bottom: 11px;}

.service_list.index-body{padding: 70px 0px;}
.service_list.index-body.bgcolor{background: #ffffff;}
.service_list.index-body.bgcolor{background:#ffffff;background:#ffffff;}
.service_list.index-body.bgpic{background:url() no-repeat;background-size: cover;background-position: center;}
.service_list.index-body{padding:70px 0px;}
.service_list.index-body h2{font-size:24px;color:#555555;color:#505e73;}
.service_list.index-body p.desc{padding:0 10%;font-size:16px;color:#505e73;}
.service_list .index-service-list {text-align: left;}
.service_list .index-service-list li h3{font-size:18px;color:#555555;color:#505e73;margin:0;}
.service_list .index-service-list li p{font-size:12px;color:#505e73;}
.service_list .index-service-list li i{color:#505e73;}
@media (max-width:991px){
	.service_list.index-body{padding:60px 0px;}
}
@media (max-width:767px){
	.service_list.index-body{padding:50px 0px;}
	.service_list.index-body h2{font-size:28px;}
	.service_list.index-body p.desc{font-size:14px;}
}
.service_list .index-service-list li{margin:50px 0 0;}
.service_list .index-service-list li .service_img {width: 30%; }
.service_list .index-service-list li .service_des {width: 70%; text-align: left;padding-left: 10px;}
.service_list .index-service-list li img{width:82px;max-width:100%;}
@media (max-width:991px){
	.service_list .index-service-list li{margin-top:40px;}
}
@media (max-width:767px){
	.service_list .index-service-list li{margin-top:30px;}
	.service_list .index-service-list li i{width:90px;height:90px;line-height:90px;font-size:40px;}
}

.service_box.index-body{padding: 70px 0px;}
.service_box.index-body.bgcolor{background:#f2f4f5;background:#f2f4f5;}
.service_box.index-body.bgpic{background:url() no-repeat;background-size: cover;background-position: center;}
.service_box.index-body{padding:70px 0px;}
.service_box.index-body h2{font-size:24px;color:#555555;color:#505e73;}
.service_box.index-body .swiper-wrapper{ margin:20px auto;}
.service_box.index-body .swiper-wrapper .cs-box{ width:100%; margin:20px auto;}
.service_box.index-body .swiper-wrapper .cs-img img{vertical-align: middle;}
.service_box.index-body .swiper-wrapper .cs-box h2{ font-size:20px;}
.service_box.index-body .swiper-wrapper .cs-box p{ font-size:12px;}
.service_box.index-body .swiper-wrapper .swiper-slide{background:none;}
@media (max-width:991px){
	.service_box.index-body{padding:60px 0px;}
}
@media (max-width:767px){
	.service_box.index-body{padding:50px 0px;}
	.service_box.index-body h2{font-size:28px;}
}
@media (max-width:991px){
}
@media (max-width:767px){
}

.custom_list{min-height: 200px;}
.custom_list section{height:600px;padding:50px 0;position: relative;background:#ffffff;}
.custom_list section:nth-child(odd){ background: #f2f4f5;}
.custom_list section:nth-child(even){background: #ffffff;}
.custom_list section .container{height:100%;}
.custom_list section .container>div,.custom_list section .desc{height:100%;}
.custom_list section .desc>div{position: absolute; top: 50%; transform: translate(0, -50%);}
.custom_list section .desc>div h4,.custom_list section .desc>div h4 a{font-size: 24px;color:#555555;color:#6fbef7;margin-top:0;}
.custom_list section .desc>div h6{font-size: 18px;color:#555555;color:#505e73;}
.custom_list section .desc>div p{color:#505e73;color:#808080;}
.custom_list section .desc>div a{color: #4fb1f7;}
.custom_list section .desc>div a:hover{opacity: 0.8;}
.custom_list section .img{height:100%;}
.custom_list section .img img{max-height: 100%;max-width: 100%;}
@media (max-width:1024px){
	.custom_list section{padding:50px 0;}
}
@media (max-width:767px){
	.custom_list section{padding:50px 0;}
    .custom_list section .container,.custom_list section .container>div,.custom_list section .desc{height:auto;}
    .custom_list section .desc>div{position:static;transform: translate(0, 0);text-align: center;}
    .custom_list section:nth-child(odd) .img{margin-top:10px;}
    .custom_list section:nth-child(even) .img{margin-bottom:10px;}
    .custom_list section .img img{max-width:90%;}
    .custom_list section{height:auto;}
}

.contact_box{ padding: 70px 0;text-align: left; color: #555555;}
.contact_box.bgcolor{background: #ffffff !important;background: #ffffff !important;}
.contact_box.index-body.bgpic{background:url(../images/contact_bg.jpg) no-repeat;background-size: cover;background-position: center;}
.contact_box .title{font-size: 24px; margin-top: 0px; text-align: center; font-weight: 300; color: #555555;color: #ffffff; margin-bottom: 20px;}
.contact_box p.desc {font-size: 16px; font-weight: 300; text-align: center; width: 80%; color: #505e73;color: #ffffff;  margin: 0px auto 10px auto; }
.contact_box .form{width:300px;margin:0 auto;}
.contact_box select{background:#ffffff;border:none; color: #555555;}
.contact_box select option{color: #333;}
.contact_box .form-control,.contact_box input{
    background:#ffffff;
    border-radius: 4px;
    width: 100%;
    border:none;
    color: #555555;
}
.contact_box textarea{border:none;background:#ffffff; }
.checkbox-custom label::before{background-color: transparent;border: 1px solid #fff;}


.contact_box .btn-primary{
    border-radius:0;
    background:#337ab7;
    border-color:#337ab7;
    color:#ffffff;
    border-radius:3px;
    width:100px;padding:6px 15px;font-size:14px;margin: 0 auto;
}
.contact_box img{max-width:100%;}
.contact_box .btn-primary:hover{
    background:#4fb1f7;
    border-color: #4fb1f7;
    color:#ffffff;
}
.contact_box .form-control.focus, .form-control:focus{
        border-color: #4fb1f7;
}

.contact_box .checkbox-primary input[type=radio]:checked+label::before, .checkbox-primary input[type=checkbox]:checked+label::before{
    background:#4fb1f7;
    border-color: #4fb1f7;
}
.contact_box .radio-primary input[type=radio]:checked+label::before{border-color: #4fb1f7;}
.contact_box .checkbox-custom input[type=radio]:focus+label::before, .checkbox-custom input[type=checkbox]:focus+label::before{
    outline: 5px auto #4fb1f7;
    outline: 5px auto ;
}
.contact_box .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
    background:#4fb1f7;
}
.contact_box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
.contact_box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555555;
}
.contact_box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.contact_box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
.contact_box .input-group-addon{padding: 0 !important; border: 0;border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.contact_box .input-group-addon img{max-width:none;height: 20px;}
@media (max-width:991px){
    .contact_box.index-body{padding:60px 0px;}
    .contact_box .title{margin-bottom: 20px;}
}
@media (max-width:767px){
    .contact_box.index-body{padding:50px 0px;}
    .contact_box .title{margin-bottom: 15px;}
}

.process_box.index-body{padding: 70px 0px;}
.process_box.index-body.bgcolor{background: #ffffff;}
.process_box.index-body.bgcolor{background:#ffffff;background:#ffffff;}
.process_box.index-body.bgpic{background:url() no-repeat;background-size: cover;background-position: center;}
.process_box.index-body{padding:70px 0px;}
.process_box.index-body h2{font-size:24px;color:#555555;color:#505e73;}
.process_box.index-body p.desc{padding:0 10%;font-size:16px;color:#505e73;}
.process_box .index-process-list {text-align: left;}
.process_box .index-process-list li h3{font-size:14px;color:#555555;color:#505e73;margin:0;}
.process_box .index-process-list li p{font-size:12px;color:#505e73;}
.process_box .index-process-list li i{color:#505e73;}
@media (max-width:991px){
	.process_box.index-body{padding:60px 0px;}
}
@media (max-width:767px){
	.process_box.index-body{padding:50px 0px;}
	.process_box.index-body h2{font-size:28px;}
	.process_box.index-body p.desc{font-size:14px;}
}
.process_box .index-process-list li{margin:50px 0 0;}
.process_box .index-process-list li .process_img {width: 30%; }
.process_box .index-process-list li .process_des {width: 70%; text-align: left;padding-left: 10px;}
.process_box .index-process-list li img{width:82px;max-width:100%;}
@media (max-width:991px){
	.process_box .index-process-list li{margin-top:40px;}
}
@media (max-width:767px){
	.process_box .index-process-list li{margin-top:30px;}
	.process_box .index-process-list li i{width:90px;height:90px;line-height:90px;font-size:40px;}
}

.img-circle{border-radius:50%}
.figure{display:inline-block}
.figure-img{line-height:1;margin-bottom:.5rem}
.figure-caption{font-size:90%;color:#ccd5db}
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}
code{font-size:90%;padding:.15rem .3rem;color:#5683ad;border-radius:.215rem;background-color:rgba(232,241,248,.1)}
kbd{font-size:90%;padding:.15rem .3rem;color:#fff;border-radius:.143rem;background-color:#62a8ea;-webkit-box-shadow:inset 0 -.1rem 0 rgba(0,0,0,.25);box-shadow:inset 0 -.1rem 0 rgba(0,0,0,.25)}
kbd kbd{font-size:100%;font-weight:700;padding:0;-webkit-box-shadow:none;box-shadow:none}
pre{font-size:90%;display:block;margin-top:0;margin-bottom:1rem;color:inherit}
pre code{font-size:inherit;padding:0;color:inherit;border-radius:0;background-color:transparent}
.pre-scrollable{overflow-y:scroll;max-height:340px}
.container{max-width:100%;margin-right:auto;margin-left:auto;padding-right:.9375rem;padding-left:.9375rem}
.container::after{display:table;clear:both;content:''}
@media (min-width:480px){.container{width:606px}
}
@media (min-width:768px){.container{width:750px}
}
@media (min-width:992px){.container{width:970px}
}
@media (min-width:1200px){.container{width:1170px}
}
@media (min-width:1600px){.container{width:1310px}
}
.container-fluid{margin-right:auto;margin-left:auto;padding-right:.9375rem;padding-left:.9375rem}
.container-fluid::after{display:table;clear:both;content:''}
.row{margin-right:-.9375rem;margin-left:-.9375rem}
.row::after{display:table;clear:both;content:''}
@media (min-width:480px){.row{margin-right:-.9375rem;margin-left:-.9375rem}
}
@media (min-width:768px){.row{margin-right:-.9375rem;margin-left:-.9375rem}
}
@media (min-width:992px){.row{margin-right:-.9375rem;margin-left:-.9375rem}
}
@media (min-width:1200px){.row{margin-right:-.9375rem;margin-left:-.9375rem}
}
.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.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,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{position:relative;min-height:1px;padding-right:.9375rem;padding-left:.9375rem}
@media (min-width:480px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.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,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{padding-right:.9375rem;padding-left:.9375rem}
}
@media (min-width:768px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.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,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{padding-right:.9375rem;padding-left:.9375rem}
}
@media (min-width:992px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.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,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{padding-right:.9375rem;padding-left:.9375rem}
}
@media (min-width:1200px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.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,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{padding-right:.9375rem;padding-left:.9375rem}
}
.col-xs-1{float:left;width:8.333333%}
.col-xs-2{float:left;width:16.666667%}
.col-xs-3{float:left;width:25%}
.col-xs-4{float:left;width:33.333333%}
.col-xs-5{float:left;width:41.666667%}
.col-xs-6{float:left;width:50%}
.col-xs-7{float:left;width:58.333333%}
.col-xs-8{float:left;width:66.666667%}
.col-xs-9{float:left;width:75%}
.col-xs-10{float:left;width:83.333333%}
.col-xs-11{float:left;width:91.666667%}
.col-xs-12{float:left;width:100%}
.pull-xs-0{right:auto}
.pull-xs-1{right:8.333333%}
.pull-xs-2{right:16.666667%}
.pull-xs-3{right:25%}
.pull-xs-4{right:33.333333%}
.pull-xs-5{right:41.666667%}
.pull-xs-6{right:50%}
.pull-xs-7{right:58.333333%}
.pull-xs-8{right:66.666667%}
.pull-xs-9{right:75%}
.pull-xs-10{right:83.333333%}
.pull-xs-11{right:91.666667%}
.pull-xs-12{right:100%}
.push-xs-0{left:auto}
.push-xs-1{left:8.333333%}
.push-xs-2{left:16.666667%}
.push-xs-3{left:25%}
.push-xs-4{left:33.333333%}
.push-xs-5{left:41.666667%}
.push-xs-6{left:50%}
.push-xs-7{left:58.333333%}
.push-xs-8{left:66.666667%}
.push-xs-9{left:75%}
.push-xs-10{left:83.333333%}
.push-xs-11{left:91.666667%}
.push-xs-12{left:100%}
.offset-xs-1{margin-left:8.333333%}
.offset-xs-2{margin-left:16.666667%}
.offset-xs-3{margin-left:25%}
.offset-xs-4{margin-left:33.333333%}
.offset-xs-5{margin-left:41.666667%}
.offset-xs-6{margin-left:50%}
.offset-xs-7{margin-left:58.333333%}
.offset-xs-8{margin-left:66.666667%}
.offset-xs-9{margin-left:75%}
.offset-xs-10{margin-left:83.333333%}
.offset-xs-11{margin-left:91.666667%}
@media (min-width:480px){.col-sm-1{float:left;width:8.333333%}
.col-sm-2{float:left;width:16.666667%}
.col-sm-3{float:left;width:25%}
.col-sm-4{float:left;width:33.333333%}
.col-sm-5{float:left;width:41.666667%}
.col-sm-6{float:left;width:50%}
.col-sm-7{float:left;width:58.333333%}
.col-sm-8{float:left;width:66.666667%}
.col-sm-9{float:left;width:75%}
.col-sm-10{float:left;width:83.333333%}
.col-sm-11{float:left;width:91.666667%}
.col-sm-12{float:left;width:100%}
.pull-sm-0{right:auto}
.pull-sm-1{right:8.333333%}
.pull-sm-2{right:16.666667%}
.pull-sm-3{right:25%}
.pull-sm-4{right:33.333333%}
.pull-sm-5{right:41.666667%}
.pull-sm-6{right:50%}
.pull-sm-7{right:58.333333%}
.pull-sm-8{right:66.666667%}
.pull-sm-9{right:75%}
.pull-sm-10{right:83.333333%}
.pull-sm-11{right:91.666667%}
.pull-sm-12{right:100%}
.push-sm-0{left:auto}
.push-sm-1{left:8.333333%}
.push-sm-2{left:16.666667%}
.push-sm-3{left:25%}
.push-sm-4{left:33.333333%}
.push-sm-5{left:41.666667%}
.push-sm-6{left:50%}
.push-sm-7{left:58.333333%}
.push-sm-8{left:66.666667%}
.push-sm-9{left:75%}
.push-sm-10{left:83.333333%}
.push-sm-11{left:91.666667%}
.push-sm-12{left:100%}
.offset-sm-0{margin-left:0}
.offset-sm-1{margin-left:8.333333%}
.offset-sm-2{margin-left:16.666667%}
.offset-sm-3{margin-left:25%}
.offset-sm-4{margin-left:33.333333%}
.offset-sm-5{margin-left:41.666667%}
.offset-sm-6{margin-left:50%}
.offset-sm-7{margin-left:58.333333%}
.offset-sm-8{margin-left:66.666667%}
.offset-sm-9{margin-left:75%}
.offset-sm-10{margin-left:83.333333%}
.offset-sm-11{margin-left:91.666667%}
}
@media (min-width:768px){.col-md-1{float:left;width:8.333333%}
.col-md-2{float:left;width:16.666667%}
.col-md-3{float:left;width:25%}
.col-md-4{float:left;width:33.333333%}
.col-md-5{float:left;width:41.666667%}
.col-md-6{float:left;width:50%}
.col-md-7{float:left;width:58.333333%}
.col-md-8{float:left;width:66.666667%}
.col-md-9{float:left;width:75%}
.col-md-10{float:left;width:83.333333%}
.col-md-11{float:left;width:91.666667%}
.col-md-12{float:left;width:100%}
.pull-md-0{right:auto}
.pull-md-1{right:8.333333%}
.pull-md-2{right:16.666667%}
.pull-md-3{right:25%}
.pull-md-4{right:33.333333%}
.pull-md-5{right:41.666667%}
.pull-md-6{right:50%}
.pull-md-7{right:58.333333%}
.pull-md-8{right:66.666667%}
.pull-md-9{right:75%}
.pull-md-10{right:83.333333%}
.pull-md-11{right:91.666667%}
.pull-md-12{right:100%}
.push-md-0{left:auto}
.push-md-1{left:8.333333%}
.push-md-2{left:16.666667%}
.push-md-3{left:25%}
.push-md-4{left:33.333333%}
.push-md-5{left:41.666667%}
.push-md-6{left:50%}
.push-md-7{left:58.333333%}
.push-md-8{left:66.666667%}
.push-md-9{left:75%}
.push-md-10{left:83.333333%}
.push-md-11{left:91.666667%}
.push-md-12{left:100%}
.offset-md-0{margin-left:0}
.offset-md-1{margin-left:8.333333%}
.offset-md-2{margin-left:16.666667%}
.offset-md-3{margin-left:25%}
.offset-md-4{margin-left:33.333333%}
.offset-md-5{margin-left:41.666667%}
.offset-md-6{margin-left:50%}
.offset-md-7{margin-left:58.333333%}
.offset-md-8{margin-left:66.666667%}
.offset-md-9{margin-left:75%}
.offset-md-10{margin-left:83.333333%}
.offset-md-11{margin-left:91.666667%}
}
@media (min-width:992px){.col-lg-1{float:left;width:8.333333%}
.col-lg-2{float:left;width:16.666667%}
.col-lg-3{float:left;width:25%}
.col-lg-4{float:left;width:33.333333%}
.col-lg-5{float:left;width:41.666667%}
.col-lg-6{float:left;width:50%}
.col-lg-7{float:left;width:58.333333%}
.col-lg-8{float:left;width:66.666667%}
.col-lg-9{float:left;width:75%}
.col-lg-10{float:left;width:83.333333%}
.col-lg-11{float:left;width:91.666667%}
.col-lg-12{float:left;width:100%}
.pull-lg-0{right:auto}
.pull-lg-1{right:8.333333%}
.pull-lg-2{right:16.666667%}
.pull-lg-3{right:25%}
.pull-lg-4{right:33.333333%}
.pull-lg-5{right:41.666667%}
.pull-lg-6{right:50%}
.pull-lg-7{right:58.333333%}
.pull-lg-8{right:66.666667%}
.pull-lg-9{right:75%}
.pull-lg-10{right:83.333333%}
.pull-lg-11{right:91.666667%}
.pull-lg-12{right:100%}
.push-lg-0{left:auto}
.push-lg-1{left:8.333333%}
.push-lg-2{left:16.666667%}
.push-lg-3{left:25%}
.push-lg-4{left:33.333333%}
.push-lg-5{left:41.666667%}
.push-lg-6{left:50%}
.push-lg-7{left:58.333333%}
.push-lg-8{left:66.666667%}
.push-lg-9{left:75%}
.push-lg-10{left:83.333333%}
.push-lg-11{left:91.666667%}
.push-lg-12{left:100%}
.offset-lg-0{margin-left:0}
.offset-lg-1{margin-left:8.333333%}
.offset-lg-2{margin-left:16.666667%}
.offset-lg-3{margin-left:25%}
.offset-lg-4{margin-left:33.333333%}
.offset-lg-5{margin-left:41.666667%}
.offset-lg-6{margin-left:50%}
.offset-lg-7{margin-left:58.333333%}
.offset-lg-8{margin-left:66.666667%}
.offset-lg-9{margin-left:75%}
.offset-lg-10{margin-left:83.333333%}
.offset-lg-11{margin-left:91.666667%}
}
@media (min-width:1200px){.col-xl-1{float:left;width:8.333333%}
.col-xl-2{float:left;width:16.666667%}
.col-xl-3{float:left;width:25%}
.col-xl-4{float:left;width:33.333333%}
.col-xl-5{float:left;width:41.666667%}
.col-xl-6{float:left;width:50%}
.col-xl-7{float:left;width:58.333333%}
.col-xl-8{float:left;width:66.666667%}
.col-xl-9{float:left;width:75%}
.col-xl-10{float:left;width:83.333333%}
.col-xl-11{float:left;width:91.666667%}
.col-xl-12{float:left;width:100%}
.pull-xl-0{right:auto}
.pull-xl-1{right:8.333333%}
.pull-xl-2{right:16.666667%}
.pull-xl-3{right:25%}
.pull-xl-4{right:33.333333%}
.pull-xl-5{right:41.666667%}
.pull-xl-6{right:50%}
.pull-xl-7{right:58.333333%}
.pull-xl-8{right:66.666667%}
.pull-xl-9{right:75%}
.pull-xl-10{right:83.333333%}
.pull-xl-11{right:91.666667%}
.pull-xl-12{right:100%}
.push-xl-0{left:auto}
.push-xl-1{left:8.333333%}
.push-xl-2{left:16.666667%}
.push-xl-3{left:25%}
.push-xl-4{left:33.333333%}
.push-xl-5{left:41.666667%}
.push-xl-6{left:50%}
.push-xl-7{left:58.333333%}
.push-xl-8{left:66.666667%}
.push-xl-9{left:75%}
.push-xl-10{left:83.333333%}
.push-xl-11{left:91.666667%}
.push-xl-12{left:100%}
.offset-xl-0{margin-left:0}
.offset-xl-1{margin-left:8.333333%}
.offset-xl-2{margin-left:16.666667%}
.offset-xl-3{margin-left:25%}
.offset-xl-4{margin-left:33.333333%}
.offset-xl-5{margin-left:41.666667%}
.offset-xl-6{margin-left:50%}
.offset-xl-7{margin-left:58.333333%}
.offset-xl-8{margin-left:66.666667%}
.offset-xl-9{margin-left:75%}
.offset-xl-10{margin-left:83.333333%}
.offset-xl-11{margin-left:91.666667%}
}
@media (min-width:1600px){.col-xxl-1{float:left;width:8.333333%}
.col-xxl-2{float:left;width:16.666667%}
.col-xxl-3{float:left;width:25%}
.col-xxl-4{float:left;width:33.333333%}
.col-xxl-5{float:left;width:41.666667%}
.col-xxl-6{float:left;width:50%}
.col-xxl-7{float:left;width:58.333333%}
.col-xxl-8{float:left;width:66.666667%}
.col-xxl-9{float:left;width:75%}
.col-xxl-10{float:left;width:83.333333%}
.col-xxl-11{float:left;width:91.666667%}
.col-xxl-12{float:left;width:100%}
.pull-xxl-0{right:auto}
.pull-xxl-1{right:8.333333%}
.pull-xxl-2{right:16.666667%}
.pull-xxl-3{right:25%}
.pull-xxl-4{right:33.333333%}
.pull-xxl-5{right:41.666667%}
.pull-xxl-6{right:50%}
.pull-xxl-7{right:58.333333%}
.pull-xxl-8{right:66.666667%}
.pull-xxl-9{right:75%}
.pull-xxl-10{right:83.333333%}
.pull-xxl-11{right:91.666667%}
.pull-xxl-12{right:100%}
.push-xxl-0{left:auto}
.push-xxl-1{left:8.333333%}
.push-xxl-2{left:16.666667%}
.push-xxl-3{left:25%}
.push-xxl-4{left:33.333333%}
.push-xxl-5{left:41.666667%}
.push-xxl-6{left:50%}
.push-xxl-7{left:58.333333%}
.push-xxl-8{left:66.666667%}
.push-xxl-9{left:75%}
.push-xxl-10{left:83.333333%}
.push-xxl-11{left:91.666667%}
.push-xxl-12{left:100%}
.offset-xxl-0{margin-left:0}
.offset-xxl-1{margin-left:8.333333%}
.offset-xxl-2{margin-left:16.666667%}
.offset-xxl-3{margin-left:25%}
.offset-xxl-4{margin-left:33.333333%}
.offset-xxl-5{margin-left:41.666667%}
.offset-xxl-6{margin-left:50%}
.offset-xxl-7{margin-left:58.333333%}
.offset-xxl-8{margin-left:66.666667%}
.offset-xxl-9{margin-left:75%}
.offset-xxl-10{margin-left:83.333333%}
.offset-xxl-11{margin-left:91.666667%}
}
.table{width:100%;max-width:100%;margin-bottom:1rem}
.table td,.table th{padding:.572rem;vertical-align:top;border-top:1px solid #e4eaec}
.table thead th{vertical-align:bottom;border-bottom:2px solid #e4eaec}
.table tbody+tbody{border-top:2px solid #e4eaec}
.table .table{background-color:#fff}
.table-sm td,.table-sm th{padding:.358rem}
.table-bordered{border:1px solid #e4eaec}
.table-bordered td,.table-bordered th{border:1px solid #e4eaec}
.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(243,247,249,.3)}
.table-hover tbody tr:hover{background-color:#f3f7f9}
.table-active,.table-active>td,.table-active>th{background-color:#f3f7f9}
.table-hover .table-active:hover{background-color:#e2ecf1}
.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#e2ecf1}
.table-success,.table-success>td,.table-success>th{background-color:#46be8a}
.table-hover .table-success:hover{background-color:#3dae7d}
.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#3dae7d}
.table-info,.table-info>td,.table-info>th{background-color:#57c7d4}
.table-hover .table-info:hover{background-color:#43c0cf}
.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#43c0cf}
.table-warning,.table-warning>td,.table-warning>th{background-color:#f2a654}
.table-hover .table-warning:hover{background-color:#f09a3c}
.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f09a3c}
.table-danger,.table-danger>td,.table-danger>th{background-color:#f96868}
.table-hover .table-danger:hover{background-color:#f84f4f}
.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f84f4f}
.thead-inverse th{color:#fff;background-color:#76838f}
.thead-default th{color:#a3afb7;background-color:#e4eaec}
.table-inverse{color:#e4eaec;background-color:#76838f}
.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#a3afb7}
.table-inverse.table-bordered{border:0}
.table-responsive{display:block;overflow-x:auto;width:100%;min-height:.01%}
.table-reflow thead{float:left}
.table-reflow tbody{display:block;white-space:nowrap}
.table-reflow td,.table-reflow th{border-top:1px solid #e4eaec;border-left:1px solid #e4eaec}
.table-reflow td:last-child,.table-reflow th:last-child{border-right:1px solid #e4eaec}
.table-reflow tbody:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow thead:last-child tr:last-child th{border-bottom:1px solid #e4eaec}
.table-reflow tr{float:left}
.table-reflow tr td,.table-reflow tr th{display:block!important;border:1px solid #e4eaec}
.form-control{font-size:1rem;line-height:1.571429;display:block;width:100%;height:34px;padding:.429rem .929rem;color:#76838f;border:1px solid #ccc;border-radius:.215rem;background-color:#fff;background-image:none;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.form-control::-ms-expand{border:0;background-color:transparent}
.form-control.focus,.form-control:focus{border-color:#62a8ea;-webkit-box-shadow:none;box-shadow:none}
.form-control::-webkit-input-placeholder{opacity:1;color:#a3afb7}
.form-control::-moz-placeholder{opacity:1;color:#a3afb7}
.form-control:-ms-input-placeholder{opacity:1;color:#a3afb7}
.form-control::placeholder{opacity:1;color:#a3afb7}
.form-control:disabled,.form-control[readonly]{opacity:1;background-color:#f3f7f9}
.form-control:disabled{cursor:not-allowed}
select.form-control:not([size]):not([multiple]){height:2.573rem}
select.form-control:focus::-ms-value{color:#76838f;background-color:#fff}
.form-control-file,.form-control-range{display:block}
.col-form-label{margin-bottom:0;padding-top:.429rem;padding-bottom:.429rem}
.col-form-label-lg{font-size:1.286rem;padding-top:.858rem;padding-bottom:.858rem}
.col-form-label-sm{font-size:.858rem;padding-top:.429rem;padding-bottom:.429rem}
.col-form-legend{font-size:1rem;margin-bottom:0;padding-top:.429rem;padding-bottom:.429rem}
.form-control-static{min-height:2.573rem;margin-bottom:0;padding-top:.429rem;padding-bottom:.429rem}
.form-control-static.form-control-lg,.form-control-static.form-control-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}
.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{font-size:.858rem;padding:.429rem .786rem;border-radius:.143rem}
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:2.288rem}
.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{font-size:1.286rem;padding:.858rem 1.429rem;border-radius:.286rem}
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:3.573667rem}
.form-group{margin-bottom:1.429rem}
.form-text{display:block;margin-top:.25rem}
.form-check{position:relative;display:block;margin-bottom:.75rem}
.form-check+.form-check{margin-top:-.25rem}
.form-check.disabled .form-check-label{cursor:not-allowed;color:#a3afb7}
.form-check-label{margin-bottom:0;padding-left:1.25rem;cursor:pointer}
.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}
.form-check-input:only-child{position:static}
.form-check-inline{position:relative;display:inline-block;margin-bottom:0;padding-left:1.25rem;cursor:pointer;vertical-align:middle}
.form-check-inline+.form-check-inline{margin-left:.75rem}
.form-check-inline.disabled{cursor:not-allowed;color:#a3afb7}
.form-control-feedback{margin-top:.25rem}
.form-control-danger,.form-control-success,.form-control-warning{padding-right:2.787rem;background-repeat:no-repeat;background-position:center right .64325rem;-webkit-background-size:1.2865rem 1.2865rem;background-size:1.2865rem 1.2865rem}
.blocks,[class*=blocks-]{font-size:0;list-style:none;padding:0;margin:0;margin-left:-.9375rem;margin-right:-.9375rem}
.blocks>.block,[class*=blocks-]>.block,[class*=blocks-]>li{display:inline-block;font-size:1rem;vertical-align:top;margin-bottom:1.875rem;padding-left:.9375rem;padding-right:.9375rem}
.blocks.no-space,[class*=blocks-].no-space{margin:0}
.blocks.no-space>.block,.blocks.no-space>li,[class*=blocks-].no-space>.block,[class*=blocks-].no-space>li{padding:0;margin:0}
.blocks-100>.block,.blocks-100>li{width:100%}
.blocks-2>.block,.blocks-2>li{width:50%}
.blocks-3>.block,.blocks-3>li{width:33.333333%}
.blocks-4>.block,.blocks-4>li{width:25%}
.blocks-5>.block,.blocks-5>li{width:20%}
.blocks-6>.block,.blocks-6>li{width:16.666667%}
.blocks-xs-100>.block,.blocks-xs-100>li{width:100%}
.blocks-xs-2>.block,.blocks-xs-2>li{width:50%}
.blocks-xs-3>.block,.blocks-xs-3>li{width:33.333333%}
.blocks-xs-4>.block,.blocks-xs-4>li{width:25%}
.blocks-xs-5>.block,.blocks-xs-5>li{width:20%}
.blocks-xs-6>.block,.blocks-xs-6>li{width:16.666667%}
@media (min-width:480px){.blocks-sm-100>.block,.blocks-sm-100>li{width:100%}
.blocks-sm-2>.block,.blocks-sm-2>li{width:50%}
.blocks-sm-3>.block,.blocks-sm-3>li{width:33.333333%}
.blocks-sm-4>.block,.blocks-sm-4>li{width:25%}
.blocks-sm-5>.block,.blocks-sm-5>li{width:20%}
.blocks-sm-6>.block,.blocks-sm-6>li{width:16.666667%}
}
@media (min-width:768px){.blocks-md-100>.block,.blocks-md-100>li{width:100%}
.blocks-md-2>.block,.blocks-md-2>li{width:50%}
.blocks-md-3>.block,.blocks-md-3>li{width:33.333333%}
.blocks-md-4>.block,.blocks-md-4>li{width:25%}
.blocks-md-5>.block,.blocks-md-5>li{width:20%}
.blocks-md-6>.block,.blocks-md-6>li{width:16.666667%}
}
@media (min-width:992px){.blocks-lg-100>.block,.blocks-lg-100>li{width:100%}
.blocks-lg-2>.block,.blocks-lg-2>li{width:50%}
.blocks-lg-3>.block,.blocks-lg-3>li{width:33.333333%}
.blocks-lg-4>.block,.blocks-lg-4>li{width:25%}
.blocks-lg-5>.block,.blocks-lg-5>li{width:20%}
.blocks-lg-6>.block,.blocks-lg-6>li{width:16.666667%}
}
@media (min-width:1200px){.blocks-xl-100>.block,.blocks-xl-100>li{width:100%}
.blocks-xl-2>.block,.blocks-xl-2>li{width:50%}
.blocks-xl-3>.block,.blocks-xl-3>li{width:33.333333%}
.blocks-xl-4>.block,.blocks-xl-4>li{width:25%}
.blocks-xl-5>.block,.blocks-xl-5>li{width:20%}
.blocks-xl-6>.block,.blocks-xl-6>li{width:16.666667%}
}
@media (min-width:1600px){.blocks-xxl-100>.block,.blocks-xxl-100>li{width:100%}
.blocks-xxl-2>.block,.blocks-xxl-2>li{width:50%}
.blocks-xxl-3>.block,.blocks-xxl-3>li{width:33.333333%}
.blocks-xxl-4>.block,.blocks-xxl-4>li{width:25%}
.blocks-xxl-5>.block,.blocks-xxl-5>li{width:20%}
.blocks-xxl-6>.block,.blocks-xxl-6>li{width:16.666667%}
}


.banner.ifba{ overflow: inherit;}
.i-search{width:510px;height:300px;border-width:1px; border-style: solid; border-color:rgba(255,255,255,0.8); position: absolute; top:151px; left:calc((100% - 1194px)/2);z-index:2;}
.i-search .i-search-left, .i-search .i-search-right{float:left; position: relative;}
.i-search .nav-back{width:100px;height:298px;position:absolute; background:rgba(1, 210, 243, 0.6);left:0;top:0;}
.i-search .nav{position:absolute;width:100px;text-align:center;font-size:14px;font-family:"????";color:#fff;}
.i-search .nav>div{height:100px;line-height:100px;cursor: pointer; list-style: none;list-style-type:none;}
.i-search .nav>div.on{background:#f9f9f9; color:#0094ea;}
.i-search .nav>div:hover{background:#f9f9f9; color:#0094ea;}
.i-search .nav>div.on:hover{background:#fff;}
.i-search .nav .nonebox{display:none;}
.i-search .i-search-right{width:408px;height:298px;margin-left:100px;}
.i-search .content-back{width:408px;height:298px;background:#f9f9f9;position:absolute;left:0;top:0;}
.i-search .content{position:absolute;width:408px;height:298px;}
.i-search .content>div{width:408px;height:298px;padding:10px;list-style: none;list-style-type:none;}
.i-search .nav_kd{height:98px!important;border-width:1px; border-style: solid; border-color:rgba(255,255,255,0.3); border-left:none; border-right:none;}
.i-search .content .con_kd,.i-search .content .con_car{display: none;}
.isearchbar-group{ margin-top:20px; height:36px;vertical-align: middle; position: relative;}
.isearchbar-group .control-label{ line-height:36px; text-align: right;}
.isearchbar-group .control-label-sub{ line-height:36px; text-align: left; font-weight: 500; font-size: 12px;}
input.bgka-btn::-webkit-input-placeholder{color: #555;}
.super-selector{ position: relative; display:inline-block;}
.super-selector .combobox { letter-spacing: 0; word-spacing: 0; height: 30px; /*overflow: hidden;*/}
.combobox i{ width: 20px; height: 20px;cursor: pointer; right: 5px; position: absolute; top: 10px; left: auto; text-align: center;}
.super-selector .combobox .bgka-btn{  width: 310px;  padding-right: 26px;  margin-right: 0;}
.combobox-content{  padding: 12px 15px 0; border: 1px solid #CCC; display: inline-block; -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.13); -moz-box-shadow: 4px 4px 5px rgba(0,0,0,.13); box-shadow: 4px 4px 5px rgba(0,0,0,.13); border-radius:4px;}
.super-selector .combobox-content { display: none; max-height: 320px; overflow-y: hidden; padding-bottom: 12px; position: absolute; z-index: 99; background: #fff; margin-top: -1px; font-size: 12px; line-height: 1;}
.super-selector-header{}
.super-selector .ss-note { color: #999; margin-bottom: 5px; padding: 0 0 5px 15px; border-bottom: 1px solid #eee;}
.super-selector .fa-remove { position: absolute; top: 8px; right: 8px; width: 10px; height: 12px; display: inline-block; overflow: hidden; color: #cdcdcd; cursor: pointer;}
.gk_area{position: absolute;left: 1px;top: 1px;}
.gk_area_select{width: 90px;height: 30px;border: none;color: #555;font-size: 12px;}
.super-selector .combobox .gk-btn{text-indent: 90px;}
.super-selector .ss-list { list-style: none; width: 100%; overflow-y: auto; max-height: 200px;}
.super-selector .ss-item { float: left; margin-left: 0; width: 33%;}
.car-super-s .super-selector .ss-item { float: left; margin-left: 0; width: 100%;}
.super-selector .super-selector-popup-list .ss-item {line-height: 1.5;}
.super-selector .ss-item a { text-decoration: none; display: block; padding: 5px 15px; color: #666; line-height: 18px;}
.super-selector .ss-item a:hover { text-decoration: none; background-color: #0263aa; color: #fff;}
.form-group .form-input{width: 100%;padding:6px 12px; color:#555;margin-right: 0; height:33px; border:1px solid #ccc;border-radius:4px;}
.form-input-box-relative{ position: relative;}
.suggestions{z-index: 9999;}
.suggestions{z-index:9999}
.suggestions .suggest_item{padding-bottom:2px;padding-top:2px;background-color:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;height:30px;color:#268ed1;font-size:12px}
.suggestions .suggest_item.first{border-top:1px solid #ddd}
.suggestions .suggest_item.last{border-bottom:1px solid #ddd}
.suggestions .suggest_item.selected,.suggestions .suggest_item.selected .description{background-color:#e4e4e4;color:#268ed1;cursor:pointer}
.suggestions .suggest_item .thumbnail{background-color:transparent;background-position:top center;background-repeat:no-repeat;margin:1px 2px 1px 2px;float:left;width:50px;height:50px}
.suggestions .suggest_item .description{font-style:italic;font-size:12px;color:#777}

.fba-super-s .combobox .bgka-btn{width: 100%;padding:6px 12px; color:#555;margin-right: 0; height:33px; border:1px solid #ccc;border-radius:4px;}
.fba-super-s .super-selector .ss-list{width:100%;}
.fba-super-s .super-selector .ss-item{ width:100%; text-align:left; margin:0;}
#TS .super-selector .ss-item{ width:100%; text-align:left; margin:0;}
.fba-super-s .super-selector .ss-note{ padding:5px 0;}
.fba-super-s .super-selector .combobox-content{padding:5px; width:100%;}
.ifba-submit{text-align: center;}
.ifba-submit .btn{ width:97%;}
.container.login-main{margin:70px auto;padding:0;}
