.blank10 {
  height: 10px;
  clear: both;
}
.blank20 {
  height: 20px;
  clear: both;
}
.blank30 {
  height: 30px;
  clear: both;
}
.blank40 {
  height: 40px;
  clear: both;
}
.blank50 {
  height: 40px;
  clear: both;
}
.hblank40 {
  width: 40px;
  height: 1px;
}
*, :after, :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  -webkit-tap-highlight-color: transparent;
  padding-top: 136px !important;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, PingHei, PingFang SC, STHeitiSC-Light, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  min-height: 101vh
}
a {
  text-decoration: none;
  color: inherit
}
li, ul {
  list-style: none;
  margin: 0;
  padding-left: 0
}
a:active, a:focus, a:hover, a:visited {
  color: inherit
}
.wrapped {
  max-width: 1200px;
  margin: 0 auto
}
* + p, p {
  margin: 0;
  line-height: 1
}
label {
  margin: 0;
  font-weight: 400
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.clearfix {
  *zoom: 1
}
.clearfix:after {
  content: "";
  display: block;
  clear: both
}
.am-fl {
  float: left
}
.am-fr {
  float: right
}
.am-btn.am-disabled, .am-btn[disabled], .am-disabled, .disabled, fieldset[disabled] .am-btn {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  opacity: .45;
  -webkit-box-shadow: none;
  box-shadow: none
}
.img--wrapper {
  position: relative;
  overflow: hidden
}
.am-breadcrumb {
  display: none;
}
.ws-fix-head {
  position: fixed;
  z-index: 9999;
  right: 0;
  left: 0;
  top: 0
}
.header_container {
  line-height: 90px;
  background: #fff;
}
.header_container .wrapped {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.header_container .container_search, .header_container .wrapped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.header_container .container_search {
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.header_container .container_search li {
  line-height: 90px;
  color: #333
}
.header_container .container_search li:last-child button:hover {
  color: #fff;
  background: #f60;
  border-color: #f60;
  -webkit-transition: all .2s ease-in .2s;
  transition: all .2s ease-in .2s
}
.header_container .container_search li:not(:last-of-type) {
  margin-right: 20px
}
.header_container .head_logo {
  width: 133px;
  height: 90px;
  background: url(//www.d1ev.com/static/home/index03/images/logo-pc.png?v=2) no-repeat 50%;
  background-size: auto 70px;
}
.header_container .head_logo h1 {
  text-indent: -999em;
  margin: 0
}
.header_container .container_search .input--wrapper {
  position: relative;
  width: 560px;
  height: 40px;
  vertical-align: middle
}
.header_container .container_search .input--wrapper input {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 560px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 40px;
  padding: 9px 89px 9px 43px;
  font-size: 16px
}
.header_container .container_search .input--wrapper input:focus {
  outline: none
}
.header_container .container_search .input--wrapper input::-webkit-input-placeholder {
  color: #b8b8b8
}
.header_container .container_search .input--wrapper .svgIcon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #b8b8b8
}
.header_container .container_search .input--wrapper .search-all-form-submit {
  display: inline-block;
  vertical-align: -.18em;
  width: 80px;
  height: 40px;
  font-weight: 400;
  font-family: Microsoft YaHei, 微软雅黑, PingFangSC-Regular, serif;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f60;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.header_container li button {
  border: none;
  background: #ff8843;
  width: 70px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.header_container li a:not(:last-child) button {
  margin-right: 10px
}
.header_container li button:focus {
  outline: none
}
.header_container li .login {
  line-height: 14px;
  height: 14px;
  margin-left: 10px
}
.header_container li:not(:last-of-type) .login {
  padding-right: 10px;
  border-right: 1px solid #d8d8d8
}
.header_container li .login:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.header_container .nav_do > li, .header_container .nav_do > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 20px;
  position: relative
}
.header_container .nav_do > li .img--wrapper {
  width: 20px;
  height: 20px;
  margin-right: 5px
}
.header_container .nav_do > li .img--wrapper img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header_container .nav_do > li.ws-nav-loginI {
  margin: 0 15px
}
.header_container .nav_do .head-search .nav_search .svgIcon {
  color: #333
}
.header_container .nav_do {
  height: 100%;
  font-size: 14px;
  color: #333;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.header_container .nav_do > li:first-of-type {
  padding-right: 17px;
  margin-right: 20px;
  position: relative
}
.header_container .nav_do > li:first-of-type:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  right: 0;
  background: url(//www.d1ev.com/static/home/index03/images/icon-down.png) no-repeat 50%;
  background-size: contain;
  cursor: pointer
}
.header_container .nav_do > li .nav_model {
  display: none;
  width: 110px;
  height: 105px;
  padding-top: 15px;
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-align: left;
  margin: 0 auto;
  z-index: 2
}
.header_container .nav_do > li .nav_model ul {
  background: #fff;
  padding: 9px 12px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  position: relative
}
.header_container .nav_do > li .nav_model ul:after, .header_container .nav_do > li .nav_model ul:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 5px solid transparent
}
.header_container .nav_do > li .nav_model ul:before {
  top: -11px;
  border-bottom-color: #e9e9e9
}
.header_container .nav_do > li .nav_model ul:after {
  top: -10px;
  border-bottom-color: #fff
}
.header_container .nav_do > li .nav_model li {
  position: relative
}
.header_container .nav_do > li .nav_model li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100%;
  border-bottom: 1px solid #fafafa
}
.header_container .nav_do > li .nav_model li:not(:last-child) {
  margin-bottom: 11px
}
.header_container .nav_do > li:hover .nav_model {
  display: block
}
.svgIcon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -.18em;
  fill: currentColor;
  overflow: hidden;
  margin-right: .2em
}
header .header_nav {
  background: #424242;
}
header .nav_ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
  line-height: 46px
}
header .nav_ul li {
  -webkit-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  text-align: center;
  position: relative;
  font-weight: 400;
  font-family: Microsoft YaHei, 微软雅黑, PingFangSC-Regular, serif;
  color: #fff;
}
header .nav_ul li a {
  color: #fff;
}
header .nav_ul li:hover {
  background: #fa6400
}
header .nav_ul li .nav_hot {
  position: absolute;
  width: 30px;
  height: 15px;
  top: -9px;
  right: -5px;
  background: url(//www.d1ev.com/static/home/index03/images/hot.png) no-repeat 50%;
  background-size: cover;
  z-index: 2
}
.ws-nav-login .ws-nav-loginA {
  font-size: 14px;
  line-height: 30px
}
.ws-nav-login .ws-nav-loginI {
  padding: 0 8px;
  color: #fff;
  position: relative;
  top: 2px
}
.ws-nav-login .ws-nav-headmap {
  width: 30px;
  cursor: pointer;
  position: relative
}
.ws-nav-login .ws-nav-headmap img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  vertical-align: middle;
  margin-top: -.5em
}
.ws-nav-login .ws-nav-headmap .ws-ping1-num {
  padding: 0 6px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: -18px;
  background: #e50012;
  border-radius: 12px;
  color: #fff
}
.ws-nav-login .ws-nav-headmap .ws-ping1-num:hover {
  color: #fff !important
}
.ws-nav-login .ws-nav-usersAnimate {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
.header_container .nav_do > li:hover .user--wrapper {
  display: block;
}
.ws-nav-login .user--wrapper {
  display: none;
  position: absolute;
  top: 20px;
  right: -25px;
  margin-left: -35px;
  padding-top: 15px;
}
.ws-nav-login .ws-nav-users {
  position: relative;
  z-index: 11;
  width: 100px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 10px 0
}
.ws-nav-login .ws-nav-users:after, .ws-nav-login .ws-nav-users:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 5px solid transparent
}
.ws-nav-login .ws-nav-users:before {
  top: -11px;
  border-bottom-color: #e9e9e9
}
.ws-nav-login .ws-nav-users:after {
  top: -10px;
  border-bottom-color: #fff
}
.ws-nav-login .ws-nav-users .ws-nav-usersA {
  display: block;
  height: 38px;
  color: #333;
  line-height: 38px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  position: relative
}
.ws-nav-login .ws-nav-users .ws-nav-usersA .ws-ping2-num {
  padding: 0 6px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 2px;
  background: #e50012;
  border-radius: 12px;
  color: #fff
}
.ws-nav-login .ws-nav-users .ws-nav-usersA:hover {
  color: #f60
}
footer {
  background: #f9fbfe
}
.friendLinks {
  color: grey;
  margin: 30px auto 20px;
  padding-top: 42px
}
.friendLinks .friendLinks-item {
  float: left;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-right: 20px;
  color: #898989
}
.friendLinks .friendLinks-item:first-of-type {
  color: #333
}
.friendLinks .friendLinks_itemFirst:first-of-type {
  margin-right: 17px;
  padding-right: 17px;
  position: relative
}
.friendLinks .friendLinks_itemFirst:first-of-type:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  border-left: 1px solid #ceced0;
  height: 14px
}
.ws-foot-bg {
  padding: 0 !important;
}
.footer_foot {
  color: #333;
  margin-top: 20px;
  padding-top: 20px;
}
.foot--list {
  margin: 0 auto;
  text-align: center
}
.foot--list a {
  padding: 0 20px;
  position: relative;
  font-size: 14px
}
.foot--list a:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  border-left: 1px solid #ceced0;
  height: 14px
}
.foot_copyright {
  text-align: center;
  font-size: 14px;
  padding: 15px 0 75px
}
.foot_copyright img {
  vertical-align: middle
}
footer a:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.ws-searchboxBg {
  display: none;
  padding-top: 108px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1112;
  background: #fff
}
.ws-searchboxBg .am-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  font-style: normal
}
.ws-searchboxBg .ws-searchbox {
  width: 860px;
  margin: 0 auto
}
.ws-searchboxBg .ws-searchbox-item {
  font-size: 16px;
  cursor: pointer;
  padding: 0 25px;
  margin-right: 23px;
  margin-bottom: 23px;
  color: #999
}
.ws-searchboxBg .ws-searchbox-item:hover {
  color: #999
}
.ws-searchboxBg .ws-searchbox-historyH {
  padding-bottom: 23px
}
.ws-searchboxBg .ws-searchbox-historyH .ws-searchbox-historyH1 {
  font-size: 18px;
  color: #999;
  line-height: 1
}
.ws-searchboxBg .ws-searchbox-historyH .ws-searchbox-historyH2 {
  font-size: 14px;
  color: #999;
  line-height: 1;
  cursor: pointer;
  position: relative
}
.ws-searchboxBg .ws-searchbox-historyH .ws-searchbox-historyH2 i {
  position: absolute;
  top: 0;
  left: -20px;
  background-image: url(//www.d1ev.com/static/home/index03/images/sprite2.png);
  background-position: -213px -34px;
  width: 16px;
  height: 16px
}
.ws-searchboxBg .ws-searchbox-hot .ws-searchbox-hoth {
  font-size: 18px;
  color: #999;
  padding-top: 35px;
  padding-bottom: 25px
}
.ws-searchboxBg .ws-searchbox-hot .ws-searchbox-hotc .ws-searchbox-list {
  cursor: pointer;
  color: #f60;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  margin-right: 23px;
  margin-bottom: 23px
}
.ws-searchboxBg .ws-searchbox-hot .ws-searchbox-hotc .ws-searchbox-list:hover {
  color: #fff !important;
  background: #f60
}
.ws-searchboxBg .ws-nav-searchbox-inp {
  width: 100%;
  position: relative;
  padding-bottom: 58px
}
.ws-searchboxBg .ws-nav-searchbox-inp .ws-input {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 18px;
  outline: none;
  padding-right: 64px
}
.ws-searchboxBg .ws-nav-searchbox-inp .ws-nav-searchbox-inpIcon {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 20px;
  background-position: -213px 0;
  width: 24px;
  height: 24px;
  background-image: url(//www.d1ev.com/static/home/index03/images/sprite2.png)
}
.ws_alert {
  padding: 30px 50px;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, .6);
  border-radius: 8px;
  z-index: 4
}
.ws-fixed, .ws_alert {
  position: fixed;
  text-align: center;
  color: #fff
}
.ws-fixed {
  z-index: 9;
  bottom: 100px;
  right: 20px;
  width: 40px;
  min-height: 175px;
  padding-top: 39px
}
.ws-fixed .ws-fixed-read {
  display: none;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 12px;
  padding: 10px 8px;
  cursor: pointer;
  background: grey;
  line-height: 1.3em
}
.ws-fixed .ws-fixed-app {
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  font-size: 12px
}
.ws-fixed .ws-fixed-app a {
  padding: 6px;
  line-height: 1.3em
}
.ws-fixed .ws-fixed-app.mini-program, .ws-fixed .ws-fixed-app a {
  display: block;
  color: #fff;
  height: 40px;
  width: 40px;
  background: grey
}
.ws-fixed .ws-fixed-app.mini-program {
  padding: 6px 0;
  line-height: 28px;
  text-align: center;
  position: relative
}
.ws-fixed .ws-fixed-app.mini-program .img--wrapper {
  visibility: hidden;
  width: 172px;
  height: 172px;
  position: absolute;
  right: 175%;
  bottom: -70%;
  padding: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px
}
.ws-fixed .ws-fixed-app.mini-program:hover .img--wrapper {
  visibility: visible;
  -webkit-transition: visibility .2s ease-in .2s;
  transition: visibility .2s ease-in .2s
}
.ws-fixed .ws-fixed-app.mini-program .img--wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 67%;
  right: -26px;
  width: 0;
  height: 0;
  z-index: 1;
  border: 13px solid transparent;
  border-left-color: #e6e6e6;
  -o-border-image: initial;
  -webkit-border-image: initial;
  border-image: initial
}
.ws-fixed .ws-fixed-app.mini-program .img--wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 67%;
  right: -25px;
  width: 0;
  height: 0;
  z-index: 2;
  border: 13px solid transparent;
  border-left-color: #fff;
  -o-border-image: initial;
  -webkit-border-image: initial;
  border-image: initial
}
.ws-fixed .ws-fixed-app.mini-program img {
  width: 100%
}
.ws-fixed .ws-fixed-app.newIndex {
  width: 112px;
  height: 40px;
  margin-left: -72px;
  position: relative;
}
.ws-fixed .ws-fixed-app.newIndex a {
  padding: 0;
  background: transparent;
  width: 112px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.ws-fixed .ws-fixed-app.newIndex .img--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 40px;
  background: url("https://www.d1ev.com/static/home/images/new-website.png") no-repeat left center;
  background-size: contain;
}
.ws-fixed .ws-fixed-app.newIndex:hover a {
  background: transparent;
}
@-webkit-keyframes newIndex {
  0% {
    width: 112px;
  }
  100% {
    width: 40px;
    margin-left: 72px;
  }
}
@keyframes newIndex {
  0% {
    width: 112px;
  }
  100% {
    width: 40px;
    margin-left: 72px;
  }
}
.ws-fixed .ws-fixed-scroll {
  display: none;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  background: grey
}
.ws-fixed .ws-fixed-scroll a {
  height: 34px;
  padding: 0 6px
}
.ws-fixed .ws-fixed-scroll:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 34px;
  left: 10px;
  border: 10px solid transparent;
  border-bottom-color: grey;
  -webkit-transform: scaleX(2);
  transform: scaleX(2)
}
.ws-fixed .ws-fixed-scroll i {
  width: 22px;
  height: 22px;
  background: url(//www.d1ev.com/static/home/index03/images/top.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px
}
.ws-fixed .mini-program:hover, .ws-fixed .ws-fixed-app:hover a {
  background: #f60;
  -webkit-transition: background-color .2s ease-in .2s;
  transition: background-color .2s ease-in .2s
}
.ws-fixed .ws-fixed-scroll:hover:before {
  border-bottom-color: #f60;
  -webkit-transition: border-bottom-color .2s ease-in .2s;
  transition: border-bottom-color .2s ease-in .2s
}
.ws-modal .am-modal-dialog {
  background: #fff;
  padding: 40px 50px
}
.ws-modal .am-alert {
  background: #fff;
  color: #333;
  font-size: 16px;
  padding: 0 0 25px;
  margin: 0;
  border: 1px solid #fff
}
.ws-modal .am-modal-dialog p {
  text-align: left
}
.ws-modal .am-modal-dialog p .span2 {
  color: #f60
}
.ws-modal .am-modal-dialog p .span2 i {
  position: relative;
  right: 3px;
  top: 1px;
  font-size: 16px
}
.ws-modal .am-modal-dialog textarea {
  font-size: 14px;
  color: #b2b2b2;
  padding: 10px;
  margin-bottom: 20px
}
.ws-modal .am-form-group {
  margin: 0
}
.ws-modal .am-modal-dialog #yourcall {
  width: 100%;
  font-size: 14px;
  color: #b2b2b2;
  padding: 10px;
  margin-bottom: 15px
}
.ws-modal .tijiao {
  line-height: 1
}
.ws-modal .tijiao .tip {
  font-size: 14px;
  color: red;
  line-height: 48px
}
.ws-modal .tijiao .am-fr {
  font-size: 16px
}
.ws-modal .tijiao--button {
  padding: 16px 30.6px;
  background: #f60;
  color: #fff;
  border: none
}
.ws-modal .tijiao--cancel {
  margin: 16px 30.6px;
  color: #f60
}
.ws-modal .dialog--content .am-field-valid {
  border-color: #ccc !important
}
.ws-news .article--type .icon {
  position: relative;
  top: -2px
}
.video-content a .videos_p:hover {
  color: #f60
}
.ws-streaming-media {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  z-index: 11
}
.ws-streaming-media, .ws-streaming-media img {
  width: 600px;
  height: 400px
}
.ws-streaming-media .ws-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  background: rgba(0, 0, 0, .9);
  line-height: 30px;
  color: #fff;
  z-index: 1
}
.am-selected-list {
  overflow-y: scroll
}
.am-selected-list::-webkit-scrollbar {
  width: 4px
}
.am-selected-list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px
}
.am-selected-list::-webkit-scrollbar-track {
  opacity: 1;
  background: #fff
}
.am-selected-list:active::-webkit-scrollbar-thumb, .am-selected-list:hover::-webkit-scrollbar-thumb {
  background-color: #bebebe
}
.am-selected-list:hover::-webkit-scrollbar-track {
  background: #e4e4e4
}
.ads-container-float {
  -webkit-box-shadow: 0 5px 10px 0 #666;
  box-shadow: 0 5px 10px 0 #666;
  overflow: hidden;
  display: none;
  position: fixed;
  width: 600px;
  height: 400px;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999
}
.ads-container-float .ad-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000
}
.ads-container-float .img--wrapper {
  height: 100%
}
.ads-container-float .ad-close {
  color: #fff;
  position: absolute;
  top: 5px;
  font-size: 1em;
  right: 5px;
  line-height: 31px;
  width: 32px;
  text-align: center;
  height: 32px;
  background: #f60;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001
}
.ws-content .ws-left .ws-news .article--author {
  margin: 1.6rem 0;
}
/*宸︿晶鍏叡閮ㄥ垎*/
.ws-hr-line {
  width: 97%;
  height: 0;
  border-top: 1px solid #f1f1f1;
}
.ws-commonleft {
  width: 340px;
  margin-top: 42px;
  border-right: 1px solid #ccc;
}
.ws-commonleft .ws-commonleft-people {
  padding-bottom: 20px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-head {
  min-height: 112px;
  margin-right: 32px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-head .ws-image-parent {
  position: relative;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-head .ws-image-parent i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 2px solid #fff;
  color: #fff;
  background: #f60;
  text-align: center;
  border-radius: 100%;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-head img {
  width: 88px;
  height: 88px;
  border-radius: 44px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right {
  width: 205px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right h2 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: normal;
  margin-bottom: 22px;
  position: relative;
  word-break: break-all;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right h2 span {
  position: relative;
  top: -2px;
  right: -16px;
  color: #f60;
  border: 1px solid #f60;
  font-size: 14px;
  padding: 3px 5px;
  line-height: 1;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right h2 span:after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: url(//www.d1ev.com/src/index/images/iconrightd.png) #fff;
  position: absolute;
  top: 4px;
  left: -6px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right h2 .icon-nv {
  color: red;
  font-size: 20px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right h2 .icon-nan {
  color: #4390f8;
  font-size: 20px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right .ws-p1 {
  font-size: 14px;
  line-height: 1;
  color: #f60;
  margin: 0 0 10px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right .ws-p1 .ws-daniu-v i {
  font-size: 12px;
  padding-right: 4px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right .ws-p1 .ws-daniu-v {
  margin-right: 14px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right .ws-p1 .ws-daniu-hangye {
  color: #f60;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right .ws-p1 .ws-daniu-hangye i {
  font-size: 12px;
  padding-right: 4px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right .ws-p2 {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 10px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-people-right .ws-p3 {
  font-size: 14px;
  line-height: 1;
  color: #666;
  margin: 0 0 24px;
}
.ws-commonleft .ws-commonleft-people .ws-commleft-people-edit {
  display: block;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.ws-commonleft .ws-commonleft-people .ws-commleft-people-edit:hover {
  border: 1px solid #f60;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-other .ws-div1 {
  display: block;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-other .ws-div2 {
  display: block;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 8px;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-other .ws-div1:hover, .ws-commonleft .ws-commonleft-people .ws-commonleft-other .ws-div2:hover {
  color: #f60;
  border: 1px solid #f60;
}
.ws-commonleft .ws-commonleft-people .ws-commonleft-other .ws-disabled:hover {
  color: #666;
  border: 1px solid #ccc;
  cursor: text;
}
.ws-commonleft .ws-commonleft-summary {
  padding: 20px 20px 20px 36px;
}
.ws-commonleft .ws-commonleft-summary .ws-div1 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
.ws-commonleft .ws-commonleft-summary .ws-div1 i {
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: -34px;
}
.ws-commonleft .ws-commonleft-summary .ws-p1 {
  font-size: 14px;
  color: #999;
  line-height: 1.7;
  margin: 0;
}
.ws-commonleft .ws-commonleft-agree {
  padding: 20px 20px 20px 36px;
}
.ws-commonleft .ws-commonleft-agree .ws-div1 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  position: relative;
}
.ws-commonleft .ws-commonleft-agree .ws-div1 i {
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: -34px;
}
.ws-commonleft .ws-commonleft-agree .ws-div2 {
  line-height: 1;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-noticer {
  padding: 20px 20px 0 36px;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-noticer .ws-div1 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  position: relative;
  margin-bottom: 22px;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-noticer .ws-div1 i {
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: -34px;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-noticer .ws-div1 span {
  cursor: pointer;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-noticer .ws-div1 span:hover {
  color: #f60;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-noticer .ws-div2 {
  line-height: 1;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-following {
  padding: 0 20px 20px 36px;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-following .ws-div1 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  position: relative;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-following .ws-div1 i {
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: -34px;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-following .ws-div1 span {
  cursor: pointer;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-following .ws-div1 span:hover {
  color: #f60;
}
.ws-commonleft .ws-commonleft-notice .ws-commonleft-following .ws-div2 {
  line-height: 1;
}
.ws-commonleft .ws-commonleft-collect {
  padding: 20px 20px 20px 36px;
}
.ws-commonleft .ws-commonleft-collect .ws-div1 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  position: relative;
}
.ws-commonleft .ws-commonleft-collect .ws-div1 i {
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: -34px;
}
.ws-commonleft .ws-commonleft-collect .ws-div1 span {
  cursor: pointer;
}
.ws-commonleft .ws-commonleft-collect .ws-div1 span:hover {
  color: #f60;
}
.ws-commonleft .ws-commonleft-collect .ws-div2 {
  line-height: 1;
}
.ws-commonleft .ws-commonleft-company {
  padding: 20px 20px 20px 36px;
}
.ws-commonleft .ws-commonleft-company .ws-div1 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}
.ws-commonleft .ws-commonleft-company .ws-div1 i {
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: -34px;
}
.ws-commonleft .ws-commonleft-company .ws-p1 {
  font-size: 14px;
  color: #f60;
  line-height: 1;
  margin: 0 0 20px 0;
}
.ws-commonleft .ws-commonleft-company .ws-div3 {
  display: block;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  left: -36px;
}
.ws-commonleft .ws-commonleft-company .ws-div3:hover {
  border: 1px solid #f60;
}
/*鍏嶈垂璁よ瘉浼佷笟鐢ㄦ埛*/
.ws-commonleft .ws-free-company button.am-btn:focus, .ws-free-company button.am-btn:active {
  outline: none;
}
.ws-commonleft .ws-free-company {
  position: relative;
}
.ws-commonleft .ws-free-company button {
  display: block;
  font-size: 14px;
  width: 140px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 4px;
}
.ws-free-company-btn {
  display: block;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.ws-free-company-btn:hover {
  color: #f60;
  border: 1px solid #f60;
}
.ws-commonleft .ws-free-company i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 4px;
}
.ws-commonleft .ws-free-company-help {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  font-size: 12px;
  line-height: 2;
}
/*鎴戠殑搴楅摵*/
.ws-my-company-manage {
  font-size: 14px;
}
.ws-my-company-manage a:hover {
  border: 1px solid #f60;
}
.ws-my-company-shop {
  padding: 3px 14px;
  border: 1px solid #ccc;
  margin-right: 10px;
  border-radius: 4px;
}
.ws-manage-my-shop {
  padding: 3px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*鎴戠殑绉佷俊鎴戠殑娑堟伅宸︿晶閮ㄥ垎*/
.ws-commonleft2 {
  width: 210px;
}
.ws-commonleft2 .ws-div {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.ws-commonleft2 .ws-div i {
  font-size: 22px;
  position: absolute;
  top: -2px;
  left: 6px;
}
.ws-commonleft2 .ws-div span {
  font-size: 16px;
  color: #333;
  line-height: 1;
}
.ws-commonleft2 .ws-div b {
  position: absolute;
  top: 16px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f60;
}
/*鍒嗛〉*/
.ws-pagination {
  text-align: center;
}
.ws-pagination span {
  display: inline-block;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.ws-pagination .current {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.ws-pagination a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.ws-pagination a:hover {
  border: 1px solid #ff6600;
  color: #ff6600;
}
/*alert寮圭獥2*/
.ws_alert {
  padding: 30px 50px;
  position: fixed;
  text-align: center;
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 1111;
}
.ws-nohas-content {
  font-size: 14px;
  color: #999;
  padding-left: 20px;
  line-height: 60px;
}
.ws-nohas-content2 {
  font-size: 14px;
  color: #999;
}
/*灏鹃儴閮ㄥ垎*/
.ws-hr {
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
.ws-foot-bg {
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  background: #fafafa;
}
.ws-foot {
  width: 1200px;
  min-width: 1200px;
  padding: 0;
}
.ws-foot .ws-foot-list {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.ws-foot .ws-foot-item {
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  color: #787878;
}
.ws-foot .ws-foot-itemLast {
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  color: #787878;
}
.ws-foot .ws-foot-item:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  border-left: 1px solid #ceced0;
  height: 14px;
}
.ws-foot .ws-foot-copyright {
  text-align: center;
  font-size: 14px;
  color: #787878;
  padding: 20px 0 40px;
}
.ws-foot .ws-foot-copyrightA {
  color: #787878;
  padding: 0 5px;
}
.video-content a .videos_p:hover {
  color: #f60;
}
.am-breadcrumb {
  display: none;
}