@charset "utf-8";

.floatRight {
	min-height: 318px;
	position: fixed;
	z-index: 999;
	top: 48%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	display:none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.floatRight *,.floatRight *:before,.floatRight *:after {
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.floatRight a:link,.floatRight a:visited {
	text-decoration: none;
	outline: none;
	color: #666
}

.floatRight a:hover,.floatRight a:active,.floatRight a:focus {
	color: #ff6900
}

.floatRight ol,.floatRight ul,.floatRight li {
	list-style: none
}

.floatRight img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	max-height: 100%
}

.floatRight .list {
	width: 80px;
	font-size: 0;
	color: #333;
	line-height: 2
}

.floatRight .list li {
	font-size: 14px;
	margin: 0 0 10px 0;
	position: relative
}


.floatRight .list li:last-child {
	margin: 0
}

.floatRight .list li:last-child:after {
	display: none !important
}

.floatRight .list .box {
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 2
}

.floatRight .list .box .title{
	color:#fff;
	/* opacity:0; */
}

.floatRight .list .box .defalut {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
	border-radius: 5px;
	position: relative;
	z-index: 2
}

.floatRight .list .box:hover {
	color: #fff
}

.floatRight .list .box:hover .title{
	opacity:1;
}

.floatRight .list .box:hover .hover {
	display: block
}


.floatRight .list .icon-1 {
	width: 30px;
	height: 30px;
	display: block;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	fill: #333;
	text-align: center;
	position: relative
}

.floatRight .list .icon-1 img {
	width: 30px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.floatRight .list .hover {
	cursor: initial;
	display: none;
	padding-right: 20px;
	position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.floatRight .list .hoverCon {
	text-align: left;
	padding: 10px 20px;
	border-radius: 5px;
	background: #fff;
	color: #333;
	white-space: nowrap;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.12);
	position: relative
}

.floatRight .list .hoverCon:after {
	content: "";
	display: block;
	border-top: 5px solid transparent;
	border-right: none;
	border-bottom: 5px solid transparent;
	right: -5px;
	border-left: 5px solid #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.floatRight .list .ewmFloat .hoverCon {
	text-align: center;
	cursor: initial;
	top: initial;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.floatRight .list .ewmFloat .hoverCon img {
	max-width: 120px
}

.floatRight .list .telFloat .hoverCon {
	font-size: 18px
}

@media screen and (max-width:1023px) {
	.floatRight {
		display: none
	}
}

.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 999;
  backdrop-filter: blur(5px);
}

#privacyPopup {
	z-index: 10000;
	position: fixed;
	width: 1000px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.aside-pic {
  padding: 30px 0 30px 30px;
  width: 500px;
  float: left;
}

.aside-form {
  padding: 30px;
  width: 500px;
  float: left;
}

.aside-form__title {
	font-size: 32px;
	color: #000;
	text-align: center;
	line-height: 2;
}
.aside-form__item {
	height: 45px;
	margin-top: 20px;
	position: relative;
}

.aside-form__item input {
	height: 40px;
	font-size: 16px;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	line-height: 40px;
	color: #333;
	padding: 0 5px;
}

.aside-form__btn {
	width: 100%;
	height: 40px;
	margin-top: 25px;
	background-color: #47a3b8;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	margin-bottom: 25px;
}

.as-order{
    text-align:center;
}

.as-order span {
    color: #47a3b8;
    font-size: 30px;
}

.hoverCon .tel {
	width: 300px;
	height: auto;
	background: #fff;
	padding: 20px 15px;
	border-radius: 5px;
}

.hoverCon .tel p.title1 {
    font-weight: 900;
    font-size:32px;
	color:#000;
}

.hoverCon .tel p.title1 span {
    margin-left: 10px;
    font-size: 20px;;
}

.hoverCon .tel p {
    font-size: 18px;
	margin-bottom: 10px;
}

.hoverCon .tel p.text {
    font-size: 20px;
	color:#000;
	margin-bottom:30px;
	letter-spacing: 2px;
}

.hoverCon .tel p.contact-title {
    font-size: 24px;
	color:#000;
}

.hoverCon .tel .contact-con {
	width: 100%;
	border: solid 1px #dcdee0;
	border-radius: 5px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.hoverCon .tel .contact-btn {
	width: 120px;
	height: 40px;
	background: #444;
	margin-top: 25px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	cursor:pointer;
	font-size: 16px;
}

#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #47a3b8;
  cursor: pointer;
  z-index: 5;
}

.floatRightBtn {
    display: block;
    width: 40px;
    line-height: 1.5;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    position: fixed;
	text-align:center;
    z-index: 999;
    right: 0;
    top: 40%;
}


.floatRight a.closed {
    width: 30px;
    height: 30px;
    line-height: 27px;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #000;
    position: absolute;
    font-weight: lighter;
    right: 4px;
    top: -40px;
}
@media (max-width: 768px) {  #privacyPopup,.aside-form,.aside-pic{	  width:100%;  }  .aside-pic{	  padding-right:30px;	  padding-bottom:0;  }    .floatRight .list .hoverCon{	  padding:10px;  }    .hoverCon .tel{	      width: 250px;  }  .hoverCon .tel p.title1{	  font-size: 24px;  }    .hoverCon .tel p.text{	  font-size: 16px;	  letter-spacing: 1px;	  margin-bottom: 10px;  }  .hoverCon .tel p.contact-title{	      font-size: 20px;  }  .hoverCon .tel p{	  font-size: 16px;  }}