.newModal .modal-title{
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}
.newModal.modal .myclose{
	display: inline-block;
	width:24px;
	height: 24px;
	background: url(../img/close.png) no-repeat center;
	opacity: 1;
}
.newModal .modal-header{
	border-bottom:none;
	padding:22px 22px 10px 22px;
}
.newModal .modal-content{
	width: 680px;
}
.newModal .modal-body{
	display: flex;
	justify-content: space-between;
	padding:15px 22px 22px ;
}
.newright{
	position: fixed;
	right:20px;
	bottom:400px;
}
.newright .item{
	position: absolute;
	width:108px;
	height:124px;
	right:0;
	cursor: pointer;
}
.newright .item1{
	top:0;
}
.newright .item2{
	top:150px;
}
.newright .item .icon{
	width:108px;
	height:124px;
	position: absolute;
	right: 0;
	z-index:1;
}
.newright .item1 .icon{
	background: url(../img/right1.png) no-repeat center;
}
.newright .item2 .icon{
	background: url(../img/right2.png) no-repeat center;
}
.newright .item .text{
	display: none;
	padding: 12px 140px 12px 12px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0 2px 16px 0 #0000000d, 0 0 4px 0 #0000000d;
	position: absolute;
	right:5px;
	bottom:5px;
}
.newright .item:hover .text{
	display: block;
}
.newright .item:hover{
	width:400px;
	height:124px;
}
.newright .item .text .text1{
	color: #000000;
	font-size: 12px;
	font-weight: 600;
}
.newright .item .text .text2{
	color: #000000cc;
	font-size: 12px;
	font-weight: 400;
	margin-top: 8px;
}
.newModal2.modal .myclose{
	display: inline-block;
	width:24px;
	height: 24px;
	background: url(../img/close.png) no-repeat center;
	opacity: 1;
}
.newModal2 .modal-dialog{
	width:472px;
}
.newModal2 .modal-body{
	padding:0;
}
.newModal2 .modal-content{
	box-shadow:none;
	background: transparent;
	border:none;
}
.newModal2 .modal-header{
	border-bottom: none;
    position: absolute;
    z-index: 1;
    top: 14px;
    right: 14px;
}