.whitebackground{
  background-color: white;
  box-shadow: 2px 2px 5px #999;
  margin: 20px 0;
}

.grad_white{
  background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,0) 67%, rgba(255,255,255,0.03) 68%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(37%, rgba(255,255,255,0)), color-stop(67%, rgba(255,255,255,0)), color-stop(68%, rgba(255,255,255,0.03)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,0) 67%, rgba(255,255,255,0.03) 68%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,0) 67%, rgba(255,255,255,0.03) 68%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,0) 67%, rgba(255,255,255,0.03) 68%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,0) 67%, rgba(255,255,255,0.03) 68%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );


padding: 0 !important;
 margin: 0 -25px;
 margin-top: 24px;
}





.smallfont{
  text-align: center;
  font-size: 12px;
  margin:10px 0;
}

.smallfont.top{
  margin-bottom:0px;
}

.smallfont.down{
  margin-top:0px;
}

.text-center{text-align: center;}
.margin-vertical{margin:20px 0;}
.strong{font-size: 4.5vmin;}

ul,ol{
  padding-left: 20px;
}


#inlinebody{
  background-image: url(../imgs/bg.jpg);
  background-repeat: repeat;
  background-size: contain;
}

.container{max-width: 450px;}

@media screen  and (min-width: 451px){

    .panel-title,body {
        font-size: 2.5vmin !important;
    }

}

@media screen  and (min-width: 1024px){

    body{
          background-size: auto !important;
    }

    .panel-title,body {
        font-size: 2vmin !important;
    }

    .selectbox{
      padding: 2% 0 0 5% !important; 
    }

    .container.menu{
      overflow-x:hidden !important;
      }

      .container.menu::-webkit-scrollbar {
        width: 5px;
      }
       
      .container.menu::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.3);
      }
       
      .container.menu::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.5);
      }
}




@media screen and (orientation: landscape) {
  /*横屏 css*/

  body{max-width:450px;margin: auto;}
  .titlebar{left:0;}

}

a{text-decoration: none;}
 a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
   
}

