@charset "UTF-8";
html, body {
  position: relative;
}
table{border-collapse:collapse;border:none}

/*--------------------popup start------------------*/

.popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hide {
  opacity: 0;
}

.show {
  z-index: 999;
  opacity: 1;
}

.popup .form-box {
  display: none;
  position: relative;
  left: 50%;
  width: 340px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.popup .box-show {
  display: block;
  margin-top: 160px;
  opacity: 1;
}

.popup .login-title {
  padding: 20px 20px 12px;
  font-size: 18px;
  line-height: 24px;
  color: #303133;
  text-align: center;
}

.popup .inp-box {
  padding: 10px 25px 30px;
  font-size: 14px;
  color: #606266;
}

.popup .inp-box .login-form {
  width: 100%;
  margin: 0 auto;
}

.popup .inp-box .login-form input,
.popup .inp-box .login-form select{
  display: block;
  width: 290px;
  height: 36px;
  margin: 0 auto 20px;
  padding: 0 30px 0 15px;
  border: 1px solid #dcdfe6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 36px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.popup .inp-box .login-form select{
  color: #606266;
  background: url("../images/adv-select.png") no-repeat scroll 270px center;
}

.popup .inp-box .login-form .verify-code-inp {
  font-size: 0;
}

.popup .inp-box .login-form .verify-code-inp input {
  display: inline-block;
  width: 200px;
  margin-bottom: 0;
}

.popup .inp-box .login-form .code-btn {
  display: inline-block;
  width: 88px;
  height: 36px;
  font-size: 14px;
  color: #666;
  background-color: #F5F7FA;
}

.popup .inp-box .login-form input:hover {
  border-color: #c0c4cc;
}

.popup .inp-box .login-form .tel-inp, .popup .inp-box .login-form .pwd-inp, .popup .inp-box .login-form .verify-code-inp {
  position: relative;
}

.popup .inp-box .login-form .error-tip {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  padding-top: 4px;
  font-size: 12px;
  line-height: 1;
  color: #f56c6c;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.popup .inp-box .login-form .empty {
  height: 14px;
  border-color: #f56c6c;
}

.popup .inp-box .login-form .confirm-btn {
  width: 100%;
  margin: 20px 0 0;
  padding: 12px 20px;
  border: 1px solid #dcdfe6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgb(255, 115, 13);
  box-sizing: border-box;
  cursor: pointer;
}

.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}

/*--------------------popup end--------------------*/

/*--------------------top start--------------------*/

.top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666;
}

.top .position i {
  margin-right: 3px;
  color: #b5b5b5;
  vertical-align: top;
}

.top .position a {
  color: #3799ff;
}

.top .entry .entry-nav {
  height: 30px;
}

.top .entry .entry-nav>li {
  float: left;
  height: 30px;
  cursor: pointer;
}

.top .entry .entry-nav>li.top-regist{
  color: #ff6b00;
}

.top .entry .entry-nav>li.mid {
  margin: 0 8px;
  cursor: none;
}

.top .entry .entry-nav>li.site-nav{
  position: relative;
  z-index: 9999;
}

.top .entry .entry-nav>li.site-nav .top-nav{
  display: none;
  position: absolute;
  left: -966px;
  height: 362px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 10px 10px 15px -20px #5e5e5e;
  box-sizing: border-box;
}
.top .entry ul li.sitemap{
  display: none;
}

.top .entry ul li.tel {
  color: #3799ff;
}

.top .entry ul li.tel i {
  margin-right: 5px;
}

.top .entry>ul>li:hover {
  color: #3799ff;
}
.top .entry ul li.site-nav:hover .top-nav{
  display: block;
}

/*--------------------top end----------------------*/



/*--------------------活动 start----------------------*/

.ssy {
  width: 100%;
  height: 80px;
}

.ssy img{
  width: 100%;
  height: 80px;
}
/*--------------------活动 end--------------------*/



/*--------------------header start--------------------*/
.header {
  width: 100%;
  min-width: 1200px;
  height: 62px;
  padding-top: 28px;
  background-color: #fff;
}

.header .mid-line {
  position: relative;
  top: 5px;
  width: 1px;
  height: 28px;
  margin-left: 28px;
  background-color: #eee;
}

.header .nav ul {
  height: 62px;
  margin: 0 17px 0 14px;
  text-align: center;
}

