﻿@charset "utf-8";
/* CSS Document */

/*-蒙层-*/
.mask-layer {background:#000;height: 100%;left: 0;opacity:0.7;position: fixed;top: 0;width: 100%;z-index:888;filter: alpha(opacity=70);-moz-opacity:0.7;}
.pop-explain {display: none;height:206px;left: 50%;margin-left:-175px;position: fixed;text-align: left;top:50%; margin-top:-103px;width:350px;z-index: 10001;}

/*升级套餐云造价弹窗*/
.sh-module-pop {background: #fff ;border: 1px solid #ccc;box-shadow: 0 0 10px #ddd;/* display: none;*/left:50%;margin-top: -1px;padding-top: 5px;position:fixed;top:50%;z-index: 999;display: none; }
.sh-module-pop .sh-pop-close {overflow: hidden;padding: 5px 10px;position: absolute; text-decoration:none;    right: 0;top: 0;}
.sh-module-pop .sh-pop-close span{ width:14px; height:14px; color: #aaa;}
.sh-module-pop .sh-pop-close i {    font: 700 14px/1.5 simsun;margin-left: -4px; width:4px;}
.sh-module-pop .sh-pop-close span:hover{ color:#ff6600;}
.sh-pop-content{ padding:15px;}
.sh-pop-content h4{ font-size:16px; color:#333;}
.sh-pop-content p{ line-height:24px;}


/*--展示窗口--*/
.sh-module-show {background: #fff ;border: 1px solid #ccc;/*box-shadow: 0 0 10px #ddd;*/padding-top: 5px;position:absolute;z-index: 99; width:690px; top:40px;}
.sh-module-show .sh-show-close {overflow: hidden;padding: 5px 10px;position: absolute; text-decoration:none;    right: 0;top: 0;}
.sh-module-show .sh-show-close span{ width:14px; height:14px; color: #aaa;}
.sh-module-show .sh-show-close i {    font: 700 14px/1.5 simsun;margin-left: -4px; width:4px;}
.sh-module-show .sh-show-close span:hover{ color:#ff6600;}
.sh-show-content{ padding:15px 15px 20px 15px;}
.sh-show-content h4{ font-size:14px; color:#333;}
.sh-show-content p{ line-height:24px;}
.sh-show-content .sh-unfold-arrows{ background-position:-274px -89px ;width:16px; height:7px; position:absolute; top:-7px; left:168px;}

