*,div,figure,h1,h2,h3,h4,h5,h6,p,ul,ul li,ol{padding:0;margin:0;}
a{text-decoration:none;color:#1f3d4b;cursor: pointer;}
a:hover{text-decoration:none;color:#f3a522;}
@font-face {
  font-family: "youshe"; /* 优设标题黑 */
  src:url('../font/ysbth.ttf?t=1661328889749') format('truetype');
}
ul li{list-style:none;}
input{ outline:none;}
input:focus{ outline:none; }
.row{margin: 0;}

/*添加优设标题黑字体*/
.youshe{font-family: "youshe" !important;font-style: normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
/*去掉密码框默认的小眼睛*/
input::-ms-clear{display:none;}/*删除文本框中的叉号*/
input::-ms-reveal{display:none;} /*删除密码框中的小眼睛*/

/*清除默认选择框样式清除 */
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand {display:none; }　/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
/*布局*/
 
.float-l{float:left;}
.float-r{float:right;}
.clearfix{zoom:1;}
.clearfix:after{content:" ";display: block;clear: both;height: 0;}
.max-content{min-width: max-content;} 
/*显示方式*/
.d-none {display:none !important;}
.d-block {display:block !important;}
.d-inline{display:inline;}
.d-inlineblock{display:inline-block;}
/*字号*/
.font-0-9{font-size:0.9rem;}
.font-1-1{font-size:1.1rem;}
.font-1-2{font-size:1.2rem;}
.font-1-4{font-size:1.4rem;}
.font-1-6{font-size:1.6rem;}
.font-1-8{font-size:1.8rem;}
.font-2{font-size:2rem;}

/*color*/
.color-33446a{color: #33446a;}
.color-ccc{color: #ccc;}
.color-aaa{color: #aaa;}
.color-8a{color: #8a8a8a !important;}
.color-666{color: #666 !important;}
.color-f66{color: #f66;}
.color-fff{color: #fff;}
.color-orange{color: #ff8000;}
.color-366296{color: #366296;}
.color-1c4678{color: #1c4678;}

/*bg-color*/
.bg-FAFBFC{background-color: #FAFBFC;}
.bg-001525{background-color: #001525;}
.bg-none{background: none;}
.bg-fff{background-color: #fff;}
.bg-f9{background-color: #f9f9f9;}
.bg-fa{background-color: #fafafa;}
/*溢出*/
.overflow-hidden{overflow: hidden;}
.overflow-auto{overflow: auto;}
/*定位*/
.p-absolute{position: absolute;}
.p-relative{position: relative;}
.p-fixed{position: fixed;}
/*宽度*/
.w-100{width: 100%;}
.w-90{width: 90%;}
.w-80{width: 80%;}
.w-70{width: 70%;}
.w-60{width: 60%;}
.w-50{width: 50%;}
.w-40{width: 40%;}
.w-30{width: 30%;}
.w-20{width: 20%;}
.w-15{width: 15%;}
.w-10{width: 10%;}
 
/*排版*/
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
	/*固定*/
.fixed-nav{position: fixed;top: 0;left: 0;right: 0;z-index: 1000;}
.fixed-bar-l{position: fixed;top:120px; z-index: 1000;}
.fixed-bar-l2{position: fixed;top:20px; z-index: 1000;}

.v-middle{vertical-align: middle;}
.v-top{vertical-align:top;}
.v-bottom{vertical-align:bottom;}
.line-e1{height:3px; background-color: #f2f6ff;}
/*圆角*/
.radius-0{border-radius:0 !important;}
.radius-4{border-radius:4px !important;}
.radius-10{border-radius:10px;}
.radius-half{border-radius:50%;}

/*边框阴影*/
.wo-shadow{box-shadow:0 0 15px rgba(0,0,0,.07);}

/*线*/
.line-short{height:2px;width: 30px;background-color: #2f54eb;}
/*按钮*/
.btn:focus{box-shadow:0 0 0 .2rem rgba(255,150,22,.3)}
.btn-primary{ color: #fff !important;background-color: #f88000 !important;border-color: #ff7a00 !important;}
.btn-primary:hover{background-color: #ff9616 !important; border-color: #ff9616;cursor: pointer;color: #fff !important;}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#ff9616;border-color:#ff9616;box-shadow:0 0 0 .2rem rgba(238,90,90,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#ff9616;border-color:#ff9616}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#ff9616;border-color:#ff9616}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,150,22,.5)}
.btn-danger{background-color: #FFC001;border-color: #fff;}
.btn-danger:hover{background-color: #e2b11d;border-color: #e2b11d; color: #fff !important;}
.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#e2b11d;border-color:#e2b11d;box-shadow:0 0 0 .2rem rgba(238,90,90,.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#e2b11d;border-color:#e2b11d}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#e2b11d;border-color:#e2b11d}
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(238,90,90,.5)}

#close:hover{cursor: pointer;}

.lookmore{margin: auto;line-height:50px; background-color:#6289dd;color: #fff;border-radius:40px;font-size: 22px;letter-spacing:2px;}
.lookmore:hover{background-color:rgba(26,89,224,.9);color: #fff;}

.lookmore-line{margin: auto;line-height:50px;border:1px solid #6289dd;color: #6289dd;border-radius:40px;font-size: 22px;letter-spacing:2px;}
.lookmore-line:hover{background-color:#6289dd;color: #fff;}


@media (min-width:576px)and(max-width:767px){
    .container-sm,.container {
        max-width:540px
    }
	
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px;
    }

}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px;
    }
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:1360px;
	}
}