.header .nav ul li {
  position: relative;
  float: left;
  padding: 0 14px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.header .nav ul li .en {
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 10px;
  color: #999;
  text-align: center;
  transform: translateX(-50%);
}

.header .nav ul li:hover .en {
  color: #666;
}

.header .search {
  margin: -10px 0 0 69px;
}

.header .search .search-box {
  margin-bottom: 8px;
  font-size: 0;
}

.header .search .search-box input {
  display: inline-block;
  width: 290px;
  height: 36px;
  padding: 10px;
  border: 1px solid #ccc;
  border-right-width: 0;
  font-size: 14px;
  color: #ccc;
  box-sizing: border-box;
}

.header .search .search-box span {
  display: inline-block;
  width: 50px;
  height: 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #3799ff;
  vertical-align: top;
  cursor: pointer;
}

.header .search .search-box span:hover {
  background-color: #3289e4;
}

.header .search .hot-link {
  font-size: 0;
}

.header .search .hot-link a {
  margin-right: 16px;
  font-size: 12px;
  color: #666;
}
.header .search .hot-link a:nth-child(1){
  color:#ff6b00;
}
.header .search .hot-link a:nth-child(3){
	color:#ff6b00;
}
.header .search .hot-link a:last-child{
  color:#ff6b00;
}
.header .search .hot-link a:hover {
  color: #333;
}

.header .inspection{
  margin: -10px 0 0 20px;
}

.header .inspection .insp{
  padding-left: 18px;
  font-size: 12px;
  color: #666;
  background: url("../images/safe.jpg") no-repeat left;
  background-size: 14px 14px;
  cursor: pointer;
}

.header .inspection .inspection-link{
  margin-bottom: 4px;
}

.header .inspection .insp:hover{
  color: #000;
}
/*--------------------header end----------------------*/

/*--------------------subnav start--------------------*/

.subnav {
  width: 100%;
  height: 52px;
  background-color: #3799ff;
}

.subnav ul {
  position: relative;
  height: 52px;
}

.subnav ul li {
  position: relative;
  float: left;
  padding: 0 25px;
  font-size: 18px;
  line-height: 52px;
  color: #fff;
  cursor: pointer;
}

.subnav ul li i {
  display: inline-block;
  margin-left: 6px;
  line-height: 50px;
}

.subnav ul li .menu {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 99;
  /* height: 0; */
}

.subnav ul li .menu a {
  display: block;
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 46px;
  color: #333;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.subnav ul li .menu a:last-child {
  border: none;
}

.subnav ul li .menu a:hover {
  background-color: #eee;
}

.subnav ul li:hover i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.subnav ul li:hover {
  background-color: #3289e4;
}
.subnav ul li.topic-list{
  float: right;
  background: #e46b13;
}
.subnav .topic-list .topic{
  display: none;
  box-shadow: 0px 3px 5px 3px rgba(0,0,0,.3);
}

/*--------------------subnav end----------------------*/

/*--------------------banner start--------------------*/
.banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 450px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.banner .login {
  position: absolute;
  top: 45px;
  right: 350px;
  z-index: 9;
  width: 190px;
  height: 370px;
  padding-top: 40px;
  background-color: #fff;
  box-sizing: border-box;
}

.banner .login .head-img {
  width: 68px;
  height: 68px;
  margin: 0 auto;
}

.banner .login p {
  margin: 10px auto 20px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  text-align: center;
}

.banner .login .btn {
  display: block;
  width: 162px;
  height: 46px;
  margin: 0 auto 15px;
  border: 1px solid #ff6b00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #ff6b00;
  box-sizing: border-box;
}

.banner .login .login-btn {
  margin-bottom: 10px;
  color: #ff6b00;
  background-color: #fff;
}

.banner .login .regist-btn{
  color: #fff;
  background-color: #ff6b00;
}

.banner .login .log-link {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  text-align: center;
}

.banner .login .log-link i{
  display: none;
  position: absolute;
  left: -155px;
  bottom: 0;
  width: 150px;
  height: 150px;
}
/* .banner .login .link-wx i{
  background: url("../images/qr-wx.jpg") no-repeat center;
  background-size: 100%;
} */
.banner .login .link-wx i{
  background: url("../images/qr-wx.png") no-repeat center;
  background-size: 100%;
}
.banner .login .link-wx:hover i{
  display: block;
}

.banner .login .link-app i{
  background: url("../images/app-bg.png") no-repeat center;
  background-size: 100%;
}
/* .banner .login .link-app i{
  background: url("../images/qr-app.jpg") no-repeat center;
  background-size: 100%;
} */
.banner .login .link-app:hover i{
  display: block;
}

.banner .login .log-link:hover {
  color: #333;
}

.banner ul {
  position: absolute;
  height: 450px;
  width: 100%;
}

.banner ul li {
  position: absolute;
  height: 100%;
  width: 100%;
}

.banner ul li img {
  display: block;
  width: 1920px;
  height: 450px;
  margin: 0 auto;
}
.banner-third{
	margin-top: 10px;
	width: 1200px;
	background-size: 100%;
	height: 272px;
}
.banner-third ul li img{
	width: 100%!important;
	height: 272px;
	border-radius: 10px;
}

/*--------------------banner end----------------------*/

/*--------------------footer start--------------------*/

.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #363c40;
}

