@font-face {
  font-family: 'corpfont';
  src: url('/Assets/CNBG/fonts/corpfont.eot?20180122');
  src: url('/Assets/CNBG/fonts/corpfont.eot?#iefix20180122') format('embedded-opentype'),
    url('/Assets/CNBG/fonts/corpfont.ttf?20180122') format('truetype'),
    url('/Assets/CNBG/fonts/corpfont.woff?20180122') format('woff'),
    url('/Assets/CNBG/fonts/corpfont.svg?20180122#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes s_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
  }
}
html{
  font-size: 14px;
}
.has2018-header {
  padding: 22px 0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.has2018-header .logo {
  display: inline-block;
  margin-right: 40px;
  float: left;
}
.has2018-header .has-nav {
  display: inline-block;
  float: left;
  margin-top: 2px;
}
.has2018-header .has-nav ul {
  margin-bottom: 0;
}
.has2018-header .has-nav ul li {
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}
.has2018-header .has-nav ul li a {
  font-size: 16px;
}
.has2018-header  .language{
	display: inline-block;
    float: right;
    margin-top: 5px;
}
.hw1_masthead_rightside {
  float: right;
  height: 40px;
  position: relative;
}
.hw1_masthead_rightside > ul > li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
}
.hw1_masthead_rightside > ul > li a {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}
.hw1_masthead_rightside .hw1_dropdown_menu {
  width: 300px;
  position: absolute;
  top: 46px;
  right: -40px;
}
.hw1_masthead_rightside .triangle,
#hw1_search_box .triangle {
  height: 15px;
  overflow: hidden;
  position: absolute;
  top: -15px;
  width: 320px;
  right: 0;
  display: none\9;
}
.hw1_masthead_rightside .triangle:before,
#hw1_search_box .triangle:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
}
.hw1_show_more,
.hw1_search,
.hw1_show_more > a {
  width: 40px;
  height: 56px;
}
.hw1_show_more > a {
  display: block;
}
.hw1_show_more > a:before,
.hw1_search > a:before,
.hw1_show_more > a:hover:before,
.hw1_search > a:hover:before {
  background: url('//www.huawei.com/Assets/corp/img/hw1_sprite.png') no-repeat 0 -70px !important;
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  top: 8px;
  left: 8px;
}
#hw1_mob_nav_container {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#hw1_mob_nav_container {
  position: fixed;
  z-index: 888;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
}
.mobile-menu-open #hw1_mob_nav_container {
  right: 0 !important;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
}
#hw1_mob_nav_container ul li {
  border-bottom: 1px solid #ddd;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}
#hw1_mob_nav_container ul li:last-child a:after {
  content:none;
}
#hw1_mob_nav_container ul li:last-child a
#hw1_mob_nav_container ul li.search {
  line-height: 57px;
}
#hw1_mob_nav_container ul li.search .prev {
  float: left;
}
#hw1_mob_nav_container ul li.search .prev a {
  color: #cc0000;
}
#hw1_mob_nav_container ul li ul li:hover,
#hw1_mob_nav_container ul li ul li ul li:hover {
  background-color: #cc0000;
  color: #fff;
}
#hw1_mob_nav_container .title.active a,
#hw1_mob_nav_container .title.active > ul > li > a:hover {
  color: #cc0000;
}
#hw1_mob_nav_container .title.active > ul > li > a {
  color: #333;
}
#hw1_mob_nav_container ul li ul {
  display: none;
  margin-left: -25px;
  margin-right: -20px;
  padding-left: 25px;
  padding-right: 20px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #fff;
}
#hw1_mob_nav_container ul > li,
#hw1_mob_nav_container ul > li:hover > a,
#hw1_mob_nav_container .title.active > ul > li:hover > a,
li.hw1_hasmore a:hover,
li.hw1_nomore a:hover,
li.hw1_hasmore > ul > li a:hover,
li.nomore > ul > li a:hover {
  color: #fff;
}
#hw1_mob_nav_container ul li ul li:hover,
#hw1_mob_nav_container ul li ul li ul li:hover {
  background-color: #cc0000;
}
#hw1_mob_nav_container ul li ul li.title {
  margin-left: -25px;
  margin-right: -20px;
  padding-left: 25px;
  padding-right: 20px;
  background-color: #dedede;
  color: #cc0000;
}
#hw1_mob_nav_container ul > li > ul > li {
  border-bottom: 1px solid #aaa;
  margin-left: -25px;
  margin-right: -20px;
  padding-left: 25px;
  padding-right: 20px;
  background-color: #dedede;
}
#hw1_mob_nav_container ul li ul li ul li {
  border-bottom-color: #aaa;
  margin-left: -25px;
  margin-right: -20px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #dedede;
}
#hw1_mob_nav_close {
  text-align: center;
  vertical-align: middle;
  float: right;
  padding: 0 15px;
  right: -16px;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 57px;
}
#hw1_mob_nav_close a {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 13px;
  left: 15px;
}
#hw1_mob_nav_close a:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url('//www.huawei.com/Assets/corp/img/hw1_sprite.png') no-repeat -101px -42px;
  display: block;
}
li.hw1_hasmore a,
li.hw1_nomore a {
  position: relative;
  display: block;
}
li.hw1_hasmore:hover,
li.hw1_nomore:hover {
  background-color: #cc0000;
  color: #fff;
}
li.hw1_hasmore > a:after,
li.hw1_nomore > a:after,
li.hw1_hasmore.active > a:after {
  display: block;
  content: "";
  background: url(//www.huawei.com/Assets/CBG/img/mobile_all_icons.png) -393px -197px no-repeat;
  position: absolute;
  top: 17px;
  right: 0;
  width: 20px;
  height: 15px;
}
li.hw1_nomore > a:after {
  background-position: -349px -151px;
}
.hw1_masthead_rightside {
  display: block !important;
}
.has-banner {
  position: relative;
  height: 533px;
  overflow: hidden;
}
.has-banner  .container.ill{
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -580px;
	z-index: 9;
}
.has-banner  .illustrator{
  width:95%;
  height:100%;
  display:block;
  background:url(//carrier.huawei.com/~/media/CNBG/events/mwcs2018/v2/images/line.png) no-repeat top right;
}

.has-banner #svg-path {
  margin-left: 30px;
  display: block;
  opacity: 1;
}
#svg-path {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  margin-left: -150px;
  margin-top: -930px;
  z-index: 2;
  min-height: 2000px;
  min-width: 590px;
}
#svg-path {
  opacity: 1 !important;
}
#svg-path path {
  stroke-dasharray: 466, 10000 !important;
}
.has-banner .banner-img img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index:-4;
}
.has-banner .content {
  position: relative;
  z-index: 88;
  height: 533px;
}
.has-banner .content .text {
  position: absolute;
  top: 100px;
  left: 2%;
  font-size: 48px;
  line-height: 60px;
  width: 55%;
  color: #fff;
  z-index:2;
}
.has-banner .content .text h3{
  font-weight: normal !important;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 40px;
}
.has-banner .content .text p{
  font-size: 20px;
  margin: 0;
}
.has-banner .content .title {
  position: absolute;
  bottom: 60px;
  right: 13%;
  margin-bottom: 0;
}
#has-banner .banner-contact {
  margin-top: 0;
  padding-top: 100px;
  height: 100%;
}
#has-banner .banner-contact .container {
  position: relative;
  height: 100%;
}
#has-banner .banner-contact .title {
  position: absolute;
  bottom: 50px;
  right: 14.5%;
}
.has-banner .button--play{
  margin-top: 30px;
  display:block;
}
.has-banner .play {
	display: inline-block;
	width: 77px;
	height: 77px;
	line-height: 77px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/video-btn1.png) no-repeat;
	float: left;
}
.has-banner .time {
	color: #000;
	font-size: 14px;
	font-family: "Microsoft YaHei", sans-serif;
	background-color: #fff;
	line-height: 1;
	padding: 5px 20px 5px;
	border-radius: 20px;
	margin: 18px 0 0 8px;
	display: inline-block;
	margin-top: 30px;
	font-size: 19px;
}
.bg-alpha {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	position: absolute;
}
.background-player {
	position: absolute;
	width: 100%;
	height:533px;
	z-index: -3;
}
.mob-arrow {
  display: block;
  text-align: center;
  margin-top: 110px;
}
.has-location {
  margin-bottom: 80px;
}
.has-location h2 {
  margin-bottom: 60px;
}

/*Footer*/
#has-Footer .social {
  background: #f0f0f0;
  padding: 40px 0;
}
#has-Footer .social ul li {
  display: inline-block;
  padding-right: 40px;
}
#has-Footer .copy {
  background: #282828;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