.searchBtn{

    height: 50px;
    margin-top: 150px;
    line-height: 47px;
    width: 20%;
    text-align: center;
  background: #ebebeb;
  background-image: -webkit-linear-gradient(top, #ebebeb, #bababa);
  background-image: -moz-linear-gradient(top, #ebebeb, #bababa);
  background-image: -ms-linear-gradient(top, #ebebeb, #bababa);
  background-image: -o-linear-gradient(top, #ebebeb, #bababa);
  background-image: linear-gradient(to bottom, #ebebeb, #bababa);
    font-size: 14px;
    max-width:55px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.grayball {
    background: #676666;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* font-weight: 300; */
    border-radius: 20px;
    margin-right: 5px;
    font-size: 12px;
}

.inline_graysquare{

	background: #676666;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	/* font-weight: 300; */
	border-radius: 3px;
	margin-right: 5px;
	font-size: 12px;

}

.backtotop {
  width: 40px;
      height: 40px;
      border-radius: 3px;
      background: rgba(180,180,180,0.8);
      position: fixed;
      bottom: 60px;
      right: 5px;
      box-shadow: 1px 1px 2px #999;
      cursor: pointer;
      font-size: 20px;
      color: #333;
      text-align: center; 
      padding: 5px;
      display: none;
}

/* Style for the menu------------------------*/
    .titlebar{
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7931e+0,ef7036+100 */
background: #D64135; /* Old browsers */
background: -moz-linear-gradient(left, #D64135 0%, #f96559 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #D64135 0%,#f96559 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #D64135 0%,#f96559 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D64135', endColorstr='#f96559',GradientType=1 ); /* IE6-9 */
      height:40px;
      position: fixed;
    width: 100%;
    z-index: 9000;
    -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;

    }

    .titlebar.go{
       -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);

    }

    .bottombtn{
    line-height: 50px;
    text-align: center;
    }
    .iconmenu{
      width:14px;
      margin-right: 10px;
    }

    .selectbox{

    position: fixed;
    top: 0%;
    width: 80%;
    height: 100%;
    left:-115%;
    box-shadow: 1px 0px 11px black;
    /* padding-top: 10%; */
    padding: 12% 5% 0 10%;
    background: #D64135; /* Old browsers */
background: -moz-linear-gradient(left, rgba(214,65,53,0.9) 0%, rgba(249,101,89,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(214,65,53,0.9) 0%,rgba(249,101,89,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(214,65,53,0.9) 0%,rgba(249,101,89,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#ef7036',GradientType=1 ); /* IE6-9 */
    border-radius: 3px;
    -webkit-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    z-index: 90000;
    -moz-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    -o-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    -ms-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    }

        .selectboxblack{

        position: fixed;
        top: 0%;
        width: 40%;
        height: 100%;
        right:-115%;
        box-shadow: 1px 0px 11px black;
        /* padding-top: 10%; */
        padding: 12% 5% 0 10%;
        background: rgba(0,0,0,0.8);

        -webkit-transition: all 0.4s cubic-bezier(1, -0.35, 0.32, 1.24);
        z-index: 89001;
        -moz-transition: all 0.4s cubic-bezier(1, -0.35, 0.32, 1.24);
        -o-transition: all 0.4s cubic-bezier(1, -0.35, 0.32, 1.24);
        -ms-transition: all 0.4s cubic-bezier(1, -0.35, 0.32, 1.24);
        transition: all 0.4s cubic-bezier(1, -0.35, 0.32, 1.24);

        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        }

        .selectboxblack.go{
         right:-10%;
        }

    .popupbox{
    position: absolute;
    width: 80%;
    /*height: 40%;*/
    top: 90%;
    left:-115%;
    box-shadow: 1px 0px 11px black;
    background-color:#ffa600;
    opacity: 0.9;
    /* padding-top: 10%; */
    display: table;
    padding: 1%;
    z-index: 1100;
    -webkit-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    
    -moz-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    -o-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    -ms-transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
    transition: all 0.7s cubic-bezier(1, -0.35, 0.32, 1.24);
  }


  .popupbox.go{
     left:10%;
    }


    .selectboxinner {
        width: 200px;
    float: left;
    height: 130px;
    margin: top;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 130px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #444;
    background: white;
    }

    .selectbox.go{
     left:-10%;
    }

    .selectbox a {
        color: white;
        font-weight: 500;
        text-decoration: none;
    }

    .selecticon{position: fixed;
    top: 5px;
    right: 15px;
    /*color: #444;*/
    z-index: 100000;
    /*font-size: 25px;*/
    background-image: url('../imgs/gmenu_button_off.png');
    background-size: cover;
    /* box-shadow: 1px 1px 5px black; */
    /*border: 1px solid #ccc;*/
    width: 30px;
    height: 30px;
    padding: auto;
    line-height: 30px;
    text-align: center;
    /*border-radius: 3px;*/}

    .searchicon{
    position: fixed;
    top: 5px;
    right: 50px;
    z-index: 100000;
    font-size: 21px;
    width: 30px;
    height: 30px;
    padding: auto;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    }

    .searchbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    justify-content: center;}

    .searchbox.go{display:flex;}

    .searchbox input[type="text"] {
    	border: none;
    	    height: 50px;
    	    padding: 0 10px;
    	    width: 70%;
    	    outline: none;
    	    color: white;
    	    background: rgba(155,155,155,0.4);
    	    font-size: 26px;
    	    border-bottom: 1px dashed white;
    	    margin-top: 150px;
}




    .backicon{position: fixed;
    top: 5px;
    left: 10px;
    /*color: #444;*/
    z-index: 89000;
    /*font-size: 16px;*/
    background-image: url('../imgs/BackButton_off.png');
    background-size: cover;
    /* box-shadow: 1px 1px 5px black; */
    /*border: 1px solid #ccc;*/
    width: 30px;
    height: 30px;
    padding: auto;
    line-height: 30px;
    text-align: center;
    /*border-radius: 3px;*/}

    .selecticon.on{
    background-image: url('../imgs/gmenu_button_on.png');
    background-size: cover;
    }

    .menu .list-group-item{ 
    background: transparent;
    color: white;
    margin-left: 18px;
    border-color: #FFF;
    padding-left: 0px;
      border-style: dashed;
    padding: 18px 0;}

    .menu #my_menu2 .panel-heading{    margin-left: 33px;
    padding-left: 0;}
    .menu #my_menu2 .panel-heading i{color:#ffffff;}

    .menu #my_menu2 .list-group-item{ 

    margin-left: 40px;}

    .menu #my_menu3 .panel-heading{    margin-left: 33px;
    padding-left: 0;}
    .menu #my_menu3 .panel-heading i{color:#ffffff;}

    .menu #my_menu3 .list-group-item{ 

    margin-left: 40px;}

    .menu #my_menu4 .panel-heading{    margin-left: 33px;
    padding-left: 0;}
    .menu #my_menu4 .panel-heading i{color:#ffffff;}

    .menu #my_menu4 .list-group-item{ 

    margin-left: 40px;}


    .menu #my_menu2 .list-group-item:last-child,.menu #my_menu3 .list-group-item:last-child,.menu #my_menu4 .list-group-item:last-child{
      border-bottom: 1px dashed;
      border-radius: 0;
    }
     .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
      border-bottom: 1px dashed;
      border-radius: 0;
    }

    .menu .panel>.list-group, .panel>.panel-collapse>.list-group{padding-left:12px;}

    .menu_title{width:85px;text-align: center;margin:auto;border-bottom: 4px double #FFF;color:white;margin-bottom: 30px;}
    .container.menu {
        height: 100%;
        overflow: scroll;
    }


.headtitle{
    position: fixed;
    top: 10px;
    width: 40%;
    left: 30%;
    text-align: center;
        white-space: nowrap;
}

.logo{width: 30%;
    position: absolute;
    top: 30%;
    left: 15%;
    padding: 0;
}

.logotitle{
    text-align: center;
    padding: 14%;
    font-size: 6vw;
}
.logotitle p{font-size: 6vw;}


.navbar-default{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0aeb7+0,8a8692+100 */
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eee 0%,#ccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
border: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

 .navbar-default.go{
    -webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-o-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);

 }

.orangeblock {
    width: 100%;
    background: rgb(214,65,53);
    color: white;
    margin: 10px 0;
    padding: 2px 5px;
    }

    .titlepoint {
       /* border-bottom: 1px dashed #000;*/
        margin-bottom: 20px;
        display: table;
        padding: 5px 0px 2px 20px;
        position: relative;
        color:rgb(214,65,53);
        font-weight:600
     }

      .titlepoint:before{
        content: "";
            width: 15px;
            height: 100%;
           /* border-radius: 30px;*/
            background: rgb(214,65,53);
            position: absolute;
            left: -5px;
            bottom: 0px;

      }
      .titlepoint.black{font-size: 22px;
      }

      .titlepoint.black:before{
        /*top:32px;*/
      }

      .titlepoint.black.double:before{
        /*top:61px;*/
      }


      .titlepoint.orange:before{
        background: #f7931e; /* Old browsers */
        background: -moz-linear-gradient(left, #f7931e 0%, #ef7036 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #f7931e 0%,#ef7036 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #f7931e 0%,#ef7036 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#ef7036',GradientType=1 ); /* IE6-9 */
        top:29px;
      }

    .titlepoint.orange{border-bottom-color:rgb(214,65,53);     line-height: 25px;}

    i.fa.iconleft {
        margin-right: 10px;
        font-size: 14px;
    }

.title{

    padding: 5px 10px;
    text-align: left;
    margin-bottom: 10px;
   color: #3E3A39;
    font-size: 18px;
    line-height: 44px;
    display: flex;
    position: relative;
    -webkit-align-items: center;
              align-items: center;
              background: rgba(255,255,255,0.8);
    box-shadow: 0px 3px 8px #999;
    border-radius: 4px;
}

.title>div{margin:auto;display: inline-flex;}

@media screen and (max-width: 324px) {
   .title{

line-height: 22px;
   }
}

.title:before, .title:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  
}

.title:after {
  right: -3px;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(51,51,51,0.3) 42%, rgba(51,51,51,0.31) 43%, rgba(51,51,51,0.31) 60%, rgba(51,51,51,0.31) 61%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(51,51,51,0.3) 42%, rgba(51,51,51,0.31) 43%, rgba(51,51,51,0.31) 60%, rgba(51,51,51,0.31) 61%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(51,51,51,0.3) 42%, rgba(51,51,51,0.31) 43%, rgba(51,51,51,0.31) 60%, rgba(51,51,51,0.31) 61%, rgba(0,0,0,0) 100%);
}

.innertitle {
  border-right: 1px solid #AEAFB0;
  padding: 0 20px;
  margin-right: 20px;
    display: inline-block;
    font-size: 26px;
    line-height: 44px;
    color: rgb(214,65,53);
    padding-left:0;
    white-space: nowrap;
}

.blackblock {
    display: inline-block;
    font-size: 12px;
    background: #D9DBDB;
    color: black;
    padding: 3px 5px;
    text-align: left;
    }

.blackblock.white{background: transparent; !important;color:unset !important;}
.blackblock b{font-size: 14px;}

body{
    
    max-width: 100%;
    font-family:"Helvetica","Heiti SC Medium","Heiti SC Light","DroidSans","DroidSansFallback","Microsoft YaHei";
        font-size:4vmin;
        color:#3E3A39;
        cursor: pointer;

    
}

.itemblock{margin:0px 0px 50px 0px;}



.cell {
    padding: 10px;
    /*background: white;*/
    margin: 10px 0;
    border-radius: 4px;
    /*box-shadow: 3px 2px 3px #aaa;*/
    min-height: 76px;
    display: table;
    min-width: 100%;
    /*border: 1px solid #eee;*/
}

.cell>span:nth-child(1){
    text-align:center;
    width: 20%;
    float: left;
    padding-right: 10px;
}
.cell img{
    width:100%;
}

.cell>span:nth-child(2){
    text-align:left;
    width:79%;
    float: left;
    padding-left: 15px;
}

.cell>div{
    text-align:left;
    padding-left: 15px;
    padding-right: 15px;
}

.fullmask{
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
    padding: 40%;
}
.arrow_box {
  position: absolute;
  background: radial-gradient(circle, rgb(255, 213, 140) 00%, rgb(255, 166, 0) 99%);
  border: 2px solid transparent;
  width: 140px;
  height: 60px;
  padding: 5px 5px 5px 5px;
  opacity: 0;
  /*-moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;*/
  display: none;
  text-align: left;
  border-radius: 5px;

}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}