.footer .fri-links {
  padding-top: 15px;
  border-bottom: 1px solid #545454;
}

.footer .fri-links .links-tag {
  width: 72px;
  height: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #a2a4a6;
  text-align: center;
  background-color: #0d1720;
}

.footer .fri-links .links {
  width: 1114px;
  /* margin-bottom: 30px; */
  font-size: 0;
}

.footer .fri-links .links a {
  display: inline-block;
  margin-right: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
}

.footer .fri-links .links a:hover {
  color: #fff;
}

.footer .foot-nav {
  width: 100%;
  height: 161px;
  padding-top: 15px;
  border-bottom: 1px solid #545454;
}

.footer .foot-nav .helper .hp-con {
  margin-left: 120px;
}

.footer .foot-nav .helper .hp-con:first-child {
  margin-left: 100px;
}

.footer .foot-nav .helper .hp-con h6 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer .foot-nav .helper .hp-con p {
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
  cursor: pointer;
}

.footer .foot-nav .helper .hp-con p:hover {
  color: #fff;
}

.footer .foot-nav .contact {
  margin: 0 70px;
  padding-top: 20px;
  text-align: center;
}

.footer .foot-nav .contact .tel {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer .foot-nav .contact .time {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
}

.footer .foot-nav .contact .service {
  display: block;
  width: 140px;
  height: 36px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #3799ff;
}
.footer .foot-nav .contact .zhijian, .footer .foot-nav .contact .tousu {
  margin: 0 auto;
  font-size: 12px;
  line-height: 36px;
  color: #ccc;
  text-align: center;
}
.footer .foot-nav .contact .ft-mid{
  color: #ccc;
  margin: 0 4px;
  font-size: 12px;
}

.footer .foot-nav .contact .service:hover {
  background-color: #3289e4;
}

.footer .foot-nav .contact .zhijian:hover, .footer .foot-nav .contact .tousu:hover {
  color: #fff;
}

.footer .foot-nav .qr-code {
  font-size: 0;
}

.footer .foot-nav .qr-code span {
  display: inline-block;
  cursor: pointer;
}

.footer .foot-nav .qr-code span.com-officel {
  margin-right: 40px;
}

.footer .foot-nav .qr-code span img {
  width: 103px;
  height: 103px;
  border: 1px solid #cdcecf;
  transition: all .3s ease;
}

.footer .foot-nav .qr-code span i {
  display: block;
  width: 103px;
  padding-top: 10px;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.footer .foot-nav .qr-code span:hover img{
  transform: scale(1.6);
}

.footer .copyright {
  padding: 15px 0 10px;
}

.footer .copyright p {
  margin-bottom: 8px;
  font-size: 12px;
  color: #ccc;
  text-align: center;
}

.footer .copyright p .ft-mid{
  margin: 0 8px;
}

.footer .copyright p:nth-child(1) {
  font-size: 0;
  position: relative;
  z-index: 100;
}

.footer .copyright p:nth-child(1) span {
  font-size: 12px;
}

.footer .copyright ul {
  width: 566px;
  height: 43px;
  margin: 0 auto;
  padding-top: 20px;
}

.footer .copyright ul li {
  float: left;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}

.footer .copyright ul li:last-child {
  margin-right: 0;
}
.footer .copyright ul li img{
	width: 102px;
	height: 40px;
}

/*--------------------footer end----------------------*/

.pos-nav {
  padding: 20px 0;
  font-size: 0;
  line-height: 50px;
  background-color: #fff;
}

.pos-nav .pos-tag {
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #000;
}

.pos-nav .pos-tag .iconfont {
  margin-right: 10px;
  color: #999;
}

.pos-nav span {
  margin: 0 8px;
  font-size: 14px;
  color: #666;
}

.pos-nav span.pos {
  margin: 0;
  cursor: pointer;
}

.pos-nav span.pos:hover {
  color: #333;
}

.item-title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
}

.item-title .title-tag {
  position: relative;
  top: 2px;
  height: 53px;
  padding-bottom: 20px;
  border-bottom: 2px solid #3799ff;
  font-weight: normal;
  font-size: 24px;
  color: #000;
  box-sizing: border-box;
}

.item-title .title-tag i {
  margin-right: 12px;
  font-size: 24px;
  color: #3799ff;
}

.item-title .title-tab ul {
  height: 53px;
  box-sizing: border-box;
}

.item-title .title-tab ul li {
  float: left;
  padding: 0 50px 20px;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
}

.item-title .title-tab ul li.active {
  color: #3799ff;
}

.item-title .title-tab ul li:hover {
  color: #3799ff;
}

.item-title span {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  cursor: pointer;
}

.item .item-title span:hover {
  color: #333;
}

p.tag {
  margin-bottom: 18px;
  font-size: 16px;
  color: #000;
}

p.tag i {
  display: inline-block;
  width: 2px;
  height: 11px;
  margin-right: 10px;
  border-radius: 1px;
  background-color: #3799ff;
  vertical-align: middle;
}
.copyright p .police-icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -3px 6px 0 0;
	background: url(../images/police-icon.png) no-repeat center;
	vertical-align: middle;
}
.topic-list .hot {
    display: inline-block;
    width: 25px;
    height: 15px;
    background: url(../images/hot.gif) no-repeat center;
    position: relative;
    left: 10px;
    top: -5px;
}
/* top修改 */