#has-Footer .copy .copyright {
  float: left;
  margin: 0;
  color: #fff;
}
#has-Footer .copy ul {
  float: right;
  margin-bottom:0;
}
#has-Footer .copy ul li {
  display: inline-block;
}
#has-Footer .copy ul li a {
  color: #fff;
  padding: 0 15px;
  border-left: 1px solid #fff;
}
#has-Footer .copy ul li:first-child a {
  border-left: 0;
}
/*.icon-share-google {
  background-image: url('../img/has-sprite.png');
  background-position: 0px -96px;
  width: 21px;
  height: 18px;
}
.icon-share-linkedin {
  background-image: url('../img/has-sprite.png');
  background-position: -26px -96px;
  width: 20px;
  height: 18px;
}
.icon-share-twitter {
  background-image: url('../img/has-sprite.png');
  background-position: -51px -96px;
  width: 20px;
  height: 18px;
}
.icon-share-youtube {
  background-image: url('../img/has-sprite.png');
  background-position: -76px -96px;
  width: 20px;
  height: 18px;
}
.icon-sharefacebook {
  background-image: url('../img/has-sprite.png');
  background-position: -101px -96px;
  width: 20px;
  height: 18px;
}*/
.hot-topics {
  max-width: 13.66rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0.8rem;
  border-radius: 0.05rem;
  background: -webkit-linear-gradient(left, #15b0e8, #59c8d5);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #15b0e8, #59c8d5);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #15b0e8, #59c8d5);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #15b0e8, #59c8d5);
  /* ��׼���﷨ */
  padding: 100px 0 70px 0;
}
.hot-topics h2 {
  color: #fff;
}
.hot-topics p {
  color: #fff;
}
.hot-topics li {
  display: inline-block;
  margin: 0 6px;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
  width: 22.8%;
  height: 167px;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.hot-topics li a {
  display: block;
  height: 100%;
  border-radius: 5px;
}
/*.hot-topics li a.hot1 {
  background: url('../img/topics01.jpg') no-repeat top right;
}
.hot-topics li a.hot2 {
  background: url('../img/topics02.jpg') no-repeat top right;
}
.hot-topics li a.hot3 {
  background: url('../img/topics03.jpg') no-repeat top right;
}
.hot-topics li a.hot4 {
  background: url('../img/topics04.jpg') no-repeat top right;
}
*/
.hot-topics li a span {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 22px;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
}
.hot-topics .content p {
  color: #333;
}
.hot-topics .content .learn-more {
  font-size: 22px;
  display: block;
  margin-top: 50px;
}
.hot-topics .content .learn-more em {
  margin-left: 30px;
}
.hot-topics .tab-content {
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
  min-height: 420px;
  position: relative;
}
.hot-topics .tab-content .video_box_ux {
  margin-top: 65px;
}
/*.hot-topics .tab-content .arrow1:before {
  width: 29px;
  height: 14px;
  background: url('../img/hot-icon.png') no-repeat;
  position: absolute;
  top: -14px;
  left: 450px;
  content: "";
}
.hot-topics .tab-content .arrow2:before {
  width: 29px;
  height: 14px;
  background: url('../img/hot-icon.png') no-repeat;
  position: absolute;
  top: -14px;
  left: 630px;
  content: "";
}
.hot-topics .tab-content .arrow3:before {
  width: 29px;
  height: 14px;
  background: url('../img/hot-icon.png') no-repeat;
  position: absolute;
  top: -14px;
  left: 820px;
  content: "";
}
.hot-topics .tab-content .arrow4:before {
  width: 29px;
  height: 14px;
  background: url('../img/hot-icon.png') no-repeat;
  position: absolute;
  top: -14px;
  left: 1000px;
  content: "";
}
*/
.hot-topics .panel-heading {
  background: #fff;
  border-radius: 5px;
}
.hot-topics .panel-group .container {
  padding: 0;
}
.hot-topics .panel-group .panel-body {
  background: #fff;
  padding: 22px;
  border-radius: 5px;
  margin-top: 24px;
  position: relative;
  margin-bottom: 30px;
}
/*.hot-topics .panel-group .panel-body:before {
  width: 29px;
  height: 14px;
  background: url('../img/hot-icon.png') no-repeat;
  position: absolute;
  top: -14px;
  left: 47%;
  content: "";
}*/
.hot-topics .panel-group .panel-body .content {
  margin-top: 30px;
}
.hot-topics .panel-group .panel-title a {
  height: 167px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  display: block;
}
/*
.hot-topics .panel-group .panel-title a.hot1 {
  background: url('../img/topics01.jpg') no-repeat top right;
}
.hot-topics .panel-group .panel-title a.hot2 {
  background: url('../img/topics02.jpg') no-repeat top right;
}
.hot-topics .panel-group .panel-title a.hot3 {
  background: url('../img/topics03.jpg') no-repeat top right;
}
.hot-topics .panel-group .panel-title a.hot4 {
  background: url('../img/topics04.jpg') no-repeat top right;
}
*/
.hot-topics .panel-group .panel-title a span {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 36px;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .has2018-header {
    padding: 15px 0 10px 0;
  }
  .has-banner{
	height:auto;
  }
  .has-banner  .illustrator{
  background:url(//carrier.huawei.com/~/media/CNBG/events/mwcs2018/v2/images/line-M.png) no-repeat top right;
  width:100%;
}
  .has-banner .container.ill{
    margin-left: 0;
    transform: translateX(-50%);
  }
  .has2018-header .container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .has-banner .content .text {
    width: 100%;
    font-size: 28px;
    padding: 0 22px;
    line-height: 48px;
    top: 130px;
  }
  .has-banner .banner-img img{
	max-width:100%;
	position: static;
	transform: translateX(0);
  }
  .has-banner .content .text img{
	max-width:100%;
  }
  .has-banner .content .text h3{
    font-size: 24px;
  }
  .has-banner #svg-path {
    margin-left: -265px;
  }
  .mob-arrow{
    margin-top:50px;
  }
  .has-banner .content .title {
    position: absolute;
    bottom: 20px;
    right: 2%;
    margin-bottom: 0;
  }
}
.intro-contact {
  margin-bottom: 0.5rem;
}
.intro-contact .col-sm-3 {
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
.intro-contact .col-sm-3 img {
  max-height: 3.2rem;
  margin: 0 auto;
  border-radius: 5px;
}
.intro-contact h1 {
  line-height: 0.6rem;
  margin-top: 0.4rem;
}
.intro-contact h1 + .row {
  margin-top: 0.45rem;
}
.intro-contact  h2 {
  margin-bottom: 0.2rem;
  margin-top: 0;
}
.intro-contact .content a {
  color: #f66f6a;
}
.intro-contact p {
  margin-top: 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.intro-contact .video-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
}
.intro-contact .video-text .title {
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
}
.intro-contact .video-text h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.intro-contact .link + .link {
  display: block;
}
.intro-contact .video_box_ux{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}
.intro-contact .col-sm-3{
  text-align: center;
}
.outlook{
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}
.outlook:hover{
  text-decoration: none;
}
.outlook em{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.outlook span{
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 14px;
}
.outlook span span{
  font-size: 12px;
  display: block;
}
@media (max-width: 767px) {
  .intro-contact {
    margin-bottom: 0.6rem;
  }
  .intro-contact .col-sm-5 {
    margin-bottom: 0.2rem;
    float: none !important;
  }
  .intro-contact h1 {
    text-align: left;
    margin-top: 25px;
  }
  .intro-contact p {
    text-align: left;
  }
  .intro-contact .video-text {
    margin-bottom: 0.15rem;
    margin-left: 0.15rem;
  }
  .intro-contact .video-text .title {
    margin-bottom: 0.15rem;
  }
  .intro-contact .link {
    display: block;
  }
  .intro-contact .col-sm-3{
	float:none !important;
	    margin-top: 0px;
  }
}

/*speaker css star 0522*/
.cardContainer {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	background: #e8e8e8;
	box-sizing: border-box;
	overflow: hidden;
	height: 400px;
}
.cardContainer .face {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center
}
.cardContainer .face a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.cardContainer .face .stripe {
	height: 39.261744966442954%;
	width: 100%;
	position: absolute;
	z-index: 2;
	transition: height .35s cubic-bezier(1, 0, 0, 1);
}
.cardContainer .face img {
	z-index: 3;
	position: relative;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	width: 70.190635%;
	height: auto;
	margin-top: 20.402685%;
	transition: width .35s cubic-bezier(1, 0, 0, 1), margin .35s cubic-bezier(1, 0, 0, 1);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.cardContainer .face h3 {
	font-size: 22px;
	margin: 5.704697986577181% 0 0 0;
	transition: font-size .35s cubic-bezier(1, 0, 0, 1), margin .35s cubic-bezier(1, 0, 0, 1);
	font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
}
.cardContainer .face h4 {
	font-size: 16px;
	color: #585858;
	margin: 1.826846% 0 0 0;
	transition: font-size .35s cubic-bezier(1, 0, 0, 1), margin .35s cubic-bezier(1, 0, 0, 1);
	line-height: 25px;
	padding:0 5px;
	height:95px;
  overflow:hidden;
  font-weight:normal !important;
    font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
}
.cardContainer .face .text-hover {
	color: #000;
	box-sizing: border-box;
	padding: 0 13px;
	position: absolute;
	font-size: 16px;
	bottom: -54.69798658%;
	height: 40.161073825503358%;
	transition: bottom .35s cubic-bezier(1, 0, 0, 1);
	line-height: 1.85;
	width:100%;
}
.cardContainer.cta-margin .face .text-hover {
	height: 39.761073825503358%;
}
.cardContainer .face .text-hover h7{
	font-weight:bold;
	display:block;
	margin-bottom:7px;
}
.cardContainer .face .text-hover p{
	margin-bottom:0px;
}
.cardContainer .face .cta {
	position: absolute;
	bottom: -14.4295302%;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	padding: 0 40px 0 40px;
	height: 14.429530201342283%;
	text-align: center;
	transition: bottom .35s cubic-bezier(1, 0, 0, 1);
}
.cardContainer .face .btn {
	background-color: #fff;
	border-radius: 15px;
	height: 36px;
	margin: 0 auto;
	position: relative;
	display: inherit;
	padding: 8px 18px 0;
	color: #333;
}
@media (min-width:1024px){
.cardContainer.cta-active:hover {
	background: #d8d8d8;
	transition: background .35s cubic-bezier(1, 0, 0, 1);
}
.cardContainer.cta-active:hover img {
	margin-top: 10.020134%;
	width: 31.476510067114095%;
}
.cardContainer.cta-active:hover h3 {
	font-size: 1.4em;
	margin-top: 8.026846%;
}
.cardContainer.cta-active:hover h4 {
	font-size: 14px;
	margin-top: 3.220134%;
  line-height:160%;
  font-weight: normal !important;
}
.cardContainer.cta-active:hover .stripe {
	height: 13.422818791946309%;
}
.cardContainer.cta-active.cta-margin02:hover .text-hover {
	height: 35%;
	overflow: hidden;
}
.cardContainer.cta-active.cta-margin03:hover .text-hover {
	height: 29%;
	overflow: hidden;
}
.cardContainer.cta-active.cta-margin:hover .text-hover {
	bottom: 14.536913%;
}
.cardContainer.cta-active:hover .cta {
	bottom: 10px;
}
.cardContainer.cta-active:hover .text-hover {
	bottom: 0;
	font-weight: normal;
	width:100%;
}
}
.speaker .swiper-button-next {
	right: -25px;
	background-image: url(//www.huawei.com/minisite/huaweiconnect2016/images/Home-next.png) !important;
	background-repeat: no-repeat;
}
.speaker .swiper-button-prev {
	left: 0;
	background-image: url(//www.huawei.com/minisite/huaweiconnect2016/images/Home-prev.png) !important;
	background-repeat: no-repeat;
}
.speaker .col-sm-3 {
	padding: 0 10px;
}
.lecture {
	text-align: center;
}
.lecture h1 {
	font-size: 36px;
	font-weight: bold;
	color: #585858;
	margin-bottom: 0;
}
.lecture h1 + p{
	font-size: 16px;
    color: #6e6e6e;
	margin-bottom: 50px;
}
.lecture .hcc-lecture-info {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
}
.lecture .hcc-lecture-info .slick-prev {
/*	background-image: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/prev.png) !important;*/
	background-repeat: no-repeat;
	width: 62px;
	height: 62px;
	left: -65px;
	color: initial;
	top: 50%;
}
.lecture .hcc-lecture-info .slick-next {
/*	background-image: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/next.png) !important;*/
	background-repeat: no-repeat;
	width: 62px;
	height: 62px;
	right: -65px;
	color: initial;
  top: 50%;
}
.slick-dots li button:before {
	opacity: 0;
}
.swiper-speaker {
	position: relative;
}
.swiper-speaker .slick-list {
  height: 400px;
  overflow: hidden;
}
.swiper-speaker .js-slider-responsive {
  height: 400px;
}
.speaker-more {
	height: 41px;
	padding: 0 50px;
	background: #be1115;
	font-size: 18px;
	line-height: 41px;
	border-radius: 10px;
	display: inline-block;
	color: #fff;
	margin-bottom: 80px;
	margin-right: 10px;
	margin-top: 30px;
}
.speaker-more:hover {
	color: #fff;
}
.speaker .slick-initialized .slick-slide {
	padding: 0 15px;
}
.hcc-lecture-info .slick-dots{
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .cardContainer.cta-active img {
    margin-top: 28.020134%;
    width: 55.476510067114095% !important;
    max-width: 206px;
  }
  .cardContainer.cta-active h3 {
    font-size: 1.517em;
    margin-top: 15px;
  }
  .cardContainer.cta-active h4 {
    font-size: .94em;
    margin-top: 15px;
    padding:0 25px;
  }
  .cardContainer.cta-active .stripe {
    height: 13.422818791946309%;
  }
  .cardContainer.cta-active p {
    bottom: 35.536913%;
    font-weight: normal;
    display: none;
  }
  .cardContainer.cta-active .cta {
    bottom: 0;
  }
  .cardContainer .face .btn {
    max-width: 170px;
  }
  .cardContainer .face .text-hover{ position:initial; height:auto;}
.cardContainer{ height:480px;}
.cardContainer.cta-active p{ display:block;}
.cardContainer .face .text-hover h7{ margin-top:7px;}


}
@media (max-width: 767px) {
  .swiper-speaker{
    padding-bottom: 60px;
    overflow: hidden;
  }
  .swiper-speaker .js-slider-responsive {
    height: auto;
  }
  .cardContainer.cta-active {
    background: #d8d8d8;
    transition: background .35s cubic-bezier(1, 0, 0, 1);
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .cardContainer.cta-active img {
    margin-top: 6.020134%;
    width: 21.476510067114095%;
  }
  .cardContainer.cta-active h3 {
    font-size: 1.517em;
    margin-top: 5.026846%;
  }
  .cardContainer.cta-active h4 {
    font-size: .94em;
    margin-top: 3.220134%;
    color: #333;
    height:auto;
  }
  .cardContainer.cta-active .stripe {
    height: 13.422818791946309%;
  }
  .cardContainer.cta-active p {
    bottom: 35.536913%;
    font-weight: normal;
  }
  .cardContainer.cta-active .cta {
    bottom: 10px;
  }
  .cardContainer .face .btn {
    display: none;
  }
  .slick-dots li {
    border-radius: 50%;
    background: #afafaf;
    width: 20px !important;
  }
  .slick-dots li.slick-active {
    background: #666666;
  }
  .speaker .slick-initialized .slick-slide {
    padding: 0 15px;
  }
  .hcc-lecture-info .slick-dots{
    display: block !important;
  }
  .home-conf-info .slick-dots {
    bottom: -40px;
  }
  .hcc-lecture-info .swiper-speaker .slick-list{
    height:480px;
  }
}
/*index speakers css end*/


.card .card-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.card:hover .card-img img {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.card h2 {
  font-size: .38rem;
  line-height: .48rem;
}
.card-content {
  padding: 0.3rem 0.4rem;
  background: #dde6ed;
}
.card-content h3 {
  font-size: .22rem;
  line-height: .34rem;
  margin-top: 0.05rem;
  margin-bottom: 0;
}
.card-content a {
  color: #222222;
}
.card-content a:hover {
  text-decoration: underline;
}
.card-content p {
  margin: 0;
  font-size: .18rem;
  line-height: .30rem;
}
a.read-more,
span.read-more {
  font-size: .22rem;
  line-height: .34rem;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
  color: #222222;
  display: block;
}
a.read-more:hover,
span.read-more:hover {
  text-decoration: none;
}
a.read-more em,
span.read-more em {
  display: inline-block;
  font-size: 0.20rem;
  margin-left: 0.15rem;
  vertical-align: middle;
}
.category-name {
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
  font-size: .14rem;
  line-height: .22rem;
  color: #808080;
  margin-bottom: 0;
}
.height-fixed {
  max-height: 1.08rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.height-normal {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .card {
    padding: 0;
    display: flex;
    flex: 1;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
  }
  .card h2 {
    font-size: .29rem;
    line-height: .39rem;
  }
  .card .card-img {
    width: 40%;
    order: 2;
    overflow: hidden;
    position: relative;
    height: 1.4rem;
    border-top-right-radius: 0.05rem;
    border-bottom-right-radius: 0.05rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card .card-img img {
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%) !important;
    right: -20px;
    left: 50%;
    top: 40%;
  }
  .height-fixed {
    height: 0.75rem;
  }
  .card-content {
    width: 60%;
    padding: 0.15rem;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
  }
  .card-content h3 {
    font-size: .22rem;
    line-height: .22rem;
  }
  .card-content p {
    text-align: left;
  }
  .read-more {
    font-size: .22rem;
    line-height: .22rem;
  }
}
.vertical-card {
  margin-bottom: 0.6rem;
}
.vertical-card .container > .title {
  margin-bottom: 0;
}
.vertical-card .container > p {
  margin-bottom: 0.4rem;
  width: 80%;
}
.vertical-card h2 {
  margin-bottom: 0.6rem;
  line-height: 1;
}
.vertical-card .title h2 {
  margin-bottom: 0.6rem;
}
.vertical-card .row {
  display: flex;
}
.vertical-card .row .col-sm-4 {
  margin-bottom: 0.4rem;
  display: flex;
  padding: 0 0.33rem;
}
.vertical-card .card {
  position: relative;
  background: #dde6ed;
  border-radius: 0.05rem;
  width: 100%;
  margin-top: 0.9rem;
}
.vertical-card .card a {
  display: block;
}
.vertical-card .card a:hover {
  text-decoration: none;
}
.vertical-card .card:hover .card-img {
  margin-left: -20px;
}
.vertical-card .card.no-hover .card-img {
  margin-left: 0;
}
.vertical-card .card.no-hover .height-fixed {
  margin-bottom: 0;
}
.vertical-card .card .card-img {
  margin-top: -0.9rem;
  height: 178px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.vertical-card .card .card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
.vertical-card .card-content {
  padding-bottom: .6rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vertical-card .card-content .height-fixed p + div {
  display: none;
}
.vertical-card .read-more {
  position: absolute;
  bottom: .3rem;
}
.vertical-card .speaker-ux-card .card-content .height-fixed {
  height: auto;
}
.vertical-card .speaker-ux-card .card-content h3 {
  -webkit-line-clamp: inherit;
}
.vertical-card .speaker-ux-card .card-content p {
  -webkit-line-clamp: inherit;
}
.vertical-card > .container > .category-name {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .vertical-card .row .col-sm-4 {
    padding: 0 0.11rem;
  }
  .vertical-card .card:hover .card-img {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vertical-card .card .card-img {
    height: 134px;
  }
  .vertical-card .card-content {
    padding: 0.2rem;
  }
}
@media (max-width: 767px) {
  .vertical-card {
    margin-bottom: 0.2rem;
  }
  .vertical-card > .container > h2 {
    margin-bottom: 0.4rem;
  }
  .vertical-card > .container > p {
    width: 100%;
  }
  .vertical-card .category-name h2 {
    margin-bottom: 0.4rem;
  }
  .vertical-card .card {
    margin-top: 0;
  }
  .vertical-card .card a {
    display: flex;
    flex: 1;
  }
  .vertical-card .card .card-img {
    margin-top: 0;
    height: 1.4rem;
    border-top-left-radius: 0;
  }
  .vertical-card .card .card-img img {
    top: 50%;
    margin-left: 0;
    margin-top: 0;
    max-height: 100%;
  }
  .vertical-card .row {
    display: block;
  }
  .vertical-card .row .col-sm-4 {
    margin-bottom: 0.4rem;
    padding-left: 0.11rem;
    padding-right: 0.11rem;
    margin-top: 0;
    max-height: 1.4rem;
    overflow: hidden;
  }
}
.vertical-card .card.no-hover .height-fixed {
  max-height: 128px;
  height: auto;
  margin-bottom: 0;
}
.vertical-card .card.no-hover .card-content {
  padding-bottom: 40px;
}
.vertical-card .card.no-hover .card-img {
  margin-left: 0;
}
@media (max-width: 767px) {
  .vertical-card .card.no-hover .height-fixed {
    max-height: 85px;
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 100px;
}
body {
  position: relative;
  background: #fff;
  line-height: 1.625;
  font-weight: normal;
  color: #282828;
  font-size: 0.16rem;
  font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
}
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  /* 1 */
  -webkit-font-smoothing: antialiased;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  /* 3 Default: auto */
  -moz-font-feature-settings: "liga", "kern";
}
/*Only phones */
@media (max-width: 991px) {
  /**
   * Break strings if their length exceeds the width of their container
   */
  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.hw_space {
  height: 67px;
}
/**
 * links
 */
a {
  color: #282828;
}
a:hover,
a:focus {
  color: #282828;
}
a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none !important;
}
/* Insert */
ins {
  background: #ffa;
  color: #282828;
}
/**
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #282828;
}
/**
 * Abbreviation and definition
 */
abbr[title],
dfn[title] {
  cursor: help;
}
dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal;
}
/* Spacing for block elements */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 0.12rem 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 0.12rem;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.12rem 0;
  font-weight: 500;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 0.48rem;
  line-height: 0.6rem;
  margin-top: 0.25rem;
}
h2 {
  font-size: 0.38rem;
  line-height: 0.48rem;
}
h3 {
  font-size: 0.28rem;
}
h4 {
  font-size: 0.24rem;
}
h5 {
  font-size: 0.22rem;
}
h6 {
  font-size: 0.18rem;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 0.2rem;
}
/* Ordered and unordered lists */
ul,
ol {
  padding-left: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0.01rem;
}
/* Description lists */
dt {
  font-weight: bold;
}
dt + dd {
  margin-top: .05em;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 0.1em;
}
/**
 * Horizontal rule
 * 1. Address differences between Firefox and other browsers.
 */
hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eeeeee;
  -moz-box-sizing: content-box;
  /* 1 */
  box-sizing: content-box;
  /* 1 */
}
/* Address */
address {
  font-style: normal;
}
/* Quotes */
blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #eeeeee;
  /* Small print for identifying the source */
  /* Smaller margin if `small` follows */
}
blockquote small {
  display: block;
  color: #777777;
  text-align: right;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
/* iframe */
iframe {
  border: 0;
}
/* Forms
   ========================================================================== */
/**
  * Vertical alignment
  * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  */
button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f66f6a;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f3413a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bg-yellow {
  background-color: #ffdf4f;
}
a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #ffd61c;
}
.bg-teal {
  background-color: #59c8d5;
}
a.bg-teal:hover,
a.bg-teal:focus {
  background-color: #33b9c8;
}
.bg-blue {
  background-color: #15b0eb;
}
a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #108dbd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.13rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 0.26rem;
}
dt,
dd {
  line-height: 1.625;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.13rem 0.26rem;
  margin: 0 0 0.26rem;
  font-size: 0.2rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
@media (max-width: 767px) {
  h1 {
    font-size: 0.34rem;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 0.25rem;
  }
  h4 {
    font-size: 0.24rem;
  }
  h5 {
    font-size: 0.22rem;
  }
}
@font-face {
  font-family: 'akkuratpro-light';
  src: url('/Assets/corp/fonts/akkuratpro-light.eot');
  src: url('/Assets/corp/fonts/akkuratpro-light.eot?#iefix20180113') format('embedded-opentype'), url('/Assets/corp/fonts/akkuratpro-light.ttf?20180113') format('truetype'), url('/Assets/corp/fonts/akkuratpro-light.woff?20180113') format('woff'), url('/Assets/corp/fonts/akkuratpro-light.svg?20180113#corpfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'akkuratpro-bold';
  src: url('/Assets/corp/fonts/akkuratpro-bold.eot');
  src: url('/Assets/corp/fonts/akkuratpro-bold.eot?#iefix20180113') format('embedded-opentype'), url('/Assets/corp/fonts/akkuratpro-bold.ttf?20180113') format('truetype'), url('/Assets/corp/fonts/akkuratpro-bold.woff?20180113') format('woff'), url('/Assets/corp/fonts/akkuratpro-bold.svg?20180113#corpfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkkuratPro-Regular';
  src: url('/Assets/corp/fonts/AkkuratPro-Regular.eot');
  src: url('/Assets/corp/fonts/AkkuratPro-Regular.eot?#iefix20180113') format('embedded-opentype'), url('/Assets/corp/fonts/AkkuratPro-Regular.ttf?20180113') format('truetype'), url('/Assets/corp/fonts/AkkuratPro-Regular.woff?20180113') format('woff');
  font-weight: normal;
  font-style: normal;
}
.lg-container {
  width: 100% !important;
  max-width: 1440px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.container {
  width: 100% !important;
  max-width: 1170px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 0.22rem;
    padding-right: 0.22rem;
  }
}
a,
a:hover,
a:focus input,
select,
* {
  outline: none;
}
.show-more a {
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
  font-size: 0.18rem;
  color: #f66f6a;
  /*&[aria-expanded="true"]{
			& em{
				&:before{
					content:"\e15b"
				}
			}
		}*/
}
.show-more a em {
  margin-right: 0.15rem;
  font-size: 0.16rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: 0;
}
.show-more a:hover {
  text-decoration: none;
}
.show-more a.active .hwic_add {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.show-more a[aria-expanded="true"] .hwic_add:before {
  content: "\e15b";
  font-size: 0.16rem;
  font-weight: bold;
}
.slick-dots {
  bottom: -0.6rem;
}
.slick-dots li {
  margin: 0 0.05rem;
}
.slick-dots li button {
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  background: #fff;
  border: 2px solid #404040;
  border-radius: 50%;
}
.slick-dots li button:before {
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: #404040;
}
.slick-prev {
  left: -0.7rem;
  z-index: 9;
  width: 0.44rem;
  height: 0.44rem;
}
.slick-prev:before {
  font-family: corpfont;
  content: "\e901";
  color: #f66f6a;
  font-size: 0.44rem;
}
.ie11 .slick-prev:before ,.ie10 .slick-prev:before ,.ie9 .slick-prev:before ,.ie8 .slick-prev:before  {
  font-family: corpfont;
  content: "\e901";
  color: #f66f6a;
  font-size: 0.44rem;
}
.slick-next {
  right: -0.7rem;
  z-index: 9;
  width: 0.44rem;
  height: 0.44rem;
}
.slick-next:before {
  font-family: corpfont;
  content: "\e902";
  color: #f66f6a;
  font-size: 0.44rem;
}
.ie11 .slick-next:before ,.ie10 .slick-next:before,.ie9 .slick-next:before, .ie8 .slick-next:before {
  font-family: corpfont;
  content: "\e902";
  color: #f66f6a;
  font-size: 0.44rem;
}
@media (max-width: 767px) {
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
 .lecture .slick-dots li.slick-active button,.lecture .slick-dots li button{
    opacity: 0;
  }
}
.container > .title {
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .container > .title {
    margin-bottom: 0.4rem;
  }
}
.title {
  display: block;
  margin-bottom: 0;
}
.title h2 {
  float: left;
  margin-bottom: 0;
  line-height: 1;
  width: 65%;
}
.title h2 a {
  color: #222222;
  line-height: 1;
}
.title h2 a em {
  display: inline-block !important;
  font-size: .38rem;
  vertical-align: middle;
  line-height: 1;
}
.title h2 + a {
  float: right;
  color: #222222;
  font-size: 0.22rem;
}
.title h2 + a:hover {
  text-decoration: none;
}
.title h2 + a em {
  font-size: 0.36rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .container > .title .title-mattes {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .title h2 {
    width: 100%;
    position: relative;
  }
  .title h2 em {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 0.40rem;
  }
  .title h2 a em {
    display: inline-block !important;
  }
  .title h2 + a {
    display: none;
  }
}
.navbar-toggle[aria-expanded="true"] em:before {
  content: "\e15b";
}
.img-rounded {
  border-radius: 0.05rem;
}
[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
}
.share ul {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  line-height: 1;
  padding-left: 0;
}
.share ul li {
  float: left;
  margin-right: 0.2rem;
  list-style: none;
  margin: 0 0.1rem !important;
}
.share ul li a {
  color: #aaa !important;
}
.share ul li a:hover {
  background-color: #fff !important;
  text-decoration: none;
  color: #282828;
}
.share ul li a.icon-twitter:hover {
  color: #55acee !important;
}
.share ul li a.icon-facebook:hover {
  color: #44619D !important;
}
.share ul li a.icon-twitter:hover {
  color: #55acee !important;
}
.share ul li a.icon-weibo:hover {
  color: #ff763b !important;
}
.share ul li a.icon-wechat:hover {
  color: #7bc549 !important;
}
.share ul li a.icon-google:hover {
  color: #000 !important;
}
.page-bottom-share ul li {
  margin-right: 0.12rem;
  margin-left: 0;
}
.page-bottom-share ul li a {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: #282828;
  border-radius: 4px;
  text-align: center;
}
.page-bottom-share ul li a em {
  color: #fff;
  font-size: 16px;
  margin-top: 2px;
  display: block;
}
.page-bottom-share ul li a.icon-VK1 em {
  margin-top: 4px;
}
.page-bottom-share ul li a:hover.icon-linkedin {
  background: #0084bf !important;
}
.page-bottom-share ul li a:hover.icon-facebook {
  background: #3b5998 !important;
}
.page-bottom-share ul li a:hover.icon-twitter {
  background: #1da1f2 !important;
}
.page-bottom-share ul li a:hover.icon-weibo {
  background: #e33237 !important;
}
.page-bottom-share ul li a:hover.icon-wechat {
  background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-google {
  background: #db4437 !important;
}
.page-bottom-share ul li a:hover.icon-VK1 {
  background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-habrahabr {
  background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-youtube {
  background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-instagram {
  background: #348903 !important;
}
.link-submit {
  background: #f66f6a;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  font-size: 0.18rem;
  margin: 15px 0;
  text-decoration: none !important;
  min-width: 200px;
  margin-right: 0.2rem;
  text-align: center;
  text-indent: 0 !important;
}
.link-submit:hover {
  text-decoration: none;
  color: #fff;
  background: #a54b4a;
}
.link-submit.disabled {
  background: #d4d4d4;
  color: #949494;
}
.link-submit.disabled em {
  color: #949494;
}
.link-submit em {
  padding-left: 0.7rem;
  font-size: 16px;
  color: #fff;
}
.link-submit.witch {
  background: #fff;
  color: #282828;
  border: 1px solid #f66f6a;
}
.link-submit.witch em {
  color: #282828;
}
.link-submit.witch:hover {
  background: #fe9c99;
}
.link {
  margin-right: 0.2rem;
  text-decoration: underline;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}
.pagination1,
.pagination {
  margin-top: 0.2rem;
}
.pagination1 .left,
.pagination .left {
  float: left;
}
.pagination1 .left .select2-container,
.pagination .left .select2-container {
  margin: 0 0.1rem;
  width: 61px !important;
}
.pagination1 .left a,
.pagination .left a {
  margin-right: 0.2rem;
  display: inline-block;
  color: #282828;
}
.pagination1 .left a:hover,
.pagination .left a:hover {
  text-decoration: none;
}
.pagination1 .right,
.pagination .right {
  float: right;
}
.pagination1 .right ul li,
.pagination .right ul li {
  display: inline-block;
  padding: 0;
  border: 0;
  line-height: 0.26rem;
  font-size: 0.14rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
}
.pagination1 .right ul li input,
.pagination .right ul li input {
  width: 0.54rem;
  height: 0.26rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.26rem;
  margin-right: 0.1rem;
}
.pagination1 .right ul li a,
.pagination .right ul li a {
  color: #282828;
  font-size: 0.14rem;
}
.pagination1 .right ul li a em,
.pagination .right ul li a em {
  font-size: 0.22rem;
  display: inline-block;
  vertical-align: middle;
}
.pagination1 .right ul li.prev,
.pagination .right ul li.prev {
  margin-right: 0.1rem;
}
.pagination1 .right ul li.next,
.pagination .right ul li.next {
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .pagination1 .right,
  .pagination .right {
    float: none;
  }
}
.input-search {
  width: 100%;
  border-radius: 0.05rem;
  padding-left: 0.2rem;
  outline: none;
  font-size: 0.16rem;
  border: 1px solid #d4d4d4;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.input-search::placeholder {
  color: #949494;
}
.input-search + a {
  position: absolute;
  top: 10px;
  right: 15px;
}
.input-search + a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .iconfont-flash [class*="hwic_"]:before,
  .iconfont-flash.active [class*="hwic_"]:before,
  .iconfont-flash:focus [class*="hwic_"]:before {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 0;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .iconfont-flash:hover [class*="hwic_"]:before,
  .iconfont-flash.active [class*="hwic_"]:before,
  .iconfont-flash:focus [class*="hwic_"]:before {
    webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .iconfont-flash:hover .hwic_download:before,
  .iconfont-flash.active .hwic_download:before,
  .iconfont-flash:focus .hwic_download:before {
    webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .external-link {
    cursor: pointer;
  }
  .external-link [class*="hwic_"]:before,
  .external-link.active [class*="hwic_"]:before,
  .external-link:focus [class*="hwic_"]:before {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 0;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    display: none;
  }
  .external-link:hover [class*="hwic_"]:before,
  .external-link.active [class*="hwic_"]:before,
  .external-link:focus [class*="hwic_"]:before {
    webkit-transform: translateX(10px);
    transform: translateX(10px);
    display: inline-block;
    color: #282828 !Important;
    margin-left: 10px \9;
  }
  .phone-flash {
    cursor: pointer;
  }
  .phone-flash .phone-img img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .phone-flash:hover .phone-img .flash-phone {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .phone-flash .phone-img .flash-phone-show {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .product-callout .card.phone-flash .phone-img .flash-phone-show {
    bottom: -50px;
  }
}
.phone-flash:hover .phone-img .flash-phone-show {
  -webkit-transform: translateY(5px);
  /* transform: translateY(5px); */
  content: "";
}
.icon_print {
  display: inline-block;
  width: 26px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}
.icon_print:before {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e922";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.icon_print:after {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e923";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.icon_print:hover:before {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0;
}
.icon_download {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}
.icon_download:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e918";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.icon_download:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e913";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.icon_download:hover:before {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.link-flash .icon-open-in-new {
  display: inline-block;
  width: 27px;
  height: 27px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}
.link-flash .icon-open-in-new:before {
  width: 27px;
  height: 27px;
  display: block;
  content: "\e900";
  font-size: 24px;
  position: absolute;
  top: -7px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.link-flash .icon-open-in-new:after {
  width: 27px;
  height: 27px;
  display: block;
  content: "\e90e";
  font-size: 24px;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.link-flash:hover .icon-open-in-new:before {
  -webkit-transform: translate(3px, -2px);
  transform: translate(3px, -2px);
}
@media (max-width: 1024px) {
  .hwic_open-in-new {
    display: none;
  }
  .navigation-buckets .hwic_open-in-new {
    display: block;
  }
}
.modal-dialog {
  margin-top: 0;
}
.modal-body {
  padding: 0;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 96;
}
.modal-header {
  padding: 0;
}
.modal-header .close {
  color: #fff;
  font-size: 25px;
  opacity: 1;
}
.bootstrap-dialog.type-primary .modal-header {
  border: none;
}
.bootstrap-dialog-title {
  display: none !important;
}
.permission-dl-dialog .modal-header {
  background-color: #fff !important;
  height: 0;
  padding: 0;
  border: 0;
}
.permission-dl-dialog .modal-header .bootstrap-dialog-title {
  display: none;
}
.permission-dl-dialog .modal-header .bootstrap-dialog-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.permission-dl-dialog .modal-header .close {
  cursor: pointer;
  color: #282828;
}
.permission-dl-message {
  padding: 30px 0;
}
.permission-dl-message .down_line {
  height: auto;
  line-height: 30px;
  display: block;
  clear: both;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.permission-dl-message .down_line h2 {
  line-height: 120%;
  margin-bottom: 10px;
  height: auto;
  padding-top: 5px;
  font-size: 0.24rem;
}
.permission-dl-message .down_line a {
  color: #023399;
}
.permission-dl-message .down_line em {
  margin: 0 15px;
  font-style: normal;
}
.loading-dialog .modal-header .close {
  display: none;
}
.load-box {
  width: 100%;
  height: 100%;
}
.loading {
  margin-top: -20px;
  z-index: 99;
  color: #fff;
  margin-left: -20px;
}
.loading-dialog .modal-content {
  background-color: transparent;
  box-shadow: 0 0 0;
  border: 0;
}
.loading .sk-circle {
  margin: 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
}
.loading .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loading .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.loading .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.loading .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loading .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.loading .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.loading .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loading .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.loading .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.loading .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.loading .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.loading .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.loading .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loading .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loading .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loading .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loading .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loading .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loading .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loading .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loading .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading .ie-loading {
  display: none;
}
@media (max-width: 767px) {
  .loading .spinner {
    margin: 0 auto;
  }
  .loading-dialog .modal-dialog {
    position: absolute !Important;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading .ie-loading {
    display: none;
  }
}
.red-highlight {
  color: #fe0000;
  display: inline-block;
}
.float-none {
  float: none !important;
}
.loading .spinner {
  margin: 100px auto;
  width: 80px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.loading .spinner > div {
  background-color: #f66f6a;
  height: 20px;
  width: 6px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 25%;
  -webkit-animation: sk-stretchdelay 2s infinite ease-in-out;
  animation: sk-stretchdelay 2s infinite ease-in-out;
}
.loading .spinner .rect2 {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
  background-color: #f7a655;
}
.loading .spinner .rect3 {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
  background-color: #ffdf4f;
}
.loading .spinner .rect4 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  background-color: #84d0a2;
}
.loading .spinner .rect5 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
  background-color: #15b0e8;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
.common-dialog .modal-body {
  height: 200px;
}
.common-dialog .bootstrap-dialog-body {
  display: table;
  width: 100%;
  height: 100%;
}
.common-dialog .bootstrap-dialog-message {
  font-size: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.common-dialog .modal-header .close {
  color: #666;
}
.yes-no {
  margin-top: 30px;
  width: 100%;
}
.yes-no a {
  width: 100px;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  border: 1px solid #f66f6a;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
::-ms-reveal {
  display: none;
}
.yes-no a.yes {
  background: #f66f6a;
  color: #fff;
  border: none;
  margin-right: 15px;
}
.yes-no a.yes:hover {
  background: #a54b4a;
  text-decoration: none;
}
.yes-no a.no:hover {
  background: #fe9c99;
  text-decoration: none;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
.video_box {
  z-index: 98;
}
.img-radius {
  border-radius: 0.05rem;
}
.weixin-pic {
  position: absolute;
  top: -100000px;
  left: -10000px;
}
.psirt-set-out .expand-moreb span {
  color: #db7775;
}
.events-location {
  margin-bottom: 0.6rem;
}
.events-location h2 {
  margin-bottom: 0.6rem;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.26rem;
  font-size: 0.24rem;
  line-height: inherit;
  color: #282828;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 1.06rem;
  font-size: 0.16rem;
  line-height: 1.625;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 0.5rem;
  padding: 0.06rem 0.12rem;
  font-size: 0.16rem;
  line-height: 1.625;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.04rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 0.5rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 2.1rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 3.2rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 0.26rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 1.06rem;
  padding-bottom: 1.06rem;
  margin-bottom: 0;
  min-height: 0.42rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 2.1rem;
  padding: 0.05rem 0.1rem;
  font-size: 0.12rem;
  line-height: 1.5;
  border-radius: 0.03rem;
}
select.input-sm {
  height: 2.1rem;
  line-height: 2.1rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 2.1rem;
  padding: 0.05rem 0.1rem;
  font-size: 0.12rem;
  line-height: 1.5;
  border-radius: 0.03rem;
}
.form-group-sm select.form-control {
  height: 2.1rem;
  line-height: 2.1rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 2.1rem;
  min-height: 0.38rem;
  padding: 1.05rem 0.1rem;
  font-size: 0.12rem;
  line-height: 1.5;
}
.input-lg {
  height: 3.2rem;
  padding: 0.1rem 0.16rem;
  font-size: 0.18rem;
  line-height: 1.3333333;
  border-radius: 0.06rem;
}
select.input-lg {
  height: 3.2rem;
  line-height: 3.2rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 3.2rem;
  padding: 0.1rem 0.16rem;
  font-size: 0.18rem;
  line-height: 1.3333333;
  border-radius: 0.06rem;
}
.form-group-lg select.form-control {
  height: 3.2rem;
  line-height: 3.2rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 3.2rem;
  min-height: 0.44rem;
  padding: 1.1rem 0.16rem;
  font-size: 0.18rem;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 0.625rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 5.26rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #686868;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.07rem;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 0.33rem;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 0.07rem;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 0.11rem;
    font-size: 0.18rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 0.06rem;
    font-size: 0.12rem;
  }
}
.forms input,
.forms select,
.forms textarea {
  height: 0.5rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.05rem;
  width: 100%;
  padding: 0 0.1rem;
}
.forms input::-webkit-input-placeholder,
.forms select::-webkit-input-placeholder,
.forms textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
}
.forms input::-moz-placeholder,
.forms select::-moz-placeholder,
.forms textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}
.forms input:-ms-input-placeholder,
.forms select:-ms-input-placeholder,
.forms textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
}
.forms input:-moz-placeholder,
.forms select:-moz-placeholder,
.forms textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}
.forms input:focus,
.forms select:focus,
.forms textarea:focus {
  border: 1px solid #15b0eb;
  color: #282828;
  box-shadow: 0px 3px 8px #d4d4d4;
}
.forms label {
  font-size: 0.14rem;
  display: block;
  font-family: "akkuratpro-light", Helvetica, Arial, sans-serif;
  margin-top: 0.1rem;
  color: #777777;
}
.forms label em {
  font-size: 0.30rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  display: none;
}
.forms .forms-error input {
  border: 1px solid #f66f6a;
}
.forms .forms-error input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f66f6a;
}
.forms .forms-error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f66f6a;
}
.forms .forms-error input:-ms-input-placeholder {
  /* IE 10+ */
  color: #f66f6a;
}
.forms .forms-error input:-moz-placeholder {
  /* Firefox 18- */
  color: #f66f6a;
}
.forms .forms-error label {
  color: #f66f6a;
  display: block;
}
.forms label.error {
  color: #f66f6a;
}
.forms input.error,
.forms textarea.error {
  color: #f66f6a;
  border: 1px solid #f66f6a;
}
.forms input.error::-webkit-input-placeholder,
.forms textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f66f6a;
}
.forms input.error::-moz-placeholder,
.forms textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #f66f6a;
}
.forms input.error:-ms-input-placeholder,
.forms textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #f66f6a;
}
.forms input.error:-moz-placeholder,
.forms textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #f66f6a;
}
.forms .select2-container.error .select2-selection {
  color: #f66f6a;
  border: 1px solid #f66f6a;
}
.forms .select2-container.error .select2-selection .select2-selection__rendered {
  color: #f66f6a;
}
.forms .select2-container--default .select2-selection--single .select2-selection__rendered,
.forms .select2-container .select2-selection--single {
  height: 50px;
  width: 100%;
  line-height: 50px;
}
.forms .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 11px;
}
.forms .phone .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 2px;
}
.forms .phone .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d4;
}
.forms .select2-container {
  float: left;
}
.forms .phone div:focus {
  border: 1px solid #15b0eb;
  color: #282828;
  box-shadow: 0px 3px 8px #d4d4d4;
}
.forms .phone div select {
  width: 20%;
  max-width: 0.77rem;
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 0 .1rem;
}
.forms .phone div input {
  width: 80%;
  max-width: 2.93rem;
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
.forms .description textarea {
  height: 1.15rem;
  padding-top: 0.05rem;
}
.forms .code .code-input {
  width: 47%;
  display: inline-block;
  float: left;
  margin-right: 0.2rem;
}
.forms .code .code-img {
  width: 47%;
  float: left;
}
.forms .code .btn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  background: #f66f6a;
  color: #fff;
  border-radius: 0.05rem;
  margin-top: 0.3rem;
  display: block;
  font-size: 0.18rem;
}
.forms .code .btn:hover {
  background: #a54b4a;
}
.forms .code .btn em {
  color: #fff;
  font-size: 0.38rem;
  float: right;
  margin-top: 0.06rem;
}
@media (max-width: 767px) {
  .forms .code-input {
    width: 100% !important;
    margin-bottom: 0.1rem;
  }
  .forms.phone .select2-container {
    width: 30% !important;
  }
  .forms.phone div input {
    width: 70%;
  }
}
.checkbox li {
  margin-bottom: 0.15rem;
}
.checkbox .icheckbox_square-blue {
  border-radius: 3px;
}
.checkbox label em {
  font-style: normal;
}
.checkbox .forms-error inout {
  border: 1px solid #f66f6a;
}
.checkbox .forms-error label {
  color: #f66f6a;
}
.checkbox .disabled + label {
  color: #eee;
}
.checkbox [type="radio"] {
  width: 26px;
  height: 26px;
  border: 1px solid #15b0eb;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.forms-warp {
  margin-top: 0.6rem;
  padding: 0.4rem;
  background: #fff;
  box-shadow: 0rem 0 0.4rem #d4d4d4;
}
.forms-warp h3 {
  font-size: 0.28rem;
  margin-bottom: 0.4rem;
}
.forms-warp > div {
  margin-bottom: 0.3rem;
}
.forms-warp > div span {
  display: block;
  margin-bottom: 0.03rem;
}
.agenda {
  background: #dde6ed;
  max-width: 13.66rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0.8rem;
  border-radius: 0.05rem;
}
.agenda h2 {
  margin-top: 0.8rem;
  line-height: 1;
}
.agenda .agenda-tab ul {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 0.5rem;
}
.agenda .agenda-tab ul li {
  display: inline-block;
  padding: 0 30px;
}
.agenda .agenda-tab ul li:first-child {
  padding-left: 0;
}
.agenda .agenda-tab ul li a {
  display: block;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 0.18rem;
  padding-bottom: 0.2rem;
  line-height: 1;
}
.agenda .agenda-tab ul li:hover a,
.agenda .agenda-tab ul li.active a {
  color: #333333;
  border-bottom: 3px solid #f66f6a;
  text-decoration: none;
}
.agenda h3 {
  margin: 0;
  margin-top: 0.6rem;
}
.agenda .agenda-list {
  padding-bottom: 0.4rem;
}
.agenda .agenda-list .row {
  padding: 0.4rem 0;
  border-top: 1px solid #d4d4d4;
}
.agenda .agenda-list .row .col-sm-3 span {
  font-size: 0.18rem;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
}
.agenda .agenda-list .row .col-sm-9 span {
  font-size: 0.18rem;
}
.agenda .agenda-list .row .col-sm-9 .speaker-job span {
  font-size: 0.14rem;
  color: #808080;
}
.agenda .agenda-list .row .col-sm-9 .speaker-job span:first-child {
  color: #f66f6a;
  margin-top: 0.2rem;
  border-right: 1px solid #808080;
  padding-right: 0.08rem;
  margin-right: 0.08rem;
}
.agenda .agenda-list .row:first-child {
  padding: 0.2rem 0;
  border-top: 0;
}
@media (max-width: 767px) {
  .agenda {
    background: #f6fbfd;
  }
  .agenda .container {
    padding: 0;
  }
  .agenda .container h2 {
    padding: 0 0.22rem;
    margin-top: 0.4rem;
  }
  .agenda h3 {
    margin-top: 0.4rem;
    padding-top: 0rem;
    padding-bottom: 0.1rem;
  }
  .agenda .agenda-tab .panel-heading {
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 0.22rem;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-top: -1px;
  }
  .agenda .agenda-tab .panel-heading h4 {
    font-size: 0.18rem;
    font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
  }
  .agenda .agenda-tab .panel-heading h4 a {
    color: #282828;
    display: block;
  }
  .agenda .agenda-tab .panel-heading h4 a span {
    display: inline-block;
  }
  .agenda .agenda-tab .panel-heading h4 a em {
    float: right;
    margin-top: 0.15rem;
    font-size: 0.32rem;
  }
  .agenda .agenda-tab .panel-heading h4 [aria-expanded="true"] em:before {
    content: "\e911";
  }
  .agenda .agenda-tab .panel-body {
    margin: 0 0.22rem;
    overflow: hidden;
  }
  .agenda .agenda-list .agenda-mob-nav {
    padding: 0.15rem 0;
    background: #fff;
    width: 100%;
    display: block;
    margin: 0 0.22rem;
    position: absolute;
    left: -0.22rem;
    padding-left: 0.22rem;
    font-size: 0.22rem;
    color: #282828;
    border-bottom: 1px solid #e3e3e3;
  }
  .agenda .agenda-list .agenda-mob-nav em {
    font-size: 0.36rem;
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding-right: 0.1rem;
  }
  .agenda .agenda-list h3 + .row {
    display: none;
  }
}
.player-outer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.video_box_ux {
  width: 100%;
  position: relative;
  z-index: 97;
  overflow: hidden;
}
.video_box_ux .circle {
  width: 0.69rem;
  height: 0.70rem;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
  z-index: 8;
}
.video_box_ux .circle:before {
  content: "";
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.video_box_ux em {
  position: absolute;
  font-size: 0.45rem;
  color: #eb5b56;
  top: 50%;
  left: 50%;
  margin-top: -0.21rem;
  margin-left: -0.05rem;
  z-index: 11;
}
.video_box_ux a:hover .circle {
  transition-duration: 0.2s;
  transform: scale(1.1);
}
.video_box_ux img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}
.modal-dialog {
  margin-top: 0;
}
.modal-body {
  padding: 0;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 96;
}
.modal-header {
  padding: 0;
}
.modal-header .close {
  color: #fff;
  font-size: 25px;
  opacity: 1;
}
.bootstrap-dialog.type-primary .modal-header {
  border: none;
}
.bootstrap-dialog-title {
  display: none !important;
}
#player_wrapper .jwplayer {
  display: table !important;
}
#player_wrapper .jwplayer {
  position: absolute;
  left: 0;
  top: -1px;
}
#player_wrapper {
  position: relative;
  padding-top: 56.25%;
  background-color: rgba(0, 0, 0, 0.8);
}
#playerContainer_wrapper {
  position: absolute !important;
  top: -1px;
  left: 0;
}
.video-dialog .modal-dialog {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 767px) {
  .video-dialog .modal-dialog {
    position: absolute;
    left: 0;
  }
  .video_box_ux img {
    border-radius: 0;
  }
  #player_wrapper .jwplayer {
    display: inline-block !important;
  }
  .modal:before {
    display: none;
  }
  .modal-dialog {
    width: 100%;
    z-index: 98;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.video_box {
  width: 100%;
  position: relative;
  z-index: 97;
  overflow: hidden;
}
.video_box a.js_img_link,
.video_box a.js_video_icon,
.video_box a.js_video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Assets/CBG/img/video_btn.png) 50% no-repeat;
}
.video_box a.js_img_link {
  background: none;
}
.video_box a.video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Assets/CBG/img/video_btn.png) 50% no-repeat;
}
.video_box a.js_video_icon:hover,
.video_box a.js_video_player:hover {
  background: url(/Assets/CBG/img/video_btn_hover.png) 50% no-repeat;
}



.intro-contact p{
  text-indent: 0;
}
#video-list{
  margin-bottom: 100px;
 }
 #video-list .video_box_ux{
	border-radius:5px;
}
 #video-list h2{
   text-align: center;
  }
  #video-list h3{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
  #video-list h2 + p{
    text-align: center;
   }
   #video-list .col-sm-3{
     margin-top: 30px;
   }
 @media (max-width: 767px) {
   #video-list{
     margin-bottom: 60px;
    
    }
    
 
 }
 .intro-contact .video_box_ux,.click-detail-box .video_box_ux{
  border-radius: 5px;
}  
.clear-float{
  display: table;
  clear: both;
}


.click-detail-box {
  font-family: Microsoft YaHei;
  padding-bottom:70px;
}
.click-detail-box .main {
  margin: 0 auto;
  margin-top: 60px;
}
.click-detail-box .main h2{
	text-align:center;
}
.click-detail-box .main .click-detail-list {
  width: 1170px;
  margin: 0 auto;
  padding:0 11px;
}
.click-detail-box .main .show-detail {
  display: none;
  width: 1137px;
  height: auto;
  background: #fafafa;
  padding: 40px 50px;
  position: relative;
  margin: 0 auto;
  margin-top: -5px;
  z-index: 1;
}
.click-detail-box .main .show-detail .close-detail {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/img/v3/cls_black.png");
}
.click-detail-box .main .show-detail .video-click {
  position: absolute;
  width: 422px;
  height: 226px;
  top: 60px;
  right: 50px;
}
.click-detail-box .main .show-detail h4 {
  font-size: 30px;
  line-height: 45px;
  font-weight: normal;
  width:540px;
}
.click-detail-box .main .show-detail h4 a{
  color: #282828;
}
.click-detail-box .main .show-detail h4 a:hover{
  color: #282828;
  text-decoration: none;
}
.click-detail-box .main .show-detail p {
  font-size: 16px;
  line-height: 1.375;
  min-height: 112px;
  width: 540px;
  overflow: hidden;
  word-break: inherit;
  color: #666;
}
.click-detail-box .main .show-detail p a{
	color: #282828;
}
.click-detail-box .main .show-detail p a:hover{
	color: #282828;
}
.click-detail-box .main .show-detail h5 {
  font-size: 24px;
  margin-top: 70px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 15px;
}
.click-detail-box .main .show-detail .link {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  position: relative;
}
.click-detail-box .main .show-detail .link a {
  position: absolute;
  width: 140px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: right;
  color: #000;
  font-size: 16px;
}
.click-detail-box .main .show-detail .link .title a {
    position: static;
    font-size: 18px;
}
.click-detail-box .main .show-detail .link a:after {
  content: "";
  width: 9px;
  height: 14px;
  position: absolute;
  top: 18px;
  right: 0;
  background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/img/v3/more_arrow.png");
}
.click-detail-box .main .click-detail {
  width: 281px;
  height: 283px;
  float: left;
  border: 6px solid transparent;
  position: relative;
  cursor: pointer;
  margin: 0 8px 16px 0;
  z-index: 2;
}
.ie8 .click-detail-box .main .click-detail{
	margin:0 5px 16px 0;
}
.click-detail-box .main .click-detail:nth-child(4),
.click-detail-box .main .click-detail.last-no-margin {
  margin: 0 0 8px 0;
}
.click-detail-box .main .click-detail:nth-child(4).cur,
.click-detail-box .main .click-detail.last-no-margin.cur {
  margin: 0 0 18px 0;
}
.click-detail-box .main .click-detail.cur {
  border: 6px solid #161634;
  margin: 0 8px 18px 0;
}
.click-detail-box .main .click-detail.cur:after {
  position: absolute;
  width: 281px;
  height: 29px;
  background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/img/v3/box_hover_bg.png");
  left: -6px;
  bottom: -35px;
  content: "";
}
.click-detail-box .main .click-detail:hover i,.click-detail-box .main .click-detail:hover em {
  -webkit-animation: s_up 1.6s ease-in infinite;
  animation: s_up 1.6s ease-in infinite;
}
.click-detail-box .main .click-detail img {
  display: block;
  width: 281px;
  height: 283px;
  transition: transform .8s;
  -moz-transition: -moz-transform 0.8s;
  /* Firefox 4 */
  -webkit-transition: -webkit-transform 0.8s;
  /* Safari 和 Chrome */
  -o-transition: -o-transform 0.8s;
  max-width: 100%;
}
.click-detail-box .main .click-detail .txt {
  position: absolute;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 1.375;
  color: #fff;
  top: 50%;
  top: 50px\9;
  left: 0;
  padding: 0px 15px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.click-detail-box .main .click-detail i,.click-detail-box .main .click-detail em {
  position: absolute;
  width: 26px;
  height: 12px;
  background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/img/v3/detail_arrow.png");
  bottom: 20px;
  left: 50%;
  margin-left: -13px;
}
@media (min-width: 768px) and (max-width:1024px){
	.click-detail-box .main .click-detail-list{
		width:100%;
	}
	.click-detail-box .main .click-detail{
		width:24.2%;
	}
	.click-detail-box .main .click-detail img{
		width:100%;
	}
}	
@media (max-width: 767px) {
   body{
 	overflow-x: hidden;
    width: 100%;
 }
 
  .click-detail-box .main {
    width: 100%;
    margin-top: .3rem;
  }
  .click-detail-box .main .click-detail-list {
    width: 3.25rem;
    padding:0;
  }
  .click-detail-box .main .click-detail-list .click-detail {
    width: 1.57rem;
    height: 1.57rem;
    border: none;
    margin: 0 .1rem .1rem 0;
  }
  .click-detail-box .main .click-detail-list .click-detail.cur {
    border: none;
    margin: 0 .1rem .1rem 0;
  }
  .click-detail-box .main .click-detail-list .click-detail.cur:after {
    display: none;
  }
  .click-detail-box .main .click-detail-list .click-detail.cur:nth-child(2n),
  .click-detail-box .main .click-detail-list .click-detail.cur:nth-child(4) {
    margin: 0 0 .1rem 0;
  }
  .click-detail-box .main .click-detail-list .click-detail:nth-child(2n),
  .click-detail-box .main .click-detail-list .click-detail:nth-child(4) {
    margin: 0 0 .1rem 0;
  }
  .click-detail-box .main .click-detail-list .click-detail img {
    width: 1.57rem;
    height: 1.57rem;
  }
  .click-detail-box .main .click-detail-list .click-detail i {
    width: .13rem;
    height: .064rem;
    bottom: .11rem;
    margin-left: -0.065rem;
    background-size: 100% 100%;
    background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/img/v3/detail_arrow.png");
  }
  .click-detail-box .main .click-detail-list .click-detail .txt {
    font-size: .18rem;
    line-height: .28rem;
	  word-break: initial;
  }
  .click-detail-box .main .click-detail-list .show-detail {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 0;
    z-index: 999;
  }
  .click-detail-box .main .click-detail-list .show-detail .close-detail {
    width: .23rem;
    height: .23rem;
    top: .2rem;
    right: .2rem;
    background-size: 100% 100%;
    background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/img/v3/cls_black.png");
  }
  .click-detail-box .main .click-detail-list .show-detail .video-click {
    top: .54rem;
    left: 0;
    width: 100%;
    height: auto;
  }
  .click-detail-box .main .click-detail-list .show-detail .video-click img {
    width: 100%;
  }
  .click-detail-box .main .click-detail-list .show-detail h4 {
    font-size: .2rem;
    line-height: .32rem;
    width: 3.2rem;
    margin-left:30px;
    margin-top: 2.74rem;
  }
  .click-detail-box .main .click-detail-list .show-detail h5 {
    width: 3.2rem;
    margin-left:30px;
    font-size: .18rem;
    margin-top: .1rem;
    line-height: .25rem;
    text-transform: uppercase;
    font-weight: normal;
  }
  .click-detail-box .main .click-detail-list .show-detail p {
    font-size: .16rem;
    line-height: .24rem;
    width: 3.2rem;
    height: auto;
    max-height: 1.44rem;
    overflow: hidden;
    margin-left:30px;
  }
  .click-detail-box .main .click-detail-list .show-detail .link {
    width: 2.2rem;
    line-height: .2rem;
    padding: .05rem 0;
    padding-right: 1rem;
    height: auto;
    margin-left:30px;
    font-size: .14rem;
  }
  .click-detail-box .main .click-detail-list .show-detail .link a {
    width: 1.8rem;
    height: .2rem;
    right: 0;
    top: 50%;
    padding-right: 9px;
    margin-top: -0.1rem;
    line-height: .2rem;
    font-size: 14px;
  }
  .click-detail-box .main .click-detail-list .show-detail .link a:after {
    width: .06rem;
    height: .09rem;
    top: 50%;
    background-size: 100% 100%;
    background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/img/v3/more_arrow.png");
    margin-top: -0.045rem;
  }
}



/*index follow css bof*/
.follow {
	padding: 40px 0;
}
.follow h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
  .follow h1 {
  font-size: 24px;
  }
}
.follow .col-sm-12 {
	text-align: center;
}
.follow a {
	width: 92px;
	display: inline-block;
	margin: 0 30px;
}
.follow p {
  text-align: center;
  margin-top: 0;
}
.follow .linkedin:before {
	width: 92px;
	height: 92px;
	display: inline-block;
	content: "";
	background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/follow_03.png) no-repeat;
}
.follow .facebook:before {
	width: 92px;
	height: 92px;
	display: inline-block;
	content: "";
	background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/follow_04.png) no-repeat;
}
.follow .twitter:before {
	width: 92px;
	height: 92px;
	display: inline-block;
	content: "";
	background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/follow_01.png) no-repeat;
}
.follow .youtube:before {
	width: 92px;
	height: 92px;
	display: inline-block;
	content: "";
	background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/follow_02.png) no-repeat;
}
.follow .wechat:before {
	width: 92px;
	height: 92px;
	display: inline-block;
	content: "";
	background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs17/Images/follow_05.png) no-repeat;
}
.follow .wechat {
	position: relative;
}
.follow .wechat:hover{
    text-decoration: none;
}
.wechat-img {
	display: none;
}
.follow .wechat:hover .wechat-img {
	position: absolute;
	z-index: 97;
	top: -230px;
	left: -50px;
	display: block;
	background: #fff;
	padding: 20px;
	box-shadow: 1px 3px 10px #cfcfcf;
	font-size: 12px;
	line-height: 140%;
}
.follow .wechat:hover .wechat-img:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.wechat-img img {
	width: 150px;
}
/*index follow css end*/

