﻿html, body {
    margin: 0;
    padding:0;
    touch-action: manipulation;
    /*background-color: #f3f0f1;*/
    font-size: 10pt;
    font-family: Microsoft Yahei;
}
*{ -webkit-box-sizing: border-box;}
table{border-collapse:unset;}
a {
    text-decoration: none;
    color: #1b5580;

}
p{display:block;line-height:18px;font-size:14px}

.ui-autocomplete{
	height:250px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

iframe{border:none;margin:0;overflow:hidden}
.txtHeader span {
    display: inline-block;
    margin-right: 20px;
}
input text{
    border-radius:4px;
}
input button, button {
    background-color: #fe7108;
    border:none;
    padding:3px 20px;
    margin:3px 6px;
    cursor:pointer;
    color:white;
}
    input button:hover, button:hover {
        background-color: #39ace7;
    }
.h1, .h2 {
    color: #2e6e9e;
    padding: 0 5px;
    position: relative;
    margin-right: 1px;
    background: #5c9ccc url(ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
}
    .h1 > div > i, .h2 > div > i {
        position: absolute;
        color: #013f84;
        z-index: 100;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        padding-top: 3px;
    }
    .h1 i {
        font-size: 20px;
    }
    .h1 i {
        font-size: 18px;
    }
    .h1 > div, .h2 > div {
        display: inline-block;
        position: absolute;
        right: 22px;
        top: 0;
    }
.h1 {
    font-size: 11pt;
    height: 26px;
    line-height: 26px;
}
.h2 {
    font-size: 9.5pt;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
}
.action:hover{
    color:#18e900!important;
}
.link {
    font-size: 12pt;
    color: #1b5580;
    cursor: pointer;
}
.linkdtl{
    font-size:9pt;
    color:#333;
    margin:3px 5px 10px 0;
}
/* Nav Bar */
#nbar {
    background-image: linear-gradient(180deg, rgb(70, 130, 190, 0.3), rgb(70, 130, 190, 0.6), rgb(70, 130, 190, 0.5));
    width: 800px;
    margin: auto auto 0 auto;
}
.bk_block {
    background-color: #2c435f;
    position: absolute;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.2;
    right: 0;
    top: 0;
    z-index: 10;
}
.wbd, .bbd{
    border-radius: 8px;
    padding: 6px 3px 2px 3px;
    position:relative;
	
}
.wbd {margin:6px 5px!important;border: 2px solid #ecf0f1;}
.bbd {border: 2px solid #013f84;}

li .wbd, li .bbd{display:inline-block;}

.hmenu {
    list-style: none;
    z-index:200;
	padding-left:10px;
}
.hmenu>li {
    float: left;
    position: relative;
    padding: 2px 8px 4px 6px;
    margin-right: 6px;
    margin-top: 5px;
    font-size: 15px;
    font-weight:300;
    border: 1px solid inherit;
    -moz-border-radius: 5px 5px 0 0px;
    -webkit-border-radius: 5px 5px 0 0px;
    border-radius: 5px 5px 0 0px;
    font-weight:500;
}
    .hmenu > li:hover {
        background: #88b7db;
        /*background: -moz-linear-gradient(top, #888888, #EEEEEE);*/
        /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888), to(#EEEEEE));*/
    }
    .hmenu>li i {
        margin-right:2px;
        font-size:12px;
        color:#94cce3;
        position:relative;
        top:-1px;
        cursor:pointer;
    }
    .hmenu>li a {
        color: #f3f0f1;
        display: block;
        outline: 0;
         cursor:pointer;
        text-decoration: none;
    }
    .hmenu>li:hover a {color: #181818;}
    .hmenu>li .drop {
        padding-right: 11px;
        position: relative;
        background: url("../img/drop.png") no-repeat right 8px;
    }
/* Drop Down */
.dd_1col, .dd_2cols, .dd_3cols, .dd_4cols, .dd_5cols, .dd_wide {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    padding: 3px 5px;
    border: 1px inset #888888;
    border-top: none;
    /*background-image: linear-gradient(180deg, rgb(30,139,195), rgb(30,139,195));*/
    background-color: #98c7eb;
    -moz-border-radius: 0px 6px 6px 6px;
    -webkit-border-radius: 0px 6px 6px 6px;
    border-radius: 0px 6px 6px 6px;
    z-index: 500;
    /*opacity: 0.95;*/
    color: #333333;
    font-weight: 500;
    font-size: 10pt;
}
.dd_wide {width: 980px;border-radius: 7px 7px 7px 7px;}

.hmenu>li:hover .dd_1col,.hmenu>li:hover .dd_2cols,.hmenu>li:hover .dd_3cols,.hmenu>li:hover .dd_4cols,.hmenu>li:hover .dd_5cols,
.hmenu>li:hover .dd_wide {left: -1px;}

/* Columns */
.col_1, .col_2, .col_3, .col_4, .col_5 {
    display: inline-block;
    float: left;
    position: relative;
    margin: 5px;
	padding:3px 2px;
}
.col_1 td,.col_2 td,.col_3 td,.col_4 td,.col_5 td {
    text-align: center;
    vertical-align: top;
    color: #013f84
}
.col_1 a,.col_2 a,.col_3 a,.col_4 a,.col_5 a {font-size: 14px !important}
.col_1 {width:117px}
.col_2 {width:276px}
.col_3 {width:404px}
.col_4 {width:563px}
.col_5 {width:640px}

/* Right alignment */
.hmenu .hmenu_right {
    float: right;
    margin-right: 0px;
}
.hmenu>li .align_right {
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
.hmenu>li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;
}
/* Drop Down Content Stylings */
.hmenu p, .hmenu h2, .hmenu h3, .hmenu ul li {
    line-height: 16px;
}
.hmenu h2 {
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 5px 0 5px 0;
    /*padding-bottom: 2px;*/
    text-align: center;
    color: #444;
}
.hmenu h3 {
    font-size: 13px;
    margin: 5px 0 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #888888;
}
.hmenu p {
    margin: 3pt 0 3px 0;
    font-size: 14px;
    padding: 0 3px;
	line-height:15pt;
}
.hmenu>li:hover div a {
    color: #015b86;
}
    .hmenu>li:hover div a:hover {color: #029feb;}
.hmenu>li .black_box {
    background-color: #333333;
    color: #eeeeee;
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* Shadow */
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}
.hmenu>li ul {
    list-style: none;
    padding: 0;
    display:inline-block;
    margin-bottom: 2px;
}
.hmenu > li ul > li {
    line-height: 22px;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer;
	font-weight:600;
}
    .hmenu>li ul>li:hover {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }
.strong {font-weight: bold}
.italic {font-style: italic}
.imgshadow {
    border: 1px solid #777777;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
    margin: 0 8px 3px 5px;
    display: inline-block;
    float: left;
}
.footer {
    color: #f3f0f1;
    font-size: 11pt;
    background-color: dimgray;
    height: 88px;
    text-align: center;
}
    .footer a {
        color: #f3f0f1;
    }
.img_left { 
}
<!--highlight link-- >
.hlink, .hl > a, .hl > a:visited, .hl > a:hover, .hl > a:active, .hl > span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.hl > a, .hl > a:visited, .hl > a:hover, .hl > a:active, .hl > span {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.hlink:hover, .hl > a:hover, .hl > span:hover {
    color: #2c81bf;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.hlink:after, .hl > a:after, .hl > span:after {
    content: "";
    transition: 0.6s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 0;
    background: #007ac1;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hlink:hover:before, .hlink:hover:after, .hl > a:hover:before, .hl > a:hover:after, .hl > span:hover:before, .hl > span:hover:after {
    width: 100%;
}
.hl {
    position: relative;
    color: #1b5580;
}
.hl > input {
    border-width: 1px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #777;
    margin-left:5px;
    margin-bottom:3px;
    font-size:9.5pt!important;
    padding: 3px 20px 3px 2px;
}
.hl > i {
    font-size: 13px;
    cursor:pointer;
    position:absolute;
    right: 5px;
    top:5px;
}
.search {
    width: 600px;
    height: 56px;
    margin: 0 auto 8px auto;
    padding: 5px 0;
    background-color: #ebf5fc; /*#d1def0 */
    -webkit-box-shadow: 0px 1px 6px rgba(159,194,230,1);
    -moz-box-shadow: 0px 1px 6px rgba(159,194,230,1);
    box-shadow: 0px 1px 6px rgba(159,194,230,1);
}
.sinput {
    position:relative;
    right:-15px;
    width: 300px;
    height: 28px;
    margin-top: 18px;
    border-radius: 15px;
    border-width: 1px;
    font-size: 11pt;
    padding: 0 28px 0px 10px;
 }
.myicon {
    margin: 0;
    padding: 2px 8px;
}
.myicon ul {
    /* position: relative;*/
    list-style: none;
    margin: 0 auto 0px auto;
    display: flex;
    /*background: #ebf5fc;*/
    box-shadow: -2px -2px 5px rgba(255, 255, 255, 1), 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.myicon ul li {
    position: relative;
    list-style: none;
    text-align: center;
    margin: 6px 5px;
}
.myicon ul li label { position: relative; cursor: pointer;}
    .myicon ul li label input[type="checkbox"] {position: absolute;opacity: 0;}
.myicon ul li label :checked ~ .icon-box {
    box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 1), inset 3px 3px 2px rgba(0, 0, 0, 0.1);
}
    .myicon ul li label :checked ~ .icon-box .fa {
        transform: scale(0.95);
    }
    .myicon ul li label .icon-box {
        height: 14px;
        color:#0b3268;
        padding: 2px 4px;
        background: #ebf5fc;
        font-size: 7pt;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: -2px -2px 2px rgba(255, 255, 255, 1), 3px 3px 2px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
.bevel {
    align-items: center;
    border-radius: 12px;
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(247, 251, 255, 0.5), 3px 3px 8px 2px rgba(0, 0, 0, 0) inset, -3px -3px 7px 2px rgba(247, 251, 255, 0) inset;
    display: flex;
    justify-content: space-around;
    padding: 12px 24px;
    transition: border 0.1s ease, box-shadow 0.1s ease;
}
    .bevel span {margin-right: 20px;}

    .bevel strong { margin-right: 20px;}

.rbutton .arrow {
    border-right: 2px solid #b3c8e6;
    border-top: 2px solid #b3c8e6;
    display: inline-block;
    height: 16px;
    margin-right: 0;
    transform: translateX(-4px) rotate(45deg);
    width: 16px;
}

button .arrow {
    border-right: 2px solid #b3c8e6;
    border-top: 2px solid #b3c8e6;
    display: inline-block;
    height: 16px;
    margin-right: 0;
    transform: translateX(-4px) rotate(45deg);
    width: 16px;
}

.rbutton {
    align-items: center;
    background-color: #d9e3f2;
    border: 3px solid transparent;
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(247, 251, 255, 0.5), 3px 3px 8px 2px rgba(0, 0, 0, 0) inset, -3px -3px 7px 2px rgba(247, 251, 255, 0) inset;
    color: transparent;
    cursor: pointer;
    display: flex;
    font-size: 1.5em;
    height: 28px;
    justify-content: center;
    position: relative;
    -webkit-text-stroke: 1px #7989a4;
    text-stroke: 1px solid #7989a4;
    padding:0 10px;
    transition: border 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, text-stroke 0.1s ease, -webkit-text-stroke 0.1s ease;
}

.rbutton-border {
    background: linear-gradient(#d9e3f2, #d9e3f2), linear-gradient(135deg, #fff 0%, #b5bec8 100%);
    border: 6px solid transparent;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
}

.rbutton-border::before {
    border: 3px solid #d9e3f2;
    border-radius: 10px;
    bottom: -3px;
    content: "";
    left: -3px;
    right: -3px;
    position: absolute;
    top: -3px;
}

.rbutton-round {
    border-radius: 50%;
}

.rbutton-round:active {
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0), -3px -3px 3px 3px rgba(247, 251, 255, 0), 3px 3px 8px 2px rgba(0, 0, 0, 0.1) inset, -3px -3px 7px 2px rgba(247, 251, 255, 0.7) inset;
}

.rbutton-square {
    height: 28px;
    width: 28px;
}
.sdot {
    background: linear-gradient(135deg, rgba(247, 251, 255, 0.7) 20%, rgba(0, 0, 0, 0.125) 100%);
    border: 1px solid #d9e3f2;
    border-radius: 8px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1), -1px -1px 2px 1px rgba(247, 251, 255, 0.5);
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 15px 0 5px;
}
    .sdot:hover {
        background-color: #8fc0e5;
    }
.dot {
    background: linear-gradient(135deg, rgba(247, 251, 255, 0.7) 20%, rgba(0, 0, 0, 0.125) 100%);
    border: 2px solid #d9e3f2;
    border-radius: 12px;
    box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.1), -3px -3px 5px 1px rgba(247, 251, 255, 0.5);
    cursor: pointer;
    height: 22px;
    margin: 2px 15px;
    width: 22px;
}
.row {
    font-weight:300;
    padding-left:2px;
}

.row input {
    display: none;
}

.row input:checked + .rbutton {
   border: 3px solid #e0ebf5;
   box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0), -3px -3px 3px 3px rgba(247, 251, 255, 0), 3px 3px 6px 2px rgba(0, 0, 0, 0.1) inset, -3px -3px 7px 2px rgba(247, 251, 255, 0.7) inset;
   color: #7989a4;
   -webkit-text-stroke: 1px transparent;
   text-stroke: 1px transparent;
}

   .row input:checked + .rbutton.button-border {
       border: 6px solid transparent;
   }

.row input:checked + .dot {
   background: linear-gradient(-45deg, rgba(247, 251, 255, 0.4) 20%, rgba(0, 0, 0, 0.2) 100%);
}
.row input:checked + .sdot {
    background: linear-gradient(-45deg, rgba(247, 251, 255, 0.4) 20%, rgba(0, 0, 0, 0.2) 100%);
}
.back {
    align-items: center;
    background: linear-gradient(135deg, #d9e3f2, #d9e3f2);
    border-radius: 22px;
    box-shadow: inset 5px 5px 7px 5px rgba(0, 0, 0, 0.1), inset -5px -5px 7px 5px rgba(247, 251, 255, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 80vw;
}
 
.tbldata {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #167f92;
	margin:10px 0;
}
.tbldata th {
    border: 1px solid #fff;
    /*background: #5c9ccc url(ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;*/
    color: #033c7b;
	width: 145px;
	vertical-align:bottom;
	text-align:left
}

.tbldata td {
    /*display: block;
    word-wrap: break-word;*/
    min-width: 80px;
    max-width: 180px;
    padding: 2px 6px;
	border-bottom: solid 1px #333;
	vertical-align:bottom;
}

.tbldata th {
    min-width: 80px;
    max-width: 180px;
    padding: 2px 6px;
    text-align: left;
}

.mtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.mtooltip .mttext {
    visibility: hidden;
    min-width: 180px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 10%;
    margin-left: -96px;
    padding:2px 6px;
    opacity: 0;
    transition: opacity 0.3s;
}

.mtooltip .mttext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.mtooltip:hover .mttext {
    visibility:visible;
    opacity: 1;
}

.envdata {
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0;
	border: solid 1px #013f84;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
  .envdata th {
      background-color: #013f84;
      font-weight: normal;
      text-align: center;
      color: white;
  }
  .envdata th:nth-child(n+2),.envdata td:nth-child(n+2) {border-left: 1px solid #fff;}
  .envdata th, .envdata td {
      line-height:22px;
      vertical-align: middle;
      display: table-cell;
      padding: 0.6em;
  }
.envdata tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

.envdata tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.envdata tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.envdata tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.envdata tr{
    border-width: 1px;
}
.envdata tr:hover{
    background-color:#b4d9fc;
}
    .envdata tr:nth-child(even) {
        background-color: #eee;
    }
.envdata tr:nth-child(even):hover:nth-child(even)
{
    background: #b4d9fc;
}
.envdata  th[scope="row"] {
    background-color: transparent;
    color: rgba(94, 93, 82, 1);
    text-align: left;
}

.fa-3dicon {
    /*transform-style*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*Webkit*/
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    /*mozilla*/
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    /*Opera*/
    -o-animation-name: rotate;
    -o-animation-duration: 4s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    /*IE 10*/
    -ms-animation-name: rotate;
    -ms-animation-duration: 4s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-fill-mode: both;
    /*Default*/
    animation-name: rotate;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    color: #25405D;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}
.tooltip {
     display: none;
     width: auto;
	 min-width:290px;
     color: #333;
     text-align: center;
     padding: 5px 0;
     border-radius: 6px;
     position: absolute;
     z-index: 150;
     opacity: 0;
     border:solid 1px #1b5580;
     min-height:100px;
     background-color:#fff;
     transition: opacity 0.3s;
 }

 /* Tooltip arrow */
    .tooltip::before {
        content: "";
        position: absolute;
        left: 50%;
        top:-5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }
.actionbtn {
    color: #013f84;
    cursor: pointer;
    z-index: 2;
	display: inline-block;
    transition: 0.3s;
}

.actionbtn:hover {
    color:#e17009;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
}

.actionbtn:after {
    content: "";
    transition: 0.6s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 0;
    background: #007ac1;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
    .actionbtn:hover:before, .actionbtn:hover:after {
        width: 100%;
    }
.bcontent {
    min-height: 500px;
}

.bcontent .block {
    display: inline-block;
    width: 186px;
    text-align: center;
    margin: 8px;
    cursor: pointer;
    transition: 0.6s ease-in-out;
	vertical-align: top;
}

.bcontent img {
	display:inline-block;
    max-width: 150px;
    height: 160px;
	
}

.bcontent .block:hover {
    transform: scale(1.08);
    color: #013f84;
}

.bcontent .content {
}
 .sbcontent .block {
     display: inline-block;
     width: 156px;
     text-align: center;
     margin: 8px 2px;
     cursor: pointer;
     transition: 0.6s ease-in-out;
 }
.sbcontent img {
    max-width: 120px;
    height: 130px;
}
.sbcontent .block:hover {
    transform: scale(1.08);
    color: #013f84;
}
.floatl {
    float: left;
    margin: 0 20px 10px 6px
}

.flatblock{clear:left;}

.flatblock img{float:left;width:55px;max-height:55px;margin:3px 15px 8px 3px;}
.flatcontent >div:nth-child(1){font-size:11.5pt;font-weight:800;margin:6px 10px;cursor:pointer;}
.clearf {
    clear: both;
    height: 0
}

.dropbtn {
  color: white;
  font-size: 18px;
}

.sdrop {
  position: relative;
  display: inline-block;
  top:3px;
}

.sdrop-content {
  display: none;
  position: absolute;
  background-color: #98c7eb;
  padding:10px 12px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
  line-height:28px;
  width:122px;

}
.sdrop-content label{display:inline-block;margin-left:6px;}
.sdrop-content > div{marging:8px 0;color:#555;}
.sdrop-content > div:hover{color:#000;}
.sdrop:hover .sdrop-content {display: block;}

.seperator{border-bottom:solid 1px #1b5580;margin:8px 0;}
.title {
    font-size: 20px;
    font-weight: 500;
    margin-left: 2px;
    color: #333;
}
.earthBtn{
    background:url(../img/earthb5.png) no-repeat;
    cursor:pointer;
    border:none;
    width:40px;
    height:40px;
}

.earthBtn:hover  /* use Dot here */
{   
    background:url(/img/earthb6.png) no-repeat;
}
.sBtn:focus{border:none;outline: none;}