.top-child { width: 100%; min-width: 80px; padding: 0 10px; position: absolute; z-index: 9999; left: 0; border: 1px solid #d9d9da; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; background: #fff; }
.top-box { width: 1200px; padding: 20px 0 14px 0; }
.top-sitenav-l { width: 700px; padding: 0 0 16px 0; float: left; border-right: 1px solid #e8e8e8; }
.top-sitenav-m { width: 325px; float: left; }
.top-sitenav-m dl { padding: 0 0 0 30px; }
.top-sitenav-r { width: 170px; float: left; border-left: 1px solid #e8e8e8; }
.top-sitenav-h4 {font-weight: normal; font-size: 16px; line-height: 22px; text-align: center; color: #1184e1; margin-bottom:20px}
.top-sitenav-ll { width: 190px; padding: 0 30px 0 20px; float: left; }
.top-sitenav-lm { width: 220px; padding: 0 30px 0 0; float: left; }
.top-sitenav-lr { width: 200px; padding-right: 10px; float: left; }
.top-sitenav-h5 { font-size: 13px; font-weight: 400; line-height: 18px; color: #999; }
.top-box dl { margin-top: 16px; }
.top-box .mt35 { margin-top: 35px; }
.top-box dd { margin-top: 14px; overflow: hidden;height: 50px;}
.top-box dd a { margin: 0 10px 8px 0; padding: 0; float: left; font-size: 12px; line-height: 17px; color: #323232; }
.top-box dd a:hover { color: #1184e1; }
.top-sitenav-ll dl:first-child, .top-sitenav-lm dl:first-child, .top-sitenav-lr dl:first-child { margin-top: 0; }
.pr10 { padding-right: 10px; }
.top-box .top-app-a { width: 100px; margin: 20px auto 4px auto; padding: 0; display: block; }
.mt17 { margin-top: 17px; }
.top-app-a img { width: 100px; height: 100px; }
.top-app-a .last-img{
	box-shadow: 0 0 5px 1px #ccc;
}
.top-app-a .top-sitenav-h5 { text-align: center; }
.download-code {
    width: 100%;
    height: 100px;
    background: url(../images/app-bg1.png) no-repeat top center;
    background-size: 100% 100px;
    -moz-background-size: 100% 132px;
}

.code-left {
    margin: 25px 30px 0 0;
    width: 135px;
    height: 51px;
}

.code-left img {
    width: 135px;
    height: 51px;
}

.code-ltxt {
    margin-top: 20px;
    padding: 0 0 0 29px;
    height: 56px;
    line-height: 56px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid #94D4FF;
}

.code-right {
    margin: 10px 0 0 10px;
    width: 80px;
    height: 80px;
}

.code-right img {
    width: 80px;
    height: 80px;
}

.code-rtxt {
    margin-top: 20px;
    height: 56px;
    line-height: 56px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.code-rtxt .control {
    display: inline-block;
	width: 0;
	margin-left: 15px;
	border: 15px solid #1a8cff;
	border-left-color: #ffffff;
	border-bottom-color: #2492ff;
}
.hudong .hotbig {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 25px;
    background: url(../images/hot-big.gif) no-repeat center;
    background-size: 100% 100%;
    top: 5px;
	right: 0px;
}
.hudong {
	padding-left: 30px;
	margin-top: -10px;
	padding-bottom: 10px;
}
.hudong-txt{
	font-size: 13px;
	font-weight: 800;
}
.arktitle {
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(to right, #7e0002, red);
	-webkit-background-clip: text;
	color: transparent;
	animation: blink 2s linear infinite;
	-webkit-animation: blink 2s linear infinite;
	-moz-animation: blink 2s linear infinite;
	-ms-animation: blink 2s linear infinite;
	-o-animation: blink 2s linear infinite;
	border-bottom: 1px solid crimson;
	
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.8;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.8;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.8;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.8;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.8;
	}
}