/*footer PC style star*/
#footer {
	position: relative;
	z-index: 500;
	background: #272727;
	color: #fff;
	width: 100%;
}
#footer a {
	color: #fff;
}
#footer label {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
#footer .outer {
	width: 100%;
}
#footer .top, #footer .bottom {
	display: table;
	width: 100%;
}
#footer .left {
	display: block;
	padding-top: 40px;
}
#footer .left_inner {
	display: table;
	width: 100%;
}
#footer .left_inner div ul {
	margin-top: 14px;
}
#footer .left_inner div ul li {
	margin-bottom: 5px;
	line-height: 180%;
}
#footer .right {
	display: table;
	text-align: right;
	vertical-align: top;
	padding-top: 40px;
	margin: auto 0;
}
@font-face {
  font-family: 'corpfont';
  src: url('/Assets/CNBG/fonts/corpfont.eot?20180122');
  src: url('/Assets/CNBG/fonts/corpfont.eot?#iefix20180122') format('embedded-opentype'),
    url('/Assets/CNBG/fonts/corpfont.ttf?20180122') format('truetype'),
    url('/Assets/CNBG/fonts/corpfont.woff?20180122') format('woff'),
    url('/Assets/CNBG/fonts/corpfont.svg?20180122#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#footer .right ul li {
	display: inline-block;
	margin-right: 10px;
	line-height: 50px;
}
#footer .bottom {
	font-size: 14px;
	margin: 10px 0;
}
#footer .bottom_left, #footer .bottom_right {
	padding: 10px 0 10px 0;
	display: table;
}
#footer .bottom_right {
	text-align: right;
}
#footer .bottom_right ul li {
	display: inline-block;
	margin-right: 5px;
}
#footer .bottom_right ul li:not(:last-child):after {
	content: '|';
	padding-left: 10px;
}
.footer-icon-top {
	margin: 40px 0 -24px;
}
#footer .left_inner {
	display: table;
	width: 100%;
}
.no-border {
	border: none !important;
}
/*footer PC style end*/



