@charset "UTF-8";
/*重置*/
*{outline:none;}
::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-thumb {border-radius: 0;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #bdbdbd}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);border-radius: 0;background-color: #F5F5F5}
img{max-width:100%}
a{color:#111;text-decoration:none}
a:hover{}

/*自定义*/
.f-l{float:left}
.f-r{float:right}
.clearfix{clear:both;width:100%;height:0}
.hidden{display:none}
.border-0{border:0 !important}
.bg-loading{background:url("img/loading.gif") no-repeat center center;}
.bg-loading-1{background:url("img/loading-1.gif") no-repeat center center;}
.bg-loading-2{background:url("img/loading-2.gif") no-repeat center center;}
.bg-loading-3{background:url("img/loading-3.gif") no-repeat center center;}
.bg-loading-4{background:url("img/loading-4.gif") no-repeat center center;}
.bg-loading-5{background:url("img/loading-5.gif") no-repeat center center;}
.bg-filter{backdrop-filter:blur(5px);-webkit-backdrop-filter: blur(5px);background-color:rgba(255, 255, 255, 0.6)}/*毛玻璃*/
.transition{transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s}


.ml-0{margin-left:0 !important}
.ml-15{margin-left:15px !important}
.ml-20{margin-left:20px !important}

.mt-0{margin-top:0 !important}
.mt-15{margin-top:15px !important}
.mt-20{margin-top:20px !important}

.mr-0{margin-right:0 !important}
.mr-15{margin-right:15px !important}
.mr-20{margin-right:20px !important}

.mb-0{margin-bottom:0 !important}
.mb-15{margin-bottom:15px !important}
.mb-20{margin-bottom:20px !important}

.mx-0{maring-left:0 !important;margin-right:0 !important}
.my-0{maring-top:0 !important;margin-bottom:0 !important}


.padding{padding:15px}
.pt-0{padding-top:0 !important}
.pt-15{padding-top:15px !important}
.pt-20{padding-top:20px !important}
.pd-tb{padding:50px 0}

.radius-5{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;overflow:hidden}
.radius-10{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;overflow:hidden}
.radius-15{-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;overflow:hidden}







.line{display:inline-block;margin-top:10px;height:6px;background:#ccc;width:35px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#f50b0e),to(#ce0a0c));background-image:linear-gradient(90deg,#f50b0e,#ce0a0c);-webkit-box-shadow:0 2px 8px 0 rgba(237,0,0,.6);box-shadow:0 2px 8px 0 rgba(237,0,0,.6);}



