@charset "utf-8";
/*++++author:智慧云擎*******************/
/*+++++time:2020-04-02****************/
/*rest css*/
html{width:100%;min-height:100%;outline:0;font-size:20px;-webkit-text-size-adjust:none;}
body,dd,div,dl,figure,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,textarea,ul{margin:0;padding:0;font-family: 'Campton-Book',"microsoft yahei","微软雅黑";}
body{background-color:#fff;color:#333;}
ol,ul{list-style:none;}
img{border:none;vertical-align:middle;display:block;}
a{outline:0;border:0 none;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#333333;}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:'\200B';}
.clearfix{zoom:1;}
html{min-width:320px; margin:0 auto; position:relative;}
body{min-width:320px;font-size:14px;position: relative; background:#fff}
em,i{font-style:normal;}
.oe{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
/*不允许文本域拖动*/
textarea{resize:none;}
/*删除谷歌浏览器input焦点样式*/
*:focus {outline: none;}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none; padding:0;}
::selection {color:#fff; background-color: #061034;} ::-moz-selection {color:#fff; background-color: #061034;}
.noselect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; }
textarea { -webkit-appearance: none;} 
.img-cover {width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}
.fl{float:left;}
.fr{float:right;}
/**美化滚动条*/
::-webkit-scrollbar-track-piece { background-color:#f8f8f8;}
::-webkit-scrollbar {width:9px;height:9px;}
::-webkit-scrollbar-thumb {background-color:#dddddd;background-clip:padding-box;min-height:20px;border-radius: 10px}
::-webkit-scrollbar-thumb:hover {background-color:#bbb;}
.animat{-webkit-transition:all 0.3s ease 0s;  -o-transition:all 0.3s ease 0s;  transition:all 0.3s ease 0s;}
/*flex布局***/
.flex {display: -webkit-box;display: -moz-box;display: box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;}
.flex-wrap{display: flex;display: -webkit-flex;flex-wrap: wrap;align-content: flex-start;}
.flex-end{display: flex;display: -webkit-flex;justify-content: flex-end;align-items: center;}
/* flex垂直排列*/
.flex-col{display: flex;display: -webkit-flex;flex-direction: column;}
/* flex全居中*/
.flex-center{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
/* flex竖向全居中*/
.flex-center-col{display: flex;display: -webkit-flex;flex-direction: column;align-items: center;justify-content: center;}
/* flex垂直居中*/
.flex-center-y{display: flex;display: -webkit-flex;align-items: center;}
/* flex左右靠边、向上对其 */
.flex-between-top {display: flex;align-items: start;justify-content: space-between;}
/* 竖直baseline对齐*/
.flex-baseline{display: flex;display: -webkit-flex;align-items: baseline;}
/* flex水平居中*/
.flex-center-x{display: flex;display: -webkit-flex;justify-content: center;}
/* flex左右靠边*/
.flex-between{display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;}
/* 水平均匀分布*/
.flex-around{display: flex;display: -webkit-flex;justify-content: space-around;align-items: center;}
.flex-ul{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
/****************效果样式*************************/
/*黑白照片*/.gray {
 -webkit-filter:grayscale(100%);
 -moz-filter:grayscale(100%);
 -ms-filter:grayscale(100%);
 -o-filter:grayscale(100%);
 filter:grayscale(100%);
 filter:gray;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;
 cursor:pointer;
}
/*圆角5px*/.radius5 {
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 -ms-border-radius:5px;
 -o-border-radius:5px;
 border-radius:5px;
}
/*圆角10px*/.radius10 {
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 -ms-border-radius:10px;
 -o-border-radius:10px;
 border-radius:10px;
}
/*图片变大*/.tra {
 -webkit-transform:scale(1);
 -moz-transform:scale(1);
 -ms-transform:scale(1);
 -o-transform:scale(1);
 filter:scale(1);
 filter:transform;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;
}
.tra:hover {
 -webkit-transform:scale(1.15);
 -moz-transform:scale(1.15);
 -ms-transform:scale(1.15);
 -o-transform:scale(1.15);
 filter:scale(1.15);
 filter:transform;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;
}
/*透明度50%*/.opacity5 {
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 opacity:0.5;
}
.shadow1 {
 -webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
 -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
 -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
 -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
 box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2 {
 transition:all 0.3s ease 0s;
 -webkit-transform:all 0.3s ease 0s;
}
.shadow2:hover {
 -webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
 -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
 -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
 -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
 box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
 transition:all 0.3s ease 0s;
 -webkit-transform:all 0.3s ease 0s;
}
/*投影*/.shadow5 {
 transition:all 0.3s ease 0s;
 -webkit-transform:all 0.3s ease 0s;
}
.shadow7 {
 transition:all 0.3s ease 0s;
 -webkit-transform:all 0.3s ease 0s;
}
.shadow7:hover {
 -webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
 -moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
 -ms-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
 -o-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
 box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;
 transition:all 0.3s ease 0s;
 -webkit-transform:all 0.3s ease 0s;
}
.shadow1_1 {
 -webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
 -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
 -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
 -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
 box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
 transition:all 0.3s ease 0s;
 -webkit-transform:all 0.3s ease 0s;
}
.shadow5:hover {
 -webkit-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
 -moz-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
 -ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
 -o-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
 box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;
 transition:all 0.3s ease 0s;
 -webkit-transform:all 0.3s ease 0s;
}
.shadow8 {
 -webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
 -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
 -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
 -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
 box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;
}
.shadow6 {
 -webkit-box-shadow:rgba(0,0,0,0.2) 3px 2px 10px;
 -moz-box-shadow:rgba(0,0,0,0.2) 3px 2px 10px;
 -ms-box-shadow:rgba(0,0,0,0.2) 3px 2px 10px;
 -o-box-shadow:rgba(0,0,0,0.2) 3px 2px 10px;
 box-shadow:rgba(0,0,0,0.2) 3px 2px 10px;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;
}
/*投影*/.shadow10 {
 -webkit-box-shadow:rgba(0,0,0,0.3) 10px 1px 20px;
 -moz-box-shadow:rgba(0,0,0,0.3) 10px 1px 20px;
 -ms-box-shadow:rgba(0,0,0,0.3) 10px 1px 20px;
 -o-box-shadow:rgba(0,0,0,0.3) 10px 1px 20px;
 box-shadow:rgba(0,0,0,0.3) 10px 1px 20px;
}
/*图片居中*/.center {
 -webkit-align-items:center;
 display:-webkit-flex;
 -webkit-justify-content:star;
}
/*图片居中2*/.vertical {
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
 display:-ms-flexbox;
 display:flex;
 /* 水平居中*/ -webkit-box-align:center;
 -moz-box-align:center;
 -ms-flex-pack:center;
 /* IE 10 */ -webkit-justify-content:center;
 -moz-justify-content:center;
 justify-content:center;
 /* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*//* 垂直居中 */-webkit-box-pack:center;
 -ms-flex-align:center;
 -moz-box-pack:center;
 /* IE 10 */ -webkit-align-items:center;
 -moz-align-items:center;
 align-items:center;
}
/*图片翻转*/.flip {
 -webkit-transform:rotate(0deg);
 -moz-transform:rotate(0deg);
 -ms-transform:rotate(0deg);
 -o-transform:rotate(0deg);
 transform:rotate(0deg);
 transition:all 1.2s ease;
 -webkit-transform:all 1.2s ease;
}
.flip:hover {
 -webkit-transform:rotateY(360deg);
 -moz-transform:rotateY(360deg);
 -ms-transform:rotateY(360deg);
 -o-transform:rotateY(360deg);
 transform:rotateY(360deg);
 transition:all 1.4s ease;
 -webkit-transform:all 1.4s ease;
 cursor:pointer;
}
/*图片翻转*/
.flip{ -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: all 0.3s ease;}
.flip:hover{ -webkit-transform: rotateY(360deg); -ms-transform: rotateY(360deg); transform: rotateY(360deg); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: all 0.3s ease; cursor: pointer;}
.anitop{ -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.anitop:hover{-webkit-transform: translate3d(0, -3%, 0);transform: translate3d(0, -3%, 0);cursor: pointer;}
/**居中**/
.table{display: table;width:100%;height: 100%;margin: 0 auto;}
.cell{display: table-cell;vertical-align: middle;}
/* 多行文字超出显示省略号 */
.ellipsis-more{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/* 单行文字超出显示省略号 */
.ellipsis{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}

/**字体引入**/
@font-face {
    font-family: "Campton-Book";
    src:url("../fonts/Campton-Book.ttf") format("truetype");
}
@font-face {
    font-family: "calibri";
    src: url("../fonts/calibri.woff2") format("woff2"),
    url("../fonts/calibri.woff") format("woff"),
    url("../fonts/calibri.ttf") format("truetype"),
    url("../fonts/calibri.eot") format("embedded-opentype"),
    url("../fonts/calibri.otf") format("otf"),
    url("../fonts/calibri.svg") format("svg");
}


/*baskoldface.ttf*/
@font-face {
    font-family:'baskoldface';
    src: url("../fonts/baskoldface.woff2") format("woff2"),
    url("../fonts/baskoldface.woff") format("woff"),
    url("../fonts/baskoldface.ttf") format("truetype"),
    url("../fonts/baskoldface.eot") format("embedded-opentype"),
    url("../fonts/baskoldface.otf") format("otf"),
    url("../fonts/baskoldface.svg") format("svg");
}