.overflow {
  overflow: hidden;
}
/*header*/
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  /* box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.99);*/
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
header .container {
  overflow: initial;
}
header .mainsVw .logo {
  float: left;
  margin-top: 17px;
}
header .mainsVw .navs {
  float: right;
  height: 80px;
}
header .mainsVw .navs .lang {
  display: none;
  margin: 66px 20px 0;
}
header .mainsVw .navs .lang a {
  display: inline-block;
  font-size: 15px;
  margin: 0 8px;
  color: #ddd;
}
header .mainsVw .navs > ul > li {
  float: left;
  position: relative;
 /* margin-right: 25px;*/
  overflow: hidden;
}
header .mainsVw .navs > ul > li > a {
  position: relative;
  padding: 0 16px;
  font-size: 15px;
  text-align: center;
  line-height: 80px;
  white-space: nowrap;
  color: #555;
  transition: all 0.3s;
}
header .mainsVw .navs > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 1px;
  opacity: 0;
  margin-left: -20px;
  background-color: #000;
}
header .mainsVw .navs > ul > li > a:hover {
  color: #000;
  text-decoration: none;
  transform: translateY(-3px);
}
header .mainsVw .navs > ul > li .list {
  position: absolute;
  top: 80px;
  left: -50%;
  right: 0;
  padding: 17px 20px 20px;
  width: 500px;
  margin-left: -163px;
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #ddd;
  transform: translateY(18px);
  opacity: 0;
  transition: all 0.5s;
  z-index: 6;
}
header .mainsVw .navs > ul > li .list ul {
  margin-left: -20px;
}
header .mainsVw .navs > ul > li .list ul li dl {
  margin-left: 20px;
}
header .mainsVw .navs > ul > li .list ul li dl dt {
  border-bottom: 1px solid #000;
}
header .mainsVw .navs > ul > li .list ul li dl dt a {
  font-size: 15px;
}
header .mainsVw .navs > ul > li .list ul li dl dt a:hover {
  color: #1a3668;
}
header .mainsVw .navs > ul > li .list ul li dl dd a {
  font-size: 14px;
  line-height: 42px;
  color: #666;
  transition: all 0.4s;
}
header .mainsVw .navs > ul > li .list ul li dl dd a:hover {
  color: #000;
  text-decoration: underline;
}
header .mainsVw .navs > ul > li .list:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 999;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
header .mainsVw .navs > ul > li .zk {
  display: none;
  position: absolute;
  top: 3px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 66;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
header .mainsVw .navs > ul > li .zk i {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  margin: 7px auto;
  transition: all 0.5s;
}
header .mainsVw .navs > ul > li .zk i:nth-child(1) {
  position: relative;
  top: 9px;
  transform: rotate(90deg);
  transition: all 0.3s;
  opacity: 1;
}
header .mainsVw .navs > ul > li .zk.active {
  transform: rotate(45deg);
}
header .mainsVw .navs > ul > li .zk.active i:nth-child(1) {
  opacity: 0;
}
header .mainsVw .navs > ul > li.active a {
  color: #000;
}
header .mainsVw .navs > ul > li.active a:after {
  opacity: 1;
  bottom: 19px;
  transition: all 0.4s;
}
header .mainsVw .navs > ul > li:hover {
  overflow: initial;
}
header .mainsVw .navs > ul > li:hover .list {
  opacity: 1;
  transform: translateY(0px);
  z-index: 6;
  transition: all 0.4s;
}
header .mainsVw .navs .s_icon {
  display: none;
}
header .mainsVw .navs .s_icon form {
  background: #fff;
  width: 89%;
  height: 40px;
  margin: 20px auto 20px;
  line-height: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 11px rgba(255, 255, 255, 0.05);
}
header .mainsVw .navs .s_icon form input {
  float: left;
  padding: 0 15px;
  width: 210px;
  height: 40px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
}
header .mainsVw .navs .s_icon form button {
  float: right;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: url("../images/home_06.png") no-repeat center center / 18px 18px transparent;
}
header .mainsVw .search_ {
	float: right;
	height: 80px;
	line-height: 80px;
	margin: 0 45px 0 20px;
}

header .mainsVw .search_ .search_i {
	width: 20px;
	overflow: hidden;
}

header .mainsVw .search_ .search_img {
	width: 18px;
	cursor: pointer;
}

header .mainsVw .jdstore {
	float: right;
	height: 80px;
	line-height: 80px;
	margin: 0 20px 0 20px;
}
header .mainsVw .jdstore .jdstore_i {
	width: 30px;
	overflow: hidden;
}
header .mainsVw .search_ .search_img:nth-child(2) {
  display: none;
}
header .mainsVw .search_con {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 99999;
  opacity: 0;
  transition: all linear 0.5s;
}
header .mainsVw .search_con.active {
  top: 0;
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
header .mainsVw .search_con form {
  width: 90%;
  float: left;
  margin-top: 30px;
  border-bottom: 1px solid #666;
}
header .mainsVw .search_con form input {
  width: 94%;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 0;
  outline: none;
  color: #333;
  background-color: transparent;
}
header .mainsVw .search_con form button {
  width: 38px;
  height: 38px;
  outline: none;
  border: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: url("../images/home_06.png") no-repeat center center / auto;
}
header .mainsVw .search_con .search_gb {
  float: left;
  height: 30px;
  margin-top: 35px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  z-index: 9999;
  overflow: hidden;
}
header .mainsVw .search_con .search_gb span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  position: relative;
  z-index: 666;
}
header .mainsVw .search_con .search_gb span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
header .mainsVw .search_con .search_gb span:nth-child(2) {
  top: 13px;
  transform: rotate(-45deg);
}
header .mainsVw .language {
  float: right;
  position: relative;
  z-index: 999;
}
header .mainsVw .language .l_zi {
  height: 80px;
  font-size: 14px;
  line-height: 80px;
  text-align: center;
  white-space: nowrap;
}
header .mainsVw .language .l_zi p {
  padding-right: 21px;
  cursor: pointer;
  font-size: 15px;
  color: #555;
  transition: all 0.3s;
}
header .mainsVw .language .l_zi p:hover {
  color: #000;
}
header .mainsVw .language .l_zi p:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: 1px solid #555;
  border-top: none;
  border-left: none;
  border-radius: 0;
  transform: translateY(-6px) rotate(45deg);
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-6px) rotate(45deg);
  -o-transform: translateY(-6px) rotate(45deg);
}
header .mainsVw .language .l_list {
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  display: none;
}
header .mainsVw .language .l_list ul li a {
  text-align: center;
  line-height: 40px;
  color: #555;
  transition: all 0.3s;
}
header .mainsVw .language .l_list ul li a:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 1200px) {
  header .mainsVw .navs > ul > li {
    margin-right: 1em;
  }
  header .mainsVw .search_ {
    margin: 0 17px 0 23px;
  }
  header .mainsVw .search_:before {
    left: -30px;
  }
  	header .mainsVw .jdstore{
		margin:0;
	}
}
@media (max-width: 1100px) {
  header .mainsVw .navs > ul > li > a {
    padding: 0 10px;
  }
  header .mainsVw .search_:before {
    left: -22px;
  }
}
@media (max-width: 1024px) {
  header .mainsVw .logo {
    width: 208px;
  }
  header .mainsVw .navs > ul > li {
    margin-right: 0.8em;
  }
  header .mainsVw .navs > ul > li > a {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  header .mainsVw .search_con {
    height: 80px;
  }
  header .mainsVw .language {
    display: none;
  }
  header .mainsVw .navs {
    position: absolute;
    top: 0;
    right: -310px;
    width: 310px;
    padding-bottom: 50px;
    height: 100vh;
    box-sizing: border-box;
    background-color: #000;
    opacity: 0;
    overflow-y: auto;
    transition: all 0.5s;
  }
  header .mainsVw .navs.active {
    right: 0;
    opacity: 1;
  }
  header .mainsVw .search_ {
    display: none;
  }
  header .mainsVw .navs .s_icon,
  header .mainsVw .navs .lang {
    display: block;
  }
  header .mainsVw .navs > ul > li {
    float: none;
    margin-right: 0;
  }
  header .mainsVw .navs > ul > li:hover .list {
    display: none;
  }
  header .mainsVw .navs > ul > li > a {
    padding: 0 8px 0 20px;
    line-height: 40px;
    text-align: left;
    color: #ddd;
  }
  header .mainsVw .navs > ul > li.active a,
  header .mainsVw .navs > ul > li > a:hover {
    color: #fff !important;
  }
  header .mainsVw .navs > ul > li .list {
    position: initial;
    padding: 0 20px 0;
    opacity: 1;
    display: none;
    margin-left: 0;
    width: 100%;
    background-color: #000;
    transform: translateY(0px);
  }
  header .mainsVw .navs > ul > li .list ul li dl dt a {
    padding-left: 20px;
    color: #ddd;
  }
  header .mainsVw .navs > ul > li .list ul li dl dt a:hover {
    color: #fff;
  }
  header .mainsVw .navs > ul > li .list ul li dl dd a {
    padding-left: 40px;
    line-height: 36px;
    color: #ccc;
  }
  header .mainsVw .navs > ul > li .list ul li dl dd a:hover {
    color: #fff;
  }
  header .mainsVw .navs > ul > li .list:after {
    display: none;
  }
  header .mainsVw .navs > ul > li .list a {
    font-size: 15px;
    line-height: 40px;
  }
  header .mainsVw .navs > ul > li .zk {
    display: block;
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
  header .mainsVw .logo {
    margin-top: 17px;
    width: 200px;
  }
}
/*positionHeader*/
.positionHeader {
  padding-top: 80px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e6e6e6;
}
.positionHeader .header_con {
  padding-top: 19px;
}
.positionHeader .header_con a {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  margin-right: 36px;
  font-size: 16px;
  line-height: 42px;
  color: #333;
  border-radius: 3px;
}
.positionHeader .header_con a:nth-last-child(1) {
  margin-right: 0;
}
.positionHeader .header_con a:hover {
  color: #222;
}
.positionHeader .header_con a.active {
  color: #fff;
  background-color: #444;
}
.positionHeader .position {
  padding-top: 20px;
}
.positionHeader .position a {
  margin: 10px 7px;
  display: inline-block;
  color: #666;
}
.positionHeader .position a:hover {
  color: #333;
}
@media (max-width: 1024px) {
  .positionHeader .header_con a {
    margin-right: 18px;
    padding: 0 6px;
  }
}
@media (max-width: 1200px) {
  .positionHeader .position a {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .positionHeader {
    padding-top: 67px;
    padding-bottom: 7px;
  }
  .positionHeader .header_con {
    padding-top: 5px;
    width: 100%;
  }
  header .mainsVw .jdstore{
		line-height:64px;
		height:auto;
	}
  .positionHeader .header_con a {
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 42px;
  }
  .positionHeader .position {
    padding-top: 9px;
    display: none;
  }
  .positionHeader .position a {
    margin: 6px 0px;
  }
}
/*footer*/
footer {
  background-color: #333;
  padding-top: 65px;
}
footer .font_top {
  padding-bottom: 43px;
}
footer .font_top .con_left {
  float: left;
  width: 30%;
}
footer .font_top .con_left .wx {
  float: left;
  width: 130px;
}
footer .font_top .con_left .wx p {
  padding-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #ddd;
}
footer .font_top .con_left .tags {
  float: left;
  width: 67%;
  margin-left: 45px;
}
footer .font_top .con_left .tags dt {
  font-size: 16px;
  font-weight: 600;
  color: #ddd;
}
footer .font_top .con_left .tags dd {
  padding-top: 17px;
}
footer .font_top .con_left .tags dd span {
  display: inline-block;
  width: 22px;
  vertical-align: top;
}
footer .font_top .con_left .tags dd p {
  margin-left: 8px;
  width: 90%;
  display: inline-block;
  font-size: 14px;
  color: #ddd;
}
footer .font_top .con_right {
  float: right;
  width: 70%;
}
footer .font_top .con_right dl {
  float: left;
  margin-left: 12%;
}
footer .font_top .con_right dl:nth-last-child(1) {
 
}
footer .font_top .con_right dl:nth-child(1) {
  margin-left: 0;
}
footer .font_top .con_right dl dt {
  margin-bottom: 14px;
  font-size: 16px;
  color: #ddd;
  position: relative;
}
footer .font_top .con_right dl dt span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  padding: 0px 10px;
  cursor: pointer;
  color: #ddd;
  transition: all 0.3s;
}
footer .font_top .con_right dl dt span.active {
  transform: rotate(45deg);
}
footer .font_top .con_right dl dd a {
  line-height: 32px;
  color: #ddd;
font-size:15px;
}
footer .font_top .con_right dl dd a:hover {
  color: #fff;
}
footer .font_top .con_right dl.odl_1 dd {
  margin-bottom: 14px;
}
footer .font_top .con_right dl.odl_1 dd a {
  font-size: 16px;
  font-weight: 600;
  color: #ddd;
}
footer .font_top .con_right dl.odl_1 dd a:hover {
  color: #fff;
}
footer .font_bottom {
  padding: 26px 0;
  font-size: 14px;
  text-align: center;
}
footer .font_bottom .c_left {
  float: left;
  color: #ddd;
}
footer .font_bottom .c_left a {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  color: #ddd;
}
footer .font_bottom .c_left a:hover {
  color: #fff;
}
footer .font_bottom .c_right {
  float: right;
  color: #ddd;
  margin-right: -10px;
}
@media (max-width: 767px) {
  footer .font_bottom .c_right {
    float: none;
  }
}
footer .font_bottom .c_right a {
  margin: 0 10px;
  display: inline-block;
  color: #ddd;
}
footer .font_bottom .c_right a:hover {
  color: #fff;
}
@media (max-width: 1300px) {
  footer .font_top .con_left .tags {
    width: 64%;
    margin-left: 7%;
  }
  footer .font_top .con_left .tags dd p {
    width: 86%;
  }
  footer .font_top .con_right dl {
    margin-left: 12%;
  }
}
@media (max-width: 1200px) {
  footer .font_top .con_left .tags {
    width: 62%;
    margin-left: 6%;
  }
  footer .font_top .con_right dl {
    margin-left: 11%;
  }
}
@media (max-width: 1100px) {
  footer .font_top .con_left .tags {
    margin-left: 4%;
  }
  footer .font_top .con_right dl {
    margin-left: 8%;
  }
  footer .font_top .con_left .tags dd {
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  footer .font_top .con_left {
    width: 100%;
  }
  footer .font_top .con_right {
    width: 100%;
    margin-top: 30px;
  }
  footer .font_top .con_right dl {
    float: none!important;
    margin-left: 0;
    margin-bottom: 10px;
  }
  footer .font_top .con_right dl dt span {
    display: block;
  }
  footer .font_top .con_right dl dd {
    display: none;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 28px;
  }
  footer .font_top {
    padding-bottom: 0px;
  }
  footer .font_top .con_left .wx {
    width: 95px;
  }
  footer .font_top .con_left .wx p {
    font-size: 14px;
  }
  footer .font_top .con_left .tags {
    margin-left: 4%;
    width: 70%;
  }
  footer .font_top .con_right dl dt {
    font-size: 14px;
  }
  footer .font_top .con_right dl dd a {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  footer .font_top .con_left .wx {
    width: 130px;
    margin-bottom: 30px;
    display: none;
  }
  footer .font_top .con_left .tags {
    margin-left: 0%;
    width: 100%;
  }
  footer .font_top .con_left .tags dd p {
    width: 89%;
  }
}
/*menuBtn*/
.menuBtn {
  float: right;
  display: none;
  width: 50px;
  margin-top: 38px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.menuBtn.onBtn span {
  background-color: #fff;
}
.menuBtn.onBtn span:nth-child(1) {
  position: relative;
  top: 9px;
  transform: rotate(45deg);
}
.menuBtn.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menuBtn.onBtn span:nth-child(3) {
  display: none;
}
.menuBtn span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #555;
  border-radius: 5px;
  margin: 7px auto;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .menuBtn {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .menuBtn span {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .menuBtn {
    margin-top: 15px;
  }
}
/*T_img*/
#Top_position .mainsVw {
  height: 450px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#Top_position .mainsVw .container {
  position: relative;
  height: 100%;
}
#Top_position .mainsVw .container .title {
  position: relative;
  padding-bottom: 4px;
  text-align: center;
}
#Top_position .mainsVw .container .title h2 {
  padding-top: 12%;
  font-size: 36px;
  color: #fff;
}
#Top_position .mainsVw .container .title:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background-color: rgba(255, 255, 255, 0.7);
}
#Top_position .mainsVw .container .position {
  position: absolute;
  right: 0;
  bottom: 25px;
}
#Top_position .mainsVw .container .position .p_con {
  color: #ddd;
}
#Top_position .mainsVw .container .position .p_con span {
  margin-right: 10px;
  display: inline-block;
  width: 14px;
}
#Top_position .mainsVw .container .position .p_con a {
  margin: 0 5px;
  font-size: 14px;
  display: inline-block;
  color: #ddd;
}
#Top_position .mainsVw .container .position .p_con a:hover {
  color: #eee;
}
@media (max-width: 1200px) {
  #Top_position .mainsVw {
    height: 350px;
  }
  #Top_position .mainsVw .container .title h2 {
    padding-top: 10%;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  #Top_position .mainsVw {
    padding-top: 60px;
  }
  #Top_position .mainsVw .container .title h2 {
    padding-top: 15%;
  }
}
@media (max-width: 767px) {
  #Top_position .mainsVw {
    height: 250px;
  }
  #Top_position .mainsVw .container .title:after {
    bottom: -10px;
    width: 40px;
    margin-left: -20px;
  }
  #Top_position .mainsVw .container .title h2 {
    padding-top: 18%;
    font-size: 22px;
  }
  #Top_position .mainsVw .container .position .p_con a {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  #Top_position .mainsVw .container .title h1 {
    padding-top: 25%;
    font-size: 28px;
  }
}
/*page*/
.page {
  text-align: center;
  padding-top: 0;
}
.page a {
  display: inline-block;
}
.page a span {
  margin-right: 5px;
  padding: 12px 16px 12px;
  font-size: 14px;
  display: inline-block;
  color: #777;
  transition: all 0.3s linear;
}
.page a:hover span {
  color: #555;
  background-color: #ccc;
}
.page a.active span {
  color: #fff;
  background-color: #222222;
}
/*videowrap*/
#videowrap {
  position: fixed!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
