
.tanchuang-background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1111;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000); }

.tanchuang-section {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: absolute;
  top: 31%;
  left: 50%;
  z-index: 9999;
  padding: 3.1% 2% 3.1% 3.1%;
  margin-left: 0%;
  margin-right:  10%;
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  
  
.tanchuang-body,
.tanchuang-imagelist {
  box-sizing: content-box;
  min-width: 86%;
  height: 100%;
  padding: 0px;
  padding-top: 0px;
  margin: 0;
  overflow: hidden;
  font-size:16px;
   }
  .tanchuang-body.withNoPadding,
  .tanchuang-imagelist.withNoPadding {
    padding: 0; }
	
  .tanchuang-body.withNoMinWidth,
  .tanchuang-imagelist.withNoMinWidth {
    min-width: auto;
    min-width: 0; }


.tanchuang-close {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/app_tanchuang.png");
  background-repeat: no-repeat;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  border-radius:30px;
  background-size:14px 14px;
  background-position:6px 6px;
  position: absolute;
  opacity:0.68;
  right: -13px;
  top: -19.3px;
  width: 26px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  background-color: #FFF;
  cursor:default;
   }
