@charset "utf-8";
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
  border: 0;
  outline: medium;
  text-shadow: none;
  text-decoration: none;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.css{-webkit-user-select:none}
.css{-webkit-touch-callout: none}
html{font-size:62.5%; /* 10Ã·16=62.5% */}
body{font-size:12px;font-size:1.2rem ; /* 12Ã·10=1.2 */}
p{font-size:14px;font-size:1.4rem;}

button{border:none!important;outline:0}
button,input[type=button],input[type=date],input[type=file],input[type=number],input[type=password],input[type=submit],select,textarea{cursor:pointer;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0)}
input[type=date]{cursor:pointer;-webkit-appearance:none}
button,input[type=button],input[type=reset],input[type=submit],input[type=text],select,textarea{-webkit-appearance:none}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fff inset}


input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
}

hr {
  border-width: 1px;
  border-style: inset;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

img, i {
  display: block;
}

i, em {
  font-style: normal;
}
html{
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.warpper{
  width:94%;
  margin:0 auto;
}
.img_jz{
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
  overflow:hidden;
}
.img_jz>img{
  max-width:100%;
  max-height: 100%;
  object-fit: scale-down;
}

.img_cover{
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
  overflow:hidden;
}
.img_cover>img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.btnStyle{
  width: 159px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding:13px;
  border-radius: 27px;
  padding-left: 23px;
  transition: 350ms 0s all ease;
}
.btnStyle span{
  font-size: 1.6rem;
  transition: 350ms 0s all ease;
}
.btnStyle b{
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display:flex;
  align-items: center;
  justify-content:center;
  transition: 350ms 0s all ease;
}
.btnStyle svg{
  width:16px;
  transition: 350ms 0s all ease;
}
.btn_white {background:#fff;}
.btn_white span{color: #313131;}
.btn_white b{background:#1a479c;}
.btn_white path{fill: #fff;}

.btn_blue {background:#1a479c;}
.btn_blue span{color: #fff;}
.btn_blue b{background:#fff;}
.btn_blue path{fill: #1a479c;}

.btnStyle:hover {background:linear-gradient(30deg,#ff8a00, #f3c04b)}
.btnStyle:hover span{color: #fff;}
.btnStyle:hover b{background:#fff;}
.btnStyle:hover path{fill: #ff8a00!important;}


.dH{
  overflow: hidden;
}
.inp_pla{
  color:#999 !important;
}
.rig-title-over{
  float: left;
  line-height: 60px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*input placeholder 样式 */

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #bbb;
}

/* 无内容 */
.no-goods,.no-network{
  padding-top:100px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}

/* 更改layer样式 */
.layui-layer-btn{
  text-align: center !important;
  padding-bottom:28px !important;
}
.layui-layer-btn .layui-layer-btn0{
  display: block;
  margin:0 auto !important;
  border-radius: 0 !important;
  width:88px !important;
  text-align: center !important;
  height: 34px !important;
  line-height: 34px !important;
  border-color: #237ed2 !important;
  background-color: #237ed2 !important;
}
.layui-layer-btn .layui-layer-btn0:hover{
  background: #348eed !important;
  border-color: #348eed !important;
}

.iframe-video{
  width:100%;
  height: 470px;
  overflow: hidden;
  margin-bottom:30px;
}
.iframe-video .video-preview{
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  font-size:0;
  text-align: center;
  cursor: pointer;
}
.iframe-video .video-preview::after{
  position: absolute;
  content: '';
  left: 0;
  top:0;
  right: 0;
  bottom:0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.iframe-video .video-preview::before{
  position: absolute;
  content: '';
  left: 0;
  top:0;
  right: 0;
  bottom:0;
  background: url(../images/media-icon.png) no-repeat center;
  z-index: 2;
}
.iframe-video .video-preview img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.iframe-video iframe{
  display: block;
  width:100%;
  height: 100%;
}