@media (max-width: 767px) {
.moblie-wechat {
	margin-top: 50px;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.moblie-wechat span {
	display: block;
}
.moblie-wechat img {
	width: 150px;
}
}

.ie8 .has-banner .banner-img img{
	margin-left:-960px;
}

/* banner video */
@media (min-width:768px){
.ieundefined .banner-video-dialog.modal:before,.ie11 .banner-video-dialog.modal:before{display:none;}
.ieundefined .banner-video-dialog.video-dialog .modal-dialog,.ie11 .banner-video-dialog.video-dialog .modal-dialog{max-width:none;}
.ieundefined .banner-video-dialog #player_wrapper .jwplayer,.ie11 .banner-video-dialog #player_wrapper .jwplayer{height: 100vh !important; display: block !important;}
.ieundefined .banner-video-dialog #player_wrapper,.ie11 .banner-video-dialog #player_wrapper{padding-top: 0;}
.ieundefined .banner-video-dialog .modal-dialog,.ie11 .banner-video-dialog .modal-dialog{display: block;}
}

/*agenda css star 0523*/
.keynote-list{padding:70px 0; background-size:cover;}
.keynote-list h2{text-align: center;color: #333;}
.switch-contact{ margin-bottom:50px;}
.switch-tit{ margin-top:40px;border-bottom: 2px solid #e5e5e5;}
.switch-tit .col-sm-7{float: none;margin: 0 auto;}
.switch-tit a{ display:block; padding-bottom:10px; text-decoration:none; margin:0 25px;}
.switch-tit .col-xs-4{ padding:0;}
.switch-tit .col-xs-4:first-child{padding-left:15px;padding-right:2px;}
.switch-tit .col-xs-4:nth-child(2){padding-right:2px;}
.switch-tit .col-xs-4:last-child{padding-right:15px;}
.switch-tit .col-xs-3{ padding:0;}
.switch-tit .col-xs-3:first-child{padding-left:15px;padding-right:2px;}
.switch-tit .col-xs-3:nth-child(2){padding-right:2px;}
.switch-tit .col-xs-3:last-child{padding-right:15px;}
.switch-tit li{margin-bottom: -2px;}
/*.switch-tit .switch-one a{border-bottom:6px solid #7ebfc3;}
.switch-tit .switch-two a{border-bottom:6px solid #fad1d0;}
.switch-tit .switch-three a{border-bottom:6px solid #eaf3d2;}*/
.switch-tit .switch-four a{border-bottom:6px solid #e3e4e8;}
.switch-tit span{font-size:18px; color:#666; display:block; text-align:center;}
.switch-tit em{ display:block; color:#666; font-style:normal; font-size:14px;text-align:center; line-height:1; }
.switch-tit a:hover,.switch-tit a.active{ text-decoration:none;}
.switch-tit .active a{border-bottom:4px solid #f66f6a;}
.switch-tit .active a span{color:#f66f6a; font-weight:bold;}
.switch-tit .active a em{ color:#f66f6a;font-weight:bold;}
.switch-new-list h3{font-size:16px; font-weight:bold; margin-top:0px; line-height:1.5;}
.switch-new-list h3 a{ color:#333;}
.switch-new-list h3 a:hover{color:#09F;}
.switch-new-list h3 a:visited{ color:#797979;}
.switch-new-list{ padding-bottom:15px; border-bottom:1px solid #ececec; margin-top:20px;}
.switch-new-list em{color:#999; font-style:normal;}
.switch-new-list .row .col-sm-9{ padding-left:0;}
.switch-contact{ margin-bottom:50px;}
.Related-agenda .table-rowbox{ padding:20px 0 20px 15px; border-bottom:1px solid #bdbdbd; color: #333;}
.Related-agenda .table-rowbox.title{  background:#f5f5f5; display:block; border-bottom:none;}
.Related-agenda .table-rowbox em{display:inline-block;font-size:14px; color:#999; font-style:normal; line-height:1.1; }
.Related-agenda .table-rowbox p{ margin-bottom:0;}
.Related-btn{ width:100%; text-align:center; margin-left:auto; margin-right:auto; padding-bottom:10px;}
.Related-btn .speaker-more{ margin-bottom:30px; margin-top:40px; color:#fff !important;}
.Related-btn .speaker-more:hover{ color:#fff !important;}
.agenda-time{ text-align: left;}
.agenda-title h3{font-size: 14px; margin-top: 5px;}
.agenda-title p,.agenda-speakers p{font-size: 14px;}
.agenda-speakers{margin-top:5px;}
.agenda-speakers img{max-width: 100%;}
.agenda-speakers h3{font-size: 14px; }
.agenda-speakers em{float: left;margin-right: 10px;width:58px; height:58px;}
.agenda-speakers >div {float: left;}
.Related-agenda .table-rowbox > .row{display:flex;}
.Related-agenda .table-rowbox > .row .col-sm-2{display:flex;align-items: center;}
.keynote-list.keynote-list2{
  background: none;
  padding-top:30px;
  padding-bottom: 0;
  min-height:auto;
}
.keynote-list2 h2{
  color: #333;
}
.keynote-list.keynote-list2 .switch-contact{
  margin-bottom: 0;
}
.keynote-list2 .Related-agenda .table-rowbox{
  color:#333;
}
.keynote-list2 .switch-tit span,.keynote-list2 .switch-tit em{
  color:#666;
}
@media (max-width:767px){
  .keynote-list{
    background-size:cover;
  }
  .panel-group .panel-default{
    margin-bottom: 20px;
  }
  .panel-group .panel-title{
    border: 1px solid #ccc;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom:10px;
  }
  .panel-group .panel-title a{
    padding:0;
    text-align: center;
  }
  .panel-group .panel-collapse{
    border:1px solid #ccc;
    border-top:0;
  }
  .agenda-time{
    text-align: left;
    margin-bottom: 20px;
  }
  .switch-tit span{
    display:inline-block;
  }
  .Related-agenda .table-rowbox em{
    text-align: left;
    display:inline-block;
  }
  .agenda-speakers >div{
    float: none;
  }
  .agenda-speakers{
    margin-top: 20px;
  }
  .switch-tit{
    border-bottom: 0;
  }
  .Related-agenda .table-rowbox > .row,.Related-agenda .table-rowbox > .row .col-sm-2{
  display:block;}
}
/*agenda css bof 0523*/

/*overview css star 0524*/
#overview{
  background: #e9e9ea;
  padding-top:80px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
#overview h2{
  text-align: center;
  margin-bottom: 50px;
}
#overview .content{
  text-align: center;
  padding: 0 25px;
}
#overview .content h3{
  margin-bottom:0;
}
#overview .content .one{
  width:40px;
  height:2px;
  background: #84d0a2;
  display: inline-block;
}
#overview .content .two{
  width:40px;
  height:2px;
  background: #f7a655;
  display: inline-block;
}
#overview .content .three{
  width:40px;
  height:2px;
  background: #f66f6a;
  display: inline-block;
}
@media (max-width:767px){
  #overview{
    padding-top:40px;
    padding-bottom:40px;
  }
  #overview .content{
    padding:0;
    text-align:left;
    margin: 15px 0;
  }
  #overview .content img{
    max-width: 100%;
  }
  #overview .content h3{
    font-size: 18px;
    text-align:left;
    font-weight: normal !important;
  }
}
/*overview css bof 0524*/

/*index hot-subject css bof*/
lecture.hot-subject {
	padding: 50px 0;
}

.hot-subject h1 {
	text-align: center;
	font-size: 36px;
	color: #585858;
}
.hot-subject .content {
	margin-top: 20px;
	border: 1px solid #d8d6d6;
	box-shadow: 0px 3px 20px #d8d6d6;
	display: block
}
.hot-subject .content:hover {
	color: #be1d2d;
}
.hot-subject .content .text {
	padding: 9px 35px;
}
.hot-subject .content .text h3{
  font-weight: normal !important;
  font-size: 18px;
  margin-top: 20px;
}
.hot-subject .col-md-3 .content .text h3 {
	height: 140px;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	line-height: 28px;
}
.hot-subject .col-md-3 .content .text {
	padding: 10px 28px;
	min-height: 160px;
}
.hot-subject .content .text p {
	color: #585858;
}
.hot-subject .content:hover {
	text-decoration: none;
}
.hot-subject .slick-prev:before, .hot-subject .slick-next:before {

	opacity: 1;
}
.hot-subject .slick-prev, .hot-subject .slick-next {
	width: 62px;
	height: 62px;
	display: block;
	z-index: 9
}
.hot-subject .slick-prev:before {
	width: 62px;
	height: 62px;
	display: block;
}
.hot-subject .slick-next:before {
	width: 62px;
	height: 62px;
	display: block;
}
.hot-subject .slick-prev:hover:before, .hot-subject .slick-prev:focus:before, .hot-subject .slick-next:hover:before, .hot-subject .slick-next:focus:before {
	opacity: 1;
}
.hot-subject .slick-list{
  padding:0 !important;
}
.hot-subject  .slick-slide{
  overflow: hidden !important;
  padding:0 11px;
}
.hot-subject .container{
  padding: 0;
}


@media only screen and (max-width: 767px){
  .hot-subject{
    overflow: hidden;
    padding:0 15px;
  }
  .hot-subject h1{
    margin-top: 0;
  }
  .hot-subject .visible-xs.js-slider-responsive-2 {
    margin: 0 -15px;
  }
  .hot-subject .slick-dots {
    display: none !important;
  }
  .hot-subject .slick-prev {
    left: 5px;
  }
  .hot-subject .slick-next {
    right: 5px;
  }
  .hot-subject .slick-list{
    height:100% !important;
  }
  .hot-subject .col-md-3 .content .text h3 {
	height: 84px;
}
.hot-subject .col-md-3 .content .text {
	min-height: 126px;
}
}
/*index hot-subject css end*/

@media(min-width:768px) and (max-width:1024px){
  .has-banner .content .text{
    font-size: 36px;
    line-height: 48px;
  }
  #overview .content h3{
    font-size: 18px;
  }
  .hcc-lecture-info .swiper-speaker .js-slider-responsive,.hcc-lecture-info .swiper-speaker .slick-list{
    height: 500px;
  }
  .click-detail-box .main .click-detail{
		width: 23.9%;
  }
  .click-detail-box .main .click-detail:nth-child(4),
  .click-detail-box .main .click-detail.last-no-margin {
    margin: 0 8px 16px 0;
  }
  .hot-subject .slick-prev{
    left:0;
  }
  .hot-subject .slick-next{
    right:0
  }
}


#location{
  margin-bottom: 50px;
}

header {
    width: 100%;
    z-index: 88;
    position: fixed;
}
/*nav box css star 0611*/
header #hw1_global_nav{
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.nav-box {
  transition: all 0.5s;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: -80px;
}
@media (max-width: 768px) {
  .nav-box {
    height: .55rem;
    min-width: 100%;
    margin-bottom: -0.55rem;
  }
}
.nav-box .nav-content {
  position: relative;
  margin: 0 auto;
  z-index: 9;
}
@media (max-width: 1200px) {
  .nav-box .nav-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nav-box .nav-content .logo {
  width: 133px;
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
  height: 30px;
}
.nav-box .nav-content .logo img {
  width: 108px;
  height: 25px;
  vertical-align: top;
}
.nav-box .nav-content .pc-main {
  position: relative;
  padding-left: 218px;
  padding-right: 240px;
}
@media (max-width: 1350px) {
  .nav-box .nav-content .pc-main {
    padding-left: 140px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .nav-box .nav-content .pc-main {
    padding-left: 140px;
    padding-right: 210px;
  }
}
@media (max-width: 767px) {
  .nav-box .nav-content .pc-main {
    display: none;
  }
}
.nav-box .nav-content .pc-main .nav-container {
  height: 80px;
  max-width: 720px;
  position: relative;
  width: 100%;
}
.nav-box .nav-content .pc-main .nav-container .nav-list {
  height: 74px;
  float: left;
  transition: margin-top 0.8s;
  -moz-transition: margin-top 0.8s;
  -webkit-transition: margin-top 0.8s;
  -o-transition: margin-top 0.8s;
}
.nav-box .nav-content .pc-main .nav-container .nav-list a {
  display: inline-block;
  padding: 0 28px;
  height: 62px;
  margin-top: 8px;
  line-height: 62px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.scroll-down .nav-box{
  transform: translateY(-200px);
}
.leave-top .nav-box{
  background: rgba(255, 255, 255, 1);
  box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.2);
}
.leave-top .nav-box .nav-content .pc-main .nav-container .nav-list a{
  color: #333;
}
.leave-top .nav-box .nav-content .pc-main .nav-container .language-chose a{
  color: #333;
}
@media (max-width: 930px) {
  .nav-box .nav-content .pc-main .nav-container .nav-list a {
    padding: 0 15px;
  }
}
@media (max-width: 823px) {
  .nav-box .nav-content .pc-main .nav-container .nav-list a {
    padding: 0 5px;
  }
}
.nav-box .nav-content .pc-main .nav-container .nav-list a:hover {
  color: #cd252a;
  border-bottom: 2px solid #cd252a;
}
.nav-box .nav-content .pc-main .nav-container .nav-list a.cur {
  color: #cd252a;
  border-bottom: 2px solid #cd252a;
}
.nav-box .nav-content .pc-main .nav-container .language-chose {
  width: 70px;
  height: 34px;
  float: right;
  margin: 20px 0px 0 16px;
  transition: margin .8s;
  -moz-transition: margin .8s;
  -webkit-transition: margin .8s;
  -o-transition: margin .8s;
}
.nav-box .nav-content .pc-main .nav-container .language-chose a {
  display: block;
  width: 50%;
  height: 34px;
  float: left;
  line-height: 34px;
  color: #fff;
  text-align: left;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  font-weight: bold;
}
.nav-box .nav-content .pc-main .nav-container .language-chose a.cur,
.nav-box .nav-content .pc-main .nav-container .language-chose a:hover {
  color: #cd252a;
}
.nav-box .nav-content .pc-main .nav-container .language-chose a:last-child {
  position: relative;
  text-align: right;
  font-size: 13px;
  font-family: \5FAE\8F6F\96C5\9ED1;
}
.nav-box .nav-content .pc-main .nav-container .language-chose a:last-child:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 34px;
  background: #6f7381;
  top: 0;
  left: -4px;
}
.nav-box .nav-content .pc-main .nav-container.show-input .search-box {
  top: 0;
}
.nav-box .nav-content .pc-main .nav-container.show-input .language-chose {
  margin: -74px 0 0 20px;
}
.nav-box .nav-content .pc-main .nav-container.show-input .nav-list {
  margin-top: -74px;
}
.nav-box .nav-content .pc-main .nav-container .search-box {
  position: absolute;
  top: -74px;
  width: 100%;
  height: 74px;
  transition: top .8s;
  -moz-transition: top .8s;
  -webkit-transition: top .8s;
  -o-transition: top .8s;
}
.nav-box .nav-content .pc-main .nav-container .search-box input {
  display: block;
  width: 100%;
  padding: 0;
  text-indent: .2em;
  height: 50px;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  resize: none;
  margin: 12px 0 0 0;
  background: none;
  color: #fff;
}
.nav-box .nav-content .pc-main a.top-search-button {
  position: absolute;
  top: 30px;
  right: 203px;
  display: block;
  width: 27px;
  height: 23px;
  background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-top_search_icon.png");
}
@media (min-width: 768px) and (max-width: 1200px) {
  .nav-box .nav-content .pc-main a.top-search-button {
    right: 170px;
  }
}
.nav-box .nav-content .pc-main .nav-date-box {
  width: 170px;
  height: 74px;
  position: absolute;
  top: 20px;
  right: 0px;
  text-align: right;
  color: #fff;
}
.nav-box .nav-content .pc-main .nav-date-box h4 {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 25px;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
  font-weight: normal;
}
.nav-box .nav-content .pc-main .nav-date-box p {
  font-size: 12px;
  line-height: 20px;
}
.nav-box .nav-content .mobile-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: .55rem;
  margin: 0 auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
}
.nav-box .nav-content .mobile-main .nav-slide-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #16193c;
  overflow-y: auto;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  pointer-events: none;
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}
.mobile-menu-open .nav-box .nav-content .mobile-main .nav-slide-box {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.nav-box .nav-content .mobile-main .nav-slide-box .search-box {
  width: 1.7rem;
  height: .4rem;
  margin: .2rem auto;
  border-bottom: 1px solid #fff;
  position: relative;
}
.nav-box .nav-content .mobile-main .nav-slide-box .search-box input {
  position: absolute;
  width: 1.2rem;
  height: .3rem;
  background: none;
  bottom: 0;
  left: 0;
  border: none;
  outline: none;
  resize: none;
  color: #fff;
  font-size: .12rem;
  line-height: .3rem;
}
.nav-box .nav-content .mobile-main .nav-slide-box .search-box a {
  position: absolute;
  width: .2rem;
  height: .18rem;
  top: .16rem;
  right: .03rem;
  background-size: 100% 100%;
  background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-top_search_icon.png");
}
.nav-box .nav-content .mobile-main .nav-slide-box .language-chose {
  text-align: center;
  font-size: .2rem;
  margin-top: .2rem;
}
.nav-box .nav-content .mobile-main .nav-slide-box .language-chose a {
  color: #fff;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 .05rem;
}
.nav-box .nav-content .mobile-main .nav-slide-box .language-chose a.cur {
  color: #d0021b;
}
.nav-box .nav-content .mobile-main .nav-slide-box .language-chose a:last-child {
  font-size: .16rem;
  border-left: 1px solid #fff;
  margin-left: -1px;
  font-family: \5FAE\8F6F\96C5\9ED1;
}
.nav-box .nav-content .mobile-main .nav-slide-box .nav-list {
  margin-top: 1rem;
  width: 100%;
  height: auto;
}
.nav-box .nav-content .mobile-main .nav-slide-box .nav-list a {
  display: block;
  width: 100%;
  height: .5rem;
  text-align: center;
  font-size: .2rem;
  line-height: .5rem;
  font-weight: bold;
  margin-top: .1rem;
}
.nav-box .nav-content .mobile-main .nav-slide-box .nav-list a.cur span {
  color: #d0021b;
  border-bottom: 1px solid #d0021b;
}
.nav-box .nav-content .mobile-main .nav-slide-box .nav-list a span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 .18rem;
  height: .5rem;
  vertical-align: top;
  line-height: .5rem;
  color: #fff;
}
.nav-box .nav-content .mobile-main .nav-slide-box .nav-date-box {
  position: absolute;
  width: 2rem;
  height: .72rem;
  top: 0;
  left: .25rem;
  color: #fff;
}
.nav-box .nav-content .mobile-main .nav-slide-box .nav-date-box h4 {
  font-size: .2rem;
  font-weight: normal;
  margin-top: .15rem;
  line-height: .24rem;
}
.nav-box .nav-content .mobile-main .nav-slide-box .nav-date-box p {
  font-size: .12rem;
  line-height: .2rem;
}
.nav-box .nav-content .mobile-main .menu {
  position: absolute;
  width: .3rem;
  height: .25rem;
  top: .15rem;
  right: .15rem;
  z-index: 9;
}
.nav-box .nav-content .mobile-main .menu:before {
  position: absolute;
  width: .3rem;
  height: .25rem;
  content: "";
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background: url("//www.huawei.com/Assets/corp/img/hw1_sprite.png") no-repeat 0 -70px !important;
  transition: transform 1s;
  transform: scale(1, 1) rotate(0deg);
}
.nav-box .nav-content .mobile-main .menu:after {
  position: absolute;
  width: .22rem;
  height: .22rem;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -0.11rem;
  margin-left: -0.11rem;
  background-size: 100% 100%;
  background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-nav_close_icon.png");
  transition: transform 1s;
  transform: scale(0, 0) rotate(-360deg);
}
.mobile-menu-open .nav-box .nav-content .mobile-main .menu {
  background-image: none;
}
.mobile-menu-open .nav-box .nav-content .mobile-main .menu:after {
  transform: scale(1, 1) rotate(0deg);
}
.mobile-menu-open .nav-box .nav-content .mobile-main .menu:before {
  transform: scale(0, 0) rotate(360deg);
}
.nav-box .nav-content .mobile-main .logo {
  position: absolute;
  width: 1.08rem;
  height: .25rem;
  top: .15rem;
  left: .25rem;
}
.nav-box .nav-content .mobile-main .logo img {
  display: block;
  width: 1.08rem;
  height: .25rem;
}
.place{
 height:80px;
}
@media (max-width: 767px) {
  .nav-box .nav-content .mobile-main {
    display: block;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
	background:#fff;
  }
  .place{
	 height:55px;
	}
}

.leave-top .nav-box{
  background: rgba(255, 255, 255, 1);
  box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.2);
}
.leave-top .nav-box .nav-content .pc-main .nav-container .nav-list a{
  color: #333;
}
.leave-top .nav-box .nav-content .pc-main .nav-container .language-chose a{
  color: #333;
}
.logo1{
 display: none;
}
.logo2{
  display: block;
}
@media (max-width:767px){
.logo1{
	display:none !important;
}
.logo2{
  display: block;
}
}
.leave-top .logo1{
  display: none;
}
.leave-top .logo2{
  display: block;
}
.logo-black{
  display: none;
}
.leave-top .logo-white{
display: none;
}
.leave-top .logo-black{
  display: block;
  margin-top: -5px;
}
.nav-box .nav-content .pc-main .nav-container .nav-list a,.nav-box .nav-content .pc-main .nav-container .language-chose a{
	color:#333;
}

/*footer css start 0611*/
#footer{
  background: #fff;
  color:#333;
}
#footer .tit-share{
  background: #fff;
  text-align: center;
}
#footer .tit-share .title{
  display: inline-block;
}
#footer .tit-share .title h2{
  position: relative;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
  width:100%;
}
#footer .tit-share .title p{
  font-size: 27px;
  line-height: 40px;
}
#footer .tit-share .share-list{
  padding:70px 0 100px;
}
#footer .tit-share .share-list ul li{
  display: inline-block;
  margin: 0 20px;
}
#footer .tit-share .share-list ul li a{
  color: #333;
  display: block;
}
#footer .tit-share .share-list ul li .wechat{
  color: #9b8297;
}
#footer .tit-share .share-list ul li .linkedin{
  color: #1dadea;
}
#footer .tit-share .share-list ul li .facebook{
  color: #3a599c;
}
#footer .tit-share .share-list ul li .twitter{
  color: #1178b3;
}
#footer .tit-share .share-list ul li a:before{
  width: 100px;
  height: 100px;
  display: inline-block;
  content: ""; 
}
#footer .tit-share .share-list ul li .wechat:before{
  display: none;
}
#footer .tit-share .share-list ul li .linkedin:before{
  background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs2018/v3/images/mwcs2018_icon.png) no-repeat -100px -118px;
}
#footer .tit-share .share-list ul li .facebook:before{
  background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs2018/v3/images/mwcs2018_icon.png) no-repeat -100px -240px;
}
#footer .tit-share .share-list ul li .twitter:before{
  background: url(//carrier.huawei.com/~/media/CNBG/events/mwcs2018/v3/images/mwcs2018_icon.png) no-repeat -100px 0px;
}
.footer-box {
  background-color: #fafafa;
  padding-top: 60px;
  /*ç‰ˆæƒä¿¡æ¯*/
}
.footer-box .footer-main .footer-left {
  position: relative;
}
.footer-box .footer-main .footer-left .txt {
  margin-top: 15px;
}
.footer-box .footer-main .footer-left .txt h5 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #111;
}
.footer-box .footer-main .footer-left .txt p {
  color: #585858;
}
.footer-box .footer-main .footer-left .txt h5{
  font-size: 18px;
  margin-bottom: 5px;
}
.footer-box .footer-main .footer-left .txt p{
  font-size: 14px;
}
.footer-box .footer-main .col-md-9 {
  margin: 0 auto;
  float: none;
}
.footer-box .footer-main h4 {
  font-size: 21px;
  line-height: 36px;
  color: #111;
  font-weight: normal;
  margin-top: 25px;
  font-style: normal;
}
.footer-box .footer-main h4 em {
  display: none;
}
.footer-box .footer-main h4 span {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 4px;
}
.footer-box .footer-main h4 span i {
  font-style: normal;
}
@media (max-width: 1200px) {
  .footer-box .footer-main h4 span i {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: relative;
  }
  .footer-box .footer-main h4 span i:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-text_underline.png") left top repeat-y;
    background-size: 100% auto;
    content: "";
    bottom: 0;
    left: 0;
  }
  #footer .tit-share .share-list ul li a:before{
    width: 50px;
    height: 50px;
  }
  #footer .tit-share .share-list ul li .wechat{
    position: relative;
    color: #62b900;
  }
  #footer .tit-share .share-list ul li .wechat:before{
    background: url(../img/mwcs2018_icon.png) no-repeat 0px -154px;
    display: inline-block;
    }
  #footer .tit-share .share-list ul li .linkedin:before{
    background: url(../img/mwcs2018_icon.png) no-repeat 0px -341px;
  }
  #footer .tit-share .share-list ul li .facebook:before{
    background: url(../img/mwcs2018_icon.png) no-repeat 0px -280px;
  }
  #footer .tit-share .share-list ul li .twitter:before{
    background: url(../img/mwcs2018_icon.png) no-repeat 0px -217px;
  }
  #footer .tit-share .share-list ul li a p{
    font-size: 14px;
  }
  #footer .tit-share .share-list ul li{
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .footer-box .footer-main h4 span i {
    display: inline;
  }
  .footer-box .footer-main h4 span i:after {
    display: none;
  }
}
.footer-box .footer-main h4 span small {
  font-size: 21px;
  line-height: 36px;
  color: #111;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .footer-box .footer-main h4 span small {
    display: block;
  }
}
@media (max-width: 992px) {
  .footer-box .footer-main h4 span small {
    display: inline;
  }
}
.footer-box .footer-main h4 span:after,#footer .tit-share .title h2:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-text_underline.png") left top repeat-y;
  background-size: 100% auto;
  content: "";
  bottom: 0;
  left: 0;
}
#footer .tit-share .title h2:after{
  height: 4px;
}
.footer-box .footer-main .footer-rigth .check-ipt {
  margin-bottom: 5px;
  padding-left: 0;
  position: relative;
  line-height: 24px;
  font-size: 16px;
}
.footer-box .footer-main .footer-rigth .check-ipt.mt {
  margin-top: 15px;
}
.footer-box .footer-main .footer-rigth .check-ipt i {
  position: absolute;
  width: 22px;
  display: block;
  height: 22px;
  background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwcs2018/v3/images/blue.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -120px 0px;
  top: 2px;
  left: 0;
  cursor: pointer;
}
.footer-box .footer-main .footer-rigth .check-ipt span:hover i{
  background-position: -144px 0px;
}
.footer-box .footer-main .footer-rigth .check-ipt i.cur {
  background-position: -168px 0px;
}
.footer-box .footer-main .footer-rigth .check-ipt span:hover i.cur {
  background-position: -168px 0px;
}
.footer-box .footer-main .footer-rigth .check-ipt input {
  position: absolute;
  left: -10000px;
}
.footer-box .footer-main .footer-rigth .email-submit-done {
  line-height: 24px;
  display: none;
  margin-top: 15px;
}
.footer-box .footer-main .footer-rigth .email-input {
  height: 40px;
  margin-top: 12px;
  position: relative;
  border: 2px solid #d8d8d8;
}
.footer-box .footer-main .footer-rigth .email-input .submit-ok {
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-email_input_bg_ok.png") repeat-y;
  background-size: 100%;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}
