@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 
font-family: 'Nanum Gothic';
Regular 400
Bold 700
ExtraBold   800
*/


@font-face {
  font-family: "a1";
  font-style: normal;
  font-weight: 400;
  src: local("../font/a1"), /* computer */
    url("../font/a1.eot"), /* IE9 Compat Modes */
    url("../font/a1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  
    url("../font/a1.woff") format("woff"), /* Modern Browsers */
    url("../font/a1.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a2";
  font-style: normal;
  font-weight: 500;
  src: local("../font/a2"), /* computer */
    url("../font/a2.eot"), /* IE9 Compat Modes */
    url("../font/a2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ 
    url("../font/a2.woff") format("woff"), /* Modern Browsers */
    url("../font/a2.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a3";
  font-style: normal;
  font-weight: 600;
  src: local("../font/a3"), /* computer */
    url("../font/a3.eot"), /* IE9 Compat Modes */
    url("../font/a3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a3.woff") format("woff"), /* Modern Browsers */
    url("../font/a3.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a4";
  font-style: normal;
  font-weight: 700;
  src: local("../font/a4"), /* computer */
    url("../font/a4.eot"), /* IE9 Compat Modes */
    url("../font/a4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a4.woff") format("woff"), /* Modern Browsers */
    url("../font/a4.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a5";
  font-style: normal;
  font-weight: 800;
  src: local("../font/a5"), /* computer */
    url("../font/a5.eot"), /* IE9 Compat Modes */
    url("../font/a5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a5.woff") format("woff"), /* Modern Browsers */
    url("../font/a5.ttf") format("truetype"); /* Safari, Android, iOS */
}


/* **** Common Reset **** */
*{margin:0;padding:0;list-style:none;font-size:13px;font-family: "a2",sans-serif;box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5{margin:0;padding:0;word-wrap:break-word;word-break:break-all;}
li,p,span,strong,a,i,em{font-size:inherit;color:inherit;font-family:inherit;}
b, strong{font-weight:500;color: inherit;font-size: inherit;}
font{font-size:inherit;}
body, html{width:100%; height:100%; /*background: #f4f7f9; */}
input,select,img{vertical-align:middle;}
img{border:0;}
table{width:100%;}
table caption{position: absolute;top: 0px;left: 0px;overflow: hidden;display: block !important;width: 0px !important;height: 0px !important;margin: 0 !important;font-size: 0 !important;line-height: 0 !important;}
.clearfix::after{content:"";display:block;clear:both;}
a{display:inline-block;text-decoration:none;transition:all 0.2s ease-in-out;}
i{font-style:normal;}
table {border-collapse: collapse;width: 100%;}
h6 { font-weight:normal; display:inline-block; }
button,
input[type="button"] { border:0; outline:0; }
.left { float:left; }
.right { float:right; }
th.left,
td.left { float:none; text-align: left !important; }
th.center,
td.center { float:none; text-align: center !important; }
th.right,
td.right { float:none; text-align: right !important; }
.iconfont { vertical-align: middle; }

.betscroll::-webkit-scrollbar-track{	background-color: #21283b;}
.betscroll::-webkit-scrollbar{	width: 5px;	background-color: #F5F5F5;	opacity:0.5;}
.betscroll::-webkit-scrollbar-thumb{	background-color: #373f53;	opacity:0.5;}
.betscroll { scrollbar-base-color: #262626;scrollbar-Face-Color: #9b34f9; scrollbar-Track-Color:#262626;   scrollbar-Shadow-Color: #262626}
.textdot { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.fontHide { display:inline-block;position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden }
.hInline { display:inline; font-size:inherit; font-weight:inherit; }

h1,h2,h3,h4,h5,h6 { font-weight:normal !important; }

.displaynone {display: none;}

.ease { position:relative; overflow:hidden; transition:all 0.2s ease-in-out; }
.ease:before { content:"";position:absolute; width:100%;height:100%;top: 0;left: -100%;overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg); 
}
.ease:hover:before {
    left: 150%;
    transition: left 1s ease 0s;
}

body { min-width:1700px; background:#161b28; }

.red { color:#f74040 !important; font-family: "a3"; }

.pop1{display:none;position:fixed;top:150px;left:0;right: auto;z-index: 100;background: #151a1d;box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);width:auto;}
.pop1 .cont{font-size:13px;color:#fff;}
.pop-bt{background: #7750f8;height: 30px;line-height: 33px;padding: 0 10px;overflow: hidden;}
.pop-bt label{float:left;color:#ffffff;font-size:13px;line-height:32px;}
.pop-bt a.pop-close{float:right;color: #4ff492;line-height:32px;}
.pop-bt a.pop-close i{vertical-align: middle;margin-left:5px;font-size: 13px;}
.pop-bt a.pop-close img{vertical-align: -1px;margin-left:5px;}

#header { position:relative; z-index:105; height:80px; background:#7750f8; width:100%; }
#header .headerInner { position:relative; }
#header .headerInner .logo,
#header .headerInner .topRight { position:absolute; top:10px; }
#header .headerInner .logo { left:25px; top: 14px; }
#header .headerInner .logo .hide { display:none; }
#header .headerInner .topRight { right:0; }
#header .headerInner .topCenter { width:1200px; margin:0 auto; }
#header .headerInner .topCenter .topCate { float:left; }
#header .headerInner .topCenter .topCate li { float:left; position:relative; }
#header .headerInner .topCenter .topCate li a { color:#fff; padding:0 12px; font-size:15px; line-height:80px; }
#header .headerInner .topCenter .topCate li a > .iconfont { color:#9b7dff; }
#header .headerInner .topCenter .topCate li a > .iconfont:hover { color:#fff; }
#header .headerInner .topCenter .topCate li a:hover,
#header .headerInner .topCenter .topCate li a.active,
#header .headerInner .topCenter .topCate li a:hover .iconfont,
#header .headerInner .topCenter .topCate li a.active .iconfont { color:#4ff461 !important; }
#header .headerInner .topCenter .topCate li .depth2 { 
  display: none;
  position: absolute;
  padding: 20px;
  top: 65px;
  left: -22px;
  width: 145px;
  background: #1d2333;
  border-radius:10px;
 }
 #header .headerInner .topCenter .topCate li .depth2 li { margin:20px 0 0; display:block; float:none; }
 #header .headerInner .topCenter .topCate li .depth2 li:first-child { margin:0; }
 #header .headerInner .topCenter .topCate li .depth2 li a { padding:0; font-size:14px; line-height:inherit; color:#ffffff; }
 #header .headerInner .topCenter .topCate li .depth2 li a:hover,
 #header .headerInner .topCenter .topCate li .depth2 li a.active { text-decoration:underline; color:#4ff461; }
#header .headerInner .topCenter .topSearch { float:right; margin-top:13px; width:285px; height:55px; padding:0 25px 0 0; background:#5538b5; border-radius:10px; font-size:0; }
#header .headerInner .topCenter .topSearch select { 
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0 0 0 20px;
  height: 55px;
  width:100px;
 }
 #header .headerInner .topCenter .topSearch select option {
  background: #464e62;
  border:0;
  outline:0;
  padding:20px 0;
 }
#header .headerInner .topCenter .topSearch input { height:55px; background:#5538b5; border:0; outline:0; color:#fff; font-size:12px; width: calc(100% - 121px); border-radius:10px; padding: 0 10px;}
#header .headerInner .topCenter .topSearch input::placeholder { color:#7162dc; }

#header .headerInner .topRight { font-size:0; top:0;  }
#header .headerInner .topRight a { position:relative; display:inline-block; padding:0 15px; line-height:80px;  }
#header .headerInner .topRight a:hover span{ color:#4ff461; }
#header .headerInner .topRight a span { color:#fff; font-size:25px; }
#header .headerInner .topRight a.notice { padding-right:30px; }
#header .headerInner .topRight a.notice:after { display:none; content:""; position:absolute; left:40px; top:calc(50% - 12px); transform:translateY(-50%); width:4px; height:4px; background:#4ff461; border-radius:50%; }

#header .headerInner .topRight a.notice.hasNotice:after { display:block; -webkit-animation:darkback 2s infinite linear; }
#header .headerInner .topRight a.setting { padding:0 25px; }
#header .headerInner .topRight a.setting:after { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:32px; background:#9b7dff; }

#header .headerInner .topRight .rightInner { position:relative; }
#header .headerInner .topRight .rightInner .setArea { display:none; position:absolute; top:65px; right:25px; background:#1d2333; border-radius:10px; width:220px; padding:20px; }
#header .headerInner .topRight .rightInner .setArea .proArea { margin:0 0 15px; }
#header .headerInner .topRight .rightInner .setArea .proArea .profile { 
  display: inline-block;
  width: 43px;
  height: 47px;
  line-height: 47px;
  background: url(../images/common/profile_bg.png) no-repeat;
  position: relative;
  text-align: center;
  background-size:100%;
}
#header .headerInner .topRight .rightInner .setArea .proArea .profile .level {
  position: absolute;
  bottom: -2px;
  right: -8px;
  width: 20px;
  height: 23px;
  background: url(../images/sub/level_admin_bg.png) no-repeat;
  background-size:100%;
  line-height: 23px;
  color: #ffffff;
  font-family: "a3";
  font-size: 12px;
}
#header .headerInner .topRight .rightInner .setArea .proArea .name { display:inline-block; margin:0 0 0 5px; color:#fff; font-size:14px; }
#header .headerInner .topRight .rightInner .setArea .proArea .name strong { color:#9aa4bf; }
#header .headerInner .topRight .rightInner .setArea .money { margin:0 0 20px; }
#header .headerInner .topRight .rightInner .setArea .money dl { float:left; width:50%; position:relative; text-align: center; cursor:pointer; }
#header .headerInner .topRight .rightInner .setArea .money dl:first-child:after { content:""; position:absolute; right:-8px; top:50%; width:2px; height:18px; transform: translateY(-50%); background:#262d3e; }
#header .headerInner .topRight .rightInner .setArea .money dl dd { color:#fff; font-size:12px;  }
#header .headerInner .topRight .rightInner .setArea .money dl dt { font-size:12px; color:#9aa4bf; margin:8px 0 0 0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li { margin:20px 0 0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li:first-child { margin:0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li a { font-size:13px; color:#fff; line-height:13px; padding:0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li a:hover { text-decoration: underline; color:#4ff461; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li a .iconfont { color:#616a82; width:30px; display:inline-block; position:relative; font-size:20px; }
#header .headerInner .topRight .rightInner .setArea .logout { padding:0; border-radius:10px; background:#7750f8; color:#fff; font-size:12px; font-family:"a3"; line-height:40px; display:block; margin:22px 0 0; text-align: center; }
#header .headerInner .topRight .rightInner .setArea .logout:hover { background:#5753e4; }

#header .headerInner .topRight .rightInner .alarmArea {display:none; position:absolute; top:65px; right:85px; border-radius:10px; overflow:hidden; width:300px; }
#header .headerInner .topRight .rightInner .alarmArea ul li { position:relative; height:50px; line-height:50px; color:#fff; background:#1d2333; }
#header .headerInner .topRight .rightInner .alarmArea ul li:nth-child(2n) { background:#21283b; }
#header .headerInner .topRight .rightInner .alarmArea ul li .title { font-family:"a3"; display:inline-block; width:calc(100% - 100px); padding:0 0 0 20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top;}
#header .headerInner .topRight .rightInner .alarmArea ul li a.answer { font-family:"a3"; padding:0; position:absolute; right:15px; top:50%; transform: translateY(-50%); color:#949eb8; font-size:12px; line-height:inherit; }
#header .headerInner .topRight .rightInner .alarmArea ul li a.answer .iconfont { color:#4ff461; margin-right:2px; font-size:16px; }
#header .headerInner .topRight .rightInner .alarmArea .lookAll { display:block; height:50px; line-height:50px; color:#fff; font-size:14px; font-family:"a3"; text-align: center; background:#7750f8; }

#container #leftArea { display:none; z-index:100; position:fixed; left:0; top:80px; width:80px; height:100%; background:#1d2333; }
#container #leftArea > div { height:100%; }
#container #leftArea .leftMenu { margin:35px 0 0; height:calc(100% - 195px);}
#container #leftArea .leftMenu li { margin:0 0 25px; text-align: center;}
#container #leftArea .leftMenu li a { position:relative; display:inline-block; width:50px; height:50px; line-height:50px; border-radius:10px; }
#container #leftArea .leftMenu li a.profile { display:inline-block; width:55px; height:61px; line-height:61px; background:url(../images/common/profile_bg.png) no-repeat; position:relative; }
#container #leftArea .leftMenu li a.profile:hover { background:url(../images/common/profile_bg.png) no-repeat; }
#container #leftArea .leftMenu li a.profile:hover .iconfont { color:#616a82 }
#container #leftArea .leftMenu li a.profile .level { position:absolute; bottom:2px; right:0; width:20px; height:23px; background:url(../images/common/level_bg.png) no-repeat; line-height:23px; color:#ffffff; font-family:"a3"; font-size:12px; }

#container #leftArea .leftMenu li a span { color:#616a82; }
#container #leftArea .leftMenu li a .name { display:none; opacity:0; position:absolute; right:-80px; top:50%; transform: translateY(-50%); width:65px; height:25px; line-height:25px; border-radius:13px; background: #293249; color:#fff; font-size:12px;transition:all 0.5s;}
#container #leftArea .leftMenu li a .name.special { display:inline-block; width:75px; right:-90px; }
#container #leftArea .leftMenu li a:hover { background:#293249; }
#container #leftArea .leftMenu li a:hover span { color:#4ff461; }
#container #leftArea .leftMenu li a:hover .name { opacity:1; color:#fff; right:-68px; }
#container #leftArea .leftMenu li a:hover .name.special { right:-78px; }
#container #leftArea:hover .leftMenu li a .name { display:block; }
#container #leftArea .leftFold { z-index:1; position:relative; display:block; height:80px; line-height:80px; background:#293249; text-align: center; }
#container #leftArea .leftFold .iconfont { color:#5a637b; font-size:22px; }
#container #rightArea { display:none; z-index:100; position:fixed; right:0; top:80px; width:80px; height:100%; background:#1d2333; }
#container #rightArea > div { height:100%; }
#container #rightArea .btnMenu { display: flex; width: 100%; height: calc(100% - 160px);  align-items: center;justify-content: center;}
#container #rightArea .btnMenu .iconfont { color:#464e62; transform: rotate(90deg); }
#container #rightArea .btnCart { display: flex; width: 100%; height: 80px;  align-items: center;justify-content: center; background:#40d04f;}
#container #rightArea .btnCart .iconfont { color:#fff; }

body.bLogin #container #leftArea,
body.bLogin #container #rightArea { display:none; }

#container #content { width:1200px; margin:35px auto; }
#container #content:after { content:""; clear:both; display:block; }
#container #content .ctLeft { float:left; width:890px; }
#container #content .ctRight { float:right; width:285px; }
#container #content .ctRight .login { border-radius:10px; background:#1d2333; margin:0 0 15px; overflow:hidden; }
#container #content .ctRight .login .loginTop { padding:25px 20px 20px; }
#container #content .ctRight .login .loginTop .title { margin: 0 0 15px; font-family:"a3"; color:#ffffff; font-size:15px; }

#container #content .ctRight .login .loginTop .inputArea { border:1px solid #3f485f; border-radius:10px; overflow:hidden; }
#container #content .ctRight .login .loginTop .inputArea .id,
#container #content .ctRight .login .loginTop .inputArea .pass { height:40px; }
#container #content .ctRight .login .loginTop .inputArea .id input,
#container #content .ctRight .login .loginTop .inputArea .pass input { width:calc(100% - 60px); background:#1d2333; border:0; outline:0; font-size:12px; height:38px; color:#fff; }
#container #content .ctRight .login .loginTop .inputArea .id input::placeholder,
#container #content .ctRight .login .loginTop .inputArea .pass input::placeholder { color:#9aa4bf; }
#container #content .ctRight .login .loginTop .inputArea .id .iconfont,
#container #content .ctRight .login .loginTop .inputArea .pass .iconfont { font-size:22px; line-height:40px; width: 42px;display: inline-block;text-align: center;color: #8e97b1;}
#container #content .ctRight .login .loginTop .inputArea .id{ border-bottom: 1px solid #3f485f;}
#container #content .ctRight .login .loginTop .inputArea .on .iconfont { color:#fff; }
#container #content .ctRight .login .loginTop .autoLogin { margin:12px 0 14px; }
#container #content .ctRight .login .loginTop .autoLogin label input { display:none; }
#container #content .ctRight .login .loginTop .autoLogin label { color:#8b94ae; }
#container #content .ctRight .login .loginTop .autoLogin label .iconfont.checked { display:none; }
#container #content .ctRight .login .loginTop .autoLogin label.checked .iconfont { display:none; }
#container #content .ctRight .login .loginTop .autoLogin label.checked .iconfont.checked { display:inline-block; color:#fd4350;}
#container #content .ctRight .login .loginTop .autoLogin .text{ color:#9aa4bf; font-size:12px; }
#container #content .ctRight .login .loginTop #subLogin { cursor:pointer; width:100%; height:50px; line-height:50px; color:#fff; font-size:16px; border-radius:10px; background:#7750f8; text-align: center;}
#container #content .ctRight .login .loginTop #subLogin:hover { background:#5753e4; }

#container #content .ctRight .login .loginTop .memInfo { text-align: center; margin:0 0 30px; }
#container #content .ctRight .login .loginTop a.profile { display:inline-block; width:55px; height:61px; line-height:61px; background:url(../images/common/profile_bg.png) no-repeat; position:relative; text-align: center;}
#container #content .ctRight .login .loginTop a.profile:hover { background:url(../images/common/profile_bg.png) no-repeat; }
#container #content .ctRight .login .loginTop a.profile:hover .iconfont { color:#616a82 }
#container #content .ctRight .login .loginTop a.profile .level { position:absolute; bottom:2px; right:0; width:20px; height:23px; background:url(../images/common/level_bg.png) no-repeat; line-height:23px; color:#ffffff; font-family:"a3"; font-size:12px; }
#container #content .ctRight .login .loginTop .memInfo .name { color:#9aa4bf; font-size:15px; margin:15px 0 13px; font-family:"a3"; }
#container #content .ctRight .login .loginTop .memInfo .name .white { color:#fff; }
#container #content .ctRight .login .loginTop .memInfo a.logout { width:55px; line-height: 20px; text-align: center; color:#fff; border-radius:5px; background:#9aa4bf; font-size:12px; font-family: "a3"; }
#container #content .ctRight .login .loginTop .memInfo a.logout:hover { opacity:0.8; }
#container #content .ctRight .login .loginTop .money { }
#container #content .ctRight .login .loginTop .money dl { position:relative; padding:0; text-align: center; color:#fff; font-family:"a3"; font-size: 12px; }
#container #content .ctRight .login .loginTop .money dl.first:after { content:""; position:absolute; width:2px; height:18px; background:#262d3e; right:-2px; top:-2px; }
#container #content .ctRight .login .loginTop .money dl dt { font-family:"a1"; color:#9aa4bf; margin:7px 0 0; }

#container #content .ctRight .login .logBottom { padding:0 25px; height:55px; line-height:55px; border-top:1px solid #2f3749; background:#21283b; font-size:0; }
#container #content .ctRight .login .logBottom a { display:inline-block; margin-top:9px; font-size:12px; color:#9aa4bf; font-family:"a3"; width:115px; height:35px; line-height:35px; text-align: center; border-radius:10px;} 
#container #content .ctRight .login .logBottom a .iconfont { color:#475066; transition: all 0.3s; }
#container #content .ctRight .login .logBottom a:hover { background:#293249; color:#fff; }
#container #content .ctRight .login .logBottom a:hover .iconfont { color:#4ff461; }
#container #content .ctRight .login .logBottom a.btnCash { width:112px; background:#7750f8; color:#fff;border-radius:10px; }
#container #content .ctRight .login .logBottom a.btnCash:hover { background:#5753e4; }
#container #content .ctRight .login .logBottom a.btnCash.cashout { float:right; background:#40d04f;  }
#container #content .ctRight .login .logBottom a.btnCash.cashout:hover { background:#4ae95b; }
#container #content .ctRight .telegram { margin:0 0 15px; }
#container #content .ctRight .telegram a { display:block; border-radius:10px; overflow:hidden; }
#container #content .ctRight .telegram a img { max-width:100%; }
#container #content .ctRight .chatArea { border-radius:10px; overflow:hidden; font-size:0; }
#container #content .ctRight .chatting { margin:0 0 15px; border-radius:10px; background:#1d2333; overflow:hidden; }
#container #content .ctRight .chatting h3.title { height:55px; line-height:55px; border-bottom:1px solid #2f3749; background:#21283b; text-align: center; font-family:"a3"; font-size:14px; color:#ffffff; }
#container #content .ctRight .chatting h3.title .count { color:#40d04f; font-size:12px; padding:5px; height:22px; color:#40d04f; border-radius:5px; background:#161b28; }

#container #content .ctRight .chatting .ctChat ul { padding:15px 0 0 15px; height:415px; overflow-y:auto; }
#container #content .ctRight .chatting .ctChat ul li { position:relative; min-height:26px; padding:0 10px 0 30px;  margin:0 0 5px; font-size:0; }
#container #content .ctRight .chatting .ctChat ul li img { position:absolute; left:0; top:0; width:26px; height:23px; margin:0 5px 0 0; }
#container #content .ctRight .chatting .ctChat ul li .name { color:#40d04f; font-size:12px; }
#container #content .ctRight .chatting .ctChat ul li .message { color:#fff; font-size:12px; line-height:20px; }
#container #content .ctRight .chatting .send { padding:0 15px; margin:15px 0 20px; }
#container #content .ctRight .chatting .send .inpChat { padding:0 15px; font-size:12px; width:calc(100% - 50px); background:#373f53; color:#fff; border-radius:10px; height:40px; border:0; outline:0; }
#container #content .ctRight .chatting .send .btnSend { float:right; width:45px; height:40px; line-height:40px;  background:#7750f8; border-radius:10px; color:#fff; font-size:12px; text-align: center; }
#container #content .ctRight .chatting .send .btnSend:hover { background:#5753e4; }
#container #content .ctRight .DNMode { background:#1d2333; border-radius:12px; overflow:hidden;}
#container #content .ctRight .DNMode .infoWrap { padding:0 25px 25px; }
#container #content .ctRight .DNMode .thumbnail img{ width:100%; }
#container #content .ctRight .DNMode p.info { color:#fff; font-size:14px; margin:20px 0 10px; }
#container #content .ctRight .DNMode p.info.small { font-size:12px; margin:0 0 20px; }
#container #content .ctRight .DNMode p.info.small .blue2 { color:#00e2cb; }
#container #content .ctRight .DNMode .btnDayNight { display:block; border:1px solid #3f485f; border-radius:12px; font-size:12px; font-family:"a3"; text-align: center; height:50px; line-height:48px; color:#9aa4bf;}
#container #content .ctRight .DNMode .btnDayNight .iconfont { position:relative; top:-1px; color:#475066; margin:0 5px 0 0; }
#container #content .ctRight .DNMode .btnDayNight:hover .iconfont { color:#ffc700; }

#footer { background:#1d2333; border-top:1px solid #2f3749;}
#footer .footInner { width:1200px; margin:0 auto; }
#footer .footInner .footTop { padding:20px 0; height:125px; }
#footer .footInner .footTop ul { margin-left:-35px; }
#footer .footInner .footTop ul li { padding:0 0 0 35px; }
#footer .footInner .footTop ul li a { position:relative; display:block; padding:0 0 0 175px;} 
#footer .footInner .footTop ul li a .thumb { position:absolute; left:0; top:0; width:160px; height:86px; overflow:hidden; border-radius:12px; }
#footer .footInner .footTop ul li a img { transition: all 0.3s;}
#footer .footInner .footTop ul li a img:hover { transform: scale(1.2); }
#footer .footInner .footTop ul li a .engTitle { color:#4ff461; font-size:12px; padding:5px 0 0 0; }
#footer .footInner .footTop ul li a .title { color:#ffffff; font-size:14px; padding:8px 0 10px; font-family:"a3"}
#footer .footInner .footTop ul li a .produce { color:#9aa4bf; font-size:12px; line-height:14px; }
#footer .footInner .footMiddle { position:relative; height:50px; border:1px solid #2f3749; overflow:hidden; border-left:0; border-right:0;}
#footer .footInner .footMiddle h3 { display:inline-block; width:70px; color:#4ff461; line-height:50px; vertical-align: top; }
#footer .footInner .footMiddle .noticeSwiper { display:inline-block; width:calc(100% - 260px); height:50px; line-height:50px; }
#footer .footInner .footMiddle .noticeSwiper li a { color:#fff; max-width:100%; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
#footer .footInner .footMiddle .noticeSwiper li a h6{ max-width:100%; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
#footer .footInner .footMiddle a.viewAll { position:absolute; right:0; top:17px; color:#9aa4bf; }
#footer .footInner .footBottom { padding:30px 0 40px; font-size:12px; color:#9aa4bf;  line-height:20px;}
#footer .footInner .footBottom .copy { color:#fff; }
#quick { position:fixed; right:100px; bottom:15px; }
#quick a { display:inline-block; height:45px; line-height:45px; text-align: center; background:#1d2333; font-size:12px; color:#ffffff; border-radius:23px; }
#quick a:hover .iconfont{ color:#ffc700 !important; }
#quick .btnDayNight { padding:0 20px; }
#quick .btnDayNight .iconfont { color:#fff; }
#quick .btnTop { width:45px; display:none; }
#quick .btnTop .iconfont { color:#9aa4bf; }

.leftQuick,
.rightQuick{ display:none; position:absolute; left:calc(50% - 720px); top:110px; width:100px; }
.rightQuick{ left:auto; right:calc(50% - 720px);}
.leftQuick a,
.rightQuick a { display:inline-block; margin:0 0 10px; }
.leftQuick img,
.rightQuick img { max-width:100%; border-radius:12px; overflow:hidden; }

/* body.bLogin #quick { right:20px; } */


/* light mode */
body.day { background:#f8f8fb; }
body.day .betscroll::-webkit-scrollbar-thumb{	background-color: #dedfea;}
body.day .betscroll::-webkit-scrollbar-track{	background-color: #f5f5fa;}
body.day #header { background:#615dfa; }
body.day #header .headerInner .topRight a.setting:after { background:#7a77fd; }
#header .headerInner .topCenter .topCate li a.first { padding-left:0; }
body.day #header .headerInner .topCenter .topCate li a > .iconfont { color:#8b88ff; }
body.day #header .headerInner .topCenter .topSearch,
body.day #header .headerInner .topCenter .topSearch input { background:#4e4ac8; }
#header .headerInner .topCenter .topSearch form { font-size:0; }
body.day #header .headerInner .topCenter .topCate li .depth2 { background:#fff; }
body.day #header .headerInner .topCenter .topCate li .depth2 li a { color:#3e3f5e; }
body.day #header .headerInner .topCenter .topCate li .depth2 li a:hover,
body.day #header .headerInner .topCenter .topCate li .depth2 li a.active { color:#615dfa; }
body.day #header .headerInner .topRight .rightInner .setArea { background:#fff; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); }
body.day #header .headerInner .topRight .rightInner .setArea .proArea .name { color:#3e3f5e; }
body.day #header .headerInner .topRight .rightInner .setArea .money dl dd { color:#3e3f5e; font-family:"a3";}
body.day #header .headerInner .topRight .rightInner .setArea .infoMenu li a { color:#3e3f5e; font-family: "a3"; }
body.day #header .headerInner .topRight .rightInner .setArea .infoMenu li a .iconfont { color:#adafca; }
body.day #header #header .headerInner .topRight .rightInner .setArea .logout { background:#7750f8; }
body.day #header #header .headerInner .topRight .rightInner .setArea .logout:hover { background:#615dfa; }
body.day #header .headerInner .topRight .rightInner .setArea .proArea .profile {
  background: url(../images/common/profile_bg_day.png) no-repeat;
  background-position: 1px 0px;
  background-size: 100%;
}
body.day #header .headerInner .topRight .rightInner .setArea .proArea .profile .level {
  background: url(../images/common/level_bg_day.png) no-repeat;
}
body.day #header .headerInner .topRight .rightInner .setArea .money dl:first-child:after { background:#eaeaf5; }
body.day #header .headerInner .topRight .rightInner .alarmArea { background:#fff; box-shadow:0 0 40px 0 rgb(94 92 154 / 10%); }
body.day #header .headerInner .topRight .rightInner .alarmArea ul li { background:#fff; color:#3e3f5e; }
body.day #header .headerInner .topRight .rightInner .alarmArea ul li:nth-child(2n) { background:#fafafb; }
body.day #header .headerInner .topRight .rightInner .alarmArea ul li a.answer { color:#3e3f5e; }
body.day #header .headerInner .topRight .rightInner .alarmArea ul li a.answer .iconfont { color:#23d2e2; }
body.day #header .headerInner .topRight a.notice.hasNotice:after { -webkit-animation:darkback 2s infinite linear; }

body.day #container #rightArea,
body.day #container #leftArea { background:#fff; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); }
body.day #container #leftArea .leftFold { background:#adafca; }
body.day #container #leftArea .leftFold .iconfont { color:#fff; }
body.day #container #leftArea .leftMenu li a:hover { background:#fff; box-shadow:3px 5px 20px 0 rgb(94 92 154 / 12%); }
body.day #container #leftArea .leftMenu li a.profile:hover { background:url(../images/common/profile_bg_day.png) no-repeat; background-position:1px 0px; box-shadow: none; color:#adafca; }
body.day #container #leftArea .leftMenu li a span { color:#adafca; }
body.day #container #leftArea .leftMenu li a:hover span.iconfont { color:#00c7d9; }
body.day #container #leftArea .leftMenu li a .name { background:#3e3f5e; }
body.day #container #leftArea .leftMenu li a.profile { background:url(../images/common/profile_bg_day.png) no-repeat; background-position:1px 0px; }
body.day #container #leftArea .leftMenu li a.profile .level { background:url(../images/common/level_bg_day.png) no-repeat; }
body.day #container #rightArea .btnCart { background:#23d2e2; }
body.day #container #rightArea .btnMenu .iconfont { color:#cecfdf; }
body.day #container #content .ctRight .login,
body.day #container #content .ctRight .chatting,
body.day #container #content .ctRight .DNMode { background:#fff; }
body.day #container #content .ctRight .chatArea { box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); }
body.day #container #content .ctRight .login .loginTop .autoLogin label.checked .iconfont.checked { color:#23d2e2; }
body.day #container #content .ctRight .login .loginTop a.profile { background:url(../images/common/profile_bg_day.png) no-repeat; background-position: 1px 0px; }
body.day #container #content .ctRight .login .loginTop a.profile .level { background:url(../images/common/level_bg_day.png) no-repeat; }
body.day #container #content .ctRight .login .loginTop .title { color:#3e3f5e; }
body.day #container #content .ctRight .login .loginTop .inputArea { border:1px solid #dedeea; }
body.day #container #content .ctRight .login .loginTop .inputArea .id { border-bottom:1px solid #dedeea; }
body.day #container #content .ctRight .login .loginTop .inputArea .on .iconfont { color:#000; }
body.day #container #content .ctRight .login .loginTop #subLogin { background:#615dfa; }
body.day #container #content .ctRight .login .loginTop #subLogin:hover { background:#5753e4; }
body.day #container #content .ctRight .login .logBottom a:hover { background:#fff; color:#3e3f5e; box-shadow: 3px 5px 20px 0 rgb(94 92 154 / 10%); }
body.day #container #content .ctRight .login .logBottom a:hover .iconfont { color:#23d2e2; }
body.day #container #content .ctRight .login .logBottom { background:#fbfbfc; border-top:1px solid #eaeaf5; }
body.day #container #content .ctRight .login .logBottom a { color:#adafcd; } 
body.day #container #content .ctRight .login .logBottom a .iconfont { color:#cdcede; } 
body.day #container #content .ctRight .login .logBottom a.cashin,
body.day #container #content .ctRight .login .logBottom a.cashout { color:#fff; }
body.day #container #content .ctRight .login .logBottom a.cashin:hover { background:#5753e4; }
body.day #container #content .ctRight .login .logBottom a.cashout:hover { background:#4ae95b; }
body.day #container #content .ctRight .login .loginTop .money dl.first:after { background:#f5f5fa; }
body.day #container #content .ctRight .login .loginTop .memInfo .name .white,
body.day #container #content .ctRight .login .loginTop .money dl { color:#3e3f5e; }
body.day #container #content .ctRight .chatting h3.title { background:#fff; border-bottom:1px solid #eaeaf5; color:#3e3f5e; }
body.day #container #content .ctRight .chatting h3.title .count { background:#1df377; color:#fff; }
body.day #container #content .ctRight .login .loginTop .inputArea .id input, 
body.day #container #content .ctRight .login .loginTop .inputArea .pass input { background:#fff; color:#000; }
body.day #container #content .ctRight .chatting .ctChat ul li .name { color:#615dfa; }
body.day #container #content .ctRight .chatting .ctChat ul li .message { color:#3e3f5e; }
body.day #container #content .ctRight .chatting .send .inpChat { background:#f5f5fa; color:#000; }
body.day #container #content .ctRight .chatting .send .btnSend { background:#23d2e2; }
body.day #container #content .ctRight .chatting .send .btnSend:hover { background:#20a5b1; }
body.day #container #content .ctRight .DNMode .btnDayNight { background:#ffffff; color:#5e6266; border:1px solid #dedeea; }
body.day #container #content .ctRight .DNMode .btnDayNight .iconfont { color:#475066; }
body.day #container #content .ctRight .DNMode .btnDayNight:hover .iconfont { color:#ffc700; }
body.day #container #content .ctRight .DNMode p.info { margin:15px 0 10px; color:#3e3f5e; }
body.day #container #content .ctRight .DNMode p.info.small { margin:0 0 20px;  color:#3e3f5e; }
body.day #container #content .ctRight .login .logBottom a.btnCash.cashout { background:#23d2e2; }
body.day #container #content .ctRight .login .logBottom a.btnCash.cashout:hover { background:#1bc5d4; }
body.day #container #content .ctRight .login .logBottom a.btnCash.cashin { background:#615dfa; }
body.day #container #content .ctRight .login .logBottom a.btnCash.cashin:hover { background:#603fd0; }
body.day #quick a { background:#ffffff; color:#5e6266; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%);}
body.day #quick a .iconfont { color:#5e6266; }
body.day #footer { background:#fff; border-top:1px solid #eaeaf5; }
body.day #footer .footInner .footTop ul li a .title { color:#3e3f5e; }
body.day #footer .footInner .footTop ul li a .engTitle { color:#58c464; }
body.day #footer .footInner .footMiddle { border:1px solid #eaeaf5; border-left:0; border-right:0; }
body.day #footer .footInner .footMiddle .noticeSwiper li a { color:#585974; }
body.day #footer .footInner .footMiddle h3 { color:#58c464; }
body.day #footer .footInner .footBottom .copy { color:#585974; }
body.day .icoDay { display:none; }
body.day .icoNight { display:inline-block; }
body.day .btnDay { display:none !important; }
body.day .btnNight { display:block !important; }
body.day #quick .btnNight { display:inline-block !important; }
body .btnNight { display:none !important; }
body .icoNight { display:none; }
@-webkit-keyframes darkback {
  0% {
      background:#7750f8;
      box-shadow: 0 0 20px 5px #7750f8;
  }
  50% {
      background:#40d04f;
      box-shadow: 0 0 20px 5px #40d04f;
  }
  100% {
      background:#7750f8;
      box-shadow: 0 0 20px 5px #7750f8;
  }
}
@-webkit-keyframes lightback {
  0% {
      background:#615dfa;
      box-shadow: 0 0 20px 5px #615dfa;
  }
  50% {
      background:#23d2e2;
      box-shadow: 0 0 20px 5px #23d2e2;
  }
  100% {
      background:#615dfa;
      box-shadow: 0 0 20px 5px #615dfa;
  }
}


.inlineGrid2 { margin-left:-10px; font-size:0; }
.inlineGrid2 > * { display:inline-block; width:calc(100% / 2 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid3 { margin-left:-10px; font-size:0; }
.inlineGrid3 > * { display:inline-block; width:calc(100% / 3 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid4 { margin-left:-10px; font-size:0; }
.inlineGrid4 > * { display:inline-block; width:calc(100% / 4 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid5 { margin-left:-10px; font-size:0; }
.inlineGrid5 > * { display:inline-block; width:calc(100% / 5 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid6 { margin-left:-10px; font-size:0; }
.inlineGrid6 > * { display:inline-block; width:calc(100% / 6 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }

.flexGrid2,
.flexGrid3,
.flexGrid4,
.flexGrid5,
.flexGrid6,
.flexGrid7 { display: flex; flex-wrap: wrap; align-items:flex-start; justify-content:flex-start; }
.flexGrid2 > *:nth-child(2n),
.flexGrid3 > *:nth-child(3n),
.flexGrid4 > *:nth-child(4n),
.flexGrid5 > *:nth-child(5n),
.flexGrid6 > *:nth-child(6n),
.flexGrid7 > *:nth-child(7n) { padding-right:0 !important; }
.flexGrid2 > * { width:50%; padding:0 10px 10px 0; }
.flexGrid3 > * { width:calc(100% / 3); padding:0 10px 10px 0; }
.flexGrid4 > * { width:25%; padding:0 10px 10px 0; }
.flexGrid5 > * { width:20%; padding:0 10px 10px 0; }
.flexGrid6 > * { width:calc(100% / 6); padding:0 10px 10px 0; }
.flexGrid7 > * { width:calc(100% / 7); padding:0 10px 10px 0; }

.mt0{ margin-top:0px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt35{ margin-top:35px !important;}
.mt40{ margin-top:40px !important;}
.mt45{ margin-top:45px !important;}
.mt50{ margin-top:50px !important;}
.mt55{ margin-top:55px !important;}
.mt60{ margin-top:60px !important;}
.mt65{ margin-top:65px !important;}
.mt70{ margin-top:70px !important;}
.mt75{ margin-top:75px !important;}
.mt80{ margin-top:80px !important;}
.mt85{ margin-top:85px !important;}
.mt90{ margin-top:90px !important;}
.mt95{ margin-top:95px !important;}
.mt100{ margin-top:100px !important;}
.mr0{ margin-right:0px !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr35{ margin-right:35px !important;}
.mr40{ margin-right:40px !important;}
.mr45{ margin-right:45px !important;}
.mr50{ margin-right:50px !important;}
.mr55{ margin-right:55px !important;}
.mr60{ margin-right:60px !important;}
.mr65{ margin-right:65px !important;}
.mr70{ margin-right:70px !important;}
.mr75{ margin-right:75px !important;}
.mr80{ margin-right:80px !important;}
.mr85{ margin-right:85px !important;}
.mr90{ margin-right:90px !important;}
.mr95{ margin-right:95px !important;}
.mr100{ margin-right:100px !important;}
.mb0{ margin-bottom:0px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb35{ margin-bottom:35px !important;}
.mb40{ margin-bottom:40px !important;}
.mb45{ margin-bottom:45px !important;}
.mb50{ margin-bottom:50px !important;}
.mb55{ margin-bottom:55px !important;}
.mb60{ margin-bottom:60px !important;}
.mb65{ margin-bottom:65px !important;}
.mb70{ margin-bottom:70px !important;}
.mb75{ margin-bottom:75px !important;}
.mb80{ margin-bottom:80px !important;}
.mb85{ margin-bottom:85px !important;}
.mb90{ margin-bottom:90px !important;}
.mb95{ margin-bottom:95px !important;}
.mb100{ margin-bottom:100px !important;}
.ml0{ margin-left:0px !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml35{ margin-left:35px !important;}
.ml40{ margin-left:40px !important;}
.ml45{ margin-left:45px !important;}
.ml50{ margin-left:50px !important;}
.ml55{ margin-left:55px !important;}
.ml60{ margin-left:60px !important;}
.ml65{ margin-left:65px !important;}
.ml70{ margin-left:70px !important;}
.ml75{ margin-left:75px !important;}
.ml80{ margin-left:80px !important;}
.ml85{ margin-left:85px !important;}
.ml90{ margin-left:90px !important;}
.ml95{ margin-left:95px !important;}
.ml100{ margin-left:100px !important;}
.mtb0{ margin-top:0px !important; margin-bottom:0px !important;}
.mtb5{ margin-top:5px !important; margin-bottom:5px !important;}
.mtb10{ margin-top:10px !important; margin-bottom:10px !important;}
.mtb15{ margin-top:15px !important; margin-bottom:15px !important;}
.mtb20{ margin-top:20px !important; margin-bottom:20px !important;}
.mtb25{ margin-top:25px !important; margin-bottom:25px !important;}
.mtb30{ margin-top:30px !important; margin-bottom:30px !important;}
.mtb35{ margin-top:35px !important; margin-bottom:35px !important;}
.mtb40{ margin-top:40px !important; margin-bottom:40px !important;}
.mtb45{ margin-top:45px !important; margin-bottom:45px !important;}
.mtb50{ margin-top:50px !important; margin-bottom:50px !important;}
.mtb55{ margin-top:55px !important; margin-bottom:55px !important;}
.mtb60{ margin-top:60px !important; margin-bottom:60px !important;}
.mtb65{ margin-top:65px !important; margin-bottom:65px !important;}
.mtb70{ margin-top:70px !important; margin-bottom:70px !important;}
.mtb75{ margin-top:75px !important; margin-bottom:75px !important;}
.mtb80{ margin-top:80px !important; margin-bottom:80px !important;}
.mtb85{ margin-top:85px !important; margin-bottom:85px !important;}
.mtb90{ margin-top:90px !important; margin-bottom:90px !important;}
.mtb95{ margin-top:95px !important; margin-bottom:95px !important;}
.mtb100{ margin-top:100px !important; margin-bottom:100px !important;}
.mtl0{ margin-top:0px !important; margin-left:0px !important;}
.mtl5{ margin-top:5px !important; margin-left:5px !important;}
.mtl10{ margin-top:10px !important; margin-left:10px !important;}
.mtl15{ margin-top:15px !important; margin-left:15px !important;}
.mtl20{ margin-top:20px !important; margin-left:20px !important;}
.mtl25{ margin-top:25px !important; margin-left:25px !important;}
.mtl30{ margin-top:30px !important; margin-left:30px !important;}
.mtl35{ margin-top:35px !important; margin-left:35px !important;}
.mtl40{ margin-top:40px !important; margin-left:40px !important;}
.mtl45{ margin-top:45px !important; margin-left:45px !important;}
.mtl50{ margin-top:50px !important; margin-left:50px !important;}
.mtl55{ margin-top:55px !important; margin-left:55px !important;}
.mtl60{ margin-top:60px !important; margin-left:60px !important;}
.mtl65{ margin-top:65px !important; margin-left:65px !important;}
.mtl70{ margin-top:70px !important; margin-left:70px !important;}
.mtl75{ margin-top:75px !important; margin-left:75px !important;}
.mtl80{ margin-top:80px !important; margin-left:80px !important;}
.mtl85{ margin-top:85px !important; margin-left:85px !important;}
.mtl90{ margin-top:90px !important; margin-left:90px !important;}
.mtl95{ margin-top:95px !important; margin-left:95px !important;}
.mtl100{ margin-top:100px !important; margin-left:100px !important;}
.mtr0{ margin-top:0px !important; margin-right:0px !important;}
.mtr5{ margin-top:5px !important; margin-right:5px !important;}
.mtr10{ margin-top:10px !important; margin-right:10px !important;}
.mtr15{ margin-top:15px !important; margin-right:15px !important;}
.mtr20{ margin-top:20px !important; margin-right:20px !important;}
.mtr25{ margin-top:25px !important; margin-right:25px !important;}
.mtr30{ margin-top:30px !important; margin-right:30px !important;}
.mtr35{ margin-top:35px !important; margin-right:35px !important;}
.mtr40{ margin-top:40px !important; margin-right:40px !important;}
.mtr45{ margin-top:45px !important; margin-right:45px !important;}
.mtr50{ margin-top:50px !important; margin-right:50px !important;}
.mtr55{ margin-top:55px !important; margin-right:55px !important;}
.mtr60{ margin-top:60px !important; margin-right:60px !important;}
.mtr65{ margin-top:65px !important; margin-right:65px !important;}
.mtr70{ margin-top:70px !important; margin-right:70px !important;}
.mtr75{ margin-top:75px !important; margin-right:75px !important;}
.mtr80{ margin-top:80px !important; margin-right:80px !important;}
.mtr85{ margin-top:85px !important; margin-right:85px !important;}
.mtr90{ margin-top:90px !important; margin-right:90px !important;}
.mtr95{ margin-top:95px !important; margin-right:95px !important;}
.mtr100{ margin-top:100px !important; margin-right:100px !important;}
.mbl0{ margin-left:0px !important; margin-bottom:0px !important;}
.mbl5{ margin-left:5px !important; margin-bottom:5px !important;}
.mbl10{ margin-left:10px !important; margin-bottom:10px !important;}
.mbl15{ margin-left:15px !important; margin-bottom:15px !important;}
.mbl20{ margin-left:20px !important; margin-bottom:20px !important;}
.mbl25{ margin-left:25px !important; margin-bottom:25px !important;}
.mbl30{ margin-left:30px !important; margin-bottom:30px !important;}
.mbl35{ margin-left:35px !important; margin-bottom:35px !important;}
.mbl40{ margin-left:40px !important; margin-bottom:40px !important;}
.mbl45{ margin-left:45px !important; margin-bottom:45px !important;}
.mbl50{ margin-left:50px !important; margin-bottom:50px !important;}
.mbl55{ margin-left:55px !important; margin-bottom:55px !important;}
.mbl60{ margin-left:60px !important; margin-bottom:60px !important;}
.mbl65{ margin-left:65px !important; margin-bottom:65px !important;}
.mbl70{ margin-left:70px !important; margin-bottom:70px !important;}
.mbl75{ margin-left:75px !important; margin-bottom:75px !important;}
.mbl80{ margin-left:80px !important; margin-bottom:80px !important;}
.mbl85{ margin-left:85px !important; margin-bottom:85px !important;}
.mbl90{ margin-left:90px !important; margin-bottom:90px !important;}
.mbl95{ margin-left:95px !important; margin-bottom:95px !important;}
.mbl100{ margin-left:100px !important; margin-bottom:100px !important;}
.mbr0{ margin-bottom:0px !important; margin-right:0px !important;}
.mbr5{ margin-bottom:5px !important; margin-right:5px !important;}
.mbr10{ margin-bottom:10px !important; margin-right:10px !important;}
.mbr15{ margin-bottom:15px !important; margin-right:15px !important;}
.mbr20{ margin-bottom:20px !important; margin-right:20px !important;}
.mbr25{ margin-bottom:25px !important; margin-right:25px !important;}
.mbr30{ margin-bottom:30px !important; margin-right:30px !important;}
.mbr35{ margin-bottom:35px !important; margin-right:35px !important;}
.mbr40{ margin-bottom:40px !important; margin-right:40px !important;}
.mbr45{ margin-bottom:45px !important; margin-right:45px !important;}
.mbr50{ margin-bottom:50px !important; margin-right:50px !important;}
.mbr55{ margin-bottom:55px !important; margin-right:55px !important;}
.mbr60{ margin-bottom:60px !important; margin-right:60px !important;}
.mbr65{ margin-bottom:65px !important; margin-right:65px !important;}
.mbr70{ margin-bottom:70px !important; margin-right:70px !important;}
.mbr75{ margin-bottom:75px !important; margin-right:75px !important;}
.mbr80{ margin-bottom:80px !important; margin-right:80px !important;}
.mbr85{ margin-bottom:85px !important; margin-right:85px !important;}
.mbr90{ margin-bottom:90px !important; margin-right:90px !important;}
.mbr95{ margin-bottom:95px !important; margin-right:95px !important;}
.mbr100{ margin-bottom:100px !important; margin-right:100px !important;}

.pt0{ padding-top:0px !important; }
.pt5{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt45{ padding-top:45px !important; }
.pt50{ padding-top:50px !important; }
.pt55{ padding-top:55px !important; }
.pt60{ padding-top:60px !important; }
.pt65{ padding-top:65px !important; }
.pt70{ padding-top:70px !important; }
.pt75{ padding-top:75px !important; }
.pt80{ padding-top:80px !important; }
.pt85{ padding-top:85px !important; }
.pt90{ padding-top:90px !important; }
.pt95{ padding-top:95px !important; }
.pt100{ padding-top:100px !important; }
.pr0{ padding-right:0px !important; }
.pr5{ padding-right:5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }
.pr45{ padding-right:45px !important; }
.pr50{ padding-right:50px !important; }
.pr55{ padding-right:55px !important; }
.pr60{ padding-right:60px !important; }
.pr65{ padding-right:65px !important; }
.pr70{ padding-right:70px !important; }
.pr75{ padding-right:75px !important; }
.pr80{ padding-right:80px !important; }
.pr85{ padding-right:85px !important; }
.pr90{ padding-right:90px !important; }
.pr95{ padding-right:95px !important; }
.pr100{ padding-right:100px !important; }
.pb0{ padding-bottom:0px !important; }
.pb5{ padding-bottom:5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb35{ padding-bottom:35px !important; }
.pb40{ padding-bottom:40px !important; }
.pb45{ padding-bottom:45px !important; }
.pb50{ padding-bottom:50px !important; }
.pb55{ padding-bottom:55px !important; }
.pb60{ padding-bottom:60px !important; }
.pb65{ padding-bottom:65px !important; }
.pb70{ padding-bottom:70px !important; }
.pb75{ padding-bottom:75px !important; }
.pb80{ padding-bottom:80px !important; }
.pb85{ padding-bottom:85px !important; }
.pb90{ padding-bottom:90px !important; }
.pb95{ padding-bottom:95px !important; }
.pb100{ padding-bottom:100px !important; }
.pl0{ padding-left:0px !important; }
.pl5{ padding-left:5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }
.pl45{ padding-left:45px !important; }
.pl50{ padding-left:50px !important; }
.pl55{ padding-left:55px !important; }
.pl60{ padding-left:60px !important; }
.pl65{ padding-left:65px !important; }
.pl70{ padding-left:70px !important; }
.pl75{ padding-left:75px !important; }
.pl80{ padding-left:80px !important; }
.pl85{ padding-left:85px !important; }
.pl90{ padding-left:90px !important; }
.pl95{ padding-left:95px !important; }
.pl100{ padding-left:100px !important; }
.ptl0{ padding-top:0px !important; padding-left:0px !important; }
.ptl5{ padding-top:5px !important; padding-left:5px !important; }
.ptl10{ padding-top:10px !important; padding-left:10px !important; }
.ptl15{ padding-top:15px !important; padding-left:15px !important; }
.ptl20{ padding-top:20px !important; padding-left:20px !important; }
.ptl25{ padding-top:25px !important; padding-left:25px !important; }
.ptl30{ padding-top:30px !important; padding-left:30px !important; }
.ptl35{ padding-top:35px !important; padding-left:35px !important; }
.ptl40{ padding-top:40px !important; padding-left:40px !important; }
.ptl45{ padding-top:45px !important; padding-left:45px !important; }
.ptl50{ padding-top:50px !important; padding-left:50px !important; }
.ptl55{ padding-top:55px !important; padding-left:55px !important; }
.ptl60{ padding-top:60px !important; padding-left:60px !important; }
.ptl65{ padding-top:65px !important; padding-left:65px !important; }
.ptl70{ padding-top:70px !important; padding-left:70px !important; }
.ptl75{ padding-top:75px !important; padding-left:75px !important; }
.ptl80{ padding-top:80px !important; padding-left:80px !important; }
.ptl85{ padding-top:85px !important; padding-left:85px !important; }
.ptl90{ padding-top:90px !important; padding-left:90px !important; }
.ptl95{ padding-top:95px !important; padding-left:95px !important; }
.ptl100{ padding-top:100px !important; padding-left:100px !important; }
.ptr0{ padding-top:0px !important; padding-right:0px !important; }
.ptr5{ padding-top:5px !important; padding-right:5px !important; }
.ptr10{ padding-top:10px !important; padding-right:10px !important; }
.ptr15{ padding-top:15px !important; padding-right:15px !important; }
.ptr20{ padding-top:20px !important; padding-right:20px !important; }
.ptr25{ padding-top:25px !important; padding-right:25px !important; }
.ptr30{ padding-top:30px !important; padding-right:30px !important; }
.ptr35{ padding-top:35px !important; padding-right:35px !important; }
.ptr40{ padding-top:40px !important; padding-right:40px !important; }
.ptr45{ padding-top:45px !important; padding-right:45px !important; }
.ptr50{ padding-top:50px !important; padding-right:50px !important; }
.ptr55{ padding-top:55px !important; padding-right:55px !important; }
.ptr60{ padding-top:60px !important; padding-right:60px !important; }
.ptr65{ padding-top:65px !important; padding-right:65px !important; }
.ptr70{ padding-top:70px !important; padding-right:70px !important; }
.ptr75{ padding-top:75px !important; padding-right:75px !important; }
.ptr80{ padding-top:80px !important; padding-right:80px !important; }
.ptr85{ padding-top:85px !important; padding-right:85px !important; }
.ptr90{ padding-top:90px !important; padding-right:90px !important; }
.ptr95{ padding-top:95px !important; padding-right:95px !important; }
.ptr100{ padding-top:100px !important; padding-right:100px !important; }
.pbl0{ padding-bottom:0px !important; padding-left:0px !important; }
.pbl5{ padding-bottom:5px !important; padding-left:5px !important; }
.pbl10{ padding-bottom:10px !important; padding-left:10px !important; }
.pbl15{ padding-bottom:15px !important; padding-left:15px !important; }
.pbl20{ padding-bottom:20px !important; padding-left:20px !important; }
.pbl25{ padding-bottom:25px !important; padding-left:25px !important; }
.pbl30{ padding-bottom:30px !important; padding-left:30px !important; }
.pbl35{ padding-bottom:35px !important; padding-left:35px !important; }
.pbl40{ padding-bottom:40px !important; padding-left:40px !important; }
.pbl45{ padding-bottom:45px !important; padding-left:45px !important; }
.pbl50{ padding-bottom:50px !important; padding-left:50px !important; }
.pbl55{ padding-bottom:55px !important; padding-left:55px !important; }
.pbl60{ padding-bottom:60px !important; padding-left:60px !important; }
.pbl65{ padding-bottom:65px !important; padding-left:65px !important; }
.pbl70{ padding-bottom:70px !important; padding-left:70px !important; }
.pbl75{ padding-bottom:75px !important; padding-left:75px !important; }
.pbl80{ padding-bottom:80px !important; padding-left:80px !important; }
.pbl85{ padding-bottom:85px !important; padding-left:85px !important; }
.pbl90{ padding-bottom:90px !important; padding-left:90px !important; }
.pbl95{ padding-bottom:95px !important; padding-left:95px !important; }
.pbl100{ padding-bottom:100px !important; padding-left:100px !important; }
.pbr0{ padding-bottom:0px !important; padding-right:0px !important; }
.pbr5{ padding-bottom:5px !important; padding-right:5px !important; }
.pbr10{ padding-bottom:10px !important; padding-right:10px !important; }
.pbr15{ padding-bottom:15px !important; padding-right:15px !important; }
.pbr20{ padding-bottom:20px !important; padding-right:20px !important; }
.pbr25{ padding-bottom:25px !important; padding-right:25px !important; }
.pbr30{ padding-bottom:30px !important; padding-right:30px !important; }
.pbr35{ padding-bottom:35px !important; padding-right:35px !important; }
.pbr40{ padding-bottom:40px !important; padding-right:40px !important; }
.pbr45{ padding-bottom:45px !important; padding-right:45px !important; }
.pbr50{ padding-bottom:50px !important; padding-right:50px !important; }
.pbr55{ padding-bottom:55px !important; padding-right:55px !important; }
.pbr60{ padding-bottom:60px !important; padding-right:60px !important; }
.pbr65{ padding-bottom:65px !important; padding-right:65px !important; }
.pbr70{ padding-bottom:70px !important; padding-right:70px !important; }
.pbr75{ padding-bottom:75px !important; padding-right:75px !important; }
.pbr80{ padding-bottom:80px !important; padding-right:80px !important; }
.pbr85{ padding-bottom:85px !important; padding-right:85px !important; }
.pbr90{ padding-bottom:90px !important; padding-right:90px !important; }
.pbr95{ padding-bottom:95px !important; padding-right:95px !important; }
.pbr100{ padding-bottom:100px !important; padding-right:100px !important; }

.childmt0 > * { margin-top:0px !important; }
.childmt5 > * { margin-top:5px !important; }
.childmt10 > * { margin-top:10px !important; }
.childmt15 > * { margin-top:15px !important; }
.childmt20 > * { margin-top:20px !important; }
.childmt25 > * { margin-top:25px !important; }
.childmt30 > * { margin-top:30px !important; }
.childmt35 > * { margin-top:35px !important; }
.childmt40 > * { margin-top:40px !important; }
.childmt45 > * { margin-top:45px !important; }
.childmt50 > * { margin-top:50px !important; }
.childmt55 > * { margin-top:55px !important; }
.childmt60 > * { margin-top:60px !important; }
.childmt65 > * { margin-top:65px !important; }
.childmt70 > * { margin-top:70px !important; }
.childmt75 > * { margin-top:75px !important; }
.childmt80 > * { margin-top:80px !important; }
.childmt85 > * { margin-top:85px !important; }
.childmt90 > * { margin-top:90px !important; }
.childmt95 > * { margin-top:95px !important; }
.childmt100 > * { margin-top:100px !important; }
.childmr0 > * { margin-right:0px !important; }
.childmr5 > * { margin-right:5px !important; }
.childmr10 > * { margin-right:10px !important; }
.childmr15 > * { margin-right:15px !important; }
.childmr20 > * { margin-right:20px !important; }
.childmr25 > * { margin-right:25px !important; }
.childmr30 > * { margin-right:30px !important; }
.childmr35 > * { margin-right:35px !important; }
.childmr40 > * { margin-right:40px !important; }
.childmr45 > * { margin-right:45px !important; }
.childmr50 > * { margin-right:50px !important; }
.childmr55 > * { margin-right:55px !important; }
.childmr60 > * { margin-right:60px !important; }
.childmr65 > * { margin-right:65px !important; }
.childmr70 > * { margin-right:70px !important; }
.childmr75 > * { margin-right:75px !important; }
.childmr80 > * { margin-right:80px !important; }
.childmr85 > * { margin-right:85px !important; }
.childmr90 > * { margin-right:90px !important; }
.childmr95 > * { margin-right:95px !important; }
.childmr100 > * { margin-right:100px !important; }
.childmb0 > * { margin-bottom:0px !important; }
.childmb5 > * { margin-bottom:5px !important; }
.childmb10 > * { margin-bottom:10px !important; }
.childmb15 > * { margin-bottom:15px !important; }
.childmb20 > * { margin-bottom:20px !important; }
.childmb25 > * { margin-bottom:25px !important; }
.childmb30 > * { margin-bottom:30px !important; }
.childmb35 > * { margin-bottom:35px !important; }
.childmb40 > * { margin-bottom:40px !important; }
.childmb45 > * { margin-bottom:45px !important; }
.childmb50 > * { margin-bottom:50px !important; }
.childmb55 > * { margin-bottom:55px !important; }
.childmb60 > * { margin-bottom:60px !important; }
.childmb65 > * { margin-bottom:65px !important; }
.childmb70 > * { margin-bottom:70px !important; }
.childmb75 > * { margin-bottom:75px !important; }
.childmb80 > * { margin-bottom:80px !important; }
.childmb85 > * { margin-bottom:85px !important; }
.childmb90 > * { margin-bottom:90px !important; }
.childmb95 > * { margin-bottom:95px !important; }
.childmb100 > * { margin-bottom:100px !important; }
.childml0 > * { margin-bottom:0px !important; }
.childml5 > * { margin-bottom:5px !important; }
.childml10 > * { margin-bottom:10px !important; }
.childml15 > * { margin-bottom:15px !important; }
.childml20 > * { margin-bottom:20px !important; }
.childml25 > * { margin-bottom:25px !important; }
.childml30 > * { margin-bottom:30px !important; }
.childml35 > * { margin-bottom:35px !important; }
.childml40 > * { margin-bottom:40px !important; }
.childml45 > * { margin-bottom:45px !important; }
.childml50 > * { margin-bottom:50px !important; }
.childml55 > * { margin-bottom:55px !important; }
.childml60 > * { margin-bottom:60px !important; }
.childml65 > * { margin-bottom:65px !important; }
.childml70 > * { margin-bottom:70px !important; }
.childml75 > * { margin-bottom:75px !important; }
.childml80 > * { margin-bottom:80px !important; }
.childml85 > * { margin-bottom:85px !important; }
.childml90 > * { margin-bottom:90px !important; }
.childml95 > * { margin-bottom:95px !important; }
.childml100 > * { margin-bottom:100px !important; }
.childpt0 > * { padding-top:0px !important; }
.childpt5 > * { padding-top:5px !important; }
.childpt10 > * { padding-top:10px !important; }
.childpt15 > * { padding-top:15px !important; }
.childpt20 > * { padding-top:20px !important; }
.childpt25 > * { padding-top:25px !important; }
.childpt30 > * { padding-top:30px !important; }
.childpt35 > * { padding-top:35px !important; }
.childpt40 > * { padding-top:40px !important; }
.childpt45 > * { padding-top:45px !important; }
.childpt50 > * { padding-top:50px !important; }
.childpt55 > * { padding-top:55px !important; }
.childpt60 > * { padding-top:60px !important; }
.childpt65 > * { padding-top:65px !important; }
.childpt70 > * { padding-top:70px !important; }
.childpt75 > * { padding-top:75px !important; }
.childpt80 > * { padding-top:80px !important; }
.childpt85 > * { padding-top:85px !important; }
.childpt90 > * { padding-top:90px !important; }
.childpt95 > * { padding-top:95px !important; }
.childpt100 > * { padding-top:100px !important; }
.childpr0 > * { padding-right:0px !important; }
.childpr5 > * { padding-right:5px !important; }
.childpr10 > * { padding-right:10px !important; }
.childpr15 > * { padding-right:15px !important; }
.childpr20 > * { padding-right:20px !important; }
.childpr25 > * { padding-right:25px !important; }
.childpr30 > * { padding-right:30px !important; }
.childpr35 > * { padding-right:35px !important; }
.childpr40 > * { padding-right:40px !important; }
.childpr45 > * { padding-right:45px !important; }
.childpr50 > * { padding-right:50px !important; }
.childpr55 > * { padding-right:55px !important; }
.childpr60 > * { padding-right:60px !important; }
.childpr65 > * { padding-right:65px !important; }
.childpr70 > * { padding-right:70px !important; }
.childpr75 > * { padding-right:75px !important; }
.childpr80 > * { padding-right:80px !important; }
.childpr85 > * { padding-right:85px !important; }
.childpr90 > * { padding-right:90px !important; }
.childpr95 > * { padding-right:95px !important; }
.childpr100 > * { padding-right:100px !important; }
.childpb0 > * { padding-bottom:0px !important; }
.childpb5 > * { padding-bottom:5px !important; }
.childpb10 > * { padding-bottom:10px !important; }
.childpb15 > * { padding-bottom:15px !important; }
.childpb20 > * { padding-bottom:20px !important; }
.childpb25 > * { padding-bottom:25px !important; }
.childpb30 > * { padding-bottom:30px !important; }
.childpb35 > * { padding-bottom:35px !important; }
.childpb40 > * { padding-bottom:40px !important; }
.childpb45 > * { padding-bottom:45px !important; }
.childpb50 > * { padding-bottom:50px !important; }
.childpb55 > * { padding-bottom:55px !important; }
.childpb60 > * { padding-bottom:60px !important; }
.childpb65 > * { padding-bottom:65px !important; }
.childpb70 > * { padding-bottom:70px !important; }
.childpb75 > * { padding-bottom:75px !important; }
.childpb80 > * { padding-bottom:80px !important; }
.childpb85 > * { padding-bottom:85px !important; }
.childpb90 > * { padding-bottom:90px !important; }
.childpb95 > * { padding-bottom:95px !important; }
.childpb100 > * { padding-bottom:100px !important; }
.childpl0 > * { padding-left:0px !important; }
.childpl5 > * { padding-left:5px !important; }
.childpl10 > * { padding-left:10px !important; }
.childpl15 > * { padding-left:15px !important; }
.childpl20 > * { padding-left:20px !important; }
.childpl25 > * { padding-left:25px !important; }
.childpl30 > * { padding-left:30px !important; }
.childpl35 > * { padding-left:35px !important; }
.childpl40 > * { padding-left:40px !important; }
.childpl45 > * { padding-left:45px !important; }
.childpl50 > * { padding-left:50px !important; }
.childpl55 > * { padding-left:55px !important; }
.childpl60 > * { padding-left:60px !important; }
.childpl65 > * { padding-left:65px !important; }
.childpl70 > * { padding-left:70px !important; }
.childpl75 > * { padding-left:75px !important; }
.childpl80 > * { padding-left:80px !important; }
.childpl85 > * { padding-left:85px !important; }
.childpl90 > * { padding-left:90px !important; }
.childpl95 > * { padding-left:95px !important; }
.childpl100 > * { padding-left:100px !important; }
.childmtl0 > * { margin-top:0px !important; margin-left:0px !important; }
.childmtl5 > * { margin-top:5px !important; margin-left:5px !important; }
.childmtl10 > * { margin-top:10px !important; margin-left:10px !important; }
.childmtl15 > * { margin-top:15px !important; margin-left:15px !important; }
.childmtl20 > * { margin-top:20px !important; margin-left:20px !important; }
.childmtl25 > * { margin-top:25px !important; margin-left:25px !important; }
.childmtl30 > * { margin-top:30px !important; margin-left:30px !important; }
.childmtl35 > * { margin-top:35px !important; margin-left:35px !important; }
.childmtl40 > * { margin-top:40px !important; margin-left:40px !important; }
.childmtl45 > * { margin-top:45px !important; margin-left:45px !important; }
.childmtl50 > * { margin-top:50px !important; margin-left:50px !important; }
.childmtl55 > * { margin-top:55px !important; margin-left:55px !important; }
.childmtl60 > * { margin-top:60px !important; margin-left:60px !important; }
.childmtl65 > * { margin-top:65px !important; margin-left:65px !important; }
.childmtl70 > * { margin-top:70px !important; margin-left:70px !important; }
.childmtl75 > * { margin-top:75px !important; margin-left:75px !important; }
.childmtl80 > * { margin-top:80px !important; margin-left:80px !important; }
.childmtl85 > * { margin-top:85px !important; margin-left:85px !important; }
.childmtl90 > * { margin-top:90px !important; margin-left:90px !important; }
.childmtl95 > * { margin-top:95px !important; margin-left:95px !important; }
.childmtl100 > * { margin-top:100px !important; margin-left:100px !important; }
.childmtr0 > * { margin-top:0px !important; margin-right:0px !important; }
.childmtr5 > * { margin-top:5px !important; margin-right:5px !important; }
.childmtr10 > * { margin-top:10px !important; margin-right:10px !important; }
.childmtr15 > * { margin-top:15px !important; margin-right:15px !important; }
.childmtr20 > * { margin-top:20px !important; margin-right:20px !important; }
.childmtr25 > * { margin-top:25px !important; margin-right:25px !important; }
.childmtr30 > * { margin-top:30px !important; margin-right:30px !important; }
.childmtr35 > * { margin-top:35px !important; margin-right:35px !important; }
.childmtr40 > * { margin-top:40px !important; margin-right:40px !important; }
.childmtr45 > * { margin-top:45px !important; margin-right:45px !important; }
.childmtr50 > * { margin-top:50px !important; margin-right:50px !important; }
.childmtr55 > * { margin-top:55px !important; margin-right:55px !important; }
.childmtr60 > * { margin-top:60px !important; margin-right:60px !important; }
.childmtr65 > * { margin-top:65px !important; margin-right:65px !important; }
.childmtr70 > * { margin-top:70px !important; margin-right:70px !important; }
.childmtr75 > * { margin-top:75px !important; margin-right:75px !important; }
.childmtr80 > * { margin-top:80px !important; margin-right:80px !important; }
.childmtr85 > * { margin-top:85px !important; margin-right:85px !important; }
.childmtr90 > * { margin-top:90px !important; margin-right:90px !important; }
.childmtr95 > * { margin-top:95px !important; margin-right:95px !important; }
.childmtr100 > * { margin-top:100px !important; margin-right:100px !important; }
.childmbl0 > * { margin-bottom:0px !important; margin-left:0px !important; }
.childmbl5 > * { margin-bottom:5px !important; margin-left:5px !important; }
.childmbl10 > * { margin-bottom:10px !important; margin-left:10px !important; }
.childmbl15 > * { margin-bottom:15px !important; margin-left:15px !important; }
.childmbl20 > * { margin-bottom:20px !important; margin-left:20px !important; }
.childmbl25 > * { margin-bottom:25px !important; margin-left:25px !important; }
.childmbl30 > * { margin-bottom:30px !important; margin-left:30px !important; }
.childmbl35 > * { margin-bottom:35px !important; margin-left:35px !important; }
.childmbl40 > * { margin-bottom:40px !important; margin-left:40px !important; }
.childmbl45 > * { margin-bottom:45px !important; margin-left:45px !important; }
.childmbl50 > * { margin-bottom:50px !important; margin-left:50px !important; }
.childmbl55 > * { margin-bottom:55px !important; margin-left:55px !important; }
.childmbl60 > * { margin-bottom:60px !important; margin-left:60px !important; }
.childmbl65 > * { margin-bottom:65px !important; margin-left:65px !important; }
.childmbl70 > * { margin-bottom:70px !important; margin-left:70px !important; }
.childmbl75 > * { margin-bottom:75px !important; margin-left:75px !important; }
.childmbl80 > * { margin-bottom:80px !important; margin-left:80px !important; }
.childmbl85 > * { margin-bottom:85px !important; margin-left:85px !important; }
.childmbl90 > * { margin-bottom:90px !important; margin-left:90px !important; }
.childmbl95 > * { margin-bottom:95px !important; margin-left:95px !important; }
.childmbl100 > * { margin-bottom:100px !important; margin-left:100px !important; }
.childmbr0 > * { margin-bottom:0px !important; margin-right:0px !important; }
.childmbr5 > * { margin-bottom:5px !important; margin-right:5px !important; }
.childmbr10 > * { margin-bottom:10px !important; margin-right:10px !important; }
.childmbr15 > * { margin-bottom:15px !important; margin-right:15px !important; }
.childmbr20 > * { margin-bottom:20px !important; margin-right:20px !important; }
.childmbr25 > * { margin-bottom:25px !important; margin-right:25px !important; }
.childmbr30 > * { margin-bottom:30px !important; margin-right:30px !important; }
.childmbr35 > * { margin-bottom:35px !important; margin-right:35px !important; }
.childmbr40 > * { margin-bottom:40px !important; margin-right:40px !important; }
.childmbr45 > * { margin-bottom:45px !important; margin-right:45px !important; }
.childmbr50 > * { margin-bottom:50px !important; margin-right:50px !important; }
.childmbr55 > * { margin-bottom:55px !important; margin-right:55px !important; }
.childmbr60 > * { margin-bottom:60px !important; margin-right:60px !important; }
.childmbr65 > * { margin-bottom:65px !important; margin-right:65px !important; }
.childmbr70 > * { margin-bottom:70px !important; margin-right:70px !important; }
.childmbr75 > * { margin-bottom:75px !important; margin-right:75px !important; }
.childmbr80 > * { margin-bottom:80px !important; margin-right:80px !important; }
.childmbr85 > * { margin-bottom:85px !important; margin-right:85px !important; }
.childmbr90 > * { margin-bottom:90px !important; margin-right:90px !important; }
.childmbr95 > * { margin-bottom:95px !important; margin-right:95px !important; }
.childmbr100 > * { margin-bottom:100px !important; margin-right:100px !important; }
.childptl0 > * { padding-top:0px !important; padding-left:0px !important; }
.childptl5 > * { padding-top:5px !important; padding-left:5px !important; }
.childptl10 > * { padding-top:10px !important; padding-left:10px !important; }
.childptl15 > * { padding-top:15px !important; padding-left:15px !important; }
.childptl20 > * { padding-top:20px !important; padding-left:20px !important; }
.childptl25 > * { padding-top:25px !important; padding-left:25px !important; }
.childptl30 > * { padding-top:30px !important; padding-left:30px !important; }
.childptl35 > * { padding-top:35px !important; padding-left:35px !important; }
.childptl40 > * { padding-top:40px !important; padding-left:40px !important; }
.childptl45 > * { padding-top:45px !important; padding-left:45px !important; }
.childptl50 > * { padding-top:50px !important; padding-left:50px !important; }
.childptl55 > * { padding-top:55px !important; padding-left:55px !important; }
.childptl60 > * { padding-top:60px !important; padding-left:60px !important; }
.childptl65 > * { padding-top:65px !important; padding-left:65px !important; }
.childptl70 > * { padding-top:70px !important; padding-left:70px !important; }
.childptl75 > * { padding-top:75px !important; padding-left:75px !important; }
.childptl80 > * { padding-top:80px !important; padding-left:80px !important; }
.childptl85 > * { padding-top:85px !important; padding-left:85px !important; }
.childptl90 > * { padding-top:90px !important; padding-left:90px !important; }
.childptl95 > * { padding-top:95px !important; padding-left:95px !important; }
.childptl100 > * { padding-top:100px !important; padding-left:100px !important; }
.childptr0 > * { padding-top:0px !important; padding-right:0px !important; }
.childptr5 > * { padding-top:5px !important; padding-right:5px !important; }
.childptr10 > * { padding-top:10px !important; padding-right:10px !important; }
.childptr15 > * { padding-top:15px !important; padding-right:15px !important; }
.childptr20 > * { padding-top:20px !important; padding-right:20px !important; }
.childptr25 > * { padding-top:25px !important; padding-right:25px !important; }
.childptr30 > * { padding-top:30px !important; padding-right:30px !important; }
.childptr35 > * { padding-top:35px !important; padding-right:35px !important; }
.childptr40 > * { padding-top:40px !important; padding-right:40px !important; }
.childptr45 > * { padding-top:45px !important; padding-right:45px !important; }
.childptr50 > * { padding-top:50px !important; padding-right:50px !important; }
.childptr55 > * { padding-top:55px !important; padding-right:55px !important; }
.childptr60 > * { padding-top:60px !important; padding-right:60px !important; }
.childptr65 > * { padding-top:65px !important; padding-right:65px !important; }
.childptr70 > * { padding-top:70px !important; padding-right:70px !important; }
.childptr75 > * { padding-top:75px !important; padding-right:75px !important; }
.childptr80 > * { padding-top:80px !important; padding-right:80px !important; }
.childptr85 > * { padding-top:85px !important; padding-right:85px !important; }
.childptr90 > * { padding-top:90px !important; padding-right:90px !important; }
.childptr95 > * { padding-top:95px !important; padding-right:95px !important; }
.childptr100 > * { padding-top:100px !important; padding-right:100px !important; }
.childpbl0 > * { padding-bottom:0px !important; padding-left:0px !important; }
.childpbl5 > * { padding-bottom:5px !important; padding-left:5px !important; }
.childpbl10 > * { padding-bottom:10px !important; padding-left:10px !important; }
.childpbl15 > * { padding-bottom:15px !important; padding-left:15px !important; }
.childpbl20 > * { padding-bottom:20px !important; padding-left:20px !important; }
.childpbl25 > * { padding-bottom:25px !important; padding-left:25px !important; }
.childpbl30 > * { padding-bottom:30px !important; padding-left:30px !important; }
.childpbl35 > * { padding-bottom:35px !important; padding-left:35px !important; }
.childpbl40 > * { padding-bottom:40px !important; padding-left:40px !important; }
.childpbl45 > * { padding-bottom:45px !important; padding-left:45px !important; }
.childpbl50 > * { padding-bottom:50px !important; padding-left:50px !important; }
.childpbl55 > * { padding-bottom:55px !important; padding-left:55px !important; }
.childpbl60 > * { padding-bottom:60px !important; padding-left:60px !important; }
.childpbl65 > * { padding-bottom:65px !important; padding-left:65px !important; }
.childpbl70 > * { padding-bottom:70px !important; padding-left:70px !important; }
.childpbl75 > * { padding-bottom:75px !important; padding-left:75px !important; }
.childpbl80 > * { padding-bottom:80px !important; padding-left:80px !important; }
.childpbl85 > * { padding-bottom:85px !important; padding-left:85px !important; }
.childpbl90 > * { padding-bottom:90px !important; padding-left:90px !important; }
.childpbl95 > * { padding-bottom:95px !important; padding-left:95px !important; }
.childpbl100 > * { padding-bottom:100px !important; padding-left:100px !important; }
.childpbr0 > * { padding-bottom:0px !important; padding-right:0px !important; }
.childpbr5 > * { padding-bottom:5px !important; padding-right:5px !important; }
.childpbr10 > * { padding-bottom:10px !important; padding-right:10px !important; }
.childpbr15 > * { padding-bottom:15px !important; padding-right:15px !important; }
.childpbr20 > * { padding-bottom:20px !important; padding-right:20px !important; }
.childpbr25 > * { padding-bottom:25px !important; padding-right:25px !important; }
.childpbr30 > * { padding-bottom:30px !important; padding-right:30px !important; }
.childpbr35 > * { padding-bottom:35px !important; padding-right:35px !important; }
.childpbr40 > * { padding-bottom:40px !important; padding-right:40px !important; }
.childpbr45 > * { padding-bottom:45px !important; padding-right:45px !important; }
.childpbr50 > * { padding-bottom:50px !important; padding-right:50px !important; }
.childpbr55 > * { padding-bottom:55px !important; padding-right:55px !important; }
.childpbr60 > * { padding-bottom:60px !important; padding-right:60px !important; }
.childpbr65 > * { padding-bottom:65px !important; padding-right:65px !important; }
.childpbr70 > * { padding-bottom:70px !important; padding-right:70px !important; }
.childpbr75 > * { padding-bottom:75px !important; padding-right:75px !important; }
.childpbr80 > * { padding-bottom:80px !important; padding-right:80px !important; }
.childpbr85 > * { padding-bottom:85px !important; padding-right:85px !important; }
.childpbr90 > * { padding-bottom:90px !important; padding-right:90px !important; }
.childpbr95 > * { padding-bottom:95px !important; padding-right:95px !important; }
.childpbr100 > * { padding-bottom:100px !important; padding-right:100px !important; }

.fz12{ font-size:12px !important; }
.fz13{ font-size:13px !important; }
.fz14{ font-size:14px !important; }
.fz15{ font-size:15px !important; }
.fz16{ font-size:16px !important; }
.fz17{ font-size:17px !important; }
.fz18{ font-size:18px !important; }
.fz19{ font-size:19px !important; }
.fz20{ font-size:20px !important; }
.fz21{ font-size:21px !important; }
.fz22{ font-size:22px !important; }
.fz23{ font-size:23px !important; }
.fz24{ font-size:24px !important; }
.fz25{ font-size:25px !important; }
.fz26{ font-size:26px !important; }
.fz27{ font-size:27px !important; }
.fz28{ font-size:28px !important; }
.fz29{ font-size:29px !important; }
.fz30{ font-size:30px !important; }
.fz31{ font-size:31px !important; }
.fz32{ font-size:32px !important; }
.fz33{ font-size:33px !important; }
.fz34{ font-size:34px !important; }
.fz35{ font-size:35px !important; }
.fz36{ font-size:36px !important; }
.fz37{ font-size:37px !important; }
.fz38{ font-size:38px !important; }
.fz39{ font-size:39px !important; }
.fz40{ font-size:40px !important; }
.fz41{ font-size:41px !important; }
.fz42{ font-size:42px !important; }
.fz43{ font-size:43px !important; }
.fz44{ font-size:44px !important; }
.fz45{ font-size:45px !important; }
.fz46{ font-size:46px !important; }
.fz47{ font-size:47px !important; }
.fz48{ font-size:48px !important; }
.fz49{ font-size:49px !important; }
.fz50{ font-size:50px !important; }

.fw400{ font-weight:400 !important; }
.fw500{ font-weight:500 !important; }
.fw600{ font-weight:600 !important; }
.fw700{ font-weight:700 !important; }

.vam50{ vertical-align:-50px !important; }
.vam49{ vertical-align:-49px !important; }
.vam48{ vertical-align:-48px !important; }
.vam47{ vertical-align:-47px !important; }
.vam46{ vertical-align:-46px !important; }
.vam45{ vertical-align:-45px !important; }
.vam44{ vertical-align:-44px !important; }
.vam43{ vertical-align:-43px !important; }
.vam42{ vertical-align:-42px !important; }
.vam41{ vertical-align:-41px !important; }
.vam40{ vertical-align:-40px !important; }
.vam39{ vertical-align:-39px !important; }
.vam38{ vertical-align:-38px !important; }
.vam37{ vertical-align:-37px !important; }
.vam36{ vertical-align:-36px !important; }
.vam35{ vertical-align:-35px !important; }
.vam34{ vertical-align:-34px !important; }
.vam33{ vertical-align:-33px !important; }
.vam32{ vertical-align:-32px !important; }
.vam31{ vertical-align:-31px !important; }
.vam30{ vertical-align:-30px !important; }
.vam29{ vertical-align:-29px !important; }
.vam28{ vertical-align:-28px !important; }
.vam27{ vertical-align:-27px !important; }
.vam26{ vertical-align:-26px !important; }
.vam25{ vertical-align:-25px !important; }
.vam24{ vertical-align:-24px !important; }
.vam23{ vertical-align:-23px !important; }
.vam22{ vertical-align:-22px !important; }
.vam21{ vertical-align:-21px !important; }
.vam20{ vertical-align:-20px !important; }
.vam19{ vertical-align:-19px !important; }
.vam18{ vertical-align:-18px !important; }
.vam17{ vertical-align:-17px !important; }
.vam16{ vertical-align:-16px !important; }
.vam15{ vertical-align:-15px !important; }
.vam14{ vertical-align:-14px !important; }
.vam13{ vertical-align:-13px !important; }
.vam12{ vertical-align:-12px !important; }
.vam11{ vertical-align:-11px !important; }
.vam10{ vertical-align:-10px !important; }
.vam9{ vertical-align:-9px !important; }
.vam8{ vertical-align:-8px !important; }
.vam7{ vertical-align:-7px !important; }
.vam6{ vertical-align:-6px !important; }
.vam5{ vertical-align:-5px !important; }
.vam4{ vertical-align:-4px !important; }
.vam3{ vertical-align:-3px !important; }
.vam2{ vertical-align:-2px !important; }
.vam1{ vertical-align:-1px !important; }
.va0{ vertical-align:0px !important; }
.va1{ vertical-align:1px !important; }
.va2{ vertical-align:2px !important; }
.va3{ vertical-align:3px !important; }
.va4{ vertical-align:4px !important; }
.va5{ vertical-align:5px !important; }
.va6{ vertical-align:6px !important; }
.va7{ vertical-align:7px !important; }
.va8{ vertical-align:8px !important; }
.va9{ vertical-align:9px !important; }
.va10{ vertical-align:10px !important; }
.va11{ vertical-align:11px !important; }
.va12{ vertical-align:12px !important; }
.va13{ vertical-align:13px !important; }
.va14{ vertical-align:14px !important; }
.va15{ vertical-align:15px !important; }
.va16{ vertical-align:16px !important; }
.va17{ vertical-align:17px !important; }
.va18{ vertical-align:18px !important; }
.va19{ vertical-align:19px !important; }
.va20{ vertical-align:20px !important; }
.va21{ vertical-align:21px !important; }
.va22{ vertical-align:22px !important; }
.va23{ vertical-align:23px !important; }
.va24{ vertical-align:24px !important; }
.va25{ vertical-align:25px !important; }
.va26{ vertical-align:26px !important; }
.va27{ vertical-align:27px !important; }
.va28{ vertical-align:28px !important; }
.va29{ vertical-align:29px !important; }
.va30{ vertical-align:30px !important; }
.va31{ vertical-align:31px !important; }
.va32{ vertical-align:32px !important; }
.va33{ vertical-align:33px !important; }
.va34{ vertical-align:34px !important; }
.va35{ vertical-align:35px !important; }
.va36{ vertical-align:36px !important; }
.va37{ vertical-align:37px !important; }
.va38{ vertical-align:38px !important; }
.va39{ vertical-align:39px !important; }
.va40{ vertical-align:40px !important; }
.va41{ vertical-align:41px !important; }
.va42{ vertical-align:42px !important; }
.va43{ vertical-align:43px !important; }
.va44{ vertical-align:44px !important; }
.va45{ vertical-align:45px !important; }
.va46{ vertical-align:46px !important; }
.va47{ vertical-align:47px !important; }
.va48{ vertical-align:48px !important; }
.va49{ vertical-align:49px !important; }
.va50{ vertical-align:50px !important; }

.w5{ width:5px !important; }
.w10{ width:10px !important; }
.w15{ width:15px !important; }
.w20{ width:20px !important; }
.w25{ width:25px !important; }
.w30{ width:30px !important; }
.w35{ width:35px !important; }
.w40{ width:40px !important; }
.w45{ width:45px !important; }
.w50{ width:50px !important; }
.w55{ width:55px !important; }
.w60{ width:60px !important; }
.w65{ width:65px !important; }
.w70{ width:70px !important; }
.w75{ width:75px !important; }
.w80{ width:80px !important; }
.w85{ width:85px !important; }
.w90{ width:90px !important; }
.w95{ width:95px !important; }
.w100{ width:100px !important; }
.w105{ width:105px !important; }
.w110{ width:110px !important; }
.w115{ width:115px !important; }
.w120{ width:120px !important; }
.w125{ width:125px !important; }
.w130{ width:130px !important; }
.w135{ width:135px !important; }
.w140{ width:140px !important; }
.w145{ width:145px !important; }
.w150{ width:150px !important; }
.w155{ width:155px !important; }
.w160{ width:160px !important; }
.w165{ width:165px !important; }
.w170{ width:170px !important; }
.w175{ width:175px !important; }
.w180{ width:180px !important; }
.w185{ width:185px !important; }
.w190{ width:190px !important; }
.w195{ width:195px !important; }
.w200{ width:200px !important; }
.w205{ width:205px !important; }
.w210{ width:210px !important; }
.w215{ width:215px !important; }
.w220{ width:220px !important; }
.w225{ width:225px !important; }
.w230{ width:230px !important; }
.w235{ width:235px !important; }
.w240{ width:240px !important; }
.w245{ width:245px !important; }
.w250{ width:250px !important; }
.w255{ width:255px !important; }
.w260{ width:260px !important; }
.w265{ width:265px !important; }
.w270{ width:270px !important; }
.w275{ width:275px !important; }
.w280{ width:280px !important; }
.w285{ width:285px !important; }
.w290{ width:290px !important; }
.w295{ width:295px !important; }
.w300{ width:300px !important; }
.w305{ width:305px !important; }
.w310{ width:310px !important; }
.w315{ width:315px !important; }
.w320{ width:320px !important; }
.w325{ width:325px !important; }
.w330{ width:330px !important; }
.w335{ width:335px !important; }
.w340{ width:340px !important; }
.w345{ width:345px !important; }
.w350{ width:350px !important; }
.w355{ width:355px !important; }
.w360{ width:360px !important; }
.w365{ width:365px !important; }
.w370{ width:370px !important; }
.w375{ width:375px !important; }
.w380{ width:380px !important; }
.w385{ width:385px !important; }
.w390{ width:390px !important; }
.w395{ width:395px !important; }
.w400{ width:400px !important; }
.w405{ width:405px !important; }
.w410{ width:410px !important; }
.w415{ width:415px !important; }
.w420{ width:420px !important; }
.w425{ width:425px !important; }
.w430{ width:430px !important; }
.w435{ width:435px !important; }
.w440{ width:440px !important; }
.w445{ width:445px !important; }
.w450{ width:450px !important; }
.w455{ width:455px !important; }
.w460{ width:460px !important; }
.w465{ width:465px !important; }
.w470{ width:470px !important; }
.w475{ width:475px !important; }
.w480{ width:480px !important; }
.w485{ width:485px !important; }
.w490{ width:490px !important; }
.w495{ width:495px !important; }
.w500{ width:500px !important; }
.w505{ width:505px !important; }
.w510{ width:510px !important; }
.w515{ width:515px !important; }
.w520{ width:520px !important; }
.w525{ width:525px !important; }
.w530{ width:530px !important; }
.w535{ width:535px !important; }
.w540{ width:540px !important; }
.w545{ width:545px !important; }
.w550{ width:550px !important; }
.w555{ width:555px !important; }
.w560{ width:560px !important; }
.w565{ width:565px !important; }
.w570{ width:570px !important; }
.w575{ width:575px !important; }
.w580{ width:580px !important; }
.w585{ width:585px !important; }
.w590{ width:590px !important; }
.w595{ width:595px !important; }
.w600{ width:600px !important; }
.w605{ width:605px !important; }
.w610{ width:610px !important; }
.w615{ width:615px !important; }
.w620{ width:620px !important; }
.w625{ width:625px !important; }
.w630{ width:630px !important; }
.w635{ width:635px !important; }
.w640{ width:640px !important; }
.w645{ width:645px !important; }
.w650{ width:650px !important; }
.w655{ width:655px !important; }
.w660{ width:660px !important; }
.w665{ width:665px !important; }
.w670{ width:670px !important; }
.w675{ width:675px !important; }
.w680{ width:680px !important; }
.w685{ width:685px !important; }
.w690{ width:690px !important; }
.w695{ width:695px !important; }
.w700{ width:700px !important; }
.w705{ width:705px !important; }
.w710{ width:710px !important; }
.w715{ width:715px !important; }
.w720{ width:720px !important; }
.w725{ width:725px !important; }
.w730{ width:730px !important; }
.w735{ width:735px !important; }
.w740{ width:740px !important; }
.w745{ width:745px !important; }
.w750{ width:750px !important; }
.w755{ width:755px !important; }
.w760{ width:760px !important; }
.w765{ width:765px !important; }
.w770{ width:770px !important; }
.w775{ width:775px !important; }
.w780{ width:780px !important; }
.w785{ width:785px !important; }
.w790{ width:790px !important; }
.w795{ width:795px !important; }
.w800{ width:800px !important; }
.w805{ width:805px !important; }
.w810{ width:810px !important; }
.w815{ width:815px !important; }
.w820{ width:820px !important; }
.w825{ width:825px !important; }
.w830{ width:830px !important; }
.w835{ width:835px !important; }
.w840{ width:840px !important; }
.w845{ width:845px !important; }
.w850{ width:850px !important; }
.w855{ width:855px !important; }
.w860{ width:860px !important; }
.w865{ width:865px !important; }
.w870{ width:870px !important; }
.w875{ width:875px !important; }
.w880{ width:880px !important; }
.w885{ width:885px !important; }
.w890{ width:890px !important; }
.w895{ width:895px !important; }
.w900{ width:900px !important; }
.w905{ width:905px !important; }
.w910{ width:910px !important; }
.w915{ width:915px !important; }
.w920{ width:920px !important; }
.w925{ width:925px !important; }
.w930{ width:930px !important; }
.w935{ width:935px !important; }
.w940{ width:940px !important; }
.w945{ width:945px !important; }
.w950{ width:950px !important; }
.w955{ width:955px !important; }
.w960{ width:960px !important; }
.w965{ width:965px !important; }
.w970{ width:970px !important; }
.w975{ width:975px !important; }
.w980{ width:980px !important; }
.w985{ width:985px !important; }
.w990{ width:990px !important; }
.w995{ width:995px !important; }
.w1000{ width:1000px !important; }
.w1005{ width:1005px !important; }
.w1010{ width:1010px !important; }
.w1015{ width:1015px !important; }
.w1020{ width:1020px !important; }
.w1025{ width:1025px !important; }
.w1030{ width:1030px !important; }
.w1035{ width:1035px !important; }
.w1040{ width:1040px !important; }
.w1045{ width:1045px !important; }
.w1050{ width:1050px !important; }
.w1055{ width:1055px !important; }
.w1060{ width:1060px !important; }
.w1065{ width:1065px !important; }
.w1070{ width:1070px !important; }
.w1075{ width:1075px !important; }
.w1080{ width:1080px !important; }
.w1085{ width:1085px !important; }
.w1090{ width:1090px !important; }
.w1095{ width:1095px !important; }
.w1100{ width:1100px !important; }
.w1105{ width:1105px !important; }
.w1110{ width:1110px !important; }
.w1115{ width:1115px !important; }
.w1120{ width:1120px !important; }
.w1125{ width:1125px !important; }
.w1130{ width:1130px !important; }
.w1135{ width:1135px !important; }
.w1140{ width:1140px !important; }
.w1145{ width:1145px !important; }
.w1150{ width:1150px !important; }
.w1155{ width:1155px !important; }
.w1160{ width:1160px !important; }
.w1165{ width:1165px !important; }
.w1170{ width:1170px !important; }
.w1175{ width:1175px !important; }
.w1180{ width:1180px !important; }
.w1185{ width:1185px !important; }
.w1190{ width:1190px !important; }
.w1195{ width:1195px !important; }
.w1200{ width:1200px !important; }
.w1205{ width:1205px !important; }
.w1210{ width:1210px !important; }
.w1215{ width:1215px !important; }
.w1220{ width:1220px !important; }
.w1225{ width:1225px !important; }
.w1230{ width:1230px !important; }
.w1235{ width:1235px !important; }
.w1240{ width:1240px !important; }
.w1245{ width:1245px !important; }
.w1250{ width:1250px !important; }
.w1255{ width:1255px !important; }
.w1260{ width:1260px !important; }
.w1265{ width:1265px !important; }
.w1270{ width:1270px !important; }
.w1275{ width:1275px !important; }
.w1280{ width:1280px !important; }
.w1285{ width:1285px !important; }
.w1290{ width:1290px !important; }
.w1295{ width:1295px !important; }
.w1300{ width:1300px !important; }
.wr0{ width:0% !important; }
.wr1{ width:1% !important; }
.wr2{ width:2% !important; }
.wr3{ width:3% !important; }
.wr4{ width:4% !important; }
.wr5{ width:5% !important; }
.wr6{ width:6% !important; }
.wr7{ width:7% !important; }
.wr8{ width:8% !important; }
.wr9{ width:9% !important; }
.wr10{ width:10% !important; }
.wr11{ width:11% !important; }
.wr12{ width:12% !important; }
.wr13{ width:13% !important; }
.wr14{ width:14% !important; }
.wr15{ width:15% !important; }
.wr16{ width:16% !important; }
.wr17{ width:17% !important; }
.wr18{ width:18% !important; }
.wr19{ width:19% !important; }
.wr20{ width:20% !important; }
.wr21{ width:21% !important; }
.wr22{ width:22% !important; }
.wr23{ width:23% !important; }
.wr24{ width:24% !important; }
.wr25{ width:25% !important; }
.wr26{ width:26% !important; }
.wr27{ width:27% !important; }
.wr28{ width:28% !important; }
.wr29{ width:29% !important; }
.wr30{ width:30% !important; }
.wr31{ width:31% !important; }
.wr32{ width:32% !important; }
.wr33{ width:33% !important; }
.wr34{ width:34% !important; }
.wr35{ width:35% !important; }
.wr36{ width:36% !important; }
.wr37{ width:37% !important; }
.wr38{ width:38% !important; }
.wr39{ width:39% !important; }
.wr40{ width:40% !important; }
.wr41{ width:41% !important; }
.wr42{ width:42% !important; }
.wr43{ width:43% !important; }
.wr44{ width:44% !important; }
.wr45{ width:45% !important; }
.wr46{ width:46% !important; }
.wr47{ width:47% !important; }
.wr48{ width:48% !important; }
.wr49{ width:49% !important; }
.wr50{ width:50% !important; }
.wr51{ width:51% !important; }
.wr52{ width:52% !important; }
.wr53{ width:53% !important; }
.wr54{ width:54% !important; }
.wr55{ width:55% !important; }
.wr56{ width:56% !important; }
.wr57{ width:57% !important; }
.wr58{ width:58% !important; }
.wr59{ width:59% !important; }
.wr60{ width:60% !important; }
.wr61{ width:61% !important; }
.wr62{ width:62% !important; }
.wr63{ width:63% !important; }
.wr64{ width:64% !important; }
.wr65{ width:65% !important; }
.wr66{ width:66% !important; }
.wr67{ width:67% !important; }
.wr68{ width:68% !important; }
.wr69{ width:69% !important; }
.wr70{ width:70% !important; }
.wr71{ width:71% !important; }
.wr72{ width:72% !important; }
.wr73{ width:73% !important; }
.wr74{ width:74% !important; }
.wr75{ width:75% !important; }
.wr76{ width:76% !important; }
.wr77{ width:77% !important; }
.wr78{ width:78% !important; }
.wr79{ width:79% !important; }
.wr80{ width:80% !important; }
.wr81{ width:81% !important; }
.wr82{ width:82% !important; }
.wr83{ width:83% !important; }
.wr84{ width:84% !important; }
.wr85{ width:85% !important; }
.wr86{ width:86% !important; }
.wr87{ width:87% !important; }
.wr88{ width:88% !important; }
.wr89{ width:89% !important; }
.wr90{ width:90% !important; }
.wr91{ width:91% !important; }
.wr92{ width:92% !important; }
.wr93{ width:93% !important; }
.wr94{ width:94% !important; }
.wr95{ width:95% !important; }
.wr96{ width:96% !important; }
.wr97{ width:97% !important; }
.wr98{ width:98% !important; }
.wr99{ width:99% !important; }
.wr100{ width:100% !important; }
.h5{ height:5px !important; }
.h10{ height:10px !important; }
.h15{ height:15px !important; }
.h20{ height:20px !important; }
.h25{ height:25px !important; }
.h30{ height:30px !important; }
.h35{ height:35px !important; }
.h40{ height:40px !important; }
.h45{ height:45px !important; }
.h50{ height:50px !important; }
.h55{ height:55px !important; }
.h60{ height:60px !important; }
.h65{ height:65px !important; }
.h70{ height:70px !important; }
.h75{ height:75px !important; }
.h80{ height:80px !important; }
.h85{ height:85px !important; }
.h90{ height:90px !important; }
.h95{ height:95px !important; }
.h100{ height:100px !important; }
.h105{ height:105px !important; }
.h110{ height:110px !important; }
.h115{ height:115px !important; }
.h120{ height:120px !important; }
.h125{ height:125px !important; }
.h130{ height:130px !important; }
.h135{ height:135px !important; }
.h140{ height:140px !important; }
.h145{ height:145px !important; }
.h150{ height:150px !important; }
.h155{ height:155px !important; }
.h160{ height:160px !important; }
.h165{ height:165px !important; }
.h170{ height:170px !important; }
.h175{ height:175px !important; }
.h180{ height:180px !important; }
.h185{ height:185px !important; }
.h190{ height:190px !important; }
.h195{ height:195px !important; }
.h200{ height:200px !important; }
.h205{ height:205px !important; }
.h210{ height:210px !important; }
.h215{ height:215px !important; }
.h220{ height:220px !important; }
.h225{ height:225px !important; }
.h230{ height:230px !important; }
.h235{ height:235px !important; }
.h240{ height:240px !important; }
.h245{ height:245px !important; }
.h250{ height:250px !important; }
.h255{ height:255px !important; }
.h260{ height:260px !important; }
.h265{ height:265px !important; }
.h270{ height:270px !important; }
.h275{ height:275px !important; }
.h280{ height:280px !important; }
.h285{ height:285px !important; }
.h290{ height:290px !important; }
.h295{ height:295px !important; }
.h300{ height:300px !important; }
.h305{ height:305px !important; }
.h310{ height:310px !important; }
.h315{ height:315px !important; }
.h320{ height:320px !important; }
.h325{ height:325px !important; }
.h330{ height:330px !important; }
.h335{ height:335px !important; }
.h340{ height:340px !important; }
.h345{ height:345px !important; }
.h350{ height:350px !important; }
.h355{ height:355px !important; }
.h360{ height:360px !important; }
.h365{ height:365px !important; }
.h370{ height:370px !important; }
.h375{ height:375px !important; }
.h380{ height:380px !important; }
.h385{ height:385px !important; }
.h390{ height:390px !important; }
.h395{ height:395px !important; }
.h400{ height:400px !important; }
.h405{ height:405px !important; }
.h410{ height:410px !important; }
.h415{ height:415px !important; }
.h420{ height:420px !important; }
.h425{ height:425px !important; }
.h430{ height:430px !important; }
.h435{ height:435px !important; }
.h440{ height:440px !important; }
.h445{ height:445px !important; }
.h450{ height:450px !important; }
.h455{ height:455px !important; }
.h460{ height:460px !important; }
.h465{ height:465px !important; }
.h470{ height:470px !important; }
.h475{ height:475px !important; }
.h480{ height:480px !important; }
.h485{ height:485px !important; }
.h490{ height:490px !important; }
.h495{ height:495px !important; }
.h500{ height:500px !important; }
.h505{ height:505px !important; }
.h510{ height:510px !important; }
.h515{ height:515px !important; }
.h520{ height:520px !important; }
.h525{ height:525px !important; }
.h530{ height:530px !important; }
.h535{ height:535px !important; }
.h540{ height:540px !important; }
.h545{ height:545px !important; }
.h550{ height:550px !important; }
.h555{ height:555px !important; }
.h560{ height:560px !important; }
.h565{ height:565px !important; }
.h570{ height:570px !important; }
.h575{ height:575px !important; }
.h580{ height:580px !important; }
.h585{ height:585px !important; }
.h590{ height:590px !important; }
.h595{ height:595px !important; }
.h600{ height:600px !important; }
.h605{ height:605px !important; }
.h610{ height:610px !important; }
.h615{ height:615px !important; }
.h620{ height:620px !important; }
.h625{ height:625px !important; }
.h630{ height:630px !important; }
.h635{ height:635px !important; }
.h640{ height:640px !important; }
.h645{ height:645px !important; }
.h650{ height:650px !important; }
.h655{ height:655px !important; }
.h660{ height:660px !important; }
.h665{ height:665px !important; }
.h670{ height:670px !important; }
.h675{ height:675px !important; }
.h680{ height:680px !important; }
.h685{ height:685px !important; }
.h690{ height:690px !important; }
.h695{ height:695px !important; }
.h700{ height:700px !important; }
.h705{ height:705px !important; }
.h710{ height:710px !important; }
.h715{ height:715px !important; }
.h720{ height:720px !important; }
.h725{ height:725px !important; }
.h730{ height:730px !important; }
.h735{ height:735px !important; }
.h740{ height:740px !important; }
.h745{ height:745px !important; }
.h750{ height:750px !important; }
.h755{ height:755px !important; }
.h760{ height:760px !important; }
.h765{ height:765px !important; }
.h770{ height:770px !important; }
.h775{ height:775px !important; }
.h780{ height:780px !important; }
.h785{ height:785px !important; }
.h790{ height:790px !important; }
.h795{ height:795px !important; }
.h800{ height:800px !important; }
.h805{ height:805px !important; }
.h810{ height:810px !important; }
.h815{ height:815px !important; }
.h820{ height:820px !important; }
.h825{ height:825px !important; }
.h830{ height:830px !important; }
.h835{ height:835px !important; }
.h840{ height:840px !important; }
.h845{ height:845px !important; }
.h850{ height:850px !important; }
.h855{ height:855px !important; }
.h860{ height:860px !important; }
.h865{ height:865px !important; }
.h870{ height:870px !important; }
.h875{ height:875px !important; }
.h880{ height:880px !important; }
.h885{ height:885px !important; }
.h890{ height:890px !important; }
.h895{ height:895px !important; }
.h900{ height:900px !important; }
.h905{ height:905px !important; }
.h910{ height:910px !important; }
.h915{ height:915px !important; }
.h920{ height:920px !important; }
.h925{ height:925px !important; }
.h930{ height:930px !important; }
.h935{ height:935px !important; }
.h940{ height:940px !important; }
.h945{ height:945px !important; }
.h950{ height:950px !important; }
.h955{ height:955px !important; }
.h960{ height:960px !important; }
.h965{ height:965px !important; }
.h970{ height:970px !important; }
.h975{ height:975px !important; }
.h980{ height:980px !important; }
.h985{ height:985px !important; }
.h990{ height:990px !important; }
.h995{ height:995px !important; }
.h1000{ height:1000px !important; }
.h1005{ height:1005px !important; }
.h1010{ height:1010px !important; }
.h1015{ height:1015px !important; }
.h1020{ height:1020px !important; }
.h1025{ height:1025px !important; }
.h1030{ height:1030px !important; }
.h1035{ height:1035px !important; }
.h1040{ height:1040px !important; }
.h1045{ height:1045px !important; }
.h1050{ height:1050px !important; }
.h1055{ height:1055px !important; }
.h1060{ height:1060px !important; }
.h1065{ height:1065px !important; }
.h1070{ height:1070px !important; }
.h1075{ height:1075px !important; }
.h1080{ height:1080px !important; }
.h1085{ height:1085px !important; }
.h1090{ height:1090px !important; }
.h1095{ height:1095px !important; }
.h1100{ height:1100px !important; }
.h1105{ height:1105px !important; }
.h1110{ height:1110px !important; }
.h1115{ height:1115px !important; }
.h1120{ height:1120px !important; }
.h1125{ height:1125px !important; }
.h1130{ height:1130px !important; }
.h1135{ height:1135px !important; }
.h1140{ height:1140px !important; }
.h1145{ height:1145px !important; }
.h1150{ height:1150px !important; }
.h1155{ height:1155px !important; }
.h1160{ height:1160px !important; }
.h1165{ height:1165px !important; }
.h1170{ height:1170px !important; }
.h1175{ height:1175px !important; }
.h1180{ height:1180px !important; }
.h1185{ height:1185px !important; }
.h1190{ height:1190px !important; }
.h1195{ height:1195px !important; }
.h1200{ height:1200px !important; }
.h1205{ height:1205px !important; }
.h1210{ height:1210px !important; }
.h1215{ height:1215px !important; }
.h1220{ height:1220px !important; }
.h1225{ height:1225px !important; }
.h1230{ height:1230px !important; }
.h1235{ height:1235px !important; }
.h1240{ height:1240px !important; }
.h1245{ height:1245px !important; }
.h1250{ height:1250px !important; }
.h1255{ height:1255px !important; }
.h1260{ height:1260px !important; }
.h1265{ height:1265px !important; }
.h1270{ height:1270px !important; }
.h1275{ height:1275px !important; }
.h1280{ height:1280px !important; }
.h1285{ height:1285px !important; }
.h1290{ height:1290px !important; }
.h1295{ height:1295px !important; }
.h1300{ height:1300px !important; }
.hr1{ width:1% !important; }
.hr2{ width:2% !important; }
.hr3{ width:3% !important; }
.hr4{ width:4% !important; }
.hr5{ width:5% !important; }
.hr6{ width:6% !important; }
.hr7{ width:7% !important; }
.hr8{ width:8% !important; }
.hr9{ width:9% !important; }
.hr10{ width:10% !important; }
.hr11{ width:11% !important; }
.hr12{ width:12% !important; }
.hr13{ width:13% !important; }
.hr14{ width:14% !important; }
.hr15{ width:15% !important; }
.hr16{ width:16% !important; }
.hr17{ width:17% !important; }
.hr18{ width:18% !important; }
.hr19{ width:19% !important; }
.hr20{ width:20% !important; }
.hr21{ width:21% !important; }
.hr22{ width:22% !important; }
.hr23{ width:23% !important; }
.hr24{ width:24% !important; }
.hr25{ width:25% !important; }
.hr26{ width:26% !important; }
.hr27{ width:27% !important; }
.hr28{ width:28% !important; }
.hr29{ width:29% !important; }
.hr30{ width:30% !important; }
.hr31{ width:31% !important; }
.hr32{ width:32% !important; }
.hr33{ width:33% !important; }
.hr34{ width:34% !important; }
.hr35{ width:35% !important; }
.hr36{ width:36% !important; }
.hr37{ width:37% !important; }
.hr38{ width:38% !important; }
.hr39{ width:39% !important; }
.hr40{ width:40% !important; }
.hr41{ width:41% !important; }
.hr42{ width:42% !important; }
.hr43{ width:43% !important; }
.hr44{ width:44% !important; }
.hr45{ width:45% !important; }
.hr46{ width:46% !important; }
.hr47{ width:47% !important; }
.hr48{ width:48% !important; }
.hr49{ width:49% !important; }
.hr50{ width:50% !important; }
.hr51{ width:51% !important; }
.hr52{ width:52% !important; }
.hr53{ width:53% !important; }
.hr54{ width:54% !important; }
.hr55{ width:55% !important; }
.hr56{ width:56% !important; }
.hr57{ width:57% !important; }
.hr58{ width:58% !important; }
.hr59{ width:59% !important; }
.hr60{ width:60% !important; }
.hr61{ width:61% !important; }
.hr62{ width:62% !important; }
.hr63{ width:63% !important; }
.hr64{ width:64% !important; }
.hr65{ width:65% !important; }
.hr66{ width:66% !important; }
.hr67{ width:67% !important; }
.hr68{ width:68% !important; }
.hr69{ width:69% !important; }
.hr70{ width:70% !important; }
.hr71{ width:71% !important; }
.hr72{ width:72% !important; }
.hr73{ width:73% !important; }
.hr74{ width:74% !important; }
.hr75{ width:75% !important; }
.hr76{ width:76% !important; }
.hr77{ width:77% !important; }
.hr78{ width:78% !important; }
.hr79{ width:79% !important; }
.hr80{ width:80% !important; }
.hr81{ width:81% !important; }
.hr82{ width:82% !important; }
.hr83{ width:83% !important; }
.hr84{ width:84% !important; }
.hr85{ width:85% !important; }
.hr86{ width:86% !important; }
.hr87{ width:87% !important; }
.hr88{ width:88% !important; }
.hr89{ width:89% !important; }
.hr90{ width:90% !important; }
.hr91{ width:91% !important; }
.hr92{ width:92% !important; }
.hr93{ width:93% !important; }
.hr94{ width:94% !important; }
.hr95{ width:95% !important; }
.hr96{ width:96% !important; }
.hr97{ width:97% !important; }
.hr98{ width:98% !important; }
.hr99{ width:99% !important; }
.hr100{ width:100% !important; }