#videowrap .vidwo_con {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 854px;
  margin-left: -427px;
  margin-top: -200px;
  border-radius: 2px;
  overflow: hidden;
  background-clip: padding-box;
  outline: 0;
}
#videowrap .vidwo_con .home_header {
  box-sizing: border-box;
  height: 60px;
  padding: 15px 28px;
  position: relative;
  background-color: #fff;
}
#videowrap .vidwo_con .home_header .modalclose {
  position: absolute;
  top: 16px;
  right: 20px;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.5s;
}
#videowrap .vidwo_con .home_header .modalclose span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: relative;
  z-index: 666;
}
#videowrap .vidwo_con .home_header .modalclose span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
#videowrap .vidwo_con .home_header .modalclose span:nth-child(2) {
  top: 13px;
  transform: rotate(-45deg);
}
#videowrap .vidwo_con .home_header .modalclose:hover {
  background-color: #ccc;
}
#videowrap .vidwo_con .home_header h3 {
  margin: 0 auto;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#videowrap .vidwo_con .modal_body {
  position: relative;
  text-align: center;
  max-height: 480px;
}
#videowrap .vidwo_con .modal_body video {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  #videowrap .vidwo_con {
    width: 80%;
  }
}
@media (max-width: 991px) {
  #videowrap .vidwo_con {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #videowrap .vidwo_con .home_header h3 {
    font-size: 15px;
  }
  #videowrap .vidwo_con .home_header {
    height: 45px;
    padding: 11px 28px;
  }
  #videowrap .vidwo_con .home_header .modalclose {
    top: 8px;
  }
}
/* sourceMappingURL=public.css.map */
