
/*遮挡层样式*/
.barrier {background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;z-index:999;}


/*弹窗样式*/
.info {width:1160px;height:697px;position:initial;background:#fff;border-radius:10px;}
.info .info_img {display:inline-block;vertical-align:top;width:796px;height:677px;border:1px solid #E5E5E5;border-radius:5px;margin:25px 30px;overflow:hidden;position:relative;}
.info .info_img img {display:block;width:auto;height:100%;cursor:pointer;position:absolute;}
/*.info .info_img >img:active {cursor: move;}*/
.up_info {display:inline-block;width:280px;vertical-align:top;margin-top:25px;}
.up_info .up_info_f {padding-bottom:25px;border-bottom:1px solid #E5E5E5;}
.up_info .up_info_f p:nth-child(1) {font-size:24px;color:#666;}
.up_info .up_info_f p:nth-child(2) {font-size:16px;color:#666;margin-top:15px;}
.up_info .up_info_f p:nth-child(3) {font-size:16px;color:#666;margin-top:15px;}

.stati {font-size:14px;color:#999;margin-top:10px;}
.info_tel {display: inline-block;width:180px;height:30px;line-height:30px;border-radius:15px;color:#999;border:1px solid #E5E5E5;padding-left: 22px;margin-top: 9px;background:#FFF5E7;border:1px solid #FF6870;}
.info_btn {display:inline-block;width:80px;height:25px;color:#fff;background:#E9333C;border-radius:5px;border:none;margin-top:10px;}

.info_addipunt {padding-bottom:25px;border-bottom:1px solid #E5E5E5;}

.info_number {width:280px;border-radius:10px;border:1px solid #E9333C;height:60px;line-height:60px;text-align:center;margin-top:30px;}
.info_number img {display:inline-block;width:30px;height:30px;vertical-align:middle;margin-right:8px;margin-top:-10px;}
.info_number span {font-weight:600;font-size:24px;color:#E9333C;}


.consult {margin-top:30px;}
.consult .consult_img {display:inline-block;vertical-align:top;width:36px;height:57px;}
.consult .consult_img img {display:block;width:auto;height:100%;}
.consult .consult_font {display:inline-block;vertical-align:top;margin-left:20px;}
.consult .consult_font p {line-height:30px;}
.consult .consult_font p:first-child {font-size:16px;color:#666;}
.consult .consult_font p:last-child a{display:inline-block;width:80px;height:25px;line-height:25px;background:#E9333C;color:#fff;border-radius:5px;text-align:center;}


/*关闭按钮、左右按钮*/
.info .close {position:fixed;top:120px;right:50%;z-index:1000;cursor:pointer;margin-right: -570px;}
.info .left {position:fixed;top:50%;margin-top:-30px;left:50%;margin-left:-650px;cursor:pointer;}
.info .right {position:fixed;top:50%;margin-top:-30px;left:50%;margin-left:650px;
	cursor:pointer;
	transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); 	/* Opera */
}