.footer-box .footer-main .footer-rigth .email-input .submit-ok span {
  vertical-align: middle;
}
.footer-box .footer-main .footer-rigth .email-input .submit-ok i.small-icon {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 20px;
  height: 14px;
  background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-btns.png");
  background-repeat: no-repeat;
  background-size: 135px auto;
  background-position: 0px -45px;
}
.footer-box .footer-main .footer-rigth .email-input.has_option {
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-image: -webkit-linear-gradient(to right, #534278, #e1abba) 15 15;
  border-image: -moz-linear-gradient(to right, #534278, #e1abba) 15 15;
  border-image: linear-gradient(to right, #534278, #e1abba) 15 15;
}
.footer-box .footer-main .footer-rigth .email-input.has_option a {
  pointer-events: auto;
  background-color: #5f4b7e;
  background-image: -webkit-linear-gradient(to right, #5f4b7e, #8c6c93);
  background-image: -moz-linear-gradient(to right, #5f4b7e, #8c6c93);
  background-image: linear-gradient(to right, #5f4b7e, #8c6c93);
}
.footer-box .footer-main .footer-rigth .email-input.error {
  border-width: 2px;
  border-style: solid;
  border-image: -webkit-linear-gradient(to bottom, #e35c62, #941e23) 15 15;
  border-image: -moz-linear-gradient(to bottom, #e35c62, #941e23) 15 15;
  border-image: linear-gradient(to bottom, #e35c62, #941e23) 15 15;
}
.footer-box .footer-main .footer-rigth .email-input.error a {
  pointer-events: auto;
  background-color: #d0d0d0;
  background-image: -webkit-linear-gradient(to right, #d0d0d0, #cfcfd0);
  background-image: -moz-linear-gradient(to right, #d0d0d0, #cfcfd0);
  background-image: linear-gradient(to right, #d0d0d0, #cfcfd0);
  height: 36px;
  line-height: 36px;
  top: 0px;
  right: 0px;
}
.footer-box .footer-main .footer-rigth .email-input input {
  width: 75%;
  height: 38px;
  top: 0;
  line-height: 38px;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  background: none;
  outline: none;
  resize: none;
  border: none;
  /*border: 2px solid;
  border-image: -webkit-linear-gradient(left , #524178, #ae86a2) 15 15;
  border-image: -moz-linear-gradient( left , #524178, #ae86a2) 15 15;
  border-image: linear-gradient(left , #524178, #ae86a2) 15 15;
  border-right: 0;*/
}
.footer-box .footer-main .footer-rigth .email-input a {
  position: absolute;
  text-decoration: none;
  width: 26%;
  display: block;
  height: 36px;
  color: #fff;
  text-align: center;
  top: 0px;
  right: -2px;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
  line-height: 36px;
  pointer-events: none;
  background-color: #d0d0d0;
  /*background-image: -webkit-linear-gradient(to right, #524178, #ae86a2);
  background-image: -moz-linear-gradient(to right, #524178, #ae86a2);
  background-image: linear-gradient(to right, #524178, #ae86a2);*/
}
.footer-box .footer-main .footer-rigth .error-txt {
  display: none;
  color: #d0021b;
  line-height: 28px;
}
.footer-box .footer-main .footer-rigth .tip {
  margin-top: 10px;
  word-break: keep-all;
  font-size: 16px;
}
.footer-box .footer-main .footer-rigth .tip a {
  color:#2fa0f8 !important;
  word-break: keep-all;
  text-decoration: underline;
}
.footer-box .footer-main .footer-rigth .share-button {
  height: 42px;
  margin-top: 20px;
}
.footer-box .footer-main .footer-rigth .share-button a {
  width: 43px;
  height: 42px;
  vertical-align: top;
  display: block;
  float: left;
  margin-right: 18px;
  background-image: url("//carrier.huawei.com/~/media/CNBG/events/mwc2018/v4/img/w-btns.png");
  background-repeat: no-repeat;
  background-size: auto;
}
.footer-box .footer-main .footer-rigth .share-button a.btn-sns-facebook {
  background-position: 0px -92px;
}
.footer-box .footer-main .footer-rigth .share-button a.btn-sns-twitter {
  background-position: -43px -92px;
}
.footer-box .footer-main .footer-rigth .share-button a.btn-sns-google {
  background-position: -86px -92px;
}
.footer-box .footer-main .footer-rigth .share-button a.btn-sns-linkin {
  background-position: -129px -92px;
}
.footer-box .copy-right {
  border-top: 2px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  min-height: 70px;
  margin-top: 50px;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}
@media (max-width: 992px) {
  .footer-box .copy-right {
    text-align: center;
  }
}
.footer-box .copy-right p {
  line-height: 24px;
  margin-top: 20px;
  color: #000;
  margin-bottom: 0;
}
#footer .footer-box .copy-right p a{
	color:#333;
}
.footer-box .copy-right .bottom-link {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 24px;
  text-align: right;
}
@media (max-width: 992px) {
  .footer-box .copy-right .bottom-link {
    text-align: center;
  }
}
.footer-box .copy-right .bottom-link a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-left: 50px;
  color: #000 !important;
  
}
@media (max-width: 992px) {
  #footer{
    padding-top: 20px;
  }
  .footer-box .copy-right .bottom-link a {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }
  .footer-box{
    padding-top: 0;
  }
  #footer .tit-share .share-list{
    padding: 30px 0 30px;
  }
  #footer .tit-share .title h2{
    font-size: 28px;
    line-height: 31px;
    padding-bottom: 20px;
    display: inline-block;
  }
  #footer .tit-share .title p{
    font-size: 18px;
    line-height: 31px;
  }
  .footer-box .footer-main h4{
    font-size: 18px;
  }
  
}

.qr-holder {
  display: none;
}
.wechat-open .qr-holder{
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 98;
}
.wechat-open .qr-holder .wechat-img{
  border: 1px solid ;
  border-image: -webkit-linear-gradient( #524178, #e1abb9) 30 30;
  border-image: -moz-linear-gradient(  #524178, #e1abb9) 30 30;
  border-image: linear-gradient(  #524178, #e1abb9) 30 30;
  border-radius: 10px;
  z-index: 11;
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.wechat-open .qr-holder .wechat-img img{
  max-width: 100%;
}
.wechat-open #footer .tit-share .share-list ul li .qr-holder .wechat-img a{
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
}
.wechat-open #footer .tit-share .share-list ul li .qr-holder  .wechat-img a::before{
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #333;
  content: "\e90c";
}
.wechat-open .opacity-color{
  background: rgba(255, 255, 255,0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.active #qrcode {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 6px;
  position: absolute;
  right: 42px;
  bottom: 2px;
  width: 128px;
  height: 128px;
  display: block;
}
.active #qrcode1 {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 6px;
  position: absolute;
  right: 0px;
  bottom: -129px;
  width: 128px;
  height: 128px;
  display: block;
}
#qrcode img {
  width: 100%;
}
.video-tk {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.video-tk .vd {
  position: absolute;
  width: 900px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -450px;
  box-shadow: 0 0 10px #666;
}
.video-tk .vd #vd_box {
  width: 800px;
  border-radius: 5px;
  overflow: hidden;
  height: 450px;
}
@media (max-width: 767px) {
  .video-tk .vd {
    width: 100%;
    height: 3rem;
    left: 0;
    margin-top: -1.5rem;
    margin-left: 0;
  }
  .video-tk .vd #vd_box {
    width: 100%;
    height: 100%;
  }
  .footer-box .footer-main .footer-rigth .check-ipt{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .footer-box .footer-main .footer-rigth .tip,.footer-box .footer-main .footer-rigth .email-input input{
    font-size: 14px;
  }
  .footer-box .copy-right p{
    font-size: 14px;
  }
}
.video-tk a {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  top: -20px;
  right: -23px;
  border: 2px solid #999;
  z-index: 2;
}
@media (max-width: 767px) {
  .video-tk a {
    position: fixed;
    top: .1rem;
    right: .1rem;
  }
}
.video-tk a img {
  display: block;
  width: 14px;
  margin: 5px auto;
}
/*footer css end 0611*/
/*nav box css bof 0611*/

.footer-box .footer-main .footer-rigth .check-ipt.mt >div {
	display: block;
	margin-top:5px;
}
.footer-box .footer-main .footer-rigth .check-ipt .yes{
	margin-right:10px;
}
.footer-box .footer-main .footer-rigth .check-ipt .no{
	margin-right:10px;
}
.footer-box .footer-main .footer-rigth .check-ipt  i{
	position: static;
	display:inline-block;
	vertical-align: middle;
    margin-top: -3px;
}