.arrow_box:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #FFC150;
    border-width: 0px 6px 16px 12px;
    left: 18%;
  margin-left: -10px;
}
.arrow_box:before {
  border-color: rgba(161, 103, 45, 0);
  border-bottom-color: #a1672d;
    border-width: 0px 6px 16px 12px;
    left: 19%;
  margin-left: -13px;
}



#section32 .cell>span:nth-child(1){
    text-align:center;
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-bottom:10px;
}

#section32 .cell{padding-top:20px;margin-bottom: 100px;}

#section32 span img{
    width:40%;
    border-radius: 50%;
        box-shadow: 2px 2px 7px #666;
}

#section32 .cell>span:nth-child(2){
    text-align:left;
    width:100%;
    float: left;
    padding-left: 25px;
}


.panel {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#prohibit .panel {
   background-color: transparent;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.panel-title{font-size:4vmin;font-weight: 700;}
.panel-body {
    padding: 15px 0;
}
.panel-default>.panel-heading {
    color: #333;
    /* background-color: #f5f5f5; */
    /* border-color: #ddd; */
    background-color:transparent;
    border:0;
    text-align: left;
   
}

.menu .panel-default>.panel-heading {border-bottom: 1px dashed #FFF; padding: 18px 15px;}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{border:0;}


.zipimg{padding:5%;}
.zipimg img{width:100%;}

.padding_5{padding:5%;}
.maskparent{position:relative;}
.maskparent .mask{position:absolute;top:0;left:0;overflow: hidden;}

.text{padding:0 10%;text-align: left;}
.nopadding{padding:0;}
.nomargin{margin:0;}
.disappear{opacity: 0;}


.animationbody{position:relative;
max-width:320px;width:100%;margin: auto;}

.animationbody img{width:100%;height:auto;}

#title {
  text-align: center;
  padding: 0 5%;
}
.foot_pad{height:60px;}
.head_pad{height:40px;}
.whole_body{position:relative;}

hr{border-top: 1px solid #aaa;}





.up{width:5%;}


li{margin-bottom:5px;}

.p1_body{
  width: 100%;
  max-width: 320px;
  position: relative;
  margin: auto;
}

.point{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background:#ffa600;
  z-index: 1000;
  border: 1px solid #666;
  box-shadow: 2px 2px 3px #bbb;
}


.panel-title>a>div{float:left;width:90%;}


.mark{    background: #7388A0;
    text-align: center;
    box-shadow: 1px 1px 3px #999;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: white;
    line-height: 29px;
    font-size: 28px;}

 .tri{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 40px 20px;;
  border-color: transparent transparent #999 transparent;
  position: absolute;
  top: 10px;
  left: 10px;
 }

 .tri:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 40px 20px;;
  border-color: transparent transparent #f3e528 transparent;
  top: -1px;
  left: -21px;

 }

 .tri div{position: absolute;
    font-size: 28px;
    text-align: center;
    z-index: 2;
    left: -5px;
    top: 3px;}


 .markbody{
  text-align: left;
      width: 100%;
      background: rgba(255,255,255,0.6);
      border-radius: 15px;
      margin-top: 10px;
      /* box-shadow: 2px 2px 5px #999; */
      padding: 5px 20px 20px 60px;
      margin-bottom: 10px;
      position: relative;
      border: 1px solid #ddd;

  }

  .markbody ol {
    padding-left: 20px;
  }

  .bottombtn a{color:#4e4f56;}

  .red{
  	  color: red;   
      font-weight: 900;
      display: table;

      float: left;}

      .green{  	  color: #020289;   
      font-weight: 900;
      display: table;

      float: left;}


      .close {
          position: absolute;
          top: -27px;
          right: -5px;
          height: 20px;
          width: 20px;
          background: white;
          border-radius: 20px;
          opacity: 1;
          font-size: 16px;
          line-height: 20px;
          color: #333;
          text-align: center;
          box-shadow: 2px 2px 5px #333;
          cursor: pointer;
      }


      .img50{
        width:50% !important;
        padding: 0 2.5px;
      }

      .img30{
        width:30% !important;
      }

      .list-style-none ul{

        list-style: none;
      }

      .knockout-top-to-bottom {
        position: relative; 
      }
      .knockout-top-to-bottom:before, .knockout-top-to-bottom:after {
        content: "";
        position: absolute;
      }
      .knockout-top-to-bottom:before {
        top: 0px;
        left: 0px;
        bottom: 0;
        right: -1px;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), to(transparent));
        background-image: -webkit-linear-gradient(#aaa, transparent);
        background-image: -moz-linear-gradient(#aaa, transparent);
        background-image: -o-linear-gradient(#aaa, transparent);
        z-index: -2;
      }
      .knockout-top-to-bottom:after {
        z-index: -1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #a4b9ff;
      }

      .linepoint {
          position: absolute;
          height: 60px;
          width: 1px;
      }

      .s9block tr th{text-align: center;
    background-color: #aaa;
    color: black;
    font-weight: bold;
    border: 1px solid;}

      .s9block tr td{height: 120px;}

      .s9block img{max-width: 80%;
    max-height: 60px;
    width: auto;
    height: auto;}
      .s9block tr td:first-child,.s9block tr th:first-child{

        width:35%;
       
      }

      .s9block tr td:first-child div{

        margin-bottom: 10px;
      }

      .s9block tr td:first-child{     
        background-color: #ccc;
    color: black;
    border: solid 1px;
    font-size: 13px;}

      .s9block tr td:nth-child(2),.s9block tr th:nth-child(2){

        width:32%;
        background-size: 70px 70px;
        background-position: center center;
        background-repeat: no-repeat;
  
      }

      .s9block tr td:nth-child(3),.s9block tr th:nth-child(3){

        width:32%;
        background-size: 70px 70px;
        background-position: center center;
        background-repeat: no-repeat;
   
      }

      .s9block tr td:nth-child(2),.s9block tr td:nth-child(3){
        background-color: white;border: solid 1px;font-size: 13px;
      }


      .circlek{border-radius: 10px;
    height: 15px;
    width: 15px;
    border: 1px solid black;
    font-size: 10px;
        text-align: center;
    line-height: 15px;    display: inline-block;margin-right:5px;}

    .inline_graysquare.clear{
    background:transparent;border:1px solid black;color:black;margin:0 5px;
  }


  .zipimg .icon, .icon,.markbody .icon,.row .icon,.cell .icon{
  margin:-2px 2px 0 2px !important;
  width: auto;height: 23px  !important;
}

  .half-full{
    margin: 0 -25px;
  }

  .full-width{
    margin: 0 -40px;
  }
