code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
*{ padding:0; margin:0; } #btn_nav:hover { background-color: #343a40; } .float{ position:fixed; width:60px; height:60px; bottom:40px; right:20px; background-color:#30c234; color:#fff; border-radius:50px; text-align:center; } .my-float{ margin-top:22px; } .float:hover{ background-color:#50c239; color: wheat; } /*the container must be positioned relative:*/ .autocomplete { position: relative; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4d4d4; } /*when hovering an item:*/ .autocomplete-items div:hover { background-color: #e9e9e9; } /*when navigating through the items using the arrow keys:*/ .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; } footer { background: #353a40; padding: 40px; } footer a { color: #f8f9fa!important } .main-img{ width: 100% !important; margin-right: 100px; } .img-thumbnails{ width: 100% !important; max-width: 100px !important; height: 50px; } .px { width:80%; margin-left : 10%; margin-top:5%; height: 150px; } .category-cards{ width:100% !important; height:330px !important; opacity: 1; transition: 0.1s; } .category-cards:hover{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); opacity: 2 } .btn-success { background-color: #30c234; } .fx{ display : flex; justify-content : center; } .xxx{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 1rem; } .my{ display:flex; justify-content:space-between; } .x1{ width:49%; border-radius : 3px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .x2{ width:49%; border-radius : 3px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .jbx{ background-color:#f8fafc; } .txt{ color : #333; } .btxx{ width : 13%; height : 100px; text-align : center; transition : 0.5s; background-color : white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius : 10%; } a:link{ text-decoration : none; color : #333; } .btxx:hover{ color : white !important; cursor : pointer; padding : 4px; background-color : #343a40; } .prod-names{ color: black; }
public/css/my.css
*{ padding:0; margin:0; } #btn_nav:hover { background-color: #343a40; } .float{ position:fixed; width:60px; height:60px; bottom:40px; right:20px; background-color:#30c234; color:#fff; border-radius:50px; text-align:center; } .my-float{ margin-top:22px; } .float:hover{ background-color:#50c239; color: wheat; } /*the container must be positioned relative:*/ .autocomplete { position: relative; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #d4d4d4; } /*when hovering an item:*/ .autocomplete-items div:hover { background-color: #e9e9e9; } /*when navigating through the items using the arrow keys:*/ .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; } footer { background: #353a40; padding: 40px; } footer a { color: #f8f9fa!important } .main-img{ width: 100% !important; margin-right: 100px; } .img-thumbnails{ width: 100% !important; max-width: 100px !important; height: 50px; } .px { width:80%; margin-left : 10%; margin-top:5%; height: 150px; } .category-cards{ width:100% !important; height:330px !important; opacity: 1; transition: 0.1s; } .category-cards:hover{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); opacity: 2 } .btn-success { background-color: #30c234; } .fx{ display : flex; justify-content : center; } .xxx{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 1rem; } .my{ display:flex; justify-content:space-between; } .x1{ width:49%; border-radius : 3px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .x2{ width:49%; border-radius : 3px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .jbx{ background-color:#f8fafc; } .txt{ color : #333; } .btxx{ width : 13%; height : 100px; text-align : center; transition : 0.5s; background-color : white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius : 10%; } a:link{ text-decoration : none; color : #333; } .btxx:hover{ color : white !important; cursor : pointer; padding : 4px; background-color : #343a40; } .prod-names{ color: black; }
0.333829
0.100128
.reserveStatsContainer { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 50px; max-width: 1200px; width: 95%; margin: auto; font-family: var(--font-family-sans-serif); color: var(--light); } .reserveStatsBox { background-color: var(--box-background); border-radius: 10px; box-shadow: 0px 0px 2px 2px var(--default); } .bookTitleLogoBox { display: flex; width: 90%; margin: auto; justify-content: space-evenly; padding: 20px 0px; border-bottom: 2px solid var(--primary); } .bookCoinName { margin-bottom: auto; margin-top: auto; font-size: 28px; position: relative; } .forFeeTag { position: absolute; margin: auto; margin-top: -8px; margin-left: -4px; margin-bottom: 20px; font-size: 10px; /* margin-right: -100px; */ } .bookDepositBox { display: flex; justify-content: space-evenly; margin: 15px auto; width: 90%; font-size: 18px; } .bookDepositTitle { width: 35%; } .bookDepositQty { width: 35%; text-align: right; } .depositWithdrawButBox { display: flex; justify-content: space-evenly; } .yourPriceBox { padding: 20px; box-sizing: border-box; display: flex; justify-content: space-evenly; max-width: 1200px; width: 95%; margin: 30px auto; color: var(--light); background-color: var(--box-background); box-shadow: 0px 0px 2px 2px var(--default); border-radius: 8px; } .ethCoinPriceBox { display: flex; justify-content: space-evenly; width: 50%; margin-bottom: auto; margin-top: auto; } .ETHQtyLogo { display: flex; font-size: 28px; } .coinOrderNameQty { padding: 0px 20px; } .updateCancelBut { display: flex; width: 40%; justify-content: space-evenly; } .addNewOrderBox { margin: auto; } .addNewTitle { font-size: 24px; color: var(--white); text-align: center; margin-bottom: 10px; } .addNewOrderBox button { font-size: 20px; } .inputModels { color: var(--background); font-size: 20px; text-align: center; margin: auto; margin-bottom: 20px; max-width: 250px; } .inputModels:focus { color: var(--background); } .minEthRequired { color: var(--danger) !important; }
public/css/orderbook.css
.reserveStatsContainer { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 50px; max-width: 1200px; width: 95%; margin: auto; font-family: var(--font-family-sans-serif); color: var(--light); } .reserveStatsBox { background-color: var(--box-background); border-radius: 10px; box-shadow: 0px 0px 2px 2px var(--default); } .bookTitleLogoBox { display: flex; width: 90%; margin: auto; justify-content: space-evenly; padding: 20px 0px; border-bottom: 2px solid var(--primary); } .bookCoinName { margin-bottom: auto; margin-top: auto; font-size: 28px; position: relative; } .forFeeTag { position: absolute; margin: auto; margin-top: -8px; margin-left: -4px; margin-bottom: 20px; font-size: 10px; /* margin-right: -100px; */ } .bookDepositBox { display: flex; justify-content: space-evenly; margin: 15px auto; width: 90%; font-size: 18px; } .bookDepositTitle { width: 35%; } .bookDepositQty { width: 35%; text-align: right; } .depositWithdrawButBox { display: flex; justify-content: space-evenly; } .yourPriceBox { padding: 20px; box-sizing: border-box; display: flex; justify-content: space-evenly; max-width: 1200px; width: 95%; margin: 30px auto; color: var(--light); background-color: var(--box-background); box-shadow: 0px 0px 2px 2px var(--default); border-radius: 8px; } .ethCoinPriceBox { display: flex; justify-content: space-evenly; width: 50%; margin-bottom: auto; margin-top: auto; } .ETHQtyLogo { display: flex; font-size: 28px; } .coinOrderNameQty { padding: 0px 20px; } .updateCancelBut { display: flex; width: 40%; justify-content: space-evenly; } .addNewOrderBox { margin: auto; } .addNewTitle { font-size: 24px; color: var(--white); text-align: center; margin-bottom: 10px; } .addNewOrderBox button { font-size: 20px; } .inputModels { color: var(--background); font-size: 20px; text-align: center; margin: auto; margin-bottom: 20px; max-width: 250px; } .inputModels:focus { color: var(--background); } .minEthRequired { color: var(--danger) !important; }
0.4917
0.218795
a { font-size: 16px; font-weight: normal; color: #d6dbdf; font-family: MyriadBold, Myriad; text-decoration: none; } a:visited { font-size: 16px; font-weight: normal; color: #d6dbdf; text-decoration: none; } a:hover { font-size: 16px; font-weight: normal; color: #11467c; text-decoration: none; } /** Text Box **/ .theme-dark .textbox { border: 1px solid #292E32; background: #000813; color: #d6dbdf; } /** Page Wrapper **/ .theme-dark .wrap { background: #1f1f1f; -webkit-box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.5); box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.5); } /** Bottom Nav Bar **/ .theme-dark .nav { color: #d6dbdf; border-top: 3px solid #065fb1; background: #2c3039; /* Old browsers */ background: -moz-linear-gradient(top, #2c3039 0%, #131315 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3039), color-stop(100%,#131315)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2c3039 0%,#131315 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2c3039 0%,#131315 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2c3039 0%,#131315 100%); /* IE10+ */ background: linear-gradient(to bottom, #2c3039 0%,#131315 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3039', endColorstr='#131315',GradientType=0 ); /* IE6-9 */ } .theme-dark .nav ul li { border-right: 1px solid #222325; } .theme-dark .nav ul li:last-child { border-right: none; } .theme-dark .nav .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .nav .icon { color: #d6dbdf; } .theme-dark .nav .subheader { color: #6b737e; } /** Dashboard Specific Nav Theme **/ .theme-dark .dashnav ul li { border-right: none; border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; background: #2c3039; /* Old browsers */ background: -moz-linear-gradient(top, #2c3039 0%, #131315 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3039), color-stop(100%,#131315)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2c3039 0%,#131315 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2c3039 0%,#131315 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2c3039 0%,#131315 100%); /* IE10+ */ background: linear-gradient(to bottom, #2c3039 0%,#131315 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3039', endColorstr='#131315',GradientType=0 ); /* IE6-9 */ -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4); box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4); } .theme-dark .dashnav { background: transparent; border-top: none; } .theme-dark .dashnav .header { color: #d6dbdf; font-size: 18px; font-family: MyriadBold, Myriad; } .theme-dark .dashnav .subheader { color: #6b737e; font-size: 18px; font-family: MyriadBold, Myriad; } /** Dashbar Top Bar **/ .theme-dark .dashbar { color: #d6dbdf; font-family: MyriadBold, Myriad; -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6); box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6); } .theme-dar .dashbar .header { color: #5d6268; } .theme-dark .dashbar .item-right { background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ text-align: center; -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.35); box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.35); } .theme-dark .dashbar .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } /** Top Bar for all other pages **/ .theme-dark .topbar { color: #d6dbdf; } .theme-dark .topbar .item, .theme-dark .topbar .item-large, .theme-dark .topbar .item-middle, .theme-dark .topbar .item-middle-large { background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ font-size: 16px; -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.45); box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.45); } .theme-dark .topbar .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .topbar .item-middle { -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; } /** Grid System **/ .theme-dark .grid .separator { background: #1f1f1f; color: #84010; font-size: 16px; } /** Button Theme **/ .theme-dark button, .theme-dark .button { text-align: center; border: none; background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ overflow: hidden; color: #d6dbdf; -webkit-border-radius: 5px; border-radius: 5px; display:block; cursor: pointer; } .theme-dark .submit { text-align: center; border: none; background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ overflow: hidden; height: 78px; color: #d6dbdf; display:block; cursor: pointer; } /** Menu Theme **/ .theme-dark .menu { position: absolute; top: 0px; right: -150px; width: 250px; bottom: 0px; height: 100%; background: #23242B; color: #d6dbdf; margin: 0; padding: 0; z-index: 0; display: none; } .theme-dark .menu ul { float: left; position: relative; width: 100%; margin: 0; margin-top: 5px; padding: 0; list-style-type: none; } .theme-dark .menu ul li { float: left; position: relative; width: 100%; text-align: left; overflow: hidden; height: 56px; border-bottom: 1px solid #666666; } .theme-dark .menu ul li:last-child { border-bottom: 0px; } .theme-dark .menu ul li .icon { float: left; position: relative; font-size: 24px; padding: 15px; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .menu ul li .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .menu ul li p { float: left; position: relative; width: auto; margin: 0px; padding: 20px; } /** Dashboard Listing **/ .theme-dark .dashboard-planes-selector .vertical li, .theme-dark .downloads .vertical li { color: #d6dbdf; background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ border-top: 1px solid #2b2f32; } .theme-dark .dashboard-planes-selector .vertical .active, .theme-dark .downloads .vertical .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .downloads .vertical .owns { color: #d6dbdf; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ border-top: 1px solid #2b2f32; } .theme-dark .dashboard-planes-selector .heading, .theme-dark .downloads .heading { color: #d6dbdf; font-size: 18px; font-family: MyriadBold, Myriad; text-overflow: ellipsis; } .theme-dark .dashboard-planes-selector .subheading, .theme-dark .downloads .subheading { color: #6b737e; font-size: 14px; font-family: MyriadBold, Myriad; text-overflow: ellipsis; } .theme-dark .dashboard-planes-selector .tailNumber { color: #d6dbdf; } .theme-dark .dashboard-planes-selector .vertical li ul li { color: #d6dbdf; border: none; font-family: MyriadBold, Myriad; font-size: 12px; padding: 10px 1px 10px 1px; background: transparent; } .theme-dark .dashboard-planes-selector .vertical .active ul .active { background: transparent; color: #6b737e; } .theme-dark .dashboard-planes-selector .vertical li .delete { padding: 8px; font-family: MyriadBold, Myriad; background: #a90329; /* Old browsers */ background: -moz-linear-gradient(top, #a90329 48%, #8f0222 49%, #6d0019 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#a90329), color-stop(49%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* IE10+ */ background: linear-gradient(to bottom, #a90329 48%,#8f0222 49%,#6d0019 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ border-radius: 5px; font-size: 12px; -webkit-border-radius: 5px; } .theme-dark .dashboard-planes-selector .vertical li .handle { background: #a5aaae; /* Old browsers */ background: -moz-linear-gradient(top, #a5aaae 0%, #4a4e57 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5aaae), color-stop(100%,#4a4e57)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* IE10+ */ background: linear-gradient(to bottom, #a5aaae 0%,#4a4e57 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5aaae', endColorstr='#4a4e57',GradientType=0 ); /* IE6-9 */ border-radius: 25px 0px 0px 25px; -webkit-border-radius: 25px 0px 0px 25px; border-left: 1px solid #a5aaae; border-bottom: 1px solid #a5aaae; border-top: 1px solid #a5aaae; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; } .theme-dark .dashboard-planes-selector .vertical li .handle .item { background: #f8f8f8; } /** Checklist **/ .theme-dark .checklist .vertical li { color: #d6dbdf; /*background: #262b31; background: -moz-linear-gradient(-45deg, #262b31 0%, #111113 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#262b31), color-stop(100%,#111113)); background: -webkit-linear-gradient(-45deg, #262b31 0%,#111113 100%); background: -o-linear-gradient(-45deg, #262b31 0%,#111113 100%); background: -ms-linear-gradient(-45deg, #262b31 0%,#111113 100%); background: linear-gradient(135deg, #262b31 0%,#111113 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b31', endColorstr='#111113',GradientType=1 );*/ background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ border-top: 1px solid #2b2f32; } .theme-dark .checklist .vertical li .check { color: #d6dbdf; font-family: Myriad, Helvetica; font-size: 24px; } .theme-dark .checklist .vertical li .response { color: #6b737e; font-family: Myriad, Helvetica; font-size: 16px; } .theme-dark .checklist .vertical li .delete { padding: 8px; background: #a90329; /* Old browsers */ background: -moz-linear-gradient(top, #a90329 48%, #8f0222 49%, #6d0019 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#a90329), color-stop(49%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* IE10+ */ background: linear-gradient(to bottom, #a90329 48%,#8f0222 49%,#6d0019 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ font-size: 12px; font-family: MyriadBold, Myriad; border-radius: 5px; -webkit-border-radius: 5px; } .theme-dark .checklist .vertical li .add { padding: 5px; padding-bottom: 0px; color: #1f1f1f; background: #bfd255; /* Old browsers */ background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #90c900 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#90c900)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* IE10+ */ background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#90c900',GradientType=0 ); /* IE6-9 */ border-radius: 5px; -webkit-border-radius: 5px; } .theme-dark .checklist .vertical li .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ color: #d6dbdf; } .theme-dark .checklist .vertical li .handle { background: #a5aaae; /* Old browsers */ background: -moz-linear-gradient(top, #a5aaae 0%, #4a4e57 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5aaae), color-stop(100%,#4a4e57)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* IE10+ */ background: linear-gradient(to bottom, #a5aaae 0%,#4a4e57 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5aaae', endColorstr='#4a4e57',GradientType=0 ); /* IE6-9 */ border-radius: 25px 0px 0px 25px; -webkit-border-radius: 25px 0px 0px 25px; border-left: 1px solid #a5aaae; border-bottom: 1px solid #a5aaae; border-top: 1px solid #a5aaae; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; } .theme-dark .checklist .vertical li .handle .item { background: #f8f8f8; } .theme-dark .checklist .nextSection, .theme-dark .checklist .previousSection { background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ } .theme-dark .checklist .nextSection p { float: left; position: relative; width: 80%; margin-left: 5%; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 3px solid #6b737e; color: #6b737e; border-radius: 5px; font-size: 26px; -webkit-border-radius: 5px; } .theme-dark .checklist .previousSection p { float: left; position: relative; width: 80%; margin-left: 5%; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 3px solid #6b737e; color: #6b737e; border-radius: 5px; font-size: 26px; text-align: right; -webkit-border-radius: 5px; } .theme-dark .shadow { background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FF000000',GradientType=0 ); /* IE6-9 */ } /** Loader, Info, and Forms **/ .theme-dark .loader { color: #d6dbdf; } .theme-dark .info { color: #d6dbdf; font-family: MyriadBold, Myriad; } .theme-dark form label { color: #cc2200; margin: 0px auto; padding: 0px; font-size: 12px; font-family: MyriadBold, Myriad; } /** Product Details **/ .theme-dark #productDetailsListing { color: #d6dbdf; } .theme-dark .detailsHeading { font-family: Myriad, Helvetica; color: #d6dbdf; border-top: 1px solid #2b2f32;background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ } .theme-dark .detailsHeading .serial { color: #d6dbdf; } .theme-dark .detailsHeading h1 { color: #6b737e; font-family: Myriad, Helvetica; font-weight: normal; font-size: 20px; } /** E6B **/ .theme-dark .e6b .textbox { background: transparent; text-align: left; border: 0px;; font-family: MyriadBold, Myriad; text-overflow: ellipsis; overflow: hidden; float: left; position: relative; margin: 0px; padding: 10px; width: 180px; font-size: 24px; } .theme-dark .utcTime { width: 100%; position: absolute; bottom: 0px; left: 0px; text-align: left; color: #d6dbdf; font-family: MyriadBold, Myriad; font-size: 14px; overflow: hidden; background: #2d313a; /* Old browsers */ background: -moz-linear-gradient(top, #2d313a 0%, #0f0f11 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d313a), color-stop(100%,#0f0f11)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2d313a 0%,#0f0f11 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2d313a 0%,#0f0f11 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2d313a 0%,#0f0f11 100%); /* IE10+ */ background: linear-gradient(to bottom, #2d313a 0%,#0f0f11 100%); /* W3C */ height: 56px; } .theme-dark .e6b .row { float: left; position: relative; width: 100%; background: #0f0f0f; height: auto; padding: 0px; margin: 0px; overflow: hidden; } .theme-dark .utcCurrent { float: left; position: relative; width: auto; padding: 5px; padding-left: 15px; } .theme-dark .utcTime .icon { float: right; color: #f1f1f1; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ text-align: center; padding: 15px; margin-top: 0px; font-size: 26px; border-left: #122299; border-right: #122299; } .theme-dark .e6b .topConversion, .theme-dark .e6b .bottomConversion { float: left; position: relative; width: auto; padding: 20px; font-size: 16px; text-align: center; color: #d6dbdf; font-family: MyriadBold, Myriad; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ width: 80px; } /** MISC **/ .theme-dark .dark-bg { background: #0f0f11; } /** Settings **/ .theme-dark .settingsItems { color: #f1f1f1; } .theme-dark .settingsItems h2 { font-size: 18px; font-weight: normal; color: #f1f1f1; margin-left: 10px; } .theme-dark .settingsItems .row { padding: 0px; margin-top: 5px; margin-bottom: 5px; } .theme-dark .buynow { font-size: 22px; font-family: MyriadBold, Myriad; background: #313a41; /* Old browsers */ background: -moz-linear-gradient(top, #313a41 49%, #26272b 51%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#313a41), color-stop(51%,#26272b)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #313a41 49%,#26272b 51%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #313a41 49%,#26272b 51%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #313a41 49%,#26272b 51%); /* IE10+ */ background: linear-gradient(to bottom, #313a41 49%,#26272b 51%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313a41', endColorstr='#26272b',GradientType=0 ); /* IE6-9 */ border-radius: 5px; -webkit-border-radius: 5px; } .theme-dark .detailsHeading .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } /** Current Login Info Display **/ .currentLogin { color: #d6dbdf; } /** Special Buttons for when not signed in! **/ .theme-dark .special { width: 100%; float: left; position: relative; text-align: left; color: #d6dbdf; font-family: MyriadBold, Myriad; font-size: 22px; overflow: hidden; height: 78px; } .theme-dark .special2 { width: 100%; float: left; position: relative; text-align: left; color: #d6dbdf; font-family: MyriadBold, Myriad; font-size: 16px; overflow: hidden; height: 43px; } .theme-dark .special p { float: left; position: relative; width: auto; text-indent: 20px; padding: 5px; } .theme-dark .special2 p { float: left; position: relative; width: auto; text-indent: 5px; margin: 5px; padding: 5px; } .theme-dark .special .icon { float: right; color: #f1f1f1; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ text-align: center; padding: 15px; margin-top: 0px; font-size: 48px; border-left: #122299; border-right: #122299; } .theme-dark .special2 .icon { float: right; color: #f1f1f1; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ text-align: center; padding: 10px; margin-top: 0px; font-size: 20px; border-left: #122299; border-right: #122299; } .theme-dark .special:last-child, .theme-dark .special2:last-child { border-bottom: 0px; } .theme-dark .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } /** Emergencies **/ .theme-dark .emergencies { color:#d6dbdf; } .theme-dark .emergencies ul li .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ }
Workspace/QRef/WebContent/css/theme-dark.css
a { font-size: 16px; font-weight: normal; color: #d6dbdf; font-family: MyriadBold, Myriad; text-decoration: none; } a:visited { font-size: 16px; font-weight: normal; color: #d6dbdf; text-decoration: none; } a:hover { font-size: 16px; font-weight: normal; color: #11467c; text-decoration: none; } /** Text Box **/ .theme-dark .textbox { border: 1px solid #292E32; background: #000813; color: #d6dbdf; } /** Page Wrapper **/ .theme-dark .wrap { background: #1f1f1f; -webkit-box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.5); box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.5); } /** Bottom Nav Bar **/ .theme-dark .nav { color: #d6dbdf; border-top: 3px solid #065fb1; background: #2c3039; /* Old browsers */ background: -moz-linear-gradient(top, #2c3039 0%, #131315 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3039), color-stop(100%,#131315)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2c3039 0%,#131315 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2c3039 0%,#131315 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2c3039 0%,#131315 100%); /* IE10+ */ background: linear-gradient(to bottom, #2c3039 0%,#131315 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3039', endColorstr='#131315',GradientType=0 ); /* IE6-9 */ } .theme-dark .nav ul li { border-right: 1px solid #222325; } .theme-dark .nav ul li:last-child { border-right: none; } .theme-dark .nav .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .nav .icon { color: #d6dbdf; } .theme-dark .nav .subheader { color: #6b737e; } /** Dashboard Specific Nav Theme **/ .theme-dark .dashnav ul li { border-right: none; border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; background: #2c3039; /* Old browsers */ background: -moz-linear-gradient(top, #2c3039 0%, #131315 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3039), color-stop(100%,#131315)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2c3039 0%,#131315 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2c3039 0%,#131315 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2c3039 0%,#131315 100%); /* IE10+ */ background: linear-gradient(to bottom, #2c3039 0%,#131315 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3039', endColorstr='#131315',GradientType=0 ); /* IE6-9 */ -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4); box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4); } .theme-dark .dashnav { background: transparent; border-top: none; } .theme-dark .dashnav .header { color: #d6dbdf; font-size: 18px; font-family: MyriadBold, Myriad; } .theme-dark .dashnav .subheader { color: #6b737e; font-size: 18px; font-family: MyriadBold, Myriad; } /** Dashbar Top Bar **/ .theme-dark .dashbar { color: #d6dbdf; font-family: MyriadBold, Myriad; -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6); box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6); } .theme-dar .dashbar .header { color: #5d6268; } .theme-dark .dashbar .item-right { background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ text-align: center; -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.35); box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.35); } .theme-dark .dashbar .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } /** Top Bar for all other pages **/ .theme-dark .topbar { color: #d6dbdf; } .theme-dark .topbar .item, .theme-dark .topbar .item-large, .theme-dark .topbar .item-middle, .theme-dark .topbar .item-middle-large { background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ font-size: 16px; -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.45); box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.45); } .theme-dark .topbar .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .topbar .item-middle { -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; } /** Grid System **/ .theme-dark .grid .separator { background: #1f1f1f; color: #84010; font-size: 16px; } /** Button Theme **/ .theme-dark button, .theme-dark .button { text-align: center; border: none; background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ overflow: hidden; color: #d6dbdf; -webkit-border-radius: 5px; border-radius: 5px; display:block; cursor: pointer; } .theme-dark .submit { text-align: center; border: none; background: #292e32; /* Old browsers */ background: -moz-linear-gradient(top, #292e32 0%, #111214 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292e32), color-stop(100%,#111214)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #292e32 0%,#111214 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #292e32 0%,#111214 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #292e32 0%,#111214 100%); /* IE10+ */ background: linear-gradient(to bottom, #292e32 0%,#111214 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e32', endColorstr='#111214',GradientType=0 ); /* IE6-9 */ overflow: hidden; height: 78px; color: #d6dbdf; display:block; cursor: pointer; } /** Menu Theme **/ .theme-dark .menu { position: absolute; top: 0px; right: -150px; width: 250px; bottom: 0px; height: 100%; background: #23242B; color: #d6dbdf; margin: 0; padding: 0; z-index: 0; display: none; } .theme-dark .menu ul { float: left; position: relative; width: 100%; margin: 0; margin-top: 5px; padding: 0; list-style-type: none; } .theme-dark .menu ul li { float: left; position: relative; width: 100%; text-align: left; overflow: hidden; height: 56px; border-bottom: 1px solid #666666; } .theme-dark .menu ul li:last-child { border-bottom: 0px; } .theme-dark .menu ul li .icon { float: left; position: relative; font-size: 24px; padding: 15px; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .menu ul li .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .menu ul li p { float: left; position: relative; width: auto; margin: 0px; padding: 20px; } /** Dashboard Listing **/ .theme-dark .dashboard-planes-selector .vertical li, .theme-dark .downloads .vertical li { color: #d6dbdf; background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ border-top: 1px solid #2b2f32; } .theme-dark .dashboard-planes-selector .vertical .active, .theme-dark .downloads .vertical .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } .theme-dark .downloads .vertical .owns { color: #d6dbdf; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ border-top: 1px solid #2b2f32; } .theme-dark .dashboard-planes-selector .heading, .theme-dark .downloads .heading { color: #d6dbdf; font-size: 18px; font-family: MyriadBold, Myriad; text-overflow: ellipsis; } .theme-dark .dashboard-planes-selector .subheading, .theme-dark .downloads .subheading { color: #6b737e; font-size: 14px; font-family: MyriadBold, Myriad; text-overflow: ellipsis; } .theme-dark .dashboard-planes-selector .tailNumber { color: #d6dbdf; } .theme-dark .dashboard-planes-selector .vertical li ul li { color: #d6dbdf; border: none; font-family: MyriadBold, Myriad; font-size: 12px; padding: 10px 1px 10px 1px; background: transparent; } .theme-dark .dashboard-planes-selector .vertical .active ul .active { background: transparent; color: #6b737e; } .theme-dark .dashboard-planes-selector .vertical li .delete { padding: 8px; font-family: MyriadBold, Myriad; background: #a90329; /* Old browsers */ background: -moz-linear-gradient(top, #a90329 48%, #8f0222 49%, #6d0019 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#a90329), color-stop(49%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* IE10+ */ background: linear-gradient(to bottom, #a90329 48%,#8f0222 49%,#6d0019 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ border-radius: 5px; font-size: 12px; -webkit-border-radius: 5px; } .theme-dark .dashboard-planes-selector .vertical li .handle { background: #a5aaae; /* Old browsers */ background: -moz-linear-gradient(top, #a5aaae 0%, #4a4e57 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5aaae), color-stop(100%,#4a4e57)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* IE10+ */ background: linear-gradient(to bottom, #a5aaae 0%,#4a4e57 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5aaae', endColorstr='#4a4e57',GradientType=0 ); /* IE6-9 */ border-radius: 25px 0px 0px 25px; -webkit-border-radius: 25px 0px 0px 25px; border-left: 1px solid #a5aaae; border-bottom: 1px solid #a5aaae; border-top: 1px solid #a5aaae; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; } .theme-dark .dashboard-planes-selector .vertical li .handle .item { background: #f8f8f8; } /** Checklist **/ .theme-dark .checklist .vertical li { color: #d6dbdf; /*background: #262b31; background: -moz-linear-gradient(-45deg, #262b31 0%, #111113 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#262b31), color-stop(100%,#111113)); background: -webkit-linear-gradient(-45deg, #262b31 0%,#111113 100%); background: -o-linear-gradient(-45deg, #262b31 0%,#111113 100%); background: -ms-linear-gradient(-45deg, #262b31 0%,#111113 100%); background: linear-gradient(135deg, #262b31 0%,#111113 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b31', endColorstr='#111113',GradientType=1 );*/ background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ border-top: 1px solid #2b2f32; } .theme-dark .checklist .vertical li .check { color: #d6dbdf; font-family: Myriad, Helvetica; font-size: 24px; } .theme-dark .checklist .vertical li .response { color: #6b737e; font-family: Myriad, Helvetica; font-size: 16px; } .theme-dark .checklist .vertical li .delete { padding: 8px; background: #a90329; /* Old browsers */ background: -moz-linear-gradient(top, #a90329 48%, #8f0222 49%, #6d0019 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#a90329), color-stop(49%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a90329 48%,#8f0222 49%,#6d0019 100%); /* IE10+ */ background: linear-gradient(to bottom, #a90329 48%,#8f0222 49%,#6d0019 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ font-size: 12px; font-family: MyriadBold, Myriad; border-radius: 5px; -webkit-border-radius: 5px; } .theme-dark .checklist .vertical li .add { padding: 5px; padding-bottom: 0px; color: #1f1f1f; background: #bfd255; /* Old browsers */ background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #90c900 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#90c900)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* IE10+ */ background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#90c900 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#90c900',GradientType=0 ); /* IE6-9 */ border-radius: 5px; -webkit-border-radius: 5px; } .theme-dark .checklist .vertical li .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ color: #d6dbdf; } .theme-dark .checklist .vertical li .handle { background: #a5aaae; /* Old browsers */ background: -moz-linear-gradient(top, #a5aaae 0%, #4a4e57 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5aaae), color-stop(100%,#4a4e57)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #a5aaae 0%,#4a4e57 100%); /* IE10+ */ background: linear-gradient(to bottom, #a5aaae 0%,#4a4e57 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5aaae', endColorstr='#4a4e57',GradientType=0 ); /* IE6-9 */ border-radius: 25px 0px 0px 25px; -webkit-border-radius: 25px 0px 0px 25px; border-left: 1px solid #a5aaae; border-bottom: 1px solid #a5aaae; border-top: 1px solid #a5aaae; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; } .theme-dark .checklist .vertical li .handle .item { background: #f8f8f8; } .theme-dark .checklist .nextSection, .theme-dark .checklist .previousSection { background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ } .theme-dark .checklist .nextSection p { float: left; position: relative; width: 80%; margin-left: 5%; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 3px solid #6b737e; color: #6b737e; border-radius: 5px; font-size: 26px; -webkit-border-radius: 5px; } .theme-dark .checklist .previousSection p { float: left; position: relative; width: 80%; margin-left: 5%; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 3px solid #6b737e; color: #6b737e; border-radius: 5px; font-size: 26px; text-align: right; -webkit-border-radius: 5px; } .theme-dark .shadow { background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FF000000',GradientType=0 ); /* IE6-9 */ } /** Loader, Info, and Forms **/ .theme-dark .loader { color: #d6dbdf; } .theme-dark .info { color: #d6dbdf; font-family: MyriadBold, Myriad; } .theme-dark form label { color: #cc2200; margin: 0px auto; padding: 0px; font-size: 12px; font-family: MyriadBold, Myriad; } /** Product Details **/ .theme-dark #productDetailsListing { color: #d6dbdf; } .theme-dark .detailsHeading { font-family: Myriad, Helvetica; color: #d6dbdf; border-top: 1px solid #2b2f32;background: -moz-linear-gradient(top, rgba(0,0,0,0) 58%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(0,0,0,0) 58%,rgba(0,0,0,0.2) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */ } .theme-dark .detailsHeading .serial { color: #d6dbdf; } .theme-dark .detailsHeading h1 { color: #6b737e; font-family: Myriad, Helvetica; font-weight: normal; font-size: 20px; } /** E6B **/ .theme-dark .e6b .textbox { background: transparent; text-align: left; border: 0px;; font-family: MyriadBold, Myriad; text-overflow: ellipsis; overflow: hidden; float: left; position: relative; margin: 0px; padding: 10px; width: 180px; font-size: 24px; } .theme-dark .utcTime { width: 100%; position: absolute; bottom: 0px; left: 0px; text-align: left; color: #d6dbdf; font-family: MyriadBold, Myriad; font-size: 14px; overflow: hidden; background: #2d313a; /* Old browsers */ background: -moz-linear-gradient(top, #2d313a 0%, #0f0f11 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d313a), color-stop(100%,#0f0f11)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2d313a 0%,#0f0f11 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2d313a 0%,#0f0f11 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2d313a 0%,#0f0f11 100%); /* IE10+ */ background: linear-gradient(to bottom, #2d313a 0%,#0f0f11 100%); /* W3C */ height: 56px; } .theme-dark .e6b .row { float: left; position: relative; width: 100%; background: #0f0f0f; height: auto; padding: 0px; margin: 0px; overflow: hidden; } .theme-dark .utcCurrent { float: left; position: relative; width: auto; padding: 5px; padding-left: 15px; } .theme-dark .utcTime .icon { float: right; color: #f1f1f1; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ text-align: center; padding: 15px; margin-top: 0px; font-size: 26px; border-left: #122299; border-right: #122299; } .theme-dark .e6b .topConversion, .theme-dark .e6b .bottomConversion { float: left; position: relative; width: auto; padding: 20px; font-size: 16px; text-align: center; color: #d6dbdf; font-family: MyriadBold, Myriad; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ width: 80px; } /** MISC **/ .theme-dark .dark-bg { background: #0f0f11; } /** Settings **/ .theme-dark .settingsItems { color: #f1f1f1; } .theme-dark .settingsItems h2 { font-size: 18px; font-weight: normal; color: #f1f1f1; margin-left: 10px; } .theme-dark .settingsItems .row { padding: 0px; margin-top: 5px; margin-bottom: 5px; } .theme-dark .buynow { font-size: 22px; font-family: MyriadBold, Myriad; background: #313a41; /* Old browsers */ background: -moz-linear-gradient(top, #313a41 49%, #26272b 51%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#313a41), color-stop(51%,#26272b)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #313a41 49%,#26272b 51%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #313a41 49%,#26272b 51%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #313a41 49%,#26272b 51%); /* IE10+ */ background: linear-gradient(to bottom, #313a41 49%,#26272b 51%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313a41', endColorstr='#26272b',GradientType=0 ); /* IE6-9 */ border-radius: 5px; -webkit-border-radius: 5px; } .theme-dark .detailsHeading .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } /** Current Login Info Display **/ .currentLogin { color: #d6dbdf; } /** Special Buttons for when not signed in! **/ .theme-dark .special { width: 100%; float: left; position: relative; text-align: left; color: #d6dbdf; font-family: MyriadBold, Myriad; font-size: 22px; overflow: hidden; height: 78px; } .theme-dark .special2 { width: 100%; float: left; position: relative; text-align: left; color: #d6dbdf; font-family: MyriadBold, Myriad; font-size: 16px; overflow: hidden; height: 43px; } .theme-dark .special p { float: left; position: relative; width: auto; text-indent: 20px; padding: 5px; } .theme-dark .special2 p { float: left; position: relative; width: auto; text-indent: 5px; margin: 5px; padding: 5px; } .theme-dark .special .icon { float: right; color: #f1f1f1; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ text-align: center; padding: 15px; margin-top: 0px; font-size: 48px; border-left: #122299; border-right: #122299; } .theme-dark .special2 .icon { float: right; color: #f1f1f1; background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ text-align: center; padding: 10px; margin-top: 0px; font-size: 20px; border-left: #122299; border-right: #122299; } .theme-dark .special:last-child, .theme-dark .special2:last-child { border-bottom: 0px; } .theme-dark .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ } /** Emergencies **/ .theme-dark .emergencies { color:#d6dbdf; } .theme-dark .emergencies ul li .active { background: #11467c; /* Old browsers */ background: -moz-linear-gradient(top, #11467c 0%, #001b36 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11467c), color-stop(100%,#001b36)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #11467c 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #11467c 0%,#001b36 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #11467c 0%,#001b36 100%); /* IE10+ */ background: linear-gradient(to bottom, #11467c 0%,#001b36 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11467c', endColorstr='#001b36',GradientType=0 ); /* IE6-9 */ }
0.22051
0.078501
body { /* Background pattern from Toptal Subtle Patterns */ background-image: url("img/tlo.png"); margin: 0px; font-family: 'Open Sans', sans-serif; font-size: 20px; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { color: #485b3b; text-decoration: underline; } a:active { color: black; text-decoration: none; } #logo { width: 100%; height: 50px; background-color: #485b3b; font-size: 36px; color: white; text-align: center; text-transform: uppercase; padding: 5px 0px 5px 0px; letter-spacing: 3px; border-bottom: 2px solid #33402a; text-shadow: 2px 2px 0 #33402a, -2px 2px 0 #33402a, -2px -2px 0 #33402a, 2px -2px 0 #33402a; } #container { margin-left: auto; margin-right: auto; background-color: white; width: 878px; padding: 10px; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; } #spis { width: 780px; padding-left: 100px; } ol { margin-top: 5px; } ol > li { font-size: 22px; text-transform: uppercase; font-weight: 700; padding: 5px; letter-spacing: 3px; } ol > li > ul { font-size: 18px; text-transform: none; font-weight: 400; padding: 10px; letter-spacing: 0px; margin-top: 5px; margin-left: 30px; list-style-type: none; } ol > li > ul > li { margin: 0px; } ol > li > ul > li:before { color: #485b3b; content: "⚠"; margin-right: 5px; } .slajd { padding: 20px 40px; text-align: justify; } h1 { font-size: 24px; text-transform: uppercase; font-weight: 700; } .scrollup { width: 64px; height: 64px; text-decoration: none; background: url("img/up.png") no-repeat 0px 0px; position: fixed; right: 50px; bottom: 50px; display: none; } #stopka { width: 100%; height: 32px; background-color: #485b3b; font-size: 20px; color: white; text-align: center; text-transform: uppercase; padding: 5px 0px 5px 0px; letter-spacing: 3px; border-top: 2px solid #33402a; text-shadow: 2px 2px 0 #33402a, -2px 2px 0 #33402a, -2px -2px 0 #33402a, 2px -2px 0 #33402a; }
Kurs HTML/Kurs HTML 04/style.css
body { /* Background pattern from Toptal Subtle Patterns */ background-image: url("img/tlo.png"); margin: 0px; font-family: 'Open Sans', sans-serif; font-size: 20px; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { color: #485b3b; text-decoration: underline; } a:active { color: black; text-decoration: none; } #logo { width: 100%; height: 50px; background-color: #485b3b; font-size: 36px; color: white; text-align: center; text-transform: uppercase; padding: 5px 0px 5px 0px; letter-spacing: 3px; border-bottom: 2px solid #33402a; text-shadow: 2px 2px 0 #33402a, -2px 2px 0 #33402a, -2px -2px 0 #33402a, 2px -2px 0 #33402a; } #container { margin-left: auto; margin-right: auto; background-color: white; width: 878px; padding: 10px; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; } #spis { width: 780px; padding-left: 100px; } ol { margin-top: 5px; } ol > li { font-size: 22px; text-transform: uppercase; font-weight: 700; padding: 5px; letter-spacing: 3px; } ol > li > ul { font-size: 18px; text-transform: none; font-weight: 400; padding: 10px; letter-spacing: 0px; margin-top: 5px; margin-left: 30px; list-style-type: none; } ol > li > ul > li { margin: 0px; } ol > li > ul > li:before { color: #485b3b; content: "⚠"; margin-right: 5px; } .slajd { padding: 20px 40px; text-align: justify; } h1 { font-size: 24px; text-transform: uppercase; font-weight: 700; } .scrollup { width: 64px; height: 64px; text-decoration: none; background: url("img/up.png") no-repeat 0px 0px; position: fixed; right: 50px; bottom: 50px; display: none; } #stopka { width: 100%; height: 32px; background-color: #485b3b; font-size: 20px; color: white; text-align: center; text-transform: uppercase; padding: 5px 0px 5px 0px; letter-spacing: 3px; border-top: 2px solid #33402a; text-shadow: 2px 2px 0 #33402a, -2px 2px 0 #33402a, -2px -2px 0 #33402a, 2px -2px 0 #33402a; }
0.346099
0.086671
@import "hero.css"; /* @import "admonitions.css"; */ @import "buttons.css"; /* @import "providers.css"; */ @import "navbar.css"; /* @import "search.css"; */ @font-face { font-family: "inter-regular"; src: url("/static/fonts/inter-regular.ttf"); } /* You can override the default Infima variables here. */ :root { --ifm-code-font-size: 100%; --ifm-color-info: #1eb1fc; --ifm-color-success: #1eb1fc; --ifm-color-warning: #c94b4b; --ifm-color-primary: #ff5722; --ifm-color-primary-dark: #ff4105; --ifm-color-primary-darker: #f63b00; --ifm-color-primary-darkest: #ca3100; --ifm-color-primary-light: #ff6d3f; --ifm-color-primary-lighter: #ff784d; --ifm-color-primary-lightest: #ff9979; --ifm-font-family-base: "inter-regular", -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --ifm-background-color: #fff; --ifm-hero-background-color: #f5f5f5; --ifm-footer-background-color: #f9f9f9; --ifm-navbar-background-color: #ffffffa6; --ifm-h1-font-size: 3rem; --ifm-h1-font-size: 2rem; } html[data-theme="dark"]:root { --ifm-footer-background-color: rgb(0, 0, 0); --ifm-html-background-color: rgb(36, 37, 38); --ifm-background-color: rgb(9, 9, 9); --ifm-hero-background-color: rgb(17, 17, 17); --ifm-navbar-background-color: rgba(0, 0, 0, 0.65); } [data-theme="dark"] { --ifm-color-primary: #ff5722; --ifm-color-primary-dark: #ff4105; --ifm-color-primary-darker: #f63b00; --ifm-color-primary-darkest: #ca3100; --ifm-color-primary-light: #ff6d3f; --ifm-color-primary-lighter: #ff784d; --ifm-color-primary-lightest: #ff9979; } html[data-theme="dark"] { --ifm-background-color: rgb(31, 32, 28); } html[data-theme="dark"] svg[id^="mermaid-svg"] text[id*="-attr"] { fill: var(--ifm-background-color) !important; } @media screen and (max-width: 360px) { html { font-size: 0.8rem; } } body { transition: all 100ms ease-in; } a { font-weight: 600; } ::selection { color: black; background: beige; } .navbar .navbar__link { font-weight: 600; font-size: 1.1rem; } a, a:hover, .navbar .navbar__link:hover { color: var(--ifm-color-primary); } .hash-link { text-decoration: none; } .docusaurus-highlight-code-line { background-color: rgb(72, 77, 91); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } .rounded-pill { border-radius: 2rem; } .pagination-nav { display: none; } hr { margin-top: 2.5rem; border-color: #ddd; } html[data-theme="dark"] hr { border-color: #242526; } .home-main .code { padding: 0; height: 100%; font-size: 0.8rem; overflow: hidden; border-radius: 0.5rem; background: #181320; } .home-main .code-heading { color: #ffffff; background: #181320; margin: 0; padding: 0.5rem 1rem; font-size: 1rem; font-weight: 700; width: 100%; } .home-main .code .code-heading span { opacity: 0.6; float: right; font-weight: normal; } @media screen and (max-width: 996px) { .main-wrapper > div { flex-direction: column; } } .inline { display: inline-block; }
website/src/css/index.css
@import "hero.css"; /* @import "admonitions.css"; */ @import "buttons.css"; /* @import "providers.css"; */ @import "navbar.css"; /* @import "search.css"; */ @font-face { font-family: "inter-regular"; src: url("/static/fonts/inter-regular.ttf"); } /* You can override the default Infima variables here. */ :root { --ifm-code-font-size: 100%; --ifm-color-info: #1eb1fc; --ifm-color-success: #1eb1fc; --ifm-color-warning: #c94b4b; --ifm-color-primary: #ff5722; --ifm-color-primary-dark: #ff4105; --ifm-color-primary-darker: #f63b00; --ifm-color-primary-darkest: #ca3100; --ifm-color-primary-light: #ff6d3f; --ifm-color-primary-lighter: #ff784d; --ifm-color-primary-lightest: #ff9979; --ifm-font-family-base: "inter-regular", -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --ifm-background-color: #fff; --ifm-hero-background-color: #f5f5f5; --ifm-footer-background-color: #f9f9f9; --ifm-navbar-background-color: #ffffffa6; --ifm-h1-font-size: 3rem; --ifm-h1-font-size: 2rem; } html[data-theme="dark"]:root { --ifm-footer-background-color: rgb(0, 0, 0); --ifm-html-background-color: rgb(36, 37, 38); --ifm-background-color: rgb(9, 9, 9); --ifm-hero-background-color: rgb(17, 17, 17); --ifm-navbar-background-color: rgba(0, 0, 0, 0.65); } [data-theme="dark"] { --ifm-color-primary: #ff5722; --ifm-color-primary-dark: #ff4105; --ifm-color-primary-darker: #f63b00; --ifm-color-primary-darkest: #ca3100; --ifm-color-primary-light: #ff6d3f; --ifm-color-primary-lighter: #ff784d; --ifm-color-primary-lightest: #ff9979; } html[data-theme="dark"] { --ifm-background-color: rgb(31, 32, 28); } html[data-theme="dark"] svg[id^="mermaid-svg"] text[id*="-attr"] { fill: var(--ifm-background-color) !important; } @media screen and (max-width: 360px) { html { font-size: 0.8rem; } } body { transition: all 100ms ease-in; } a { font-weight: 600; } ::selection { color: black; background: beige; } .navbar .navbar__link { font-weight: 600; font-size: 1.1rem; } a, a:hover, .navbar .navbar__link:hover { color: var(--ifm-color-primary); } .hash-link { text-decoration: none; } .docusaurus-highlight-code-line { background-color: rgb(72, 77, 91); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } .rounded-pill { border-radius: 2rem; } .pagination-nav { display: none; } hr { margin-top: 2.5rem; border-color: #ddd; } html[data-theme="dark"] hr { border-color: #242526; } .home-main .code { padding: 0; height: 100%; font-size: 0.8rem; overflow: hidden; border-radius: 0.5rem; background: #181320; } .home-main .code-heading { color: #ffffff; background: #181320; margin: 0; padding: 0.5rem 1rem; font-size: 1rem; font-weight: 700; width: 100%; } .home-main .code .code-heading span { opacity: 0.6; float: right; font-weight: normal; } @media screen and (max-width: 996px) { .main-wrapper > div { flex-direction: column; } } .inline { display: inline-block; }
0.268941
0.045353
----------------------------------------------- */ body { direction: rtl; unicode-bidi: embed; text-align: right; } caption, th, td { text-align: right; } ul, ol { margin: 0 3em 1.5em 0; } li > ul, li > ol { margin-left: auto; margin-right: 1.5em; } textarea { padding-left: auto; padding-right: 3px; } .screen-reader-text:hover, .assistive-text:hover, .screen-reader-text:active, .assistive-text:active, .screen-reader-text:focus, .assistive-text:focus { left: auto; right: 5px; } .sidebar-close { float: left; } /* =Social Links ----------------------------------------------- */ .social-link:first-child { margin-left: 1%; margin-right: 0; } .social-link:last-child { margin-right: 1%; margin-left: 0; } /* =Menu ----------------------------------------------- */ .menu ul { padding-right: 0; } .menu > ul > li:first-child { margin-left: 0.5em; margin-right: 0; } .menu > ul > li:last-child { margin-right: 0.5em; margin-left: 0; } @media only screen and (min-width: 50em) { .menu > ul > li:first-child { margin-left: 1.5%; } .menu > ul > li:last-child { margin-right: 1.5%; } } .menu ul ul { float: right; left: auto; right: 0; } .menu .menu-item-has-children > a::after, .menu .page_item_has_children > a::after { margin-left: auto; margin-right: 0.25em; } .sidebar-menu > ul { margin-left: auto; margin-right: 2em; } /* =Content ----------------------------------------------- */ .entry-content blockquote { padding: 0 5% 0 0; border-left: none; border-right: 1px solid #009BCD; } .format-quote .entry-content blockquote { padding-right: 0; border-right: none; } /* =Author Card ----------------------------------------------- */ .author-section { text-align: right; } .author-image { float: right; } .author-text { float: right; margin-right: 5%; } /* =Galleries ----------------------------------------------- */ .gallery-item { float: right; margin: 0 0 4px 4px; } /* =Navigation ----------------------------------------------- */ .nav-previous { float: right; text-align: right; } .nav-next { float: left; text-align: left; } /* =Comments ----------------------------------------------- */ .comment-metadata a { margin-right: auto; margin-left: 1.5% } textarea#comment { border-radius: 3px 3px 3px 0; } .form-allowed-tags { border-radius: 3px 3px 3px 0; } .form-submit input[type=submit] { float: left; }
public/content/themes/decode/rtl.css
----------------------------------------------- */ body { direction: rtl; unicode-bidi: embed; text-align: right; } caption, th, td { text-align: right; } ul, ol { margin: 0 3em 1.5em 0; } li > ul, li > ol { margin-left: auto; margin-right: 1.5em; } textarea { padding-left: auto; padding-right: 3px; } .screen-reader-text:hover, .assistive-text:hover, .screen-reader-text:active, .assistive-text:active, .screen-reader-text:focus, .assistive-text:focus { left: auto; right: 5px; } .sidebar-close { float: left; } /* =Social Links ----------------------------------------------- */ .social-link:first-child { margin-left: 1%; margin-right: 0; } .social-link:last-child { margin-right: 1%; margin-left: 0; } /* =Menu ----------------------------------------------- */ .menu ul { padding-right: 0; } .menu > ul > li:first-child { margin-left: 0.5em; margin-right: 0; } .menu > ul > li:last-child { margin-right: 0.5em; margin-left: 0; } @media only screen and (min-width: 50em) { .menu > ul > li:first-child { margin-left: 1.5%; } .menu > ul > li:last-child { margin-right: 1.5%; } } .menu ul ul { float: right; left: auto; right: 0; } .menu .menu-item-has-children > a::after, .menu .page_item_has_children > a::after { margin-left: auto; margin-right: 0.25em; } .sidebar-menu > ul { margin-left: auto; margin-right: 2em; } /* =Content ----------------------------------------------- */ .entry-content blockquote { padding: 0 5% 0 0; border-left: none; border-right: 1px solid #009BCD; } .format-quote .entry-content blockquote { padding-right: 0; border-right: none; } /* =Author Card ----------------------------------------------- */ .author-section { text-align: right; } .author-image { float: right; } .author-text { float: right; margin-right: 5%; } /* =Galleries ----------------------------------------------- */ .gallery-item { float: right; margin: 0 0 4px 4px; } /* =Navigation ----------------------------------------------- */ .nav-previous { float: right; text-align: right; } .nav-next { float: left; text-align: left; } /* =Comments ----------------------------------------------- */ .comment-metadata a { margin-right: auto; margin-left: 1.5% } textarea#comment { border-radius: 3px 3px 3px 0; } .form-allowed-tags { border-radius: 3px 3px 3px 0; } .form-submit input[type=submit] { float: left; }
0.342572
0.103115
body { height: 100%; background-image: radial-gradient(#777777, #000); background-repeat: repeat; background-attachment: fixed; } #gallery { margin: 100px; display: grid; grid-template-columns: auto auto auto auto auto; column-gap: 10px; } #status, #currentState { position: fixed; opacity: 0.75; background-color: white; display: none; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; z-index: 2; border-radius: 10px; padding: 10px; } #status { top: 40px; right: 40px; font-size: 20pt; } #currentState { top: 40px; left: 50%; width: 400px; margin-left: -200px; font-size: 30pt; text-align: center; z-index: 2; } .myImg, .myModalImg { border-radius: 5px; cursor: pointer; transition: 0.3s; width: calc(100% - 26px); } .myImg:hover { opacity: 0.7; } div.container { text-align: center; padding: 30px 20px; } * { box-sizing: border-box; } .polaroid, .modalPolaroid { width: 100%; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-bottom: 25px; float: left; text-align: center; padding-top: 13px; } .modalPolaroid { display: inline-block; width: 50%; max-width: 90%; max-height: 90%; } @media only screen and (max-width: 1500px) { #gallery { grid-template-columns: auto auto auto auto; } } @media only screen and (max-width: 1250px) { #gallery { grid-template-columns: auto auto auto; } } @media only screen and (max-width: 900px) { #gallery { grid-template-columns: auto auto; } } @media only screen and (max-width: 700px) { #gallery { grid-template-columns: auto; } } .clearfix:after { content: ""; display: table; clear: both; } .modal { text-align: center; align-self: center; display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); } .modal-content { margin: auto; display: block; } #decisionInstruction { background-color: #777777; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 50pt; padding: 30px; display: none; } .modal-content, #caption { -webkit-animation-name: zoom; -webkit-animation-duration: 1.6s; animation-name: zoom; animation-duration: 1.6s; } @-webkit-keyframes zoom { from { -webkit-transform: scale(0) rotate(-80deg) } 75% { -webkit-transform: scale(0.9) rotate(0deg) } to { -webkit-transform: scale(1) } } @keyframes zoom { from { transform: scale(0.1) rotate(-80deg) } 75% { transform: scale(0.9) rotate(0deg) } to { transform: scale(1) } } .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } .button { cursor: pointer; transition: 0.3s; background: none; } #btnAccept:hover { color: rgba(0, 99, 25, 0.5); } #btnDismiss:hover { color: rgba(99, 0, 0, 0.5); } @media only screen and (max-width: 700px) { .modal-content { width: 100%; } } #countdown { text-align: center; align-self: center; display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); } #countdown_content { font-size: 40vw; text-align: center; font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, Verdana, sans-serif; color: black; -webkit-text-stroke: 10px white; } ::-webkit-scrollbar { width: 14px; } ::-webkit-scrollbar-track { background-color: #000; } ::-webkit-scrollbar-thumb { background: #444; box-shadow: inset 0 0 10px black; border-radius: 7px; }
src/app/static/style.css
body { height: 100%; background-image: radial-gradient(#777777, #000); background-repeat: repeat; background-attachment: fixed; } #gallery { margin: 100px; display: grid; grid-template-columns: auto auto auto auto auto; column-gap: 10px; } #status, #currentState { position: fixed; opacity: 0.75; background-color: white; display: none; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; z-index: 2; border-radius: 10px; padding: 10px; } #status { top: 40px; right: 40px; font-size: 20pt; } #currentState { top: 40px; left: 50%; width: 400px; margin-left: -200px; font-size: 30pt; text-align: center; z-index: 2; } .myImg, .myModalImg { border-radius: 5px; cursor: pointer; transition: 0.3s; width: calc(100% - 26px); } .myImg:hover { opacity: 0.7; } div.container { text-align: center; padding: 30px 20px; } * { box-sizing: border-box; } .polaroid, .modalPolaroid { width: 100%; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-bottom: 25px; float: left; text-align: center; padding-top: 13px; } .modalPolaroid { display: inline-block; width: 50%; max-width: 90%; max-height: 90%; } @media only screen and (max-width: 1500px) { #gallery { grid-template-columns: auto auto auto auto; } } @media only screen and (max-width: 1250px) { #gallery { grid-template-columns: auto auto auto; } } @media only screen and (max-width: 900px) { #gallery { grid-template-columns: auto auto; } } @media only screen and (max-width: 700px) { #gallery { grid-template-columns: auto; } } .clearfix:after { content: ""; display: table; clear: both; } .modal { text-align: center; align-self: center; display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); } .modal-content { margin: auto; display: block; } #decisionInstruction { background-color: #777777; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 50pt; padding: 30px; display: none; } .modal-content, #caption { -webkit-animation-name: zoom; -webkit-animation-duration: 1.6s; animation-name: zoom; animation-duration: 1.6s; } @-webkit-keyframes zoom { from { -webkit-transform: scale(0) rotate(-80deg) } 75% { -webkit-transform: scale(0.9) rotate(0deg) } to { -webkit-transform: scale(1) } } @keyframes zoom { from { transform: scale(0.1) rotate(-80deg) } 75% { transform: scale(0.9) rotate(0deg) } to { transform: scale(1) } } .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } .button { cursor: pointer; transition: 0.3s; background: none; } #btnAccept:hover { color: rgba(0, 99, 25, 0.5); } #btnDismiss:hover { color: rgba(99, 0, 0, 0.5); } @media only screen and (max-width: 700px) { .modal-content { width: 100%; } } #countdown { text-align: center; align-self: center; display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); } #countdown_content { font-size: 40vw; text-align: center; font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, Verdana, sans-serif; color: black; -webkit-text-stroke: 10px white; } ::-webkit-scrollbar { width: 14px; } ::-webkit-scrollbar-track { background-color: #000; } ::-webkit-scrollbar-thumb { background: #444; box-shadow: inset 0 0 10px black; border-radius: 7px; }
0.502197
0.175432
html { -webkit-font-smoothing: antialiased; } body { background-image: url("/images/show.jpg"); background-size: cover; background-attachment: fixed; color: white; font-family: Open Sans; } header { position: fixed; width: 100%; z-index: 1000; } .row { margin: 0 auto; } h1 { color: #21A675; } input.addconcert { position: relative; float: left; background-color: rgba(255, 255, 255, 0); color: #21A675; border: 1px solid rgba(67, 67, 67, 0.61); height: 26px; margin-left: -82%; margin-top: -10%; } .login_logout { position: relative; float: left; } a { color: #21A675; } .logo-text { position: relative; float: right; margin-right: 10%; z-index: 500; } #city-name-wrapper { text-align: center; } #login-button { position: relative; float: left; background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.51); border: 1px solid #21A675; height: 26px; } #register-button { position: relative; float: left; background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.51); border: 1px solid #21A675; height: 26px; margin-left: 30%; } .buttons-wrapper { margin-left: 38%; float: left; margin-top: 10%; position: relative; } .cityicon { height: 50px; width: 60px; position: relative; float: right; margin-top: 2%; margin-right: -22%; } .buttons-wrapper.text { margin-left: -44px; color: gray; } #city-submit { position: relative; float: left; margin-left: 38%; border: 1px solid #21A675; margin-top: 18px; background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.51); height: 26px; } .row.city-input-wrapper { margin-left: 12%; width: 250px; margin-top: 30%; float: left; } ul li { list-style-type: none; font-family: 'Helvetica Neue', helvetica, arial, sans-serif; } ul { background-color: rgba(27, 27, 27, 0.63); margin-top: 25%; font-family: 'Helvetica Neue', helvetica, arial, sans-serif; } #address { background-color: rgba(255, 0, 0, 0); border: 2px solid #21A675; text-align: center; font-size: 35px; height: 50px; width: 100%; } #map { height: 400px; width: 50%; margin-left: 25%; background-color: #21a878; opacity: 0.8; border-radius: 60%; margin-top: 5%; display: none; } .btn.btn-default.btn-lg { position: relative; float: left; z-index: 10; background-color: rgba(255, 255, 255, 0); color: #21A675; border: 0px solid gray; } .menu { width: 15%; height: 1000px; background-color: rgba(15, 15, 15, 0.68); position: fixed; z-index: 5; padding-top: 20%; text-align: center; margin-top: -110px; } .inputcity { float: left; position: relative; margin-top: 30%; height: 50px; text-align: center; font-size: 35px; width: 300px; } .pinbutton-wrapper { position: relative; float: left; height: 200px; width: 25%; padding-right: 10%; margin-left: 38%; } .container { position: relative; float: left; margin-top: 5%; } .container.header { position: relative; float: left; margin-top: 5%; } .pinmap { position: relative; float: left; margin-left: 43%; width: 150px; margin-top: 3%; height: 150px; } .content-images { border-radius: 100px; margin-left: 67% !important; } .empty { width: 100%; height: 620px; background-color: rgba(143, 241, 195, 0); } .col-md-12.content.my_events { padding-top: 5%; text-align: center; color: #807e7e; } .col-md-8 { background-color: rgba(27, 27, 27, 0.63); margin-top: 5%; } footer { position: relative; float: left; background-color: rgba(27, 27, 27, 0.63); margin-top: 5%; } .col-md-12.header { background-color: rgba(27, 27, 27, 0.87); width: 100%; } .col-md-12.content { width: 100%; height: 450px; margin-top: 6.5%; background-color: rgba(27, 27, 27, 0.63); } .col-md-12 { padding: 0; } .col-md-4 { text-align: center; } .col-md-12.login { margin-top: 10%; } .eq-spinner { height: 20px; width: 21px; float: left; position: fixed; margin-left: 25%; margin-top: 3%; transform: rotate(180deg); } .eq-spinner:before, .eq-spinner:after, .eq-spinner > i { float: left; width: 5px; height: 20px; background: #21a878; margin-left: 3px; content: ""; } .eq-spinner:before { margin-left: 0; } .eq-spinner:before { animation: bounce-3 1s infinite linear; } .eq-spinner > i { animation: bounce-2 1s infinite linear; } .eq-spinner:after { animation: bounce-1 1s infinite linear; } @keyframes bounce-1 { 0% { height: 1px; } 16.7% { height: 20px; } 33.4% { height: 20px; } 100% { height: 1px; } } @keyframes bounce-2 { 0% { height: 1px; } 16.7% { height: 1px; } 33.4% { height: 20px; } 50% { height: 20px; } 100% { height: 1px; } } @keyframes bounce-3 { 0% { height: 1px; } 33.4% { height: 1px; } 50% { height: 20px; } 66.7% { height: 20px; } 100% { height: 1px; } } .wrap { width: 100%; height: 100%; min-height: 100%; position: relative; top: 0; left: 0; z-index: 99; } p.form-title { font-family: 'Open Sans' , sans-serif; font-size: 20px; font-weight: 600; text-align: center; color: #FFFFFF; margin-top: 5%; text-transform: uppercase; letter-spacing: 4px; } form { width: 250px; margin: 0 auto; } form.login input[type="text"], form.login input[type="password"] { width: 100%; margin: 0; padding: 5px 10px; background: 0; border: 0; border-bottom: 1px solid #FFFFFF; outline: 0; font-style: italic; font-size: 12px; font-weight: 400; letter-spacing: 1px; margin-bottom: 5px; color: #FFFFFF; outline: 0; } form.login input[type="submit"] { width: 100%; font-size: 14px; text-transform: uppercase; font-weight: 500; margin-top: 16px; outline: 0; cursor: pointer; letter-spacing: 1px; } form.login input[type="submit"]:hover { transition: background-color 0.5s ease; } form.login .remember-forgot { float: left; width: 100%; margin: 10px 0 0 0; } form.login .forgot-pass-content { min-height: 20px; margin-top: 10px; margin-bottom: 10px; } form.login label, form.login a { font-size: 12px; font-weight: 400; color: #FFFFFF; } form.login a { transition: color 0.5s ease; } form.login a:hover { color: #2ecc71; } .pr-wrap { width: 100%; height: 100%; min-height: 100%; position: relative; top: 0; left: 0; z-index: 999; display: none; } .show-pass-reset { display: block !important; } .pass-reset { margin: 0 auto; width: 250px; position: relative; margin-top: 22%; z-index: 999; background: #FFFFFF; padding: 20px 15px; } .pass-reset label { font-size: 12px; font-weight: 400; margin-bottom: 15px; } .pass-reset input[type="email"] { width: 100%; margin: 5px 0 0 0; padding: 5px 10px; background: 0; border: 0; border-bottom: 1px solid #000000; outline: 0; font-style: italic; font-size: 12px; font-weight: 400; letter-spacing: 1px; margin-bottom: 5px; color: #000000; outline: 0; } .pass-reset input[type="submit"] { width: 100%; border: 0; font-size: 14px; text-transform: uppercase; font-weight: 500; margin-top: 10px; outline: 0; cursor: pointer; letter-spacing: 1px; } .pass-reset input[type="submit"]:hover { transition: background-color 0.5s ease; } .posted-by { position: relative; bottom: 26px; margin: 0 auto; color: #FFF; background-color: rgba(0, 0, 0, 0.66); padding: 10px; left: 45%; } @media (max-width: 500px) { .col-md-12.login { padding-top: 20%; } .menu { width: 30%; margin-top: -40px; } .pinmap { margin-left: 36%; height: 150px; margin-top: 80px; } #address { margin-left: -72px; } #city-submit { margin-left: 8%; } .empty { height: 1px; } .buttons-wrapper { margin-left: 31%; } input.addconcert { margin-left: -37%; } .content-images { margin-left: 50% !important; } .col-md-12 { width: 100%; } .eq-spinner { margin-left: 89%; height: 35px; } .menu { margin-top: 0; z-index: 100; } } /*# sourceMappingURL=style.css.map */
public/styles/css/style.css
html { -webkit-font-smoothing: antialiased; } body { background-image: url("/images/show.jpg"); background-size: cover; background-attachment: fixed; color: white; font-family: Open Sans; } header { position: fixed; width: 100%; z-index: 1000; } .row { margin: 0 auto; } h1 { color: #21A675; } input.addconcert { position: relative; float: left; background-color: rgba(255, 255, 255, 0); color: #21A675; border: 1px solid rgba(67, 67, 67, 0.61); height: 26px; margin-left: -82%; margin-top: -10%; } .login_logout { position: relative; float: left; } a { color: #21A675; } .logo-text { position: relative; float: right; margin-right: 10%; z-index: 500; } #city-name-wrapper { text-align: center; } #login-button { position: relative; float: left; background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.51); border: 1px solid #21A675; height: 26px; } #register-button { position: relative; float: left; background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.51); border: 1px solid #21A675; height: 26px; margin-left: 30%; } .buttons-wrapper { margin-left: 38%; float: left; margin-top: 10%; position: relative; } .cityicon { height: 50px; width: 60px; position: relative; float: right; margin-top: 2%; margin-right: -22%; } .buttons-wrapper.text { margin-left: -44px; color: gray; } #city-submit { position: relative; float: left; margin-left: 38%; border: 1px solid #21A675; margin-top: 18px; background-color: rgba(255, 255, 255, 0); color: rgba(255, 255, 255, 0.51); height: 26px; } .row.city-input-wrapper { margin-left: 12%; width: 250px; margin-top: 30%; float: left; } ul li { list-style-type: none; font-family: 'Helvetica Neue', helvetica, arial, sans-serif; } ul { background-color: rgba(27, 27, 27, 0.63); margin-top: 25%; font-family: 'Helvetica Neue', helvetica, arial, sans-serif; } #address { background-color: rgba(255, 0, 0, 0); border: 2px solid #21A675; text-align: center; font-size: 35px; height: 50px; width: 100%; } #map { height: 400px; width: 50%; margin-left: 25%; background-color: #21a878; opacity: 0.8; border-radius: 60%; margin-top: 5%; display: none; } .btn.btn-default.btn-lg { position: relative; float: left; z-index: 10; background-color: rgba(255, 255, 255, 0); color: #21A675; border: 0px solid gray; } .menu { width: 15%; height: 1000px; background-color: rgba(15, 15, 15, 0.68); position: fixed; z-index: 5; padding-top: 20%; text-align: center; margin-top: -110px; } .inputcity { float: left; position: relative; margin-top: 30%; height: 50px; text-align: center; font-size: 35px; width: 300px; } .pinbutton-wrapper { position: relative; float: left; height: 200px; width: 25%; padding-right: 10%; margin-left: 38%; } .container { position: relative; float: left; margin-top: 5%; } .container.header { position: relative; float: left; margin-top: 5%; } .pinmap { position: relative; float: left; margin-left: 43%; width: 150px; margin-top: 3%; height: 150px; } .content-images { border-radius: 100px; margin-left: 67% !important; } .empty { width: 100%; height: 620px; background-color: rgba(143, 241, 195, 0); } .col-md-12.content.my_events { padding-top: 5%; text-align: center; color: #807e7e; } .col-md-8 { background-color: rgba(27, 27, 27, 0.63); margin-top: 5%; } footer { position: relative; float: left; background-color: rgba(27, 27, 27, 0.63); margin-top: 5%; } .col-md-12.header { background-color: rgba(27, 27, 27, 0.87); width: 100%; } .col-md-12.content { width: 100%; height: 450px; margin-top: 6.5%; background-color: rgba(27, 27, 27, 0.63); } .col-md-12 { padding: 0; } .col-md-4 { text-align: center; } .col-md-12.login { margin-top: 10%; } .eq-spinner { height: 20px; width: 21px; float: left; position: fixed; margin-left: 25%; margin-top: 3%; transform: rotate(180deg); } .eq-spinner:before, .eq-spinner:after, .eq-spinner > i { float: left; width: 5px; height: 20px; background: #21a878; margin-left: 3px; content: ""; } .eq-spinner:before { margin-left: 0; } .eq-spinner:before { animation: bounce-3 1s infinite linear; } .eq-spinner > i { animation: bounce-2 1s infinite linear; } .eq-spinner:after { animation: bounce-1 1s infinite linear; } @keyframes bounce-1 { 0% { height: 1px; } 16.7% { height: 20px; } 33.4% { height: 20px; } 100% { height: 1px; } } @keyframes bounce-2 { 0% { height: 1px; } 16.7% { height: 1px; } 33.4% { height: 20px; } 50% { height: 20px; } 100% { height: 1px; } } @keyframes bounce-3 { 0% { height: 1px; } 33.4% { height: 1px; } 50% { height: 20px; } 66.7% { height: 20px; } 100% { height: 1px; } } .wrap { width: 100%; height: 100%; min-height: 100%; position: relative; top: 0; left: 0; z-index: 99; } p.form-title { font-family: 'Open Sans' , sans-serif; font-size: 20px; font-weight: 600; text-align: center; color: #FFFFFF; margin-top: 5%; text-transform: uppercase; letter-spacing: 4px; } form { width: 250px; margin: 0 auto; } form.login input[type="text"], form.login input[type="password"] { width: 100%; margin: 0; padding: 5px 10px; background: 0; border: 0; border-bottom: 1px solid #FFFFFF; outline: 0; font-style: italic; font-size: 12px; font-weight: 400; letter-spacing: 1px; margin-bottom: 5px; color: #FFFFFF; outline: 0; } form.login input[type="submit"] { width: 100%; font-size: 14px; text-transform: uppercase; font-weight: 500; margin-top: 16px; outline: 0; cursor: pointer; letter-spacing: 1px; } form.login input[type="submit"]:hover { transition: background-color 0.5s ease; } form.login .remember-forgot { float: left; width: 100%; margin: 10px 0 0 0; } form.login .forgot-pass-content { min-height: 20px; margin-top: 10px; margin-bottom: 10px; } form.login label, form.login a { font-size: 12px; font-weight: 400; color: #FFFFFF; } form.login a { transition: color 0.5s ease; } form.login a:hover { color: #2ecc71; } .pr-wrap { width: 100%; height: 100%; min-height: 100%; position: relative; top: 0; left: 0; z-index: 999; display: none; } .show-pass-reset { display: block !important; } .pass-reset { margin: 0 auto; width: 250px; position: relative; margin-top: 22%; z-index: 999; background: #FFFFFF; padding: 20px 15px; } .pass-reset label { font-size: 12px; font-weight: 400; margin-bottom: 15px; } .pass-reset input[type="email"] { width: 100%; margin: 5px 0 0 0; padding: 5px 10px; background: 0; border: 0; border-bottom: 1px solid #000000; outline: 0; font-style: italic; font-size: 12px; font-weight: 400; letter-spacing: 1px; margin-bottom: 5px; color: #000000; outline: 0; } .pass-reset input[type="submit"] { width: 100%; border: 0; font-size: 14px; text-transform: uppercase; font-weight: 500; margin-top: 10px; outline: 0; cursor: pointer; letter-spacing: 1px; } .pass-reset input[type="submit"]:hover { transition: background-color 0.5s ease; } .posted-by { position: relative; bottom: 26px; margin: 0 auto; color: #FFF; background-color: rgba(0, 0, 0, 0.66); padding: 10px; left: 45%; } @media (max-width: 500px) { .col-md-12.login { padding-top: 20%; } .menu { width: 30%; margin-top: -40px; } .pinmap { margin-left: 36%; height: 150px; margin-top: 80px; } #address { margin-left: -72px; } #city-submit { margin-left: 8%; } .empty { height: 1px; } .buttons-wrapper { margin-left: 31%; } input.addconcert { margin-left: -37%; } .content-images { margin-left: 50% !important; } .col-md-12 { width: 100%; } .eq-spinner { margin-left: 89%; height: 35px; } .menu { margin-top: 0; z-index: 100; } } /*# sourceMappingURL=style.css.map */
0.490724
0.090454
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; width: 100%; height: auto; } .wrapper-header { height: 90px; } .container { width: 1100px; margin: 0 auto; } .logo { float: left; } .logo-link { font-size: 30px; line-height: 32px; color: #000000; font-family: "Roboto", sans-serif; font-weight: 300; text-transform: uppercase; text-decoration: none; } .logo::first-letter { color: #1abc9c; font-weight: 900; } .clearfix::after { content: ""; display: table; clear: both; } .nav-header { float: right; padding: 30px 0 0 0; } .menu-item { float: left; list-style: none; margin: 0 40px 0 0; } .nav-link { font-size: 14px; line-height: 11px; color: black; font-family: "Open Sans", sans-serif; font-weight: 700; list-style: none; text-transform: uppercase; text-decoration: none; } .nav-link:hover, .nav-link:focus { color: #1abc9c; } .menu-item:last-child { margin: 0; } .slider { position: relative; } .slider-img { object-fit: cover; width: 100%; height: auto; } .slider::after { content: ""; background-color: #000002; opacity: 0.5; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; } .slider-content { position: absolute; color: #ffffff; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-block; font-family: "Roboto", sans-serif; letter-spacing: -2px; text-align: center; z-index: 1; } .slider-text { display: inline-block; cursor: pointer; text-decoration: none; color: #ffffff; text-transform: uppercase; } .text-main { font-size: 60px; font-weight: 700; margin-bottom: 30px; } .text-descr { font-size: 24px; font-weight: 400; text-align: left; } .button { width: 104px; height: 104px; background-color: #4ec6ab; line-height: 104px; display: inline-block; cursor: pointer; color: white; } .slider-prvs { position: absolute; bottom: 10px; left: 0px; text-align: center; font-size: 50px; } .slider-nxt { position: absolute; bottom: 10px; right: 0px; text-align: center; font-size: 50px; } .gallery { padding: 100px 0 100px 0; background-color: #e9f0fd; } .section-title { font-size: 48px; letter-spacing: -1px; line-height: 32px; color: #515151; font-family: "Roboto", sans-serif; font-weight: 900; text-align: center; text-transform: uppercase; } .section-title::after { content: ""; border-bottom: 7px solid #1abc9c; display: block; width: 165px; margin: 0 auto; margin-top: 30px; margin-bottom: 80px; } .products-list { list-style: none; } .products-item { float: left; margin: 0 25px 0 0; width: 255px; } .products-item:nth-child(4n) { margin-right: 0; } .products-card { position: relative; } .products-overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.549); border: 10px solid rgba(255, 255, 255, 0.549); top: 0px; opacity: 0; } .products-card:hover .products-overlay { opacity: 1; } .products-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .icon-item { float: left; list-style: none; } .social-icons-list li:nth-child(-n + 2) { margin: 0 8px 8px 0; } .social-icons-list li:nth-child(3) { margin: 0 0 8px 0; } .icon-item__add { float: left; list-style: none; width: 166px; height: 50px; } .icon-item__cart { float: left; list-style: none; width: 166px; height: 50px; } .icon-button { border: 1px solid #ffff; padding: 0; display: inline-block; text-decoration: none; } .icon-button__add { width: 166px; height: 50px; padding: 0; border: 1px solid #ffff; background-color: #323232; cursor: pointer; display: block; text-decoration: none; } .icon-button:hover { background-color: #1abc9c; border: none; } .icon-button__add:hover { background-color: #1abc9c; border: none; } .icon-like, .icon-random, .icon-clock, .icon-cart { width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; cursor: pointer; background-color: transparent; } .icon-like { background-image: url(../img/icons/heart.png); } .icon-random { background-image: url(../img/icons/size.png); } .icon-clock { background-image: url(../img/icons/time.png); } .icon-cart { background-image: url(../img/icons/cart.png); float: left; } .icon-text { text-align: center; display: block; text-transform: uppercase; font-size: 14px; font-family: "Open Sans", sans-serif; color: white; width: 114px; height: 50px; line-height: 50px; float: right; } .products-item-info { height: 40px; background-color: #323232; } .products-link { text-decoration: none; } .products-item-name { float: left; padding-left: 10px; text-transform: uppercase; font-size: 18px; letter-spacing: 0px; line-height: 36px; color: #ffffff; font-family: "Roboto", sans-serif; font-weight: 900; } .price { width: 55px; float: right; height: 40px; font-size: 18px; letter-spacing: 0px; font-family: "Roboto", sans-serif; font-weight: 900; color: white; background-color: rgba(255, 255, 255, 0.5); text-align: center; line-height: 40px; } .products-item:hover .products-item-info { background-color: #1abc9c; } .products-item:hover .price { background-color: #7fd9c7; } .site-footer { background-color: #323232; font-size: 16px; color: #ffff; font-family: "Open Sans", sans-serif; text-align: center; line-height: 88px; } .designed { text-decoration: none; color: #1abc9c; }
module-05/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; width: 100%; height: auto; } .wrapper-header { height: 90px; } .container { width: 1100px; margin: 0 auto; } .logo { float: left; } .logo-link { font-size: 30px; line-height: 32px; color: #000000; font-family: "Roboto", sans-serif; font-weight: 300; text-transform: uppercase; text-decoration: none; } .logo::first-letter { color: #1abc9c; font-weight: 900; } .clearfix::after { content: ""; display: table; clear: both; } .nav-header { float: right; padding: 30px 0 0 0; } .menu-item { float: left; list-style: none; margin: 0 40px 0 0; } .nav-link { font-size: 14px; line-height: 11px; color: black; font-family: "Open Sans", sans-serif; font-weight: 700; list-style: none; text-transform: uppercase; text-decoration: none; } .nav-link:hover, .nav-link:focus { color: #1abc9c; } .menu-item:last-child { margin: 0; } .slider { position: relative; } .slider-img { object-fit: cover; width: 100%; height: auto; } .slider::after { content: ""; background-color: #000002; opacity: 0.5; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; } .slider-content { position: absolute; color: #ffffff; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-block; font-family: "Roboto", sans-serif; letter-spacing: -2px; text-align: center; z-index: 1; } .slider-text { display: inline-block; cursor: pointer; text-decoration: none; color: #ffffff; text-transform: uppercase; } .text-main { font-size: 60px; font-weight: 700; margin-bottom: 30px; } .text-descr { font-size: 24px; font-weight: 400; text-align: left; } .button { width: 104px; height: 104px; background-color: #4ec6ab; line-height: 104px; display: inline-block; cursor: pointer; color: white; } .slider-prvs { position: absolute; bottom: 10px; left: 0px; text-align: center; font-size: 50px; } .slider-nxt { position: absolute; bottom: 10px; right: 0px; text-align: center; font-size: 50px; } .gallery { padding: 100px 0 100px 0; background-color: #e9f0fd; } .section-title { font-size: 48px; letter-spacing: -1px; line-height: 32px; color: #515151; font-family: "Roboto", sans-serif; font-weight: 900; text-align: center; text-transform: uppercase; } .section-title::after { content: ""; border-bottom: 7px solid #1abc9c; display: block; width: 165px; margin: 0 auto; margin-top: 30px; margin-bottom: 80px; } .products-list { list-style: none; } .products-item { float: left; margin: 0 25px 0 0; width: 255px; } .products-item:nth-child(4n) { margin-right: 0; } .products-card { position: relative; } .products-overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.549); border: 10px solid rgba(255, 255, 255, 0.549); top: 0px; opacity: 0; } .products-card:hover .products-overlay { opacity: 1; } .products-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .icon-item { float: left; list-style: none; } .social-icons-list li:nth-child(-n + 2) { margin: 0 8px 8px 0; } .social-icons-list li:nth-child(3) { margin: 0 0 8px 0; } .icon-item__add { float: left; list-style: none; width: 166px; height: 50px; } .icon-item__cart { float: left; list-style: none; width: 166px; height: 50px; } .icon-button { border: 1px solid #ffff; padding: 0; display: inline-block; text-decoration: none; } .icon-button__add { width: 166px; height: 50px; padding: 0; border: 1px solid #ffff; background-color: #323232; cursor: pointer; display: block; text-decoration: none; } .icon-button:hover { background-color: #1abc9c; border: none; } .icon-button__add:hover { background-color: #1abc9c; border: none; } .icon-like, .icon-random, .icon-clock, .icon-cart { width: 50px; height: 50px; background-repeat: no-repeat; background-position: center; cursor: pointer; background-color: transparent; } .icon-like { background-image: url(../img/icons/heart.png); } .icon-random { background-image: url(../img/icons/size.png); } .icon-clock { background-image: url(../img/icons/time.png); } .icon-cart { background-image: url(../img/icons/cart.png); float: left; } .icon-text { text-align: center; display: block; text-transform: uppercase; font-size: 14px; font-family: "Open Sans", sans-serif; color: white; width: 114px; height: 50px; line-height: 50px; float: right; } .products-item-info { height: 40px; background-color: #323232; } .products-link { text-decoration: none; } .products-item-name { float: left; padding-left: 10px; text-transform: uppercase; font-size: 18px; letter-spacing: 0px; line-height: 36px; color: #ffffff; font-family: "Roboto", sans-serif; font-weight: 900; } .price { width: 55px; float: right; height: 40px; font-size: 18px; letter-spacing: 0px; font-family: "Roboto", sans-serif; font-weight: 900; color: white; background-color: rgba(255, 255, 255, 0.5); text-align: center; line-height: 40px; } .products-item:hover .products-item-info { background-color: #1abc9c; } .products-item:hover .price { background-color: #7fd9c7; } .site-footer { background-color: #323232; font-size: 16px; color: #ffff; font-family: "Open Sans", sans-serif; text-align: center; line-height: 88px; } .designed { text-decoration: none; color: #1abc9c; }
0.411229
0.085061
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff'); } body, html { overflow:hidden; font-size:.95em; margin:0px; padding:0px; height: 100%; font-family:lato,Helvetica,Arial,sans-serif; } a, a code { color:#006699; text-decoration:none; } a:active, a:active code { color:#f00; } a:visited, a:visited code { color:#006699; } a:hover, a:hover code { text-decoration:underline; } p { padding:0; margin:0 0 1em; } code, pre { font-family:monospace; font-size:1.1em; } pre { border:1px solid #ccc; padding:10px; margin-left:1em; margin-right:1em; overflow:auto; line-height:inherit; /* fixes vertical scrolling in webkit */ } p,dl,dd,dt,li { line-height:1.3em; } ul,ol { margin:0 0 .8em; padding:0 0 0 2em; } table { font-size:1em; padding:0; border-collapse:collapse; border-width:0; empty-cells:show; } table td { white-space:nowrap; } table td:last-child { width: 100%; white-space:normal; } td,th { border:1px solid #ccc; padding:6px 12px; text-align:left; vertical-align:top; white-space:normal; background-color:inherit; } th { background-color:#E6B55C; } tr { background-color: #fff; } tr.alt-color { background-color: #f6f6f6; } td > p:last-child { margin:0; } td p.indent { margin-left:1em; } /* main layout */ #side, #main { position: fixed; top:0px; bottom:0px; overflow: hidden; } #side { left:0px; width:30%; } #main { left:30%; right:0px; } #side .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; border-right:2px solid DarkOrange; margin-top:10px; margin-bottom:10px; margin-right:2px; } #header, #content { position: absolute; left:0; right:0; padding-left:10px; padding-right:10px; margin-left:5px; } #header { top:0; height:4em; border-bottom:2px solid DarkOrange; margin-right:10px; white-space: nowrap; } #content { top:4em; bottom:3em; padding-top:.5em; padding-bottom:.5em; bottom:0px; } #header p { margin-top:0.5em; font-size:1.8em; font-weight:bold; } #header a { padding-right:30px; color:black; } #header a:hover { text-decoration:none; color:DarkOrange; } #nav-top { height:30%; overflow: hidden; } #nav-top .ui-resizable-s { cursor: s-resize; left: 0px; right: 0px; bottom:0px; width: 100%; height:6px; border-bottom:1px solid DarkOrange; } #nav-bottom { height:70%; overflow: hidden; } .highlighted { color:DarkOrange; } .nav { height:100%; white-space: nowrap; overflow:auto; } .nav p { margin-top:2px; margin-bottom:2px; padding:0px; } .nav a { color:black; } .nav a:hover { text-decoration:none; color:DarkOrange; } .nav ul { list-style: none; margin-top:2px; margin-bottom:2px; padding: 0; } .nav ul>ul { margin-left:20px; } .nav li { margin-top:2px; margin-bottom:2px; padding:0px; } .nav h1,h2,h3,h4,h5,h6 { padding:0.5em 0 0.5em 0; margin:0; } .nav h1 { font-size: 1.3em; } .nav h2 { font-size: 1.1em; } .nav h3,h4,h5,h6 { font-size: 1em; } .content { height:100%; overflow:auto; } .content h1,h2,h3,h4,h5,h6 { padding:0; margin:0; } .content h1,h2,h3 { margin-top:1em; margin-bottom:0.5em; padding-top:10px; border-top:1px solid #bbb; } .content h4,h5,h6 { margin-top:0.7em; margin-bottom:0em; margin-left:1em; margin-right:1em; } .content h1:first-child { margin-top:0; margin-bottom:0.2em; border-style:none; } .content h1 { font-size:1.8em; } .content h2 { font-size:1.5em; } .content h3 { font-size:1.2em; border-top:1px solid #bbb; } .content h4, h5, h6 { font-size:1em; } .content .separator { margin-bottom:1em; border-top:1px solid #bbb; } .content p { margin-top:0em; margin-bottom:0.5em; margin-left:1em; margin-right:1em; } .content p.indent { margin-left:2em; } .content ul,ol { margin-left:2em; } p.deprecated { padding-top:0.5em; padding-bottom:0.5em; padding-left:0.5em; margin-top:0.5em; margin-bottom:0.5em; font-size:1.1em; border-left:5px solid orange; } .content table { margin: .5em 1em 1em 1em; width:95%; font-size:1em; } .content table td p { padding: 0 0 5px; } .content .api_header { margin-top:0.5em; margin-bottom:1em; } .content .api_header p { padding: 0; margin: 0; font-size:1.1em; } .content .api_header h1 { padding: 0; margin-top:0.1em; margin-bottom:0.1em; border-style:none; } .content .api { font-size:1.1em; background-color:LightGray; padding-top:0.3em; padding-bottom:0.3em; margin-top:1.5em; margin-bottom:0.5em; padding-left:0.5em; padding-right:0.5em; margin-left:0.5em; margin-right:0.5em; } .content .hierarchy { } .content .hierarchy p { margin-top:0em; margin-bottom:0em; margin-left:1em; margin-right:1em; } .content .error { background-color:yellow; } .footer { margin-top:3em; margin-bottom:3em; width:100%; font-size:0.8em; text-align:center; text-style:italic; } .footer .p { } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } .ui-resizable .ui-resizable-handle { display: block; } body .ui-resizable-disabled .ui-resizable-handle { display: none; } body .ui-resizable-autohide .ui-resizable-handle { display: none; }
src/main/resources/default/assets/quickdoc.css
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff'); } body, html { overflow:hidden; font-size:.95em; margin:0px; padding:0px; height: 100%; font-family:lato,Helvetica,Arial,sans-serif; } a, a code { color:#006699; text-decoration:none; } a:active, a:active code { color:#f00; } a:visited, a:visited code { color:#006699; } a:hover, a:hover code { text-decoration:underline; } p { padding:0; margin:0 0 1em; } code, pre { font-family:monospace; font-size:1.1em; } pre { border:1px solid #ccc; padding:10px; margin-left:1em; margin-right:1em; overflow:auto; line-height:inherit; /* fixes vertical scrolling in webkit */ } p,dl,dd,dt,li { line-height:1.3em; } ul,ol { margin:0 0 .8em; padding:0 0 0 2em; } table { font-size:1em; padding:0; border-collapse:collapse; border-width:0; empty-cells:show; } table td { white-space:nowrap; } table td:last-child { width: 100%; white-space:normal; } td,th { border:1px solid #ccc; padding:6px 12px; text-align:left; vertical-align:top; white-space:normal; background-color:inherit; } th { background-color:#E6B55C; } tr { background-color: #fff; } tr.alt-color { background-color: #f6f6f6; } td > p:last-child { margin:0; } td p.indent { margin-left:1em; } /* main layout */ #side, #main { position: fixed; top:0px; bottom:0px; overflow: hidden; } #side { left:0px; width:30%; } #main { left:30%; right:0px; } #side .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; border-right:2px solid DarkOrange; margin-top:10px; margin-bottom:10px; margin-right:2px; } #header, #content { position: absolute; left:0; right:0; padding-left:10px; padding-right:10px; margin-left:5px; } #header { top:0; height:4em; border-bottom:2px solid DarkOrange; margin-right:10px; white-space: nowrap; } #content { top:4em; bottom:3em; padding-top:.5em; padding-bottom:.5em; bottom:0px; } #header p { margin-top:0.5em; font-size:1.8em; font-weight:bold; } #header a { padding-right:30px; color:black; } #header a:hover { text-decoration:none; color:DarkOrange; } #nav-top { height:30%; overflow: hidden; } #nav-top .ui-resizable-s { cursor: s-resize; left: 0px; right: 0px; bottom:0px; width: 100%; height:6px; border-bottom:1px solid DarkOrange; } #nav-bottom { height:70%; overflow: hidden; } .highlighted { color:DarkOrange; } .nav { height:100%; white-space: nowrap; overflow:auto; } .nav p { margin-top:2px; margin-bottom:2px; padding:0px; } .nav a { color:black; } .nav a:hover { text-decoration:none; color:DarkOrange; } .nav ul { list-style: none; margin-top:2px; margin-bottom:2px; padding: 0; } .nav ul>ul { margin-left:20px; } .nav li { margin-top:2px; margin-bottom:2px; padding:0px; } .nav h1,h2,h3,h4,h5,h6 { padding:0.5em 0 0.5em 0; margin:0; } .nav h1 { font-size: 1.3em; } .nav h2 { font-size: 1.1em; } .nav h3,h4,h5,h6 { font-size: 1em; } .content { height:100%; overflow:auto; } .content h1,h2,h3,h4,h5,h6 { padding:0; margin:0; } .content h1,h2,h3 { margin-top:1em; margin-bottom:0.5em; padding-top:10px; border-top:1px solid #bbb; } .content h4,h5,h6 { margin-top:0.7em; margin-bottom:0em; margin-left:1em; margin-right:1em; } .content h1:first-child { margin-top:0; margin-bottom:0.2em; border-style:none; } .content h1 { font-size:1.8em; } .content h2 { font-size:1.5em; } .content h3 { font-size:1.2em; border-top:1px solid #bbb; } .content h4, h5, h6 { font-size:1em; } .content .separator { margin-bottom:1em; border-top:1px solid #bbb; } .content p { margin-top:0em; margin-bottom:0.5em; margin-left:1em; margin-right:1em; } .content p.indent { margin-left:2em; } .content ul,ol { margin-left:2em; } p.deprecated { padding-top:0.5em; padding-bottom:0.5em; padding-left:0.5em; margin-top:0.5em; margin-bottom:0.5em; font-size:1.1em; border-left:5px solid orange; } .content table { margin: .5em 1em 1em 1em; width:95%; font-size:1em; } .content table td p { padding: 0 0 5px; } .content .api_header { margin-top:0.5em; margin-bottom:1em; } .content .api_header p { padding: 0; margin: 0; font-size:1.1em; } .content .api_header h1 { padding: 0; margin-top:0.1em; margin-bottom:0.1em; border-style:none; } .content .api { font-size:1.1em; background-color:LightGray; padding-top:0.3em; padding-bottom:0.3em; margin-top:1.5em; margin-bottom:0.5em; padding-left:0.5em; padding-right:0.5em; margin-left:0.5em; margin-right:0.5em; } .content .hierarchy { } .content .hierarchy p { margin-top:0em; margin-bottom:0em; margin-left:1em; margin-right:1em; } .content .error { background-color:yellow; } .footer { margin-top:3em; margin-bottom:3em; width:100%; font-size:0.8em; text-align:center; text-style:italic; } .footer .p { } .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } .ui-resizable .ui-resizable-handle { display: block; } body .ui-resizable-disabled .ui-resizable-handle { display: none; } body .ui-resizable-autohide .ui-resizable-handle { display: none; }
0.472927
0.072472
@-moz-document domain("madfanboy.com") { html, body { background: #c3cfdd /* Обои и цвет */ } .alt_block li.header { /* background: #343840 !important; */ } body { font-family: "Roboto", Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } .navbar ul.linklist { padding: 0% 2%; list-style-type: none; margin: -14px 15px 0 0; } .body-layout-Fluid #inner-wrap { width: 98%; margin: 0 auto; } .site-description { text-align: center; position: relative; z-index: 2; display: inline-block; margin: 0% 0% 0%; } #wrap { width: 100%; /*Ширина Доски*/ margin: 0 auto; } .pagination { /*Перемещаем нумерацию страниц в поиске на левую сторону*/ float: left; text-align: right; width: auto; } ul.forums, ul.topics { /*убираем рамки в списке форумов*/ padding: 0px 1px 0px; } .navbar_in_header { /*Верхняя панель ссылок*/ background: rgb(87, 128, 173); background: linear-gradient(to bottom, rgb(53, 92, 135) 0%, rgb(31, 65, 103) 100%); /*height: 46px;*/ border-bottom: 1px solid #1b3759; bottom: 10px; top: 100%; z-index: 5; } #contentcolumn { /*Восстанавливаем размер доски*/ margin: 0 0 0 0; padding: 0 0; } table.table1 tbody td { /*Убираем белые полосы в благодарностях*/ padding: 10px; border-top: 0px solid transparent; } #rightcolumn { /*Убираем правую панель феди*/ display: none; float: left; width: 300px; margin-left: -300px; } .headerbar { /* Убираем баннер лого*/ /*opacity: 0;*/ } div.rules { /*Убираем красный блок с правилами*/ display:none; font-size: 0; } .action-bar { margin: 0 0 0px; } .username-coloured { color: #ffffff; } .postprofile_Left .postprofile { /*Постпрофиль*/ /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75); */ border-width: 0 0px 0 0; } blockquote { /*Цитаты*/ background: transparent none 6px 8px no-repeat; margin: 30px 1px 30px 25px; overflow: hidden; padding: 15px; /* border-left: 5px solid; */ outline: 0.5px solid #d2d1d1; border-left: 0px solid /*box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75); */ } .post { /*Посты*/ padding: 15px; background-repeat: no-repeat; background-position: 100% 0; margin-bottom: 0px; border-bottom: 0px solid; position: relative; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(249,249,249,0) 9%, rgba(255,255,255,0) 47%); } .post-buttons .button, .format-buttons .button { border: 0px; background-color: rgba(210, 209, 209, 0); } .action-bar .pagination { /*Панель с нумерацией страниц*/ float: right; margin: 3px 0; margin-right: 1%; /*Отступ слева*/ } p { margin-left: 1%; } a.specialbutton { background: #5780ad; } a.topictitle { font-size: 11pt; font-weight: 500; } ul#nav-breadcrumbs { /*Панель "Список форумов" и т.д"*/ margin-bottom: 5px; margin-left: 1%; /*Отступ слева*/ } h2 { font-weight: normal; font-size: 2em; margin-bottom: 10px; margin-left: 1%; } a { color: #204d77; font-weight: normal; } p.author, p.author a { color: #83888b; } #inner-wrap /*Основноя доска*/ { box-shadow: -2px 1px 10px 0px rgba(0,0,0,0.75); /* Тень от доски*/ padding: 0px; /*Ширина*/ /*border-radius: 10px;*/ /*Закругление углов*/ margin-top: 1.6% !important; border: solid white; } .forabg, .forumbg, .viewtopic_wrapper { background-color: #C6D2E0; } .viewtopic_wrapper /* Рамки тредов */ { padding: 0px; /* Ширина боковых рамок */ background-color: #3b4559; /*Цвет боковых рамок*/ } .bg2, .bg1 { background-color: #e0e8ec; } .postbody .content { font-size: 1.2em; /*font-weight: 400;*/ color: #212121; } .postprofile { padding: 0; width: 10%; border: 1px solid; } .postbody { padding: 0px; width: 87%; } .profile-rank img { max-width: 172px; } li.row { padding: 8px; margin-bottom: 0px !important; /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(249,249,249,0) 2%, rgba(255,255,255,0) 47%);*/ border-top: solid 1px #F4F9FB; } .responsive-hide .username-coloured { margin: 0px 0px 0px 0.5em; } .navbar a { color: #636669; } .action-bar.bar-bottom { margin-top: 30px; } .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop { background: #5780ad; } ul.topiclist dt { font-size: 1.1em; font-weight: 500; } a.forumtitle { color: #000000; } .panel /*Рамки всех панелей*/ { background-color: #e0e8ec; border: 0px solid; /*Ширина*/ } .message-box { width: 99%; } .smiley-box { width: 100%; float: none; } .fields1 { display: flex; flex-flow: column; } div#format-buttons{ order:1; } div#message-box{ order:2; } div#smiley-box{ order:9; } a.button1, input.button1, input.button3, a.button2, input.button2 { color: #FFFFFF; background-color: #5780ad; border-color: #D9D9D9; } .navbar_footer a, .copyright_bar a, .icon.fa-file.icon-red, .navigation .active-subsection a, .tabs .activetab > a, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon { color: #054488; } a:hover, .social_links_footer a:hover span, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a:hover, .button:hover .icon, a.postlink:hover { color: #054488; } .postbody h3 { font-size: 1.9em; } .headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header::before, .no_avatar, .social_links_footer, .badge, thead tr, .sidebar_block_stripe::before, .fancy_panel::before { background: linear-gradient(to bottom, rgb(53, 92, 135) 0%, rgb(31, 65, 103) 100%); border-bottom: 1px solid #000000; } .particles_container { background-image: url(http://i.imgur.com/CQmGULR.png); background-size: 300px 117px; background-position: left 45%; /*height: 150px; */ background-repeat: no-repeat; background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(230, 239, 246) 41%, rgb(52, 90, 132) 100%); text-align: left; } .cp-main .pm { border: 0px solid; background-color: transparent; } .topicreview .bg1, .topicreview .bg2 { border: 0px solid; background-color: #e6eff6; } .panel-container .postbody p.author { color: #55585a; } .navbar_footer a, .copyright_bar a { color: #0489b9; } blockquote { background-color: #f4f6f9; } blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } }
data/usercss/141644.user.css
@-moz-document domain("madfanboy.com") { html, body { background: #c3cfdd /* Обои и цвет */ } .alt_block li.header { /* background: #343840 !important; */ } body { font-family: "Roboto", Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } .navbar ul.linklist { padding: 0% 2%; list-style-type: none; margin: -14px 15px 0 0; } .body-layout-Fluid #inner-wrap { width: 98%; margin: 0 auto; } .site-description { text-align: center; position: relative; z-index: 2; display: inline-block; margin: 0% 0% 0%; } #wrap { width: 100%; /*Ширина Доски*/ margin: 0 auto; } .pagination { /*Перемещаем нумерацию страниц в поиске на левую сторону*/ float: left; text-align: right; width: auto; } ul.forums, ul.topics { /*убираем рамки в списке форумов*/ padding: 0px 1px 0px; } .navbar_in_header { /*Верхняя панель ссылок*/ background: rgb(87, 128, 173); background: linear-gradient(to bottom, rgb(53, 92, 135) 0%, rgb(31, 65, 103) 100%); /*height: 46px;*/ border-bottom: 1px solid #1b3759; bottom: 10px; top: 100%; z-index: 5; } #contentcolumn { /*Восстанавливаем размер доски*/ margin: 0 0 0 0; padding: 0 0; } table.table1 tbody td { /*Убираем белые полосы в благодарностях*/ padding: 10px; border-top: 0px solid transparent; } #rightcolumn { /*Убираем правую панель феди*/ display: none; float: left; width: 300px; margin-left: -300px; } .headerbar { /* Убираем баннер лого*/ /*opacity: 0;*/ } div.rules { /*Убираем красный блок с правилами*/ display:none; font-size: 0; } .action-bar { margin: 0 0 0px; } .username-coloured { color: #ffffff; } .postprofile_Left .postprofile { /*Постпрофиль*/ /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75); */ border-width: 0 0px 0 0; } blockquote { /*Цитаты*/ background: transparent none 6px 8px no-repeat; margin: 30px 1px 30px 25px; overflow: hidden; padding: 15px; /* border-left: 5px solid; */ outline: 0.5px solid #d2d1d1; border-left: 0px solid /*box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75); */ } .post { /*Посты*/ padding: 15px; background-repeat: no-repeat; background-position: 100% 0; margin-bottom: 0px; border-bottom: 0px solid; position: relative; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(249,249,249,0) 9%, rgba(255,255,255,0) 47%); } .post-buttons .button, .format-buttons .button { border: 0px; background-color: rgba(210, 209, 209, 0); } .action-bar .pagination { /*Панель с нумерацией страниц*/ float: right; margin: 3px 0; margin-right: 1%; /*Отступ слева*/ } p { margin-left: 1%; } a.specialbutton { background: #5780ad; } a.topictitle { font-size: 11pt; font-weight: 500; } ul#nav-breadcrumbs { /*Панель "Список форумов" и т.д"*/ margin-bottom: 5px; margin-left: 1%; /*Отступ слева*/ } h2 { font-weight: normal; font-size: 2em; margin-bottom: 10px; margin-left: 1%; } a { color: #204d77; font-weight: normal; } p.author, p.author a { color: #83888b; } #inner-wrap /*Основноя доска*/ { box-shadow: -2px 1px 10px 0px rgba(0,0,0,0.75); /* Тень от доски*/ padding: 0px; /*Ширина*/ /*border-radius: 10px;*/ /*Закругление углов*/ margin-top: 1.6% !important; border: solid white; } .forabg, .forumbg, .viewtopic_wrapper { background-color: #C6D2E0; } .viewtopic_wrapper /* Рамки тредов */ { padding: 0px; /* Ширина боковых рамок */ background-color: #3b4559; /*Цвет боковых рамок*/ } .bg2, .bg1 { background-color: #e0e8ec; } .postbody .content { font-size: 1.2em; /*font-weight: 400;*/ color: #212121; } .postprofile { padding: 0; width: 10%; border: 1px solid; } .postbody { padding: 0px; width: 87%; } .profile-rank img { max-width: 172px; } li.row { padding: 8px; margin-bottom: 0px !important; /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(249,249,249,0) 2%, rgba(255,255,255,0) 47%);*/ border-top: solid 1px #F4F9FB; } .responsive-hide .username-coloured { margin: 0px 0px 0px 0.5em; } .navbar a { color: #636669; } .action-bar.bar-bottom { margin-top: 30px; } .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop { background: #5780ad; } ul.topiclist dt { font-size: 1.1em; font-weight: 500; } a.forumtitle { color: #000000; } .panel /*Рамки всех панелей*/ { background-color: #e0e8ec; border: 0px solid; /*Ширина*/ } .message-box { width: 99%; } .smiley-box { width: 100%; float: none; } .fields1 { display: flex; flex-flow: column; } div#format-buttons{ order:1; } div#message-box{ order:2; } div#smiley-box{ order:9; } a.button1, input.button1, input.button3, a.button2, input.button2 { color: #FFFFFF; background-color: #5780ad; border-color: #D9D9D9; } .navbar_footer a, .copyright_bar a, .icon.fa-file.icon-red, .navigation .active-subsection a, .tabs .activetab > a, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon { color: #054488; } a:hover, .social_links_footer a:hover span, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a:hover, .button:hover .icon, a.postlink:hover { color: #054488; } .postbody h3 { font-size: 1.9em; } .headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header::before, .no_avatar, .social_links_footer, .badge, thead tr, .sidebar_block_stripe::before, .fancy_panel::before { background: linear-gradient(to bottom, rgb(53, 92, 135) 0%, rgb(31, 65, 103) 100%); border-bottom: 1px solid #000000; } .particles_container { background-image: url(http://i.imgur.com/CQmGULR.png); background-size: 300px 117px; background-position: left 45%; /*height: 150px; */ background-repeat: no-repeat; background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(230, 239, 246) 41%, rgb(52, 90, 132) 100%); text-align: left; } .cp-main .pm { border: 0px solid; background-color: transparent; } .topicreview .bg1, .topicreview .bg2 { border: 0px solid; background-color: #e6eff6; } .panel-container .postbody p.author { color: #55585a; } .navbar_footer a, .copyright_bar a { color: #0489b9; } blockquote { background-color: #f4f6f9; } blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote { background-color: #f4f6f9; } }
0.166134
0.093264
.events__header { text-align: center; border-bottom: none; background-color: #2e7fab; margin: 0; margin-top: -20px; padding: 40px 0; } .events__header md-input-group input[type="text"] { display: inline-block; width: 500px; } @media only screen and (max-width: 768px) { .events__header md-input-group input[type="text"] { width: 200px; } } .events__header md-input-group.md-default-theme input { color: white; border-color: white; } .events__header md-input-group .ng-valid.ng-dirty { border-color: white; } .events__header md-input-group label { transform-origin: center; } .events__header md-input-group.md-default-theme label { font-family: 'Roboto', Arial, sans-serif; font-size: 4em; font-weight: 100; color: white; } @media only screen and (max-width: 768px) { .events__header md-input-group.md-default-theme label { font-size: 2em; } } .events__filters { border-bottom: 1px solid #317eac; padding-top: 15px; padding-bottom: 15px; } .events__filter__label { text-align: center; color: white; font-family: 'Roboto', Arial, sans-serif; font-weight: 300; background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); padding: 10px 0; } .events__filter__input { display: inline-block; margin-left: 15px; width: 50%; } @media only screen and (max-width: 768px) { .events__filter__input { width: 80%; } } @media only screen and (max-width: 709px) { .events__filter__input { display: block; margin-left:0; width: 100%; } } .events-list__item { display: block; border-left: none; border-right: none; border-top: none; border-bottom: 2px solid #dddddd; } .events-list__item:last-child { border-bottom: none; } .events-list__item__image { float: left; width: 97px; } .events-list__item__content { float: right; width: 80%; } @media only screen and (max-width: 710px) { .events-list__item__content { width: 70%; } } @media only screen and (max-width: 505px) { .events-list__item__content { float: none; width: 100%; } .events-list__item__image { float: none; margin: 0 auto; } } a.list-group-item .event-list__item__header { font-family: 'Roboto', Arial, sans-serif; font-weight: 700; font-size: 2em; color: #317eac; } .event-list__item__text { font-family: 'Roboto', Arial, sans-serif; font-weight: 300px; color: black; } .event-list__item__tags { font-weight: 300; } .angular-google-map-container { height: 400px; }
public/modules/events/css/events.css
.events__header { text-align: center; border-bottom: none; background-color: #2e7fab; margin: 0; margin-top: -20px; padding: 40px 0; } .events__header md-input-group input[type="text"] { display: inline-block; width: 500px; } @media only screen and (max-width: 768px) { .events__header md-input-group input[type="text"] { width: 200px; } } .events__header md-input-group.md-default-theme input { color: white; border-color: white; } .events__header md-input-group .ng-valid.ng-dirty { border-color: white; } .events__header md-input-group label { transform-origin: center; } .events__header md-input-group.md-default-theme label { font-family: 'Roboto', Arial, sans-serif; font-size: 4em; font-weight: 100; color: white; } @media only screen and (max-width: 768px) { .events__header md-input-group.md-default-theme label { font-size: 2em; } } .events__filters { border-bottom: 1px solid #317eac; padding-top: 15px; padding-bottom: 15px; } .events__filter__label { text-align: center; color: white; font-family: 'Roboto', Arial, sans-serif; font-weight: 300; background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5); padding: 10px 0; } .events__filter__input { display: inline-block; margin-left: 15px; width: 50%; } @media only screen and (max-width: 768px) { .events__filter__input { width: 80%; } } @media only screen and (max-width: 709px) { .events__filter__input { display: block; margin-left:0; width: 100%; } } .events-list__item { display: block; border-left: none; border-right: none; border-top: none; border-bottom: 2px solid #dddddd; } .events-list__item:last-child { border-bottom: none; } .events-list__item__image { float: left; width: 97px; } .events-list__item__content { float: right; width: 80%; } @media only screen and (max-width: 710px) { .events-list__item__content { width: 70%; } } @media only screen and (max-width: 505px) { .events-list__item__content { float: none; width: 100%; } .events-list__item__image { float: none; margin: 0 auto; } } a.list-group-item .event-list__item__header { font-family: 'Roboto', Arial, sans-serif; font-weight: 700; font-size: 2em; color: #317eac; } .event-list__item__text { font-family: 'Roboto', Arial, sans-serif; font-weight: 300px; color: black; } .event-list__item__tags { font-weight: 300; } .angular-google-map-container { height: 400px; }
0.467818
0.058615
.project-overview-page { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; background-image: url("/assets/imgs/homepageBackground.png"); background-repeat: no-repeat; background-size: cover; } .project-overview-page .overlay { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 50px; background-color: #EBEDEE; } .project-overview-page .projectOverviewTable{ width:50vw; } .project-overview-page .projectOverviewTable tr{ cursor:pointer; } .project-overview-page .projectOverviewTable tr:hover { background-color: #DDDDDD; } .project-overview-page .projectOverviewTable tr:first-of-type:hover { background-color: #FFFFFF; } /* Probably the most controversial way to fix this but it works */ .project-overview-page .projectOverviewTable tr:nth-last-child(4):hover { background-color: #DDDDDD; } .project-overview-page .searchContainer { width: 50vw; display: flex; justify-content: flex-end; } .project-overview-page .footerContainer{ width: 50vw; display: flex; justify-content: flex-end; padding-top: 10px; } .project-overview-page .footerContainer small{ margin-top:10px; margin-right: 10px; } .project-overview-page .btn { background: #1ABC9C; border: none; border-radius: .3rem; color: white; cursor: pointer; display: inline-block; font-size: 1.4rem; height: 3.2rem; line-height: 1.6rem; outline: 0; padding: .7rem 1.5rem; text-align: center; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap; } .project-overview-page .loading { color: transparent !important; min-height: 1.6rem; pointer-events: none; position: relative; } .project-overview-page .loading::after { -webkit-animation: loading 500ms infinite linear; animation: loading 500ms infinite linear; border: .2rem solid white; border-radius: .8rem; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: 1.2rem; left: 50%; margin-left: -.8rem; margin-top: -.8rem; position: absolute; top: 50%; width: 1.2rem; } @-webkit-keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .project-overview-page .deleteIcon { cursor: pointer; } .project-overview-page .buttonContainer { /*border: 1px red solid;*/ width: 750px; display: flex; justify-content: flex-end; } .project-overview-page .plusButtonImage { position: relative; top: 25px; z-index: 2; left: 97%; cursor: pointer; } .project-overview-page #mat-icon-add_circle { position: relative; top: 29px; left: 96.5%; font-size: 50px; cursor: pointer; color: #52AE4F; } .project-overview-page .fa-trash { cursor: pointer; } .project-overview-page .shadowcontainer { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .project-overview-page .optionLabel { position: relative; top: 4px; left: 82%; } .project-overview-page .mat-button { position: relative; margin-top: -3%; left: 1%; top: 5px; } .project-overview-page #more_horz { position: relative; margin-top: -3%; left: 3.5%; top: -1px; } .project-overview-page .searchContainer { width: 50vw; display: flex; justify-content: flex-end; top: 50%; } .project-overview-page .mat-table { width: 100%; max-width: 900px; padding: 0 20px; table-layout: fixed; } .project-overview-page .mat-table tr.mat-row { height: auto; } .project-overview-page .mat-table .mat-header-row { height: auto; } .project-overview-page .mat-table .mat-column-select .mat-checkbox, .project-overview-page .mat-table .mat-cell .mat-checkbox { width: 16px; height: 16px; display: block; margin: auto; } .project-overview-page .mat-table .mat-header-cell, .project-overview-page .mat-table .mat-cell { padding: 20px 0 20px 10px; width: 18%; } .project-overview-page .mat-table mat-header-cell.mat-header-cell, .project-overview-page .mat-table mat-cell.mat-cell { display: table-cell; width: 10%; } @media screen and (max-width: 767px) { .project-overview-page .mat-table { width: 100%; } } @media screen and (max-width: 567px) { .project-overview-page .mat-table td, .project-overview-page .mat-table th { font-size: 12px; } .project-overview-page .mat-table th, .project-overview-page .mat-table td { width: 25%; padding: 20px 10px; overflow: hidden; white-space: nowrap; } .project-overview-page .mat-table th:last-of-type, .project-overview-page .mat-table td:last-of-type { display: none; } .project-overview-page .mat-table th:nth-of-type(5), .project-overview-page .mat-table td:nth-of-type(5) { display: none; } .project-overview-page .mat-table th:nth-of-type(6), .project-overview-page .mat-table td:nth-of-type(6) { display: none; } .project-overview-page .mat-table th:nth-of-type(7), .project-overview-page .mat-table td:nth-of-type(7) { display: none; } .project-overview-page .mat-table .mat-header-cell, .project-overview-page .mat-table .mat-cell { width: 25%; padding: 20px 10px; overflow: hidden; white-space: nowrap; } .project-overview-page .pagination-container .mat-paginator-range-actions { display: block; text-align: center; width: 100%; margin-bottom: 10px; } .project-overview-page .pagination-container .mat-paginator-range-actions .mat-paginator-range-label { margin: 0 10px 0 10px; display: block; text-align: center; width: 100%; margin-top: 10px; margin-bottom: 10px; } .project-overview-page .pagination-container .mat-paginator-page-size { margin-right: 8px; align-items: center; display: block; text-align: center; width: 100%; margin-bottom: 10px; } }
src/app/project/project-overview-page/project-overview-page.component.css
.project-overview-page { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; background-image: url("/assets/imgs/homepageBackground.png"); background-repeat: no-repeat; background-size: cover; } .project-overview-page .overlay { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 50px; background-color: #EBEDEE; } .project-overview-page .projectOverviewTable{ width:50vw; } .project-overview-page .projectOverviewTable tr{ cursor:pointer; } .project-overview-page .projectOverviewTable tr:hover { background-color: #DDDDDD; } .project-overview-page .projectOverviewTable tr:first-of-type:hover { background-color: #FFFFFF; } /* Probably the most controversial way to fix this but it works */ .project-overview-page .projectOverviewTable tr:nth-last-child(4):hover { background-color: #DDDDDD; } .project-overview-page .searchContainer { width: 50vw; display: flex; justify-content: flex-end; } .project-overview-page .footerContainer{ width: 50vw; display: flex; justify-content: flex-end; padding-top: 10px; } .project-overview-page .footerContainer small{ margin-top:10px; margin-right: 10px; } .project-overview-page .btn { background: #1ABC9C; border: none; border-radius: .3rem; color: white; cursor: pointer; display: inline-block; font-size: 1.4rem; height: 3.2rem; line-height: 1.6rem; outline: 0; padding: .7rem 1.5rem; text-align: center; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap; } .project-overview-page .loading { color: transparent !important; min-height: 1.6rem; pointer-events: none; position: relative; } .project-overview-page .loading::after { -webkit-animation: loading 500ms infinite linear; animation: loading 500ms infinite linear; border: .2rem solid white; border-radius: .8rem; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: 1.2rem; left: 50%; margin-left: -.8rem; margin-top: -.8rem; position: absolute; top: 50%; width: 1.2rem; } @-webkit-keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .project-overview-page .deleteIcon { cursor: pointer; } .project-overview-page .buttonContainer { /*border: 1px red solid;*/ width: 750px; display: flex; justify-content: flex-end; } .project-overview-page .plusButtonImage { position: relative; top: 25px; z-index: 2; left: 97%; cursor: pointer; } .project-overview-page #mat-icon-add_circle { position: relative; top: 29px; left: 96.5%; font-size: 50px; cursor: pointer; color: #52AE4F; } .project-overview-page .fa-trash { cursor: pointer; } .project-overview-page .shadowcontainer { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .project-overview-page .optionLabel { position: relative; top: 4px; left: 82%; } .project-overview-page .mat-button { position: relative; margin-top: -3%; left: 1%; top: 5px; } .project-overview-page #more_horz { position: relative; margin-top: -3%; left: 3.5%; top: -1px; } .project-overview-page .searchContainer { width: 50vw; display: flex; justify-content: flex-end; top: 50%; } .project-overview-page .mat-table { width: 100%; max-width: 900px; padding: 0 20px; table-layout: fixed; } .project-overview-page .mat-table tr.mat-row { height: auto; } .project-overview-page .mat-table .mat-header-row { height: auto; } .project-overview-page .mat-table .mat-column-select .mat-checkbox, .project-overview-page .mat-table .mat-cell .mat-checkbox { width: 16px; height: 16px; display: block; margin: auto; } .project-overview-page .mat-table .mat-header-cell, .project-overview-page .mat-table .mat-cell { padding: 20px 0 20px 10px; width: 18%; } .project-overview-page .mat-table mat-header-cell.mat-header-cell, .project-overview-page .mat-table mat-cell.mat-cell { display: table-cell; width: 10%; } @media screen and (max-width: 767px) { .project-overview-page .mat-table { width: 100%; } } @media screen and (max-width: 567px) { .project-overview-page .mat-table td, .project-overview-page .mat-table th { font-size: 12px; } .project-overview-page .mat-table th, .project-overview-page .mat-table td { width: 25%; padding: 20px 10px; overflow: hidden; white-space: nowrap; } .project-overview-page .mat-table th:last-of-type, .project-overview-page .mat-table td:last-of-type { display: none; } .project-overview-page .mat-table th:nth-of-type(5), .project-overview-page .mat-table td:nth-of-type(5) { display: none; } .project-overview-page .mat-table th:nth-of-type(6), .project-overview-page .mat-table td:nth-of-type(6) { display: none; } .project-overview-page .mat-table th:nth-of-type(7), .project-overview-page .mat-table td:nth-of-type(7) { display: none; } .project-overview-page .mat-table .mat-header-cell, .project-overview-page .mat-table .mat-cell { width: 25%; padding: 20px 10px; overflow: hidden; white-space: nowrap; } .project-overview-page .pagination-container .mat-paginator-range-actions { display: block; text-align: center; width: 100%; margin-bottom: 10px; } .project-overview-page .pagination-container .mat-paginator-range-actions .mat-paginator-range-label { margin: 0 10px 0 10px; display: block; text-align: center; width: 100%; margin-top: 10px; margin-bottom: 10px; } .project-overview-page .pagination-container .mat-paginator-page-size { margin-right: 8px; align-items: center; display: block; text-align: center; width: 100%; margin-bottom: 10px; } }
0.483648
0.071235
body { margin: 0; } @media screen and (max-width: 900px) { .nav-bar { background-color: rgb(80, 106, 221); border: 1px solid black; display: fixed; } .main-logo { margin-left: 3vw; margin-top: 0.5vw; height: 10vw; width: 10vw; } .main-logo-2 { margin-left: 3vw; margin-top: 0.5vw; height: 10vw; width: 10vw; } .navbar-text { display: inline-block; font-size: 3vw; margin: 0; text-align: center; font-weight: bolder; color: white; width: 75%; /* margin-left: 2vw; */ /* left: 5vw; */ position: absolute; top: 4vw; } .hamburger-menu { display: inline-block; float: right; background-color: rgba(240, 248, 255, 0.123); box-shadow: 1px 1px 10px black; border-radius: 3px; margin-top: 2vw; margin-right: 4vw; padding: 1vw; padding-left: 2vw; padding-right: 2vw; color: aliceblue; } .navbar-list { /* display: inline-block; */ /* position: relative; */ display: none; height: 0vw; overflow: hidden; margin-left: 17vw; padding-left: 1.5vw; padding-right: 1.5vw; margin-top: 0; margin-bottom: 0; bottom: 7vw; right: 3vw; border-bottom: 2px solid rgb(80, 106, 221); animation-timing-function: linear; animation-name: navbarShowIn; animation-duration: 1s; animation-fill-mode: forwards; } @keyframes navbarShowIn { from{height: 0vw} to{height: 27vw} } .navbar-list-2 { /* display: inline-block; */ /* position: relative; */ display: none; height: 0vw; margin-left: 17vw; padding-left: 1.5vw; padding-right: 1.5vw; margin-top: 0; margin-bottom: 0; bottom: 7vw; right: 3vw; border-bottom: 2px solid rgb(80, 106, 221); animation-timing-function: linear; animation-name: navbarShowIn; animation-duration: 2s; animation-fill-mode: forwards; } .navbar-list-items { /* display: none; */ text-align: right; color: aliceblue; list-style: none; font-size: 3vw; font-weight: bolder; margin-top: 0.5vw; margin-bottom: 0.5vw; margin-left: 0.5vw; margin-right: 3vw; font-family: Verdana; } .navbar-link { color: rgb(255, 245, 245); text-decoration: none; font-size: 2vwvw; } .navbar-link:hover { background-color: rgb(80, 106, 221); color: white; } .navbar-login-button { background-color: white; color: rgb(80, 106, 221); border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; } .navbar-login-button:hover { background-color: rgb(80, 106, 221); color: white; border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; } } @media screen and (min-width: 900px) { .nav-bar { background-color: rgb(80, 106, 221); border: 1px solid black; display: fixed; } .main-logo { margin-left: 3vw; /* margin-top: 0.5vw; */ height: 5vw; width: 5vw; } .main-logo-2 { margin-left: 3vw; /* margin-top: 0.5vw; */ height: 10vw; width: 10vw; } .navbar-text { display: inline-block; font-size: x-large; margin: 0; text-align: center; font-weight: bolder; color: white; margin-left: 2vw; position: absolute; top: 2vw; } .navbar-text-part1 { display: inline-block; margin: 0; font-size: larger; font-weight: bolder; position: absolute; top: 0.8vw; left: 9vw; } .navbar-hr { display: inline-block; width: 10%; position: absolute; top: 1.9vw; left: 13vw; } .navbar-text-part2 { display: inline-block; margin: 0; font-size: larger; font-weight: bolder; position: absolute; top: 2.8vw; left: 10.5vw; } .hamburger-menu { display: inline-block; float: right; background-color: rgba(240, 248, 255, 0.123); box-shadow: 1px 1px 10px black; border-radius: 3px; margin-top: 1vw; margin-right: 4vw; padding: 1vw; padding-left: 2vw; padding-right: 2vw; color: aliceblue; } .navbar-list { /* display: inline-block; */ /* position: relative; */ display: none; height: 0vw; overflow: hidden; margin-left: 17vw; padding-left: 1.5vw; padding-right: 1.5vw; margin-top: 0; margin-bottom: 0; bottom: 7vw; right: 3vw; border-bottom: 2px solid rgb(80, 106, 221); animation-timing-function: linear; animation-name: navbarShowIn; animation-duration: 1s; animation-fill-mode: forwards; } @keyframes navbarShowIn { from{height: 0vw} to{height: 19vw} } .navbar-list-items { /* display: none; */ text-align: right; color: aliceblue; list-style: none; font-size: 2vw; font-weight: bolder; margin-top: 0.5vw; margin-bottom: 0.5vw; margin-left: 0.5vw; margin-right: 3vw; font-family: Verdana; } .navbar-link { color: rgb(255, 245, 245); text-decoration: none; font-size: 2vwvw; } .navbar-link:hover { background-color: rgb(80, 106, 221); color: white; } .navbar-login-button { background-color: white; color: rgb(80, 106, 221); border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; width: 10vw; height: 2.5vw; } .navbar-login-button:hover { background-color: rgb(80, 106, 221); color: white; border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; } }
css/navbar.css
body { margin: 0; } @media screen and (max-width: 900px) { .nav-bar { background-color: rgb(80, 106, 221); border: 1px solid black; display: fixed; } .main-logo { margin-left: 3vw; margin-top: 0.5vw; height: 10vw; width: 10vw; } .main-logo-2 { margin-left: 3vw; margin-top: 0.5vw; height: 10vw; width: 10vw; } .navbar-text { display: inline-block; font-size: 3vw; margin: 0; text-align: center; font-weight: bolder; color: white; width: 75%; /* margin-left: 2vw; */ /* left: 5vw; */ position: absolute; top: 4vw; } .hamburger-menu { display: inline-block; float: right; background-color: rgba(240, 248, 255, 0.123); box-shadow: 1px 1px 10px black; border-radius: 3px; margin-top: 2vw; margin-right: 4vw; padding: 1vw; padding-left: 2vw; padding-right: 2vw; color: aliceblue; } .navbar-list { /* display: inline-block; */ /* position: relative; */ display: none; height: 0vw; overflow: hidden; margin-left: 17vw; padding-left: 1.5vw; padding-right: 1.5vw; margin-top: 0; margin-bottom: 0; bottom: 7vw; right: 3vw; border-bottom: 2px solid rgb(80, 106, 221); animation-timing-function: linear; animation-name: navbarShowIn; animation-duration: 1s; animation-fill-mode: forwards; } @keyframes navbarShowIn { from{height: 0vw} to{height: 27vw} } .navbar-list-2 { /* display: inline-block; */ /* position: relative; */ display: none; height: 0vw; margin-left: 17vw; padding-left: 1.5vw; padding-right: 1.5vw; margin-top: 0; margin-bottom: 0; bottom: 7vw; right: 3vw; border-bottom: 2px solid rgb(80, 106, 221); animation-timing-function: linear; animation-name: navbarShowIn; animation-duration: 2s; animation-fill-mode: forwards; } .navbar-list-items { /* display: none; */ text-align: right; color: aliceblue; list-style: none; font-size: 3vw; font-weight: bolder; margin-top: 0.5vw; margin-bottom: 0.5vw; margin-left: 0.5vw; margin-right: 3vw; font-family: Verdana; } .navbar-link { color: rgb(255, 245, 245); text-decoration: none; font-size: 2vwvw; } .navbar-link:hover { background-color: rgb(80, 106, 221); color: white; } .navbar-login-button { background-color: white; color: rgb(80, 106, 221); border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; } .navbar-login-button:hover { background-color: rgb(80, 106, 221); color: white; border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; } } @media screen and (min-width: 900px) { .nav-bar { background-color: rgb(80, 106, 221); border: 1px solid black; display: fixed; } .main-logo { margin-left: 3vw; /* margin-top: 0.5vw; */ height: 5vw; width: 5vw; } .main-logo-2 { margin-left: 3vw; /* margin-top: 0.5vw; */ height: 10vw; width: 10vw; } .navbar-text { display: inline-block; font-size: x-large; margin: 0; text-align: center; font-weight: bolder; color: white; margin-left: 2vw; position: absolute; top: 2vw; } .navbar-text-part1 { display: inline-block; margin: 0; font-size: larger; font-weight: bolder; position: absolute; top: 0.8vw; left: 9vw; } .navbar-hr { display: inline-block; width: 10%; position: absolute; top: 1.9vw; left: 13vw; } .navbar-text-part2 { display: inline-block; margin: 0; font-size: larger; font-weight: bolder; position: absolute; top: 2.8vw; left: 10.5vw; } .hamburger-menu { display: inline-block; float: right; background-color: rgba(240, 248, 255, 0.123); box-shadow: 1px 1px 10px black; border-radius: 3px; margin-top: 1vw; margin-right: 4vw; padding: 1vw; padding-left: 2vw; padding-right: 2vw; color: aliceblue; } .navbar-list { /* display: inline-block; */ /* position: relative; */ display: none; height: 0vw; overflow: hidden; margin-left: 17vw; padding-left: 1.5vw; padding-right: 1.5vw; margin-top: 0; margin-bottom: 0; bottom: 7vw; right: 3vw; border-bottom: 2px solid rgb(80, 106, 221); animation-timing-function: linear; animation-name: navbarShowIn; animation-duration: 1s; animation-fill-mode: forwards; } @keyframes navbarShowIn { from{height: 0vw} to{height: 19vw} } .navbar-list-items { /* display: none; */ text-align: right; color: aliceblue; list-style: none; font-size: 2vw; font-weight: bolder; margin-top: 0.5vw; margin-bottom: 0.5vw; margin-left: 0.5vw; margin-right: 3vw; font-family: Verdana; } .navbar-link { color: rgb(255, 245, 245); text-decoration: none; font-size: 2vwvw; } .navbar-link:hover { background-color: rgb(80, 106, 221); color: white; } .navbar-login-button { background-color: white; color: rgb(80, 106, 221); border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; width: 10vw; height: 2.5vw; } .navbar-login-button:hover { background-color: rgb(80, 106, 221); color: white; border: none; border-radius: 5px; margin-bottom: 1px; font-family: Verdana; font-weight: bolder; } }
0.519278
0.068133
justify-content: flex-start; flex-direction: column; align-items: center; } h1 { border-bottom: 2px solid white; padding-bottom: 50px; } #step-1, #step-3 { display: flex; flex-direction: row; justify-content: space-between; } #step-2 { display: flex; flex-direction: row-reverse; justify-content: flex-end; } .steps { margin: 50px; height: 300px; } .info-container { align-self: flex-start; display: flex; flex-direction: column; justify-content: flex-start; } .step-titles { margin: 80px; margin-bottom: 0px; } .info { margin: 80px; margin-top: 10px; } .link-button { margin-top: 0px; background: rgb(35, 47, 110); display: inline-block; cursor: pointer; } .link-button:hover { background: rgb(47, 64, 148); } #file-error { z-index: 11; display: none; position: fixed; top: 50%; left: 50%; margin-top: -200px; margin-left: -400px; background: rgba(27, 21, 31, 0.9) radial-gradient(circle at top left, rgba(194, 109, 122, 0.4), transparent 50%); width: 800px; height: 400px; border-radius: 30px; box-sizing: border-box; padding: 30px; } #close { cursor: pointer; } .error-animation { animation-name: error-in; animation-duration: 1s; } @keyframes error-in { from { transform: translateY(800px); } to { transform: translateY(0); } } #error-backdrop { z-index: 10; display: none; position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.8); } .backdrop-animation { animation-name: backdrop-in; animation-duration: 1s; } @keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } } #error-title { padding: 10px; padding-left: 20px; } #sample-data-link { width: 100%; font-size: 9pt; margin-top: 50px; border-bottom: 1px dotted white; transition: all 0.2s; } #sample-data-link:hover { transform: scale(1.01); opacity: 0.5; }
assets/styles/start_view.css
justify-content: flex-start; flex-direction: column; align-items: center; } h1 { border-bottom: 2px solid white; padding-bottom: 50px; } #step-1, #step-3 { display: flex; flex-direction: row; justify-content: space-between; } #step-2 { display: flex; flex-direction: row-reverse; justify-content: flex-end; } .steps { margin: 50px; height: 300px; } .info-container { align-self: flex-start; display: flex; flex-direction: column; justify-content: flex-start; } .step-titles { margin: 80px; margin-bottom: 0px; } .info { margin: 80px; margin-top: 10px; } .link-button { margin-top: 0px; background: rgb(35, 47, 110); display: inline-block; cursor: pointer; } .link-button:hover { background: rgb(47, 64, 148); } #file-error { z-index: 11; display: none; position: fixed; top: 50%; left: 50%; margin-top: -200px; margin-left: -400px; background: rgba(27, 21, 31, 0.9) radial-gradient(circle at top left, rgba(194, 109, 122, 0.4), transparent 50%); width: 800px; height: 400px; border-radius: 30px; box-sizing: border-box; padding: 30px; } #close { cursor: pointer; } .error-animation { animation-name: error-in; animation-duration: 1s; } @keyframes error-in { from { transform: translateY(800px); } to { transform: translateY(0); } } #error-backdrop { z-index: 10; display: none; position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.8); } .backdrop-animation { animation-name: backdrop-in; animation-duration: 1s; } @keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } } #error-title { padding: 10px; padding-left: 20px; } #sample-data-link { width: 100%; font-size: 9pt; margin-top: 50px; border-bottom: 1px dotted white; transition: all 0.2s; } #sample-data-link:hover { transform: scale(1.01); opacity: 0.5; }
0.577614
0.111193
* { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*// remove tap highlight color for mobile safari*/ } *:before, *:after { box-sizing: border-box; } /*// HTML & Body reset*/ html, body { width: 100%; height: 100%; } body { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; } /*// unify the setting of elements's margin and padding for browsers*/ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; } /*// Reset fonts for relevant elements*/ button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; } ul, ol { list-style: none; } /*// Remove the clear button of a text input control in IE10+*/ input::-ms-clear, input::-ms-reveal { display: none; } ::selection { background: #2db7f5; color: #fff; } /*// Links*/ a { color: #2db7f5; background: transparent; text-decoration: none; outline: none; cursor: pointer; transition: color .3s ease; } a:hover { color: #2db7f5; } a:active { color: #2db7f5; } a:active, a:hover { outline: 0; text-decoration: none; } a[disabled] { color: #ccc; cursor: not-allowed; pointer-events: none; } .clearfix { zoom: 1; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; visibility: hidden; font-size: 0; height: 0; } .pull-left { float: left; } .pull-right { float: right; } .text-center { text-align: center; } .text-right { text-align: right; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .ant-divider { margin: 0 4px; color: #999; display: inline-block; height: 8px; width: 1px; background: #ccc; } code, kbd, pre, samp { font-family: Consolas, Menlo, Courier, monospace; ; }
template/pc/src/assets/css/base.css
* { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*// remove tap highlight color for mobile safari*/ } *:before, *:after { box-sizing: border-box; } /*// HTML & Body reset*/ html, body { width: 100%; height: 100%; } body { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; } /*// unify the setting of elements's margin and padding for browsers*/ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; } /*// Reset fonts for relevant elements*/ button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; } ul, ol { list-style: none; } /*// Remove the clear button of a text input control in IE10+*/ input::-ms-clear, input::-ms-reveal { display: none; } ::selection { background: #2db7f5; color: #fff; } /*// Links*/ a { color: #2db7f5; background: transparent; text-decoration: none; outline: none; cursor: pointer; transition: color .3s ease; } a:hover { color: #2db7f5; } a:active { color: #2db7f5; } a:active, a:hover { outline: 0; text-decoration: none; } a[disabled] { color: #ccc; cursor: not-allowed; pointer-events: none; } .clearfix { zoom: 1; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; visibility: hidden; font-size: 0; height: 0; } .pull-left { float: left; } .pull-right { float: right; } .text-center { text-align: center; } .text-right { text-align: right; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .ant-divider { margin: 0 4px; color: #999; display: inline-block; height: 8px; width: 1px; background: #ccc; } code, kbd, pre, samp { font-family: Consolas, Menlo, Courier, monospace; ; }
0.408041
0.091992
* { margin: 0; padding: 0; border: 0; } body { color: #222; font-size: 1em; line-height: 1.4; } h1 { font-family: 'KoHo', sans-serif; font-size: 2.5rem; font-style: italic; font-weight: 700; margin: 0 0 1rem 0; } h2 { font-family: 'utile', sans-serif; font-size: 1.75rem; font-weight: 400; font-style: italic; } p, li { font-family: 'utile', sans-serif; font-style: normal; font-weight: 400; font-size: 1.15rem; line-height: 2rem; } li { margin-left: 3rem; } a { color: rgba(34, 70, 255, 1); text-decoration: none; font-style: italic; } a:hover { text-decoration: none; } .text { padding: .5em 0; } img { max-width: 100%; } .site { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow-x: hidden; } body, #about-front, .footer, .img__title { background: linear-gradient(321deg, #d1eeeb, #7cf52a, #d8d1ee); background-size: 600% 600%; -webkit-animation: AnimationName 52s ease infinite; -moz-animation: AnimationName 52s ease infinite; animation: AnimationName 52s ease infinite; } @-webkit-keyframes AnimationName { 0%{background-position:9% 0%} 50%{background-position:92% 100%} 100%{background-position:9% 0%} } @-moz-keyframes AnimationName { 0%{background-position:9% 0%} 50%{background-position:92% 100%} 100%{background-position:9% 0%} } @keyframes AnimationName { 0%{background-position:9% 0%} 50%{background-position:92% 100%} 100%{background-position:9% 0%} } header .name { position: absolute; top: 1em; left: 1.5em; z-index: 500 } .footer .name { text-align: center; height: 3rem; } .nametext { padding-top: 5px; font-family: 'Press Start 2P', monospace; font-size: 0.7em; } #name { line-height: 0.9em; z-index: 1003; } #namehover { display: none; line-height: 0.9em; color: blue; fill: blue; z-index: 1003; } /* ========================================================================== SVGs ========================================================================== */ #svg-smile { width: 1.5em; } .svg-about { fill: rgba(34, 70, 255, 1); } .svg-nav:hover, .svg-footer:hover { fill: blue; } #svg-home, #svg-about { width: 1.8em; padding: 0.1em; } #svg-mail { height: 1.2em; } #svg-resume { height: 1.5em; } #svg-linkedin { width: 1.6em; } #svg-smile { width: 2em; } /* ========================================================================== about ========================================================================== */ #about-front { height: calc(100vh - 16em); justify-content: flex-start; padding-top: 8em; padding-bottom: 8em; } #about { display: flex; align-items: flex-start; justify-content: center; width: 1000px; } #about h1 { font-size: 3em; line-height: 1em; font-weight: 700; z-index: 500; } #about h2 { font-family: 'KoHo', sans-serif; font-style: italic; font-weight: 700; } #about .left { display: flex; flex-direction: column; } #about .left p { font-size: 0.75em; } #about .overlay { position: absolute; width: 15em; margin: -3em 0 0 -2em; z-index: 500; } #about .right img { width: 10em; } #about .aboutContact, #about .skills { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; font-size: 1rem; } #about .skills span { margin-right: 2em; } .about-img { margin: 1em 40px 1em 0; width: 100em; } .svg-about { display: flex; align-items: center; justify-content: flex-start; margin-right: 1.5em; } .svg-about #svg-mail, .svg-about #svg-resume, .svg-about #svg-linkedin { margin-right: 0.25em; } /* ========================================================================== Navigation ========================================================================== */ .nav p a { font-family: 'KoHo', sans-serif; font-style: italic; font-weight: 500; text-decoration: none; color: #000; font-size: 1rem; text-shadow: 0 0 1em blue; } .nav.left { top: calc(3rem + 65vh); left: 0; position: fixed; margin: 0; text-align: center; height: 4rem; width: 100%; z-index: 1000; } .nav.right { top: 0; right: 0; position: fixed; margin: 2rem; padding: 0.8rem 1rem; text-align: center; z-index: 1002; } .nav.right p { padding: 0.25em; } .nav.left p { display: flex; justify-content: space-between; } .nav.left p a { padding: 0.8rem 1rem; } .nav.right:hover, .nav.left p a:hover { background-color: rgba(255,255,0,1); } .nav-link, .nav.bottom a { color: #000; } .nav-link:hover , .nav.bottom a:hover, .nav-link-bottom:hover { color: red !important; text-shadow: 0 0 1em blue !important; } /* ========================================================================== Front Page ========================================================================== */ #front { height: 100%; margin: 4rem 0 3rem 0; } #frontPage { width: 90%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; } .frontRow { width: inherit; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; } .frontObject a { display: flex; align-items: center; justify-content: center; } .frontObject.empty { width: 6vw; } h1.categories { margin: 3rem 0 1rem; } h1.categories.featured { font-size: 3rem; } /* ========================================================================== Image Thumbnails ========================================================================== */ .img__wrap { transition: all 1000ms ease; position: relative; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; margin: 0.23rem 0.65rem; box-shadow: 8px 8px rgba(34, 70, 255, 1); } .img__title { display: flex; align-content: space-between; border: 1px solid; border-bottom: none; width: 100%; } .img__description { text-align: center; font-family: 'KoHo', sans-serif; font-style: italic; font-size: 0.8rem; font-weight: 500; line-height: 1.2rem; width: 100%; } .img__wrap img { width: 100%; height: auto; border: 1px solid; } .img__wrap.img-mobile { width: calc(4rem + 5vw); } .img__wrap.img-med { width: calc(6rem + 5vw); } .img__wrap { width: calc(8rem + 5vw); } .img__wrap.img-big { width: calc(14rem + 5vw); } .img__wrap.img-mobile:hover { width: calc(7rem + 5vw); } .img__wrap.img-med:hover { width: calc(9rem + 5vw); } .img__wrap:hover { width: calc(11rem + 5vw); height: auto; } .img__wrap.img-big:hover { width: calc(18rem + 5vw); } /* ========================================================================== Footer ========================================================================== */ #front footer { background: transparent; } #front footer.left { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; left: 2%; top: 30%; } .footermobile { display: none; } .svg-footer { text-align: center; font-family: 'Press Start 2P', monospace; font-size: 0.5em; color: #000; line-height: 1rem; font-style: normal; margin-bottom: 1.6rem; width:5rem; text-decoration: none; } .svg-footer span { margin-bottom: 1rem; } .svg-footer:hover { color: blue; } .svg-footer #svg-mail, .svg-footer #svg-resume { margin: 0.5em 0.5em; } .svg-footer #svg-linkedin { margin: 0.5em 0.25em; width: 3.2em; } .svg-footer #svg-mail { height: 2.4em; } .svg-footer #svg-resume { height: 3em; } @media screen and (min-width: 1400px) { .img__wrap.img-mobile { width: calc(6rem + 4vw); } .img__wrap.img-med { width: calc(8rem + 5vw); } .img__wrap { width: calc(10rem + 5vw); } .img__wrap.img-big { width: calc(20rem + 5vw); } .img__wrap.img-mobile:hover { width: calc(9rem + 4vw); } .img__wrap.img-med:hover { width: calc(12rem + 5vw); } .img__wrap:hover { width: calc(14rem + 5vw); } .img__wrap.img-big:hover { width: calc(24rem + 5vw); } .frontRow { width: auto; } } @media screen and (max-width: 1080px) { #about-front { height: auto; padding: 0; } #about { flex-direction: column; align-items: center; width: 63%; margin: 5em 0 8em 0; } .about-img { margin: 0 0 1em 0; width: 100%; } #front footer.left { position: relative; flex-direction: row; justify-content: space-around; left: auto; top: auto; margin-top: 5rem; } } @media screen and (max-width: 925px) { #about .aboutContact { flex-direction: column; align-items: flex-start; } #about .svg-about { margin-bottom: 0.5em; } #front footer.left { display: none; } .nav.right { display: flex; align-items: center; justify-content: space-evenly; bottom: 0; left: 0; top: auto; right: auto; margin: 0; padding: 0; height: 4em; width: 100vw; background-color: yellow; } .nav.right:hover .nav.left p:hover { background-color: none; } #frontPage, #row1, #row3, #row1.translator, #row3.translator2 { height: auto; -webkit-transform: unset; -moz-transform: unset; -ms-transform: unset; -o-transform: unset; transform: unset; transition: unset; transition-delay: 0; } #front { height: auto; margin: 0; } .frontRow { flex-direction: column; flex-wrap: wrap; } #front .spacer { height: 8vh; width: 100vw; } #frontPage { margin-top: 4em; margin-bottom: 3em; } #frontPage, .frontRow { width: 100vw; height: auto; } .img__wrap, .img__wrap.img-big, .img__wrap.img-med { width: 65vw; overflow: hidden; margin-top: 5vw; transition: 0; transition-delay: 0; } .img__wrap:hover, .img__wrap.img-big:hover, .img__wrap.img-med:hover { width: 60vw; } .img__wrap.img-mobile { width: 35vw; height: auto; } .img__wrap.img-mobile:hover { width: 30vw; height: auto; } .footermobile { display: flex; justify-content: center; align-items: center; } .svg-footer { margin: 0 0.25rem; width: auto; } .footermobile .svg-footer:hover { fill: red; } } @media screen and (max-width: 640px) { #about { width: 80%; } .img__wrap, .img__wrap.img-big, .img__wrap.img-med { width: 90vw; overflow: hidden; margin-top: 5vw; transition: 0; transition-delay: 0; } .img__wrap:hover, .img__wrap.img-big:hover, .img__wrap.img-med:hover { width: 80vw; } .img__wrap.img-mobile { width: 55vw; height: auto; } .img__wrap.img-mobile:hover { width: 40vw; height: auto; } h1.categories.featured { font-size: 2rem; text-align: center; } }
css/main.css
* { margin: 0; padding: 0; border: 0; } body { color: #222; font-size: 1em; line-height: 1.4; } h1 { font-family: 'KoHo', sans-serif; font-size: 2.5rem; font-style: italic; font-weight: 700; margin: 0 0 1rem 0; } h2 { font-family: 'utile', sans-serif; font-size: 1.75rem; font-weight: 400; font-style: italic; } p, li { font-family: 'utile', sans-serif; font-style: normal; font-weight: 400; font-size: 1.15rem; line-height: 2rem; } li { margin-left: 3rem; } a { color: rgba(34, 70, 255, 1); text-decoration: none; font-style: italic; } a:hover { text-decoration: none; } .text { padding: .5em 0; } img { max-width: 100%; } .site { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow-x: hidden; } body, #about-front, .footer, .img__title { background: linear-gradient(321deg, #d1eeeb, #7cf52a, #d8d1ee); background-size: 600% 600%; -webkit-animation: AnimationName 52s ease infinite; -moz-animation: AnimationName 52s ease infinite; animation: AnimationName 52s ease infinite; } @-webkit-keyframes AnimationName { 0%{background-position:9% 0%} 50%{background-position:92% 100%} 100%{background-position:9% 0%} } @-moz-keyframes AnimationName { 0%{background-position:9% 0%} 50%{background-position:92% 100%} 100%{background-position:9% 0%} } @keyframes AnimationName { 0%{background-position:9% 0%} 50%{background-position:92% 100%} 100%{background-position:9% 0%} } header .name { position: absolute; top: 1em; left: 1.5em; z-index: 500 } .footer .name { text-align: center; height: 3rem; } .nametext { padding-top: 5px; font-family: 'Press Start 2P', monospace; font-size: 0.7em; } #name { line-height: 0.9em; z-index: 1003; } #namehover { display: none; line-height: 0.9em; color: blue; fill: blue; z-index: 1003; } /* ========================================================================== SVGs ========================================================================== */ #svg-smile { width: 1.5em; } .svg-about { fill: rgba(34, 70, 255, 1); } .svg-nav:hover, .svg-footer:hover { fill: blue; } #svg-home, #svg-about { width: 1.8em; padding: 0.1em; } #svg-mail { height: 1.2em; } #svg-resume { height: 1.5em; } #svg-linkedin { width: 1.6em; } #svg-smile { width: 2em; } /* ========================================================================== about ========================================================================== */ #about-front { height: calc(100vh - 16em); justify-content: flex-start; padding-top: 8em; padding-bottom: 8em; } #about { display: flex; align-items: flex-start; justify-content: center; width: 1000px; } #about h1 { font-size: 3em; line-height: 1em; font-weight: 700; z-index: 500; } #about h2 { font-family: 'KoHo', sans-serif; font-style: italic; font-weight: 700; } #about .left { display: flex; flex-direction: column; } #about .left p { font-size: 0.75em; } #about .overlay { position: absolute; width: 15em; margin: -3em 0 0 -2em; z-index: 500; } #about .right img { width: 10em; } #about .aboutContact, #about .skills { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; font-size: 1rem; } #about .skills span { margin-right: 2em; } .about-img { margin: 1em 40px 1em 0; width: 100em; } .svg-about { display: flex; align-items: center; justify-content: flex-start; margin-right: 1.5em; } .svg-about #svg-mail, .svg-about #svg-resume, .svg-about #svg-linkedin { margin-right: 0.25em; } /* ========================================================================== Navigation ========================================================================== */ .nav p a { font-family: 'KoHo', sans-serif; font-style: italic; font-weight: 500; text-decoration: none; color: #000; font-size: 1rem; text-shadow: 0 0 1em blue; } .nav.left { top: calc(3rem + 65vh); left: 0; position: fixed; margin: 0; text-align: center; height: 4rem; width: 100%; z-index: 1000; } .nav.right { top: 0; right: 0; position: fixed; margin: 2rem; padding: 0.8rem 1rem; text-align: center; z-index: 1002; } .nav.right p { padding: 0.25em; } .nav.left p { display: flex; justify-content: space-between; } .nav.left p a { padding: 0.8rem 1rem; } .nav.right:hover, .nav.left p a:hover { background-color: rgba(255,255,0,1); } .nav-link, .nav.bottom a { color: #000; } .nav-link:hover , .nav.bottom a:hover, .nav-link-bottom:hover { color: red !important; text-shadow: 0 0 1em blue !important; } /* ========================================================================== Front Page ========================================================================== */ #front { height: 100%; margin: 4rem 0 3rem 0; } #frontPage { width: 90%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; } .frontRow { width: inherit; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; } .frontObject a { display: flex; align-items: center; justify-content: center; } .frontObject.empty { width: 6vw; } h1.categories { margin: 3rem 0 1rem; } h1.categories.featured { font-size: 3rem; } /* ========================================================================== Image Thumbnails ========================================================================== */ .img__wrap { transition: all 1000ms ease; position: relative; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; margin: 0.23rem 0.65rem; box-shadow: 8px 8px rgba(34, 70, 255, 1); } .img__title { display: flex; align-content: space-between; border: 1px solid; border-bottom: none; width: 100%; } .img__description { text-align: center; font-family: 'KoHo', sans-serif; font-style: italic; font-size: 0.8rem; font-weight: 500; line-height: 1.2rem; width: 100%; } .img__wrap img { width: 100%; height: auto; border: 1px solid; } .img__wrap.img-mobile { width: calc(4rem + 5vw); } .img__wrap.img-med { width: calc(6rem + 5vw); } .img__wrap { width: calc(8rem + 5vw); } .img__wrap.img-big { width: calc(14rem + 5vw); } .img__wrap.img-mobile:hover { width: calc(7rem + 5vw); } .img__wrap.img-med:hover { width: calc(9rem + 5vw); } .img__wrap:hover { width: calc(11rem + 5vw); height: auto; } .img__wrap.img-big:hover { width: calc(18rem + 5vw); } /* ========================================================================== Footer ========================================================================== */ #front footer { background: transparent; } #front footer.left { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; left: 2%; top: 30%; } .footermobile { display: none; } .svg-footer { text-align: center; font-family: 'Press Start 2P', monospace; font-size: 0.5em; color: #000; line-height: 1rem; font-style: normal; margin-bottom: 1.6rem; width:5rem; text-decoration: none; } .svg-footer span { margin-bottom: 1rem; } .svg-footer:hover { color: blue; } .svg-footer #svg-mail, .svg-footer #svg-resume { margin: 0.5em 0.5em; } .svg-footer #svg-linkedin { margin: 0.5em 0.25em; width: 3.2em; } .svg-footer #svg-mail { height: 2.4em; } .svg-footer #svg-resume { height: 3em; } @media screen and (min-width: 1400px) { .img__wrap.img-mobile { width: calc(6rem + 4vw); } .img__wrap.img-med { width: calc(8rem + 5vw); } .img__wrap { width: calc(10rem + 5vw); } .img__wrap.img-big { width: calc(20rem + 5vw); } .img__wrap.img-mobile:hover { width: calc(9rem + 4vw); } .img__wrap.img-med:hover { width: calc(12rem + 5vw); } .img__wrap:hover { width: calc(14rem + 5vw); } .img__wrap.img-big:hover { width: calc(24rem + 5vw); } .frontRow { width: auto; } } @media screen and (max-width: 1080px) { #about-front { height: auto; padding: 0; } #about { flex-direction: column; align-items: center; width: 63%; margin: 5em 0 8em 0; } .about-img { margin: 0 0 1em 0; width: 100%; } #front footer.left { position: relative; flex-direction: row; justify-content: space-around; left: auto; top: auto; margin-top: 5rem; } } @media screen and (max-width: 925px) { #about .aboutContact { flex-direction: column; align-items: flex-start; } #about .svg-about { margin-bottom: 0.5em; } #front footer.left { display: none; } .nav.right { display: flex; align-items: center; justify-content: space-evenly; bottom: 0; left: 0; top: auto; right: auto; margin: 0; padding: 0; height: 4em; width: 100vw; background-color: yellow; } .nav.right:hover .nav.left p:hover { background-color: none; } #frontPage, #row1, #row3, #row1.translator, #row3.translator2 { height: auto; -webkit-transform: unset; -moz-transform: unset; -ms-transform: unset; -o-transform: unset; transform: unset; transition: unset; transition-delay: 0; } #front { height: auto; margin: 0; } .frontRow { flex-direction: column; flex-wrap: wrap; } #front .spacer { height: 8vh; width: 100vw; } #frontPage { margin-top: 4em; margin-bottom: 3em; } #frontPage, .frontRow { width: 100vw; height: auto; } .img__wrap, .img__wrap.img-big, .img__wrap.img-med { width: 65vw; overflow: hidden; margin-top: 5vw; transition: 0; transition-delay: 0; } .img__wrap:hover, .img__wrap.img-big:hover, .img__wrap.img-med:hover { width: 60vw; } .img__wrap.img-mobile { width: 35vw; height: auto; } .img__wrap.img-mobile:hover { width: 30vw; height: auto; } .footermobile { display: flex; justify-content: center; align-items: center; } .svg-footer { margin: 0 0.25rem; width: auto; } .footermobile .svg-footer:hover { fill: red; } } @media screen and (max-width: 640px) { #about { width: 80%; } .img__wrap, .img__wrap.img-big, .img__wrap.img-med { width: 90vw; overflow: hidden; margin-top: 5vw; transition: 0; transition-delay: 0; } .img__wrap:hover, .img__wrap.img-big:hover, .img__wrap.img-med:hover { width: 80vw; } .img__wrap.img-mobile { width: 55vw; height: auto; } .img__wrap.img-mobile:hover { width: 40vw; height: auto; } h1.categories.featured { font-size: 2rem; text-align: center; } }
0.463444
0.10217
.normal_block{ background-position: sprite("star.png"); /* no params*/ background-image: url(sprite.png); background-repeat: no-repeat; width: 46px; height: 49px; margin: 10px; border: 1px solid #333; } .resized_block{ background-position: sprite("star.png","width:300; height:30; resize: true"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 30px; margin: 10px; border: 1px solid #333; } .repeat-x_block{ background-position: sprite("star.png","repeat:x"); background-image: url(sprite.png); background-repeat: repeat-x; height: 49px; margin: 10px; border-top: 1px solid #333; border-bottom: 1px solid #333; } .repeat-y_block{ background-position: sprite("star.png","repeat:y; limit-repeat-y: 300"); background-image: url(sprite.png); background-repeat: repeat-y; width: 46px; height: 300px; margin: 10px; border: 1px solid #333; } .aligned_block{ background-position: sprite("star.png","height:300; valign:bottom; align:right"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 300px; margin: 10px; border: 1px solid #333; } .leftalign_block{ background-position: sprite("star.png","align:left"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 49px; margin: 10px; border: 1px solid #333; } .centeralign_block{ background-position: sprite("star.png","align:center; width: 300"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 49px; margin: 10px; border: 1px solid #333; } .middlealign_block{ background-position: sprite("star.png","valign:middle;height:300"); background-image: url(sprite.png); background-repeat: no-repeat; height: 300px; width: 46px; margin: 10px; border: 1px solid #333; }
test/test.css
.normal_block{ background-position: sprite("star.png"); /* no params*/ background-image: url(sprite.png); background-repeat: no-repeat; width: 46px; height: 49px; margin: 10px; border: 1px solid #333; } .resized_block{ background-position: sprite("star.png","width:300; height:30; resize: true"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 30px; margin: 10px; border: 1px solid #333; } .repeat-x_block{ background-position: sprite("star.png","repeat:x"); background-image: url(sprite.png); background-repeat: repeat-x; height: 49px; margin: 10px; border-top: 1px solid #333; border-bottom: 1px solid #333; } .repeat-y_block{ background-position: sprite("star.png","repeat:y; limit-repeat-y: 300"); background-image: url(sprite.png); background-repeat: repeat-y; width: 46px; height: 300px; margin: 10px; border: 1px solid #333; } .aligned_block{ background-position: sprite("star.png","height:300; valign:bottom; align:right"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 300px; margin: 10px; border: 1px solid #333; } .leftalign_block{ background-position: sprite("star.png","align:left"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 49px; margin: 10px; border: 1px solid #333; } .centeralign_block{ background-position: sprite("star.png","align:center; width: 300"); background-image: url(sprite.png); background-repeat: no-repeat; width: 300px; height: 49px; margin: 10px; border: 1px solid #333; } .middlealign_block{ background-position: sprite("star.png","valign:middle;height:300"); background-image: url(sprite.png); background-repeat: no-repeat; height: 300px; width: 46px; margin: 10px; border: 1px solid #333; }
0.506836
0.194196
.clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } button:focus, .btn-primary:focus { background: #20a781; } .gallery-filters a { margin-right: 5px; } .gallery-filters a.active { color: #fff; background: #20a781; } .tags a { margin-bottom: 5px; } .tags a.label { background: #20a781; } .label, .badge { background: #20a781; } .vina-button:hover, .btn:hover { background: #20a781; } a:not(.btn) { color: #0000CD; } a:not(.btn):hover { color: #20a781; } body { color: #666666; } body.bg { background: #fff; } .logo { background-image: url(../../images/presets/preset4/logo.png); } #sp-left h3.header, #sp-right h3.header { background-color: #de002b; } #sp-left h3.header span, #sp-right h3.header span { background: url(../..1/image2s/presets/preset4/background-block1.html) no-repeat 0 50%; } #sp-message-area h3.header span { background: #fff url(../../images/presets/preset4/bg_vina_title.png) no-repeat center left; } #sp-bottom-wrapper h3.header { background: url(../../images/presets/preset4/bg_vina_title.png) no-repeat center left; } .tagspopular li a:hover { color: #fff; background: #20a781; border: 1px solid #20a781; } .vina_categories .vina-cmenu-vertical-jshopping > ul li.active >a, .vina_categories .vina-cmenu-vertical-jshopping > ul li:hover >a { color: #20a781 !important; } div.vina-treeview-jshopping > ul li.collapsable { border-bottom: 0; } div.vina-treeview-jshopping > ul li.collapsable > a { color: #20a781; } div.vina-treeview-jshopping > ul li.expandable:hover > a { color: #20a781; } div.vina-treeview-jshopping > ul li > ul { border-bottom: none; border-top: 1px solid #f1f1f1; margin: 0; background: #fcfcfc; } div.vina-treeview-jshopping > ul > li.expandable:hover > .hitarea { background: url("../../images/presets/preset4/bg-left-menu-hover.png") no-repeat 50% 50%; } div.vina-treeview-jshopping > ul > li > ul > li.expandable:hover > .hitarea { background: url("../../images/presets/preset4/bg-left-menu-hover.png") no-repeat 50% 50%; } div.vina-treeview-jshopping > ul.treeview li.collapsable > .hitarea { background: url(../../images/presets/preset4/bg-left-menu-active.png) no-repeat 50% 50%; } .vina-ticker-jshopping .header-block { background: #20a781; } .vina-ticker-jshopping .vina-item a { color: #333 !important; } .vina-ticker-jshopping .vina-item a:hover { color: #20a781 !important; } .vina-ticker-jshopping .header-block { background: #20a781; border-bottom: 2px solid #187c60; } .vina-carousel-jshopping .block_item .item_inner h3.title a:hover { color: #20a781 !important; } .buttons a.button_buy:hover, .buttons a.button_detail:hover, .buttons a.button_wishlist:hover { background: #20a781; color: #fff; } .pagination ul >li.pagination-active >a, .pagination ul >li.pagination-active span { color: #20a781; } #sp-top1 .chzn-container-single .chzn-single:hover div b, #sp-top1-layout2 .chzn-container-single .chzn-single:hover div b { border-top: 4px solid #20a781; border-right: 4px solid transparent; border-left: 4px solid transparent; } .custom_vina-language ul li a:hover { color: #20a781; background: transparent; } .custom_vina-language ul li.result-selected a { color: #20a781; } .custom_vina-language .btn:hover .caret { border-top: 4px solid #20a781; border-right: 4px solid transparent; border-left: 4px solid transparent; } .custom_vina-language .btn:hover a { color: #20a781; } .jshop.account-login h1.header, .jshop.account-logout h1.header, .jshop.account-create h1.header, .jshop.editaccount_block h1.header, .jshop.account_block h1.header, .jshop.vina_wishlist h1.header { color: #20a781; } .step-title .number { background: #20a781; border: 1px solid #20a781; } #jshop_module_cart .jshop_quantity_products:hover { color: #347091; } #jshop_module_cart .my_cart:before { background: #de002b; } #jshop_module_cart .top-cart-content .product-details:hover .product-name a { color: #347091; } #jshop_module_cart .top-cart-content .goto_cart a:hover { background: #347091; } #sp-header-wrapper .logo { background-image: url(../../images/presets/preset4/logo.png); } #sp-advanced-search .btn:hover, #sp-advanced-search .button:hover { background: #20a781; } #sp-header-wrapper.header-layout2 #sp-advanced-search .btn, #sp-advanced-search .button { background: #de002b; } #sp-main-menu ul.level-0 > li:hover, #sp-main-menu ul.level-0 > li.active { background: #878787; } #sp-main-menu-wrapper.main-menu-layout2 { background: #347091; } #sp-main-menu-wrapper.main-menu-layout2 ul.level-0 >li.active, #sp-main-menu-wrapper.main-menu-layout2 ul.level-0 >li:hover { background: #7ae6c7; } .camera_caption .link a { background-color: #347091 !important; } .camera_slider_layout2 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_slider_layout2 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.camera_hover { background: #347091 !important; } .breadcrumb li span.last { color: #347091; } .module.highlighted { background: #3498DB; } .module.highlighted a { color: #fff !important; } .page-header { color: #20a781; } .page-header a { color: #20a781; } .progress-striped .bar { background-color: #20a781; } #vina_about_us .carousel .item .incon_bg { background: #20a781; } #vina_about_us .carousel .carousel-control { color: #20a781; } #vina_about_us .carousel:hover .carousel-control:hover { background: #20a781; } #vina_about_us .skill ul li { border-left: 2px solid #20a781; } #vina_company .img-polaroid .info_team ul li a:hover { background: #20a781; } #vina_pricing_table .pricing_table .thumbnail button { background: #20a781; } #vina_contact_us ul li a:hover { border: 1px solid #20a781; } #vina_contact_us ul.social li a { border: 4px solid #7ae6c7; background: #20a781; } #vina_contact_us ul.social li a:hover { border: 4px solid #20a781; } #vina_contact_us ul.social li a:hover em { color: #20a781; } #vina_contact_us .map span em { color: #20a781; } .category .items-row .item .entry-meta.muted [class^="icon-"], .category .items-row .item .entry-meta.muted [class*=" icon-"] { color: #20a781; } .item-page .entry-meta.muted [class^="icon-"], .item-page .entry-meta.muted [class*=" icon-"] { color: #20a781; } .sp-mobile-menu { background: #000; } .sp-mobile-menu ul li a { color: #fff; } .sp-mobile-menu ul li a:hover, .sp-mobile-menu ul li a.active { color: #20a781; } .icon-color:before { color: #20a781; } #sp-bottom-wrapper a:not(.btn):hover, #sp-footer-wrapper a:not(.btn):hover { color: #20a781; } #sp-footer-wrapper .sp-totop:hover { background: #20a781; } .sp-border { border-top: 1px solid #000000; } .sp-border::after { background: #0d4535; } .btn-primary, button, input[type='submit'], input[type='button'], submit { background: #222; } .btn-primary:hover, button:hover, input[type='submit']:hover, input[type='button']:hover, submit:hover { color: #fff; background: #20a781; } img.jshop_img_thumb:hover { border: 1px solid #20a781; } .detailsRight .availability .in_stock { color: #20a781; } .detailsRight .prod_buttons span.btn_add:hover, .detailsRight .prod_buttons span.btn_wishlist:hover { background: #20a781; } .tab-block .nav-pills>li>a:hover, .tab-block .nav-pills>li.active>a, .tab-block .nav-pills>li>a:focus { background-color: #20a781; } .our-partners .carousel-control.left:hover, .our-partners .carousel-control.left:focus, .our-partners .carousel-control.right:hover, .our-partners .carousel-control.right:focus { border: 1px solid #20a781 !important; background-color: #20a781 !important; } .our-partners .carousel-control.left:hover i, .our-partners .carousel-control.left:focus i, .our-partners .carousel-control.right:hover i, .our-partners .carousel-control.right:focus i { color: #fff !important; } .vina-carousel-jshopping.owl-theme .owl-controls .owl-next:hover, .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev:hover, .vina-carousel-content.owl-theme .owl-controls .owl-next:hover, .vina-carousel-content.owl-theme .owl-controls .owl-prev:hover { background-color: #20a781 !important; } .vina-manufacturers-jshopping .vina-next:hover, .vina-manufacturers-jshopping .vina-prev:hover { background-color: #20a781 !important; } .carousel .flex-direction-nav .flex-next:hover, .carousel .flex-direction-nav .flex-prev:hover { background-color: #20a781 !important; } .carousel .flex-direction-nav .flex-next:hover, .carousel .flex-direction-nav .flex-prev:hover { background-color: #20a781; } #vina_contact_us .contact_us h3 { border-left: 2px solid #20a781; } #vina_contact_us .contact_us .qlform input.submit:hover { background: #20a781; } #vina_contact_us .vina-title { border-left: 2px solid #20a781; } #vina_contact_us .map span em { color: #20a781; } .vina-carousel-content .item a:hover { color: #20a781 !important; } .vina-carousel-content .item .readmore a { color: #20a781 !important; } .readmore a { color: #20a781 !important; } #tab2.nav-pills>.active>a, #tab2.nav-pills>.active>a:hover, #tab2.nav-pills>.active>a:focus { background: #20a781; } .chzn-container .chzn-results li.highlighted { color: #20a781; } ul.chzn-results li { padding: 3px 20px; } ul.chzn-results li.result-selected { color: #20a781; } .fielderror { border: 1px dashed #20a781 !important; background-color: #a5eed9 !important; } #sp-main-menu-layout2-wrapper #sp-main-menu ul.level-0 > li:hover, #sp-main-menu-layout2-wrapper #sp-main-menu ul.level-0 > li.active { background: #7ae6c7; } .banner-bottom-inner .pull-left { border: 4px solid #20a781; } .banner-bottom-inner:hover .pull-left { background: #20a781; box-shadow: 0 0 0 6px rgba(32,167,129,0.3); } .banner-bottom-inner:hover .pull-left em { color: #fff; } .banner-bottom-inner:hover .media-body { color: #20a781; } .style-layout2 .buttons a.button_buy, .style-layout2 .buttons a.button_detail, .style-layout2 .buttons a.button_wishlist { color: #fff !important; background: #20a781; } .style-layout2 .buttons a.button_buy:hover, .style-layout2 .buttons a.button_detail:hover, .style-layout2 .buttons a.button_wishlist:hover { background: #444; color: #fff; } .style-layout2 .block_item .item_inner .buttons a.button_detail:hover:before { border: 1px solid #20a781; } .mod_latest_blog.style-layout2 .item .readmore:hover { border: 1px solid #20a781; } #sp-main-menu-wrapper.box-layout3 #main-menu { background-color: #20a781; } .module.camera_slider_layout3 .camera_caption h3.subtitle { color: #20a781; } .module.camera_slider_layout3 .camera_caption .link a:hover { border: 1px solid #20a781 !important; background: #20a781 !important; } .style-layout3 .block_item .item_inner .buttons a.button_buy:hover i, .style-layout3 .block_item .item_inner .buttons a.button_detail:hover i, .style-layout3 .block_item .item_inner .buttons a.button_wishlist:hover i { color: #20a781; } .module .sp_strong h3.header { font-family: Calibri; font-size: 32px; } .module .sp_strong h3.header span { padding: 0 0 28px; margin-bottom: 28px; display: inline-block; background: url(../images/bg_header_layout4.html) no-repeat left bottom; } .module.camera_slider_layout4 .vina-camera-slider .camera_caption .slide-btn a:hover, .module.camera_slider_layout4 .vina-camera-slider .camera_caption .slide-btn a.active { background: #20a781 !important; border: 1px solid #20a781; } .team-item .person-info h4 a { color: #20a781; } .our-team .team-item .team-social-link ul li a:hover { color: #20a781; } .gallery-filters a.btn { color: #666666; } .gallery-filters a.btn:hover, .gallery-filters a.btn.active { color: #fff; background: #20a781; border: 1px solid #20a781 !important; } ul.gallery .item .gallery-info { background: #20a781; border: 7px solid #20a781; } ul.gallery .item .gallery-info .link-wrapper a:hover { border: 1px solid #20a781; } ul.gallery .item .gallery-info .link-wrapper a:hover i:before { color: #20a781; } #sp-purchase-wrapper { background-color: #20a781; } .our-services .media:hover .icon { border: 1px solid #20a781; } .our-services .icon i { color: #20a781; } .our-services .media-heading:hover { color: #20a781; } #sp-our-experience .mod-inner .custom:before { background-color: #20a781; } #sp-our-video-wrapper { background: #20a781; } .our-price .price-item:hover ul li.buy .vina-button-2 { background: #20a781 !important; } .vina-list-1 .list-item:hover .list-img { background-color: #20a781; } .vina-list-1 .list-item:hover .list-img:before { border-bottom: 40.5px solid #20a781; } .vina-list-1 .list-item:hover .list-img:after { border-top: 40.5px solid #20a781; } .vina-list-2 .list-left-item:hover .list-2-img:before, .vina-list-2 .list-right-item:hover .list-2-img:before { background: #20a781; } .vina-our-work .list-work .work-item:hover { background: #20a781; } .our-price .price-item h3 sub { color: #20a781; background: #fff; } .our-price .price-item:hover h3 { color: #fff; background: #20a781; } .our-price .price-item:hover h3 sub { color: #fff; background: #323232; } .our-price .price-item:hover ul li.buy .vina-button-2 { background: #20a781 !important; } .vina-accordion-content .vina-accordion-container { padding: 8px 20px !important; } .vina-accordion-content .vina-accordion-item.accordion-open span { background: url(../../images/presets/preset4/icon_sub.png) center center no-repeat; } .vina-accordion-content .vina-accordion-item:hover { color: #20a781; } .vina-accordion-content .vina-accordion-item:hover p { color: #20a781; } .vina-accordion-content .vina-accordion-item:hover.accordion-close span { background: url(../../images/presets/preset4/icon_add.png) center center no-repeat; } .vina-accordion-content .vina-accordion-item.accordion-open { color: #20a781; } .vina-accordion-content .vina-accordion-item.accordion-open p { color: #20a781; } .testimonials-partners #carousel-testimonials .carousel-control:hover { background-color: #20a781 !important; } .testimonials-partners #carousel-testimonials .carousel-control:hover i { color: #fff !important; } .our-partners .span4:hover { border: 1px solid #20a781; }
public/css/preset4.css
.clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } button:focus, .btn-primary:focus { background: #20a781; } .gallery-filters a { margin-right: 5px; } .gallery-filters a.active { color: #fff; background: #20a781; } .tags a { margin-bottom: 5px; } .tags a.label { background: #20a781; } .label, .badge { background: #20a781; } .vina-button:hover, .btn:hover { background: #20a781; } a:not(.btn) { color: #0000CD; } a:not(.btn):hover { color: #20a781; } body { color: #666666; } body.bg { background: #fff; } .logo { background-image: url(../../images/presets/preset4/logo.png); } #sp-left h3.header, #sp-right h3.header { background-color: #de002b; } #sp-left h3.header span, #sp-right h3.header span { background: url(../..1/image2s/presets/preset4/background-block1.html) no-repeat 0 50%; } #sp-message-area h3.header span { background: #fff url(../../images/presets/preset4/bg_vina_title.png) no-repeat center left; } #sp-bottom-wrapper h3.header { background: url(../../images/presets/preset4/bg_vina_title.png) no-repeat center left; } .tagspopular li a:hover { color: #fff; background: #20a781; border: 1px solid #20a781; } .vina_categories .vina-cmenu-vertical-jshopping > ul li.active >a, .vina_categories .vina-cmenu-vertical-jshopping > ul li:hover >a { color: #20a781 !important; } div.vina-treeview-jshopping > ul li.collapsable { border-bottom: 0; } div.vina-treeview-jshopping > ul li.collapsable > a { color: #20a781; } div.vina-treeview-jshopping > ul li.expandable:hover > a { color: #20a781; } div.vina-treeview-jshopping > ul li > ul { border-bottom: none; border-top: 1px solid #f1f1f1; margin: 0; background: #fcfcfc; } div.vina-treeview-jshopping > ul > li.expandable:hover > .hitarea { background: url("../../images/presets/preset4/bg-left-menu-hover.png") no-repeat 50% 50%; } div.vina-treeview-jshopping > ul > li > ul > li.expandable:hover > .hitarea { background: url("../../images/presets/preset4/bg-left-menu-hover.png") no-repeat 50% 50%; } div.vina-treeview-jshopping > ul.treeview li.collapsable > .hitarea { background: url(../../images/presets/preset4/bg-left-menu-active.png) no-repeat 50% 50%; } .vina-ticker-jshopping .header-block { background: #20a781; } .vina-ticker-jshopping .vina-item a { color: #333 !important; } .vina-ticker-jshopping .vina-item a:hover { color: #20a781 !important; } .vina-ticker-jshopping .header-block { background: #20a781; border-bottom: 2px solid #187c60; } .vina-carousel-jshopping .block_item .item_inner h3.title a:hover { color: #20a781 !important; } .buttons a.button_buy:hover, .buttons a.button_detail:hover, .buttons a.button_wishlist:hover { background: #20a781; color: #fff; } .pagination ul >li.pagination-active >a, .pagination ul >li.pagination-active span { color: #20a781; } #sp-top1 .chzn-container-single .chzn-single:hover div b, #sp-top1-layout2 .chzn-container-single .chzn-single:hover div b { border-top: 4px solid #20a781; border-right: 4px solid transparent; border-left: 4px solid transparent; } .custom_vina-language ul li a:hover { color: #20a781; background: transparent; } .custom_vina-language ul li.result-selected a { color: #20a781; } .custom_vina-language .btn:hover .caret { border-top: 4px solid #20a781; border-right: 4px solid transparent; border-left: 4px solid transparent; } .custom_vina-language .btn:hover a { color: #20a781; } .jshop.account-login h1.header, .jshop.account-logout h1.header, .jshop.account-create h1.header, .jshop.editaccount_block h1.header, .jshop.account_block h1.header, .jshop.vina_wishlist h1.header { color: #20a781; } .step-title .number { background: #20a781; border: 1px solid #20a781; } #jshop_module_cart .jshop_quantity_products:hover { color: #347091; } #jshop_module_cart .my_cart:before { background: #de002b; } #jshop_module_cart .top-cart-content .product-details:hover .product-name a { color: #347091; } #jshop_module_cart .top-cart-content .goto_cart a:hover { background: #347091; } #sp-header-wrapper .logo { background-image: url(../../images/presets/preset4/logo.png); } #sp-advanced-search .btn:hover, #sp-advanced-search .button:hover { background: #20a781; } #sp-header-wrapper.header-layout2 #sp-advanced-search .btn, #sp-advanced-search .button { background: #de002b; } #sp-main-menu ul.level-0 > li:hover, #sp-main-menu ul.level-0 > li.active { background: #878787; } #sp-main-menu-wrapper.main-menu-layout2 { background: #347091; } #sp-main-menu-wrapper.main-menu-layout2 ul.level-0 >li.active, #sp-main-menu-wrapper.main-menu-layout2 ul.level-0 >li:hover { background: #7ae6c7; } .camera_caption .link a { background-color: #347091 !important; } .camera_slider_layout2 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_slider_layout2 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.camera_hover { background: #347091 !important; } .breadcrumb li span.last { color: #347091; } .module.highlighted { background: #3498DB; } .module.highlighted a { color: #fff !important; } .page-header { color: #20a781; } .page-header a { color: #20a781; } .progress-striped .bar { background-color: #20a781; } #vina_about_us .carousel .item .incon_bg { background: #20a781; } #vina_about_us .carousel .carousel-control { color: #20a781; } #vina_about_us .carousel:hover .carousel-control:hover { background: #20a781; } #vina_about_us .skill ul li { border-left: 2px solid #20a781; } #vina_company .img-polaroid .info_team ul li a:hover { background: #20a781; } #vina_pricing_table .pricing_table .thumbnail button { background: #20a781; } #vina_contact_us ul li a:hover { border: 1px solid #20a781; } #vina_contact_us ul.social li a { border: 4px solid #7ae6c7; background: #20a781; } #vina_contact_us ul.social li a:hover { border: 4px solid #20a781; } #vina_contact_us ul.social li a:hover em { color: #20a781; } #vina_contact_us .map span em { color: #20a781; } .category .items-row .item .entry-meta.muted [class^="icon-"], .category .items-row .item .entry-meta.muted [class*=" icon-"] { color: #20a781; } .item-page .entry-meta.muted [class^="icon-"], .item-page .entry-meta.muted [class*=" icon-"] { color: #20a781; } .sp-mobile-menu { background: #000; } .sp-mobile-menu ul li a { color: #fff; } .sp-mobile-menu ul li a:hover, .sp-mobile-menu ul li a.active { color: #20a781; } .icon-color:before { color: #20a781; } #sp-bottom-wrapper a:not(.btn):hover, #sp-footer-wrapper a:not(.btn):hover { color: #20a781; } #sp-footer-wrapper .sp-totop:hover { background: #20a781; } .sp-border { border-top: 1px solid #000000; } .sp-border::after { background: #0d4535; } .btn-primary, button, input[type='submit'], input[type='button'], submit { background: #222; } .btn-primary:hover, button:hover, input[type='submit']:hover, input[type='button']:hover, submit:hover { color: #fff; background: #20a781; } img.jshop_img_thumb:hover { border: 1px solid #20a781; } .detailsRight .availability .in_stock { color: #20a781; } .detailsRight .prod_buttons span.btn_add:hover, .detailsRight .prod_buttons span.btn_wishlist:hover { background: #20a781; } .tab-block .nav-pills>li>a:hover, .tab-block .nav-pills>li.active>a, .tab-block .nav-pills>li>a:focus { background-color: #20a781; } .our-partners .carousel-control.left:hover, .our-partners .carousel-control.left:focus, .our-partners .carousel-control.right:hover, .our-partners .carousel-control.right:focus { border: 1px solid #20a781 !important; background-color: #20a781 !important; } .our-partners .carousel-control.left:hover i, .our-partners .carousel-control.left:focus i, .our-partners .carousel-control.right:hover i, .our-partners .carousel-control.right:focus i { color: #fff !important; } .vina-carousel-jshopping.owl-theme .owl-controls .owl-next:hover, .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev:hover, .vina-carousel-content.owl-theme .owl-controls .owl-next:hover, .vina-carousel-content.owl-theme .owl-controls .owl-prev:hover { background-color: #20a781 !important; } .vina-manufacturers-jshopping .vina-next:hover, .vina-manufacturers-jshopping .vina-prev:hover { background-color: #20a781 !important; } .carousel .flex-direction-nav .flex-next:hover, .carousel .flex-direction-nav .flex-prev:hover { background-color: #20a781 !important; } .carousel .flex-direction-nav .flex-next:hover, .carousel .flex-direction-nav .flex-prev:hover { background-color: #20a781; } #vina_contact_us .contact_us h3 { border-left: 2px solid #20a781; } #vina_contact_us .contact_us .qlform input.submit:hover { background: #20a781; } #vina_contact_us .vina-title { border-left: 2px solid #20a781; } #vina_contact_us .map span em { color: #20a781; } .vina-carousel-content .item a:hover { color: #20a781 !important; } .vina-carousel-content .item .readmore a { color: #20a781 !important; } .readmore a { color: #20a781 !important; } #tab2.nav-pills>.active>a, #tab2.nav-pills>.active>a:hover, #tab2.nav-pills>.active>a:focus { background: #20a781; } .chzn-container .chzn-results li.highlighted { color: #20a781; } ul.chzn-results li { padding: 3px 20px; } ul.chzn-results li.result-selected { color: #20a781; } .fielderror { border: 1px dashed #20a781 !important; background-color: #a5eed9 !important; } #sp-main-menu-layout2-wrapper #sp-main-menu ul.level-0 > li:hover, #sp-main-menu-layout2-wrapper #sp-main-menu ul.level-0 > li.active { background: #7ae6c7; } .banner-bottom-inner .pull-left { border: 4px solid #20a781; } .banner-bottom-inner:hover .pull-left { background: #20a781; box-shadow: 0 0 0 6px rgba(32,167,129,0.3); } .banner-bottom-inner:hover .pull-left em { color: #fff; } .banner-bottom-inner:hover .media-body { color: #20a781; } .style-layout2 .buttons a.button_buy, .style-layout2 .buttons a.button_detail, .style-layout2 .buttons a.button_wishlist { color: #fff !important; background: #20a781; } .style-layout2 .buttons a.button_buy:hover, .style-layout2 .buttons a.button_detail:hover, .style-layout2 .buttons a.button_wishlist:hover { background: #444; color: #fff; } .style-layout2 .block_item .item_inner .buttons a.button_detail:hover:before { border: 1px solid #20a781; } .mod_latest_blog.style-layout2 .item .readmore:hover { border: 1px solid #20a781; } #sp-main-menu-wrapper.box-layout3 #main-menu { background-color: #20a781; } .module.camera_slider_layout3 .camera_caption h3.subtitle { color: #20a781; } .module.camera_slider_layout3 .camera_caption .link a:hover { border: 1px solid #20a781 !important; background: #20a781 !important; } .style-layout3 .block_item .item_inner .buttons a.button_buy:hover i, .style-layout3 .block_item .item_inner .buttons a.button_detail:hover i, .style-layout3 .block_item .item_inner .buttons a.button_wishlist:hover i { color: #20a781; } .module .sp_strong h3.header { font-family: Calibri; font-size: 32px; } .module .sp_strong h3.header span { padding: 0 0 28px; margin-bottom: 28px; display: inline-block; background: url(../images/bg_header_layout4.html) no-repeat left bottom; } .module.camera_slider_layout4 .vina-camera-slider .camera_caption .slide-btn a:hover, .module.camera_slider_layout4 .vina-camera-slider .camera_caption .slide-btn a.active { background: #20a781 !important; border: 1px solid #20a781; } .team-item .person-info h4 a { color: #20a781; } .our-team .team-item .team-social-link ul li a:hover { color: #20a781; } .gallery-filters a.btn { color: #666666; } .gallery-filters a.btn:hover, .gallery-filters a.btn.active { color: #fff; background: #20a781; border: 1px solid #20a781 !important; } ul.gallery .item .gallery-info { background: #20a781; border: 7px solid #20a781; } ul.gallery .item .gallery-info .link-wrapper a:hover { border: 1px solid #20a781; } ul.gallery .item .gallery-info .link-wrapper a:hover i:before { color: #20a781; } #sp-purchase-wrapper { background-color: #20a781; } .our-services .media:hover .icon { border: 1px solid #20a781; } .our-services .icon i { color: #20a781; } .our-services .media-heading:hover { color: #20a781; } #sp-our-experience .mod-inner .custom:before { background-color: #20a781; } #sp-our-video-wrapper { background: #20a781; } .our-price .price-item:hover ul li.buy .vina-button-2 { background: #20a781 !important; } .vina-list-1 .list-item:hover .list-img { background-color: #20a781; } .vina-list-1 .list-item:hover .list-img:before { border-bottom: 40.5px solid #20a781; } .vina-list-1 .list-item:hover .list-img:after { border-top: 40.5px solid #20a781; } .vina-list-2 .list-left-item:hover .list-2-img:before, .vina-list-2 .list-right-item:hover .list-2-img:before { background: #20a781; } .vina-our-work .list-work .work-item:hover { background: #20a781; } .our-price .price-item h3 sub { color: #20a781; background: #fff; } .our-price .price-item:hover h3 { color: #fff; background: #20a781; } .our-price .price-item:hover h3 sub { color: #fff; background: #323232; } .our-price .price-item:hover ul li.buy .vina-button-2 { background: #20a781 !important; } .vina-accordion-content .vina-accordion-container { padding: 8px 20px !important; } .vina-accordion-content .vina-accordion-item.accordion-open span { background: url(../../images/presets/preset4/icon_sub.png) center center no-repeat; } .vina-accordion-content .vina-accordion-item:hover { color: #20a781; } .vina-accordion-content .vina-accordion-item:hover p { color: #20a781; } .vina-accordion-content .vina-accordion-item:hover.accordion-close span { background: url(../../images/presets/preset4/icon_add.png) center center no-repeat; } .vina-accordion-content .vina-accordion-item.accordion-open { color: #20a781; } .vina-accordion-content .vina-accordion-item.accordion-open p { color: #20a781; } .testimonials-partners #carousel-testimonials .carousel-control:hover { background-color: #20a781 !important; } .testimonials-partners #carousel-testimonials .carousel-control:hover i { color: #fff !important; } .our-partners .span4:hover { border: 1px solid #20a781; }
0.241579
0.107578
Reset and overrides ***/ body { background-color: #f9f9f9 !important; font-family: "microsoft yahei" !important; } .page-content { background-color: #f1f3fa !important; } /*** Page header ***/ .header { filter: none !important; /*background-image: none !important;*/ background-color: #1178ee !important; /* background: -webkit-linear-gradient(#37c4fa, #0081bb ); background: -o-linear-gradient(#37c4fa, #0081bb ); background: -moz-linear-gradient(#37c4fa, #0081bb ); background: linear-gradient(#37c4fa, #0081bb ); */ } .header .btn-navbar { background-color: #f9f9f9 !important; } .header .navbar-nav .dropdown-toggle:hover, .header .navbar-nav .dropdown.open .dropdown-toggle { color: #fff; background-color: #1470d8 !important; } /*.zte-theme-panel > .toggler:hover { background-color: #70abcd !important; }*/ .header .navbar-nav li.dropdown .dropdown-toggle i { color: #fff !important; } .btn-group .btn.blue.dropdown-toggle { background-color: #1178EE !important; } .header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle .ict-user, .zte-theme-panel > .toggler{ color:#80AFE6 !important; } .btn-group .btn.blue.dropdown-toggle:hover { background-color: #0f70df !important; } .header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle:hover .username { color:#fff !important; } .header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle:hover .ict-user{ color:#fff !important; } .navbar-nav .ict-menu{ font-size:17px; vertical-align:bottom; color:#80AFE6; } .navbar-nav .ict-menu:hover{ color:#fff; } .zte-theme-panel > .toggler:hover{ color:#fff !important; } /*** Header Search ***/ .header .search-form { background-color: #0B4263; } .header .search-form .form-control { color: #68bbec; border: 0; background-color: #0B4263; } .header .search-form .submit { background: url(../../../img/search-icon-blue.png); } /*** Hor menu ***/ .header .hor-menu ul.nav li a { color: #fff; } .header .hor-menu ul.nav li.open > a, .header .hor-menu ul.nav li > a:hover, .header .hor-menu ul.nav li > a:focus { color: #D4E9F2; background-color: #1178ee; /*background: -webkit-linear-gradient(#37c4fa, #0081bb ); background: -o-linear-gradient(#37c4fa, #0081bb ); background: -moz-linear-gradient(#37c4fa, #0081bb ); background: linear-gradient(#37c4fa, #0081bb );*/ } .header.navbar .hor-menu ul.nav li.current .selected, .header.navbar .hor-menu ul.nav li.active .selected { border-top: 6px solid #0081bb; } .header .hor-menu .dropdown-menu li:hover > a, .header .hor-menu ul.nav li.active > a, .header .hor-menu ul.nav li.active > a:hover { color: #fff; /*background: -webkit-linear-gradient(#37c4fa, #0081bb ); background: -o-linear-gradient(#37c4fa, #0081bb ); background: -moz-linear-gradient(#37c4fa, #0081bb ); background: linear-gradient(#37c4fa, #0081bb );*/ } .header.navbar .hor-menu ul.nav li.current .selected, .header.navbar .hor-menu ul.nav li.active .selected { border-top: 6px solid #0081bb; } .header .hor-menu ul.nav li.current > a, .header .hor-menu ul.nav li.current > a:hover { color: #fff; background: #e02222 !important; } .header .hor-menu .dropdown-menu { background: #1178EE; } .header .hor-menu .dropdown-menu li > a { color: #ccc; } .header .hor-menu .hor-menu-search-form-toggler.off { background: #126ed8 url(../../../img/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { background: #126ed8; } .header .hor-menu .search-form form input { color: #ccc; } .header .hor-menu .search-form .btn { color: #ccc; background: url(../../../img/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } .header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; } .header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; } .header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ccc; } .dropdown-menu .mega-menu-content .row .mega-menu-submenu li:hover > a { color: #fff !important; background: #388ef1 !important; } .dropdown-menu .mega-menu-content .row .mega-menu-submenu .active > a, .dropdown-menu .mega-menu-content .row .mega-menu-submenu .active > a:hover { color: #fff !important; background: #0e6ad4 !important; } /*** Mega Menu ***/ .mega-menu .mega-menu-submenu { border-right: 1px solid #1876AD; } .mega-menu .mega-menu-submenu li h3 { color: #fff; font-family: "microsoft yahei" } /*** Page sidebar ***/ .page-sidebar { background-color: #f9f9f9; } ul.page-sidebar-menu > li > a { border-top: 1px solid #e5e5e5 !important; color: #616161 !important; border-left: 3px solid transparent !important; } ul.page-sidebar-menu > li > a:hover { color: #1178EE !important; background-color: #eee; } ul.page-sidebar-menu > li:last-child > a { border-bottom: 1px solid #e5e5e5 !important; } /*ul.page-sidebar-menu > li a i { color: #e5e5e5 ! important; }*/ ul.page-sidebar-menu ul.sub-menu > li > a { color: #616161 !important; } ul.page-sidebar-menu ul.sub-menu > li.active > a { color: #1178EE !important; } ul.page-sidebar-menu ul.sub-menu > li > a:hover { color: #1178EE !important; background-color: #eee; } ul.page-sidebar-menu > li > a:hover, ul.page-sidebar-menu > li:hover > a { background: #fff; color: #585858; border-left: 3px solid #1178ee !important; } ul.page-sidebar-menu > li.open > a { background: #fff; color: #585858; border-bottom: 1px solid #e5e5e5 !important; } ul.page-sidebar-menu > li.active > a { background: #fff !important; border-top: 1px solid #e5e5e5 !important; color: #1178ee !important; font-weight: bold; } ul.page-sidebar-menu > li.active > a i { color: #1178ee; } ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a { /* border-top: 1px solid #e5e5e5 !important;*/ } ul.page-sidebar-menu > li > ul.sub-menu > li.active > a ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover { color: #4b88b7 !important; } ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover { /* background: #1b8fd3 !important;*/ } /* 3rd level sub menu */ ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a, ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover, ul.page-sidebar-menu > li > ul.sub-menu li.open > a { color: #ffffff !important; border-bottom: 1px solid #e5e5e5 !important; } .page-sidebar-menu > li.active > a .selected { /* background-image: url(../../../img/sidebar-menu-arrow-blue.png) !important;*/ border-right: 2px solid #1178ee !important; height: 37px !important; top: 2px !important; } /* font color for all sub menu links*/ ul.page-sidebar-menu li > ul.sub-menu > li > a { /*color: #c3e4f7;*/ } /* menu arrows */ ul.page-sidebar-menu > li > a .arrow:before, ul.page-sidebar-menu > li > a .arrow.open:before { /*color: #51b1e9 !important;*/ } ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before, ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before { color: #3ba6e6 !important; } ul.page-sidebar-menu > li > a > .arrow.open:before { /* color: #68bbec !important;*/ } /*ul.page-sidebar-menu > li.active > a .arrow:before, ul.page-sidebar-menu > li.active > a .arrow.open:before { color: #ffffff !important; }*/ /* sidebar search */ .page-sidebar .sidebar-search input { background-color: #0f5179 !important; color: #1178ee; } .page-sidebar .sidebar-search input::-webkit-input-placeholder { color: #1178ee !important; } .page-sidebar .sidebar-search input:-moz-placeholder { color: #1178ee !important; } .page-sidebar .sidebar-search input:-ms-input-placeholder { color: #1178ee !important; } .page-sidebar .sidebar-search input { background-color: #f9f9f9 !important; /* color: #bfbfbf !important;*/ } .page-sidebar .sidebar-search .input-box { border-bottom: 1px solid #1178ee !important; } .page-sidebar .sidebar-search .submit { background-image: url(../../../img/search-icon-blue.png); } /*** Sidebar toggler ***/ .sidebar-toggler { background-image: url(../../../img/sidebar-toggler-grey.jpg); background-color: #0f5179; } /* search box bg color on expanded */ .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container { background-color: #f9f9f9 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { background-image: url("../../../img/sidebar-search-close-blue.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { background-color: #f9f9f9; } /*** Footer ***/ .footer .footer-inner { color: #7c7c7c; } .footer .footer-tools .go-top { background-color: #1985c6; } .footer .footer-tools .go-top:hover { opacity: 0.7; filter: alpha(opacity=70); } .footer .footer-tools .go-top i { color: #68bbec; } /*** Footer Layouts (new in v1.3) ***/ /* begin:fixed footer */ .page-footer-fixed .footer { background-color: #0f5179; } .page-footer-fixed .footer .footer-inner { color: #68bbec; } .page-footer-fixed .footer .footer-tools .go-top { background-color: #1985c6; } .page-footer-fixed .footer .footer-tools .go-top i { color: #68bbec; } /* end:fixed footer */ /*** Gritter Notifications ***/ .gritter-top { background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left -30px !important; } .gritter-bottom { background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left bottom !important; } .gritter-item { display: block; background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left -40px !important; } .gritter-close { background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left top !important; } .gritter-title { text-shadow: none !important; /* Not supported by IE :( */ } /* for the light (white) version of the gritter notice */ .gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close { background-image: url(../../../thirdparty/gritter/images/gritter-light.png) !important; } .gritter-item-wrapper a { color: #18a5ed; } .gritter-item-wrapper a:hover { color: #0b6694; } /* begin: boxed page */ @media (min-width: 992px) { .page-boxed { background-color: #125e8b !important; } .page-boxed .page-container { background-color: #1570a6; border-left: 1px solid #1c98e1; border-bottom: 1px solid #1c98e1; } .page-boxed.page-sidebar-reversed .page-container { border-left: 0; border-right: 1px solid #1c98e1; } .page-boxed.page-sidebar-fixed .page-container { border-left: 0; border-bottom: 0; } .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container { border-left: 0; border-right: 0; border-bottom: 0; } .page-boxed.page-sidebar-fixed .page-sidebar { border-left: 1px solid #1c98e1; } .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar { border-right: 1px solid #1c98e1; border-left: 0; } .page-boxed.page-sidebar-fixed.page-footer-fixed .footer { background-color: #125e8b !important; } } /* end: boxed page */ /*** Landscape phone to portrait tablet ***/ @media (max-width: 991px) { /*** page sidebar ***/ .page-sidebar { background-color: #f9f9f9 !important; } ul.page-sidebar-menu > li > a { border-top: 1px solid #e5e5e5 !important; } ul.page-sidebar-menu > li:last-child > a { border-bottom: 0 !important; } .page-sidebar .sidebar-search input { background-color: #f9f9f9 !important; } ul.page-sidebar-menu > li.open > a, ul.page-sidebar-menu > li > a:hover, ul.page-sidebar-menu > li:hover > a { background: #fff; } }
common/common-web/src/main/webapp/css/frame/themes/ztebluelight2.css
Reset and overrides ***/ body { background-color: #f9f9f9 !important; font-family: "microsoft yahei" !important; } .page-content { background-color: #f1f3fa !important; } /*** Page header ***/ .header { filter: none !important; /*background-image: none !important;*/ background-color: #1178ee !important; /* background: -webkit-linear-gradient(#37c4fa, #0081bb ); background: -o-linear-gradient(#37c4fa, #0081bb ); background: -moz-linear-gradient(#37c4fa, #0081bb ); background: linear-gradient(#37c4fa, #0081bb ); */ } .header .btn-navbar { background-color: #f9f9f9 !important; } .header .navbar-nav .dropdown-toggle:hover, .header .navbar-nav .dropdown.open .dropdown-toggle { color: #fff; background-color: #1470d8 !important; } /*.zte-theme-panel > .toggler:hover { background-color: #70abcd !important; }*/ .header .navbar-nav li.dropdown .dropdown-toggle i { color: #fff !important; } .btn-group .btn.blue.dropdown-toggle { background-color: #1178EE !important; } .header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle .ict-user, .zte-theme-panel > .toggler{ color:#80AFE6 !important; } .btn-group .btn.blue.dropdown-toggle:hover { background-color: #0f70df !important; } .header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle:hover .username { color:#fff !important; } .header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle:hover .ict-user{ color:#fff !important; } .navbar-nav .ict-menu{ font-size:17px; vertical-align:bottom; color:#80AFE6; } .navbar-nav .ict-menu:hover{ color:#fff; } .zte-theme-panel > .toggler:hover{ color:#fff !important; } /*** Header Search ***/ .header .search-form { background-color: #0B4263; } .header .search-form .form-control { color: #68bbec; border: 0; background-color: #0B4263; } .header .search-form .submit { background: url(../../../img/search-icon-blue.png); } /*** Hor menu ***/ .header .hor-menu ul.nav li a { color: #fff; } .header .hor-menu ul.nav li.open > a, .header .hor-menu ul.nav li > a:hover, .header .hor-menu ul.nav li > a:focus { color: #D4E9F2; background-color: #1178ee; /*background: -webkit-linear-gradient(#37c4fa, #0081bb ); background: -o-linear-gradient(#37c4fa, #0081bb ); background: -moz-linear-gradient(#37c4fa, #0081bb ); background: linear-gradient(#37c4fa, #0081bb );*/ } .header.navbar .hor-menu ul.nav li.current .selected, .header.navbar .hor-menu ul.nav li.active .selected { border-top: 6px solid #0081bb; } .header .hor-menu .dropdown-menu li:hover > a, .header .hor-menu ul.nav li.active > a, .header .hor-menu ul.nav li.active > a:hover { color: #fff; /*background: -webkit-linear-gradient(#37c4fa, #0081bb ); background: -o-linear-gradient(#37c4fa, #0081bb ); background: -moz-linear-gradient(#37c4fa, #0081bb ); background: linear-gradient(#37c4fa, #0081bb );*/ } .header.navbar .hor-menu ul.nav li.current .selected, .header.navbar .hor-menu ul.nav li.active .selected { border-top: 6px solid #0081bb; } .header .hor-menu ul.nav li.current > a, .header .hor-menu ul.nav li.current > a:hover { color: #fff; background: #e02222 !important; } .header .hor-menu .dropdown-menu { background: #1178EE; } .header .hor-menu .dropdown-menu li > a { color: #ccc; } .header .hor-menu .hor-menu-search-form-toggler.off { background: #126ed8 url(../../../img/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { background: #126ed8; } .header .hor-menu .search-form form input { color: #ccc; } .header .hor-menu .search-form .btn { color: #ccc; background: url(../../../img/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } .header .hor-menu .search-form form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; } .header .hor-menu .search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; } .header .hor-menu .search-form form input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ccc; } .dropdown-menu .mega-menu-content .row .mega-menu-submenu li:hover > a { color: #fff !important; background: #388ef1 !important; } .dropdown-menu .mega-menu-content .row .mega-menu-submenu .active > a, .dropdown-menu .mega-menu-content .row .mega-menu-submenu .active > a:hover { color: #fff !important; background: #0e6ad4 !important; } /*** Mega Menu ***/ .mega-menu .mega-menu-submenu { border-right: 1px solid #1876AD; } .mega-menu .mega-menu-submenu li h3 { color: #fff; font-family: "microsoft yahei" } /*** Page sidebar ***/ .page-sidebar { background-color: #f9f9f9; } ul.page-sidebar-menu > li > a { border-top: 1px solid #e5e5e5 !important; color: #616161 !important; border-left: 3px solid transparent !important; } ul.page-sidebar-menu > li > a:hover { color: #1178EE !important; background-color: #eee; } ul.page-sidebar-menu > li:last-child > a { border-bottom: 1px solid #e5e5e5 !important; } /*ul.page-sidebar-menu > li a i { color: #e5e5e5 ! important; }*/ ul.page-sidebar-menu ul.sub-menu > li > a { color: #616161 !important; } ul.page-sidebar-menu ul.sub-menu > li.active > a { color: #1178EE !important; } ul.page-sidebar-menu ul.sub-menu > li > a:hover { color: #1178EE !important; background-color: #eee; } ul.page-sidebar-menu > li > a:hover, ul.page-sidebar-menu > li:hover > a { background: #fff; color: #585858; border-left: 3px solid #1178ee !important; } ul.page-sidebar-menu > li.open > a { background: #fff; color: #585858; border-bottom: 1px solid #e5e5e5 !important; } ul.page-sidebar-menu > li.active > a { background: #fff !important; border-top: 1px solid #e5e5e5 !important; color: #1178ee !important; font-weight: bold; } ul.page-sidebar-menu > li.active > a i { color: #1178ee; } ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a { /* border-top: 1px solid #e5e5e5 !important;*/ } ul.page-sidebar-menu > li > ul.sub-menu > li.active > a ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover { color: #4b88b7 !important; } ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover { /* background: #1b8fd3 !important;*/ } /* 3rd level sub menu */ ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a, ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover, ul.page-sidebar-menu > li > ul.sub-menu li.open > a { color: #ffffff !important; border-bottom: 1px solid #e5e5e5 !important; } .page-sidebar-menu > li.active > a .selected { /* background-image: url(../../../img/sidebar-menu-arrow-blue.png) !important;*/ border-right: 2px solid #1178ee !important; height: 37px !important; top: 2px !important; } /* font color for all sub menu links*/ ul.page-sidebar-menu li > ul.sub-menu > li > a { /*color: #c3e4f7;*/ } /* menu arrows */ ul.page-sidebar-menu > li > a .arrow:before, ul.page-sidebar-menu > li > a .arrow.open:before { /*color: #51b1e9 !important;*/ } ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before, ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before { color: #3ba6e6 !important; } ul.page-sidebar-menu > li > a > .arrow.open:before { /* color: #68bbec !important;*/ } /*ul.page-sidebar-menu > li.active > a .arrow:before, ul.page-sidebar-menu > li.active > a .arrow.open:before { color: #ffffff !important; }*/ /* sidebar search */ .page-sidebar .sidebar-search input { background-color: #0f5179 !important; color: #1178ee; } .page-sidebar .sidebar-search input::-webkit-input-placeholder { color: #1178ee !important; } .page-sidebar .sidebar-search input:-moz-placeholder { color: #1178ee !important; } .page-sidebar .sidebar-search input:-ms-input-placeholder { color: #1178ee !important; } .page-sidebar .sidebar-search input { background-color: #f9f9f9 !important; /* color: #bfbfbf !important;*/ } .page-sidebar .sidebar-search .input-box { border-bottom: 1px solid #1178ee !important; } .page-sidebar .sidebar-search .submit { background-image: url(../../../img/search-icon-blue.png); } /*** Sidebar toggler ***/ .sidebar-toggler { background-image: url(../../../img/sidebar-toggler-grey.jpg); background-color: #0f5179; } /* search box bg color on expanded */ .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container { background-color: #f9f9f9 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { background-image: url("../../../img/sidebar-search-close-blue.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { background-color: #f9f9f9; } /*** Footer ***/ .footer .footer-inner { color: #7c7c7c; } .footer .footer-tools .go-top { background-color: #1985c6; } .footer .footer-tools .go-top:hover { opacity: 0.7; filter: alpha(opacity=70); } .footer .footer-tools .go-top i { color: #68bbec; } /*** Footer Layouts (new in v1.3) ***/ /* begin:fixed footer */ .page-footer-fixed .footer { background-color: #0f5179; } .page-footer-fixed .footer .footer-inner { color: #68bbec; } .page-footer-fixed .footer .footer-tools .go-top { background-color: #1985c6; } .page-footer-fixed .footer .footer-tools .go-top i { color: #68bbec; } /* end:fixed footer */ /*** Gritter Notifications ***/ .gritter-top { background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left -30px !important; } .gritter-bottom { background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left bottom !important; } .gritter-item { display: block; background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left -40px !important; } .gritter-close { background: url(../../../thirdparty/gritter/images/gritter-blue.png) no-repeat left top !important; } .gritter-title { text-shadow: none !important; /* Not supported by IE :( */ } /* for the light (white) version of the gritter notice */ .gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close { background-image: url(../../../thirdparty/gritter/images/gritter-light.png) !important; } .gritter-item-wrapper a { color: #18a5ed; } .gritter-item-wrapper a:hover { color: #0b6694; } /* begin: boxed page */ @media (min-width: 992px) { .page-boxed { background-color: #125e8b !important; } .page-boxed .page-container { background-color: #1570a6; border-left: 1px solid #1c98e1; border-bottom: 1px solid #1c98e1; } .page-boxed.page-sidebar-reversed .page-container { border-left: 0; border-right: 1px solid #1c98e1; } .page-boxed.page-sidebar-fixed .page-container { border-left: 0; border-bottom: 0; } .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container { border-left: 0; border-right: 0; border-bottom: 0; } .page-boxed.page-sidebar-fixed .page-sidebar { border-left: 1px solid #1c98e1; } .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar { border-right: 1px solid #1c98e1; border-left: 0; } .page-boxed.page-sidebar-fixed.page-footer-fixed .footer { background-color: #125e8b !important; } } /* end: boxed page */ /*** Landscape phone to portrait tablet ***/ @media (max-width: 991px) { /*** page sidebar ***/ .page-sidebar { background-color: #f9f9f9 !important; } ul.page-sidebar-menu > li > a { border-top: 1px solid #e5e5e5 !important; } ul.page-sidebar-menu > li:last-child > a { border-bottom: 0 !important; } .page-sidebar .sidebar-search input { background-color: #f9f9f9 !important; } ul.page-sidebar-menu > li.open > a, ul.page-sidebar-menu > li > a:hover, ul.page-sidebar-menu > li:hover > a { background: #fff; } }
0.207857
0.049017
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ /*---------------------------------------*/ :root { --primary: #0b254b; --light: #ffffff; --light-blue: #F5F6FA; --grey: #eff2f7; } body { /*overflow: hidden;*/ font-family: 'Muli', sans-serif; } h1, h2, h3, h4, h5, h6 { color: var(--primary); font-weight: 700; } .text-muted { color: var(--primary) !important; opacity: .7; } .bg-light { background-color: var(--light) !important; } .bg-light-blue { background-color: var(--light-blue) !important; } .shadow-sm { box-shadow: 0 0 1.25rem rgba(11, 37, 75, .05); } .shadow-hover { transition: 1s ease-in-out; } .shadow-hover:hover { transition: 1s ease-in-out; box-shadow: 0 .5rem 1rem rgba(11, 37, 75, .10)!important; } #sidebar-container { min-height: 100vh; margin-left: -18rem; padding-left: 5px; -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1); -webkit-transition: margin .25s ease-out; -moz-transition: margin .25s ease-out; -o-transition: margin .25s ease-out; transition: margin .25s ease-out; } #sidebar-container .logo { padding: 0.875rem 1.25rem; padding-top: 20px } #sidebar-container .menu { width: 18rem; } #content-wrapper.toggled #sidebar-container { margin-left: 0; } .circle { width: 50px; height: 50px; } .badge { padding: .5rem 1rem; } .bg-primary, .badge-primary { background-color: rgba(0, 123, 255, .1) !important; } .btn-primary { background-color: rgba(0, 123, 255, .1) !important; border: 0; } .btn-primary:hover { background-color: rgba(0, 123, 255, .2) !important; } .badge-secondary { background-color: var(--grey); color: var(--primary); } #content { overflow-y: auto; height: 100vh; } @media (min-width: 768px) { #sidebar-container { margin-left: 0; } #content-wrapper.toggled #sidebar-container { margin-left: -18rem; } } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; height: 95%; } @media (min-width: 768px) { html { font-size: 16px; height: 95%; } } .table-encabezado { background-color: #1752ac !important; color: white; }
wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ /*---------------------------------------*/ :root { --primary: #0b254b; --light: #ffffff; --light-blue: #F5F6FA; --grey: #eff2f7; } body { /*overflow: hidden;*/ font-family: 'Muli', sans-serif; } h1, h2, h3, h4, h5, h6 { color: var(--primary); font-weight: 700; } .text-muted { color: var(--primary) !important; opacity: .7; } .bg-light { background-color: var(--light) !important; } .bg-light-blue { background-color: var(--light-blue) !important; } .shadow-sm { box-shadow: 0 0 1.25rem rgba(11, 37, 75, .05); } .shadow-hover { transition: 1s ease-in-out; } .shadow-hover:hover { transition: 1s ease-in-out; box-shadow: 0 .5rem 1rem rgba(11, 37, 75, .10)!important; } #sidebar-container { min-height: 100vh; margin-left: -18rem; padding-left: 5px; -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1); -webkit-transition: margin .25s ease-out; -moz-transition: margin .25s ease-out; -o-transition: margin .25s ease-out; transition: margin .25s ease-out; } #sidebar-container .logo { padding: 0.875rem 1.25rem; padding-top: 20px } #sidebar-container .menu { width: 18rem; } #content-wrapper.toggled #sidebar-container { margin-left: 0; } .circle { width: 50px; height: 50px; } .badge { padding: .5rem 1rem; } .bg-primary, .badge-primary { background-color: rgba(0, 123, 255, .1) !important; } .btn-primary { background-color: rgba(0, 123, 255, .1) !important; border: 0; } .btn-primary:hover { background-color: rgba(0, 123, 255, .2) !important; } .badge-secondary { background-color: var(--grey); color: var(--primary); } #content { overflow-y: auto; height: 100vh; } @media (min-width: 768px) { #sidebar-container { margin-left: 0; } #content-wrapper.toggled #sidebar-container { margin-left: -18rem; } } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; height: 95%; } @media (min-width: 768px) { html { font-size: 16px; height: 95%; } } .table-encabezado { background-color: #1752ac !important; color: white; }
0.421671
0.05694
html, body{ width: 100%; height: 100%; padding: 0; margin: 0; overflow-x: hidden; overflow-y: auto; color: #fff; background: #181a1e; font-family: sans-serif; } a{ color: #e58929; text-decoration: none; line-height: inherit; cursor: pointer; } a:hover { -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; -ms-transition: all .1s linear; transition: all .1s linear; color: #c87629; } td.lost{ color: red; } td.win{ color: green; } .game_hash{ font-size: 9px; } .box{ margin: 3px; padding: 3px; border: 1px solid #292d35; } .form .field label{ color: #b0b3c1 !important; } #faucetClaimCaptcha{ position: absolute; width: 304px; left: calc(50% - 152px); top: -90px; transition: top 1s ease; z-index: 1000; } #top_bar{ width: 100%; height: 40px; background-color: #292d35; margin-bottom: 10px; line-height: 40px; font-weight: 700; } #site_container{ width: 70%; min-width: 800px; margin: auto; } #bust_box{ width: calc(50% - 10px); height: 400px; text-align: center; line-height: 400px; font-size: 16px; font-size: 2vw; color: grey; display: inline-block; } #control_box{ width: calc(50% - 10px); height: 400px; display: inline-block; float: right; padding: 0; } #control_box .form{ margin: 5px; } #control_tabs{ width: 100%; height: 30px; line-height: 30px; } #control_tabs .tab{ width: 50%; display: inline-block; background-color: #292d35; text-align: center; cursor: pointer; color: #b0b3c1; font-weight: 800; text-transform: uppercase; font-size: 1rem; } #control_tabs .tab:hover{ color: rgba(228,121,3,1); } #control_tabs .tab.selected{ width: 50%; display: inline-block; background-color: #181a1e; cursor: default; color: rgba(228,121,3,1); } #autoTab{ display: none; } #autoBet_button{ color:black; } #bet_cashout_button { display: block; padding: 0; margin: 10px auto 0 auto; width: calc(100% - 10px); height: 205px; text-align: center; color: #fff; background-color: rgba(243,150,47,1); position: relative; text-decoration: none; font-weight: 300; font-size: 3rem; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -webkit-box-shadow: 0 6px 0 #ff5205,0 9px 25px rgba(0,0,0,.1); -moz-box-shadow: 0 6px 0 #ff5205,0 9px 25px rgba(0,0,0,.1); box-shadow: 0 6px 0 #ff5114,0 9px 25px rgba(0,0,0,.1); margin-bottom: 10px; border: 0; outline: 0; font-family: inherit; cursor: pointer; } #bet_cashout_button:active{ -webkit-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); -moz-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); position: relative; top: 6px; } #bet_cashout_button .disabled{ background-color: rgba(168,168,168,1); -webkit-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); -moz-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); box-shadow: 0 3px 0 #666,0 3px 6px rgba(0,0,0,.2); cursor: default; } #history_box thead tr th{ width: 25%; padding: 3px; color: #b0b3c1; border-bottom: 1px solid rgba(94,94,94,.2); } #history_box tbody tr{ height: 20px !important; color: white; } #history_box tbody tr td{ padding: 3px; } #history_box tbody tr.even{ background-color: #1a1c21; } #history_box tbody tr:hover{ color: #000; background: rgba(255,129,0 ,.4); } #logo{ color: #e58929; line-height: 40px; font-size: 1.5rem; font-weight: 700; padding-left: 1rem; font-family: "Courier New"; display: inline-block; } #login{ margin-right: 10px; float: right; } #userinfo{ display: none; margin-right: 10px; float: right; }
lib/css/style.css
html, body{ width: 100%; height: 100%; padding: 0; margin: 0; overflow-x: hidden; overflow-y: auto; color: #fff; background: #181a1e; font-family: sans-serif; } a{ color: #e58929; text-decoration: none; line-height: inherit; cursor: pointer; } a:hover { -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; -ms-transition: all .1s linear; transition: all .1s linear; color: #c87629; } td.lost{ color: red; } td.win{ color: green; } .game_hash{ font-size: 9px; } .box{ margin: 3px; padding: 3px; border: 1px solid #292d35; } .form .field label{ color: #b0b3c1 !important; } #faucetClaimCaptcha{ position: absolute; width: 304px; left: calc(50% - 152px); top: -90px; transition: top 1s ease; z-index: 1000; } #top_bar{ width: 100%; height: 40px; background-color: #292d35; margin-bottom: 10px; line-height: 40px; font-weight: 700; } #site_container{ width: 70%; min-width: 800px; margin: auto; } #bust_box{ width: calc(50% - 10px); height: 400px; text-align: center; line-height: 400px; font-size: 16px; font-size: 2vw; color: grey; display: inline-block; } #control_box{ width: calc(50% - 10px); height: 400px; display: inline-block; float: right; padding: 0; } #control_box .form{ margin: 5px; } #control_tabs{ width: 100%; height: 30px; line-height: 30px; } #control_tabs .tab{ width: 50%; display: inline-block; background-color: #292d35; text-align: center; cursor: pointer; color: #b0b3c1; font-weight: 800; text-transform: uppercase; font-size: 1rem; } #control_tabs .tab:hover{ color: rgba(228,121,3,1); } #control_tabs .tab.selected{ width: 50%; display: inline-block; background-color: #181a1e; cursor: default; color: rgba(228,121,3,1); } #autoTab{ display: none; } #autoBet_button{ color:black; } #bet_cashout_button { display: block; padding: 0; margin: 10px auto 0 auto; width: calc(100% - 10px); height: 205px; text-align: center; color: #fff; background-color: rgba(243,150,47,1); position: relative; text-decoration: none; font-weight: 300; font-size: 3rem; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -webkit-box-shadow: 0 6px 0 #ff5205,0 9px 25px rgba(0,0,0,.1); -moz-box-shadow: 0 6px 0 #ff5205,0 9px 25px rgba(0,0,0,.1); box-shadow: 0 6px 0 #ff5114,0 9px 25px rgba(0,0,0,.1); margin-bottom: 10px; border: 0; outline: 0; font-family: inherit; cursor: pointer; } #bet_cashout_button:active{ -webkit-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); -moz-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); position: relative; top: 6px; } #bet_cashout_button .disabled{ background-color: rgba(168,168,168,1); -webkit-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); -moz-box-shadow: 0 3px 0 #ba3c12,0 3px 6px rgba(0,0,0,.2); box-shadow: 0 3px 0 #666,0 3px 6px rgba(0,0,0,.2); cursor: default; } #history_box thead tr th{ width: 25%; padding: 3px; color: #b0b3c1; border-bottom: 1px solid rgba(94,94,94,.2); } #history_box tbody tr{ height: 20px !important; color: white; } #history_box tbody tr td{ padding: 3px; } #history_box tbody tr.even{ background-color: #1a1c21; } #history_box tbody tr:hover{ color: #000; background: rgba(255,129,0 ,.4); } #logo{ color: #e58929; line-height: 40px; font-size: 1.5rem; font-weight: 700; padding-left: 1rem; font-family: "Courier New"; display: inline-block; } #login{ margin-right: 10px; float: right; } #userinfo{ display: none; margin-right: 10px; float: right; }
0.408159
0.072604
:root{ --primary:rgb(61, 207, 211); --dark:#161616; --pure:#fff; --ternary:#898989; --light: #2f2f2f; --secondary:070606 } .hover{ transition: all .3s ease; } .hover a:hover{ color: var(--primary); } .button{ padding: .8rem 3rem; font-size: 1rem; font-weight: 600; cursor:pointer; text-transform: uppercase; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition:all .3s ease; -o-transition: all .3s ease; } .primary-btn{ border: 2px solid; border-color: var(--primary); color: var(--primary); background-color: transparent; } .primary-btn:focus{ background-color: var(--dark); color: var(--primary); } .primary-btn:hover{ background-color: var(--primary); color: var(--dark); } .primary-text{ color: var(--primary); } .secondary-text{ font-weight: bolder; font-size: 1.5rem; } .padding{ padding-bottom: 9vw; } .heading{ font-size: 3rem; font-weight: bolder; } .section-heading{ color:var(--secondary); text-align: center ; line-height: .5; margin-bottom: 1rem; font-family: 'Lato',sans-serif; } .card-img-style{ width: 103px; height: 103px; left: 33%; top:55px; color: black; position: relative; background-color:var(--primary); } .card-style{ color: var(--dark); position: fixed; } .card{ text-align: center; transition: all .3s ease; } .icon-style{ color: rgb(38,38,38); font-weight: bolder; text-align: center; } .projects:hover{ background-color:rgb(38,38,38); color: white; } .projects:hover .project-title{ background-color:rgb(38,38,38); color: red; } .edu-title-style{ color: orangered; } .edu{ background-color:var(--dark); color: var(--pure); font-family: 'Poppins', sans-serif; } .contact{ background-color: black; clip-path:polygon(0% 0%,90% 10%, 100% 0%,100% 80%,90% 100%, 0% 100%) ; } .btn-style{ color: orangered; font-weight: bolder; } .btn-style:hover{ color: rgb(170, 141, 103); font-weight: bolder; } .padding-bottom{ padding-bottom: 3%; } .projects:hover .icon-style{ color:var(--primary); } div.services-section .card h4{ font-size: 1.6rem; font-weight: bold; } div.services-section .z-depth-3 p{ font-family: 'Poppins',sans-serif; color:rgb(26, 22, 22); padding-top: 0; font-weight: 1000; } div.services-section .z-depth-3:hover p{ color:white; } div.services-section .z-depth-3:hover{ background: var(--dark); } div.services-section .z-depth-3:hover h4{ color:var(--pure); } .section{ padding-top: 30px; padding-bottom: 30px; } @media screen and (max-width: 670px) { header { min-height: 500px; } } .work{ text-align: center; background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)), url(img/background/space.gif); background-size: cover; color: var(--pure); clip-path: polygon(0 0, 80% 8%, 100% 0, 100% 100%, 10% 97%, 0 100%); } .bottom{ padding-bottom: 10%; } .poppins{ font-family: 'Poppins',sans-serif; padding-top: 10%; } body { background: #fff; font-family: 'Poppins',Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color:#000; margin: 0; padding: 0; } .head { background: #000; } .front-page{ background: rgb(0, 0, 0); clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 90%, 0 100%); } .swiper-slide { font-size: 18px; color:#000; box-sizing: border-box; padding: 40px 60px; } .swiper-slide .title{ font-size: 41px; font-weight: 300; } .swiper-slide .subtitle { font-size: 1rem; } .swiper-slide .text { font-size: 21px; max-width: 400px; line-height: 1.3; } .image{ height: 50%; } .parallax-slide{ font-size: 1rem; }
main.css
:root{ --primary:rgb(61, 207, 211); --dark:#161616; --pure:#fff; --ternary:#898989; --light: #2f2f2f; --secondary:070606 } .hover{ transition: all .3s ease; } .hover a:hover{ color: var(--primary); } .button{ padding: .8rem 3rem; font-size: 1rem; font-weight: 600; cursor:pointer; text-transform: uppercase; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition:all .3s ease; -o-transition: all .3s ease; } .primary-btn{ border: 2px solid; border-color: var(--primary); color: var(--primary); background-color: transparent; } .primary-btn:focus{ background-color: var(--dark); color: var(--primary); } .primary-btn:hover{ background-color: var(--primary); color: var(--dark); } .primary-text{ color: var(--primary); } .secondary-text{ font-weight: bolder; font-size: 1.5rem; } .padding{ padding-bottom: 9vw; } .heading{ font-size: 3rem; font-weight: bolder; } .section-heading{ color:var(--secondary); text-align: center ; line-height: .5; margin-bottom: 1rem; font-family: 'Lato',sans-serif; } .card-img-style{ width: 103px; height: 103px; left: 33%; top:55px; color: black; position: relative; background-color:var(--primary); } .card-style{ color: var(--dark); position: fixed; } .card{ text-align: center; transition: all .3s ease; } .icon-style{ color: rgb(38,38,38); font-weight: bolder; text-align: center; } .projects:hover{ background-color:rgb(38,38,38); color: white; } .projects:hover .project-title{ background-color:rgb(38,38,38); color: red; } .edu-title-style{ color: orangered; } .edu{ background-color:var(--dark); color: var(--pure); font-family: 'Poppins', sans-serif; } .contact{ background-color: black; clip-path:polygon(0% 0%,90% 10%, 100% 0%,100% 80%,90% 100%, 0% 100%) ; } .btn-style{ color: orangered; font-weight: bolder; } .btn-style:hover{ color: rgb(170, 141, 103); font-weight: bolder; } .padding-bottom{ padding-bottom: 3%; } .projects:hover .icon-style{ color:var(--primary); } div.services-section .card h4{ font-size: 1.6rem; font-weight: bold; } div.services-section .z-depth-3 p{ font-family: 'Poppins',sans-serif; color:rgb(26, 22, 22); padding-top: 0; font-weight: 1000; } div.services-section .z-depth-3:hover p{ color:white; } div.services-section .z-depth-3:hover{ background: var(--dark); } div.services-section .z-depth-3:hover h4{ color:var(--pure); } .section{ padding-top: 30px; padding-bottom: 30px; } @media screen and (max-width: 670px) { header { min-height: 500px; } } .work{ text-align: center; background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)), url(img/background/space.gif); background-size: cover; color: var(--pure); clip-path: polygon(0 0, 80% 8%, 100% 0, 100% 100%, 10% 97%, 0 100%); } .bottom{ padding-bottom: 10%; } .poppins{ font-family: 'Poppins',sans-serif; padding-top: 10%; } body { background: #fff; font-family: 'Poppins',Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color:#000; margin: 0; padding: 0; } .head { background: #000; } .front-page{ background: rgb(0, 0, 0); clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 90%, 0 100%); } .swiper-slide { font-size: 18px; color:#000; box-sizing: border-box; padding: 40px 60px; } .swiper-slide .title{ font-size: 41px; font-weight: 300; } .swiper-slide .subtitle { font-size: 1rem; } .swiper-slide .text { font-size: 21px; max-width: 400px; line-height: 1.3; } .image{ height: 50%; } .parallax-slide{ font-size: 1rem; }
0.481941
0.083516
body { margin:0px; background-image:none; position:relative; left:0px; width:1200px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u221 { position:fixed; right:50px; bottom:50px; width:70px; height:139px; } #u221_state0 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:139px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u221_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u222 { position:absolute; left:0px; top:0px; } #u222_state0 { position:relative; left:0px; top:0px; width:70px; height:70px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u222_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u223 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u224_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u224 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u224 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u224_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u224.mouseOver { } #u224_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u225_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:24px; } #u225 { border-width:0px; position:absolute; left:23px; top:23px; width:25px; height:24px; display:flex; } #u225 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u225_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u226_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u226 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u226 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u226_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u226.mouseOver { } #u226_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u227 { position:absolute; left:0px; top:69px; } #u227_state0 { position:relative; left:0px; top:0px; width:70px; height:70px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u227_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u228 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u229_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u229 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u229 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u229_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u229.mouseOver { } #u229_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u230_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:20px; } #u230 { border-width:0px; position:absolute; left:23px; top:26px; width:25px; height:20px; display:flex; } #u230 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u230_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u231_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u231 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u231 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u231_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u231.mouseOver { } #u231_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u232_div { border-width:0px; position:absolute; left:0px; top:0px; width:1093px; height:25px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u232 { border-width:0px; position:absolute; left:58px; top:4px; width:1093px; height:25px; display:flex; } #u232 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u232_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u233_div { border-width:0px; position:absolute; left:0px; top:0px; width:238px; height:47px; background:inherit; background-color:rgba(245, 154, 35, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u233 { border-width:0px; position:absolute; left:505px; top:7963px; width:238px; height:47px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u233 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u233_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u234_div { border-width:0px; position:absolute; left:0px; top:0px; width:599px; height:164px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u234 { border-width:0px; position:absolute; left:160px; top:4861px; width:599px; height:164px; display:flex; } #u234 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u234_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u235_div { border-width:0px; position:absolute; left:0px; top:0px; width:612px; height:249px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u235 { border-width:0px; position:absolute; left:160px; top:2718px; width:612px; height:249px; display:flex; } #u235 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u235_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u236_div { border-width:0px; position:absolute; left:0px; top:0px; width:550px; height:121px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u236 { border-width:0px; position:absolute; left:160px; top:1977px; width:550px; height:121px; display:flex; } #u236 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u236_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u237_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u237 { border-width:0px; position:absolute; left:160px; top:845px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u237 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u237_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u238_div { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:150px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u238 { border-width:0px; position:absolute; left:160px; top:7081px; width:368px; height:150px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u238 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u238_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u239 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u240_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u240 { border-width:0px; position:absolute; left:800px; top:3028px; width:370px; height:370px; display:flex; } #u240 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u240_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u241_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u241 { border-width:0px; position:absolute; left:800px; top:3213px; width:370px; height:1px; display:flex; } #u241 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u241_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u242_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u242 { border-width:0px; position:absolute; left:864px; top:3092px; width:242px; height:242px; display:flex; } #u242 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u242_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u243_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u243 { border-width:0px; position:absolute; left:800px; top:3213px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u243 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u243_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u244_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u244 { border-width:0px; position:absolute; left:917px; top:3145px; width:137px; height:137px; display:flex; } #u244 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u244_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u245_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u245 { border-width:0px; position:absolute; left:979px; top:3029px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u245 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u245_text { border-width:0px; white-space:nowrap; text-transform:none; } #u246_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u246 { border-width:0px; position:absolute; left:859px; top:3201px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u246 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u246_text { border-width:0px; white-space:nowrap; text-transform:none; } #u247_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u247 { border-width:0px; position:absolute; left:980px; top:3374px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u247 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u247_text { border-width:0px; white-space:nowrap; text-transform:none; } #u248 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u249_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u249 { border-width:0px; position:absolute; left:800px; top:6660px; width:370px; height:370px; display:flex; } #u249 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u249_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u250_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u250 { border-width:0px; position:absolute; left:800px; top:6845px; width:370px; height:1px; display:flex; } #u250 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u250_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u251_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u251 { border-width:0px; position:absolute; left:864px; top:6724px; width:242px; height:242px; display:flex; } #u251 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u251_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u252_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u252 { border-width:0px; position:absolute; left:800px; top:6845px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u252 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u252_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u253_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u253 { border-width:0px; position:absolute; left:917px; top:6777px; width:137px; height:137px; display:flex; } #u253 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u253_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u254_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u254 { border-width:0px; position:absolute; left:979px; top:6661px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u254 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u254_text { border-width:0px; white-space:nowrap; text-transform:none; } #u255_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u255 { border-width:0px; position:absolute; left:859px; top:6833px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u255 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u255_text { border-width:0px; white-space:nowrap; text-transform:none; } #u256_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u256 { border-width:0px; position:absolute; left:980px; top:7006px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u256 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u256_text { border-width:0px; white-space:nowrap; text-transform:none; } #u257_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u257 { border-width:0px; position:absolute; left:913px; top:6820px; width:52px; height:52px; display:flex; } #u257 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u257_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u258_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u258 { border-width:0px; position:absolute; left:959px; top:6860px; width:52px; height:52px; display:flex; } #u258 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u258_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u259_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u259 { border-width:0px; position:absolute; left:1000px; top:6818px; width:52px; height:52px; display:flex; } #u259 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u259_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u260_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u260 { border-width:0px; position:absolute; left:958px; top:6780px; width:52px; height:52px; display:flex; } #u260 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u260_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u261_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u261 { border-width:0px; position:absolute; left:917px; top:6862px; width:52px; height:52px; display:flex; } #u261 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u261_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u262_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u262 { border-width:0px; position:absolute; left:995px; top:6869px; width:52px; height:52px; display:flex; } #u262 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u262_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u263 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u264_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264 { border-width:0px; position:absolute; left:800px; top:4315px; width:370px; height:370px; display:flex; } #u264 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u264_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u265_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u265 { border-width:0px; position:absolute; left:800px; top:4500px; width:370px; height:1px; display:flex; } #u265 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u265_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u266_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u266 { border-width:0px; position:absolute; left:864px; top:4379px; width:242px; height:242px; display:flex; } #u266 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u266_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u267_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u267 { border-width:0px; position:absolute; left:800px; top:4500px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u267 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u267_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u268_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u268 { border-width:0px; position:absolute; left:917px; top:4432px; width:137px; height:137px; display:flex; } #u268 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u268_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u269_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u269 { border-width:0px; position:absolute; left:979px; top:4316px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u269 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u269_text { border-width:0px; white-space:nowrap; text-transform:none; } #u270_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u270 { border-width:0px; position:absolute; left:859px; top:4488px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u270 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u270_text { border-width:0px; white-space:nowrap; text-transform:none; } #u271_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u271 { border-width:0px; position:absolute; left:980px; top:4661px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u271 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u271_text { border-width:0px; white-space:nowrap; text-transform:none; } #u272_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272 { border-width:0px; position:absolute; left:843px; top:4548px; width:90px; height:90px; display:flex; } #u272 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u272_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u273_div { border-width:0px; position:absolute; left:0px; top:0px; width:31px; height:221px; background:inherit; background-color:rgba(188, 188, 188, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u273 { border-width:0px; position:absolute; left:912px; top:4487px; width:31px; height:221px; display:flex; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); transform:rotate(30deg); } #u273 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u273_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u274 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u275_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u275 { border-width:0px; position:absolute; left:800px; top:3456px; width:370px; height:370px; display:flex; } #u275 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u275_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u276_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u276 { border-width:0px; position:absolute; left:800px; top:3641px; width:370px; height:1px; display:flex; } #u276 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u276_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u277_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u277 { border-width:0px; position:absolute; left:864px; top:3520px; width:242px; height:242px; display:flex; } #u277 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u277_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u278_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u278 { border-width:0px; position:absolute; left:800px; top:3641px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u278 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u278_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u279_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u279 { border-width:0px; position:absolute; left:917px; top:3573px; width:137px; height:137px; display:flex; } #u279 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u279_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u280_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u280 { border-width:0px; position:absolute; left:979px; top:3457px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u280 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u280_text { border-width:0px; white-space:nowrap; text-transform:none; } #u281_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u281 { border-width:0px; position:absolute; left:859px; top:3629px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u281 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u281_text { border-width:0px; white-space:nowrap; text-transform:none; } #u282_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u282 { border-width:0px; position:absolute; left:980px; top:3802px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u282 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u282_text { border-width:0px; white-space:nowrap; text-transform:none; } #u283_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u283 { border-width:0px; position:absolute; left:1036px; top:3689px; width:90px; height:90px; display:flex; } #u283 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u283_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u284_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u284 { border-width:0px; position:absolute; left:843px; top:3689px; width:90px; height:90px; display:flex; } #u284 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u284_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u285_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u285 { border-width:0px; position:absolute; left:1036px; top:3503px; width:90px; height:90px; display:flex; } #u285 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u285_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u286_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u286 { border-width:0px; position:absolute; left:843px; top:3503px; width:90px; height:90px; display:flex; } #u286 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u286_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u287_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u287 { border-width:0px; position:absolute; left:1036px; top:3543px; width:52px; height:52px; display:flex; } #u287 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u287_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u288_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u288 { border-width:0px; position:absolute; left:1027px; top:3615px; width:52px; height:52px; display:flex; } #u288 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u288_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u289_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u289 { border-width:0px; position:absolute; left:959px; top:3656px; width:52px; height:52px; display:flex; } #u289 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u289_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u290_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u290 { border-width:0px; position:absolute; left:995px; top:3615px; width:52px; height:52px; display:flex; } #u290 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u290_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u291_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u291 { border-width:0px; position:absolute; left:891px; top:3681px; width:52px; height:52px; display:flex; } #u291 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u291_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u292_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u292 { border-width:0px; position:absolute; left:1029px; top:3681px; width:52px; height:52px; display:flex; } #u292 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u292_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u293 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u294_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u294 { border-width:0px; position:absolute; left:800px; top:2597px; width:370px; height:370px; display:flex; } #u294 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u294_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u295_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u295 { border-width:0px; position:absolute; left:800px; top:2782px; width:370px; height:1px; display:flex; } #u295 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u295_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u296_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u296 { border-width:0px; position:absolute; left:864px; top:2661px; width:242px; height:242px; display:flex; } #u296 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u296_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u297_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u297 { border-width:0px; position:absolute; left:800px; top:2782px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u297 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u297_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u298_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u298 { border-width:0px; position:absolute; left:917px; top:2714px; width:137px; height:137px; display:flex; } #u298 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u298_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u299_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u299 { border-width:0px; position:absolute; left:979px; top:2598px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u299 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u299_text { border-width:0px; white-space:nowrap; text-transform:none; } #u300_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u300 { border-width:0px; position:absolute; left:859px; top:2770px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u300 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u300_text { border-width:0px; white-space:nowrap; text-transform:none; } #u301_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u301 { border-width:0px; position:absolute; left:980px; top:2943px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u301 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u301_text { border-width:0px; white-space:nowrap; text-transform:none; } #u302_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u302 { border-width:0px; position:absolute; left:1036px; top:2830px; width:90px; height:90px; display:flex; } #u302 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u302_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u303_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u303 { border-width:0px; position:absolute; left:843px; top:2830px; width:90px; height:90px; display:flex; } #u303 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u303_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u304_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u304 { border-width:0px; position:absolute; left:1036px; top:2644px; width:90px; height:90px; display:flex; } #u304 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u304_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u305_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u305 { border-width:0px; position:absolute; left:843px; top:2644px; width:90px; height:90px; display:flex; } #u305 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u305_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u306 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u307_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u307 { border-width:0px; position:absolute; left:800px; top:2155px; width:370px; height:370px; display:flex; } #u307 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u307_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u308_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u308 { border-width:0px; position:absolute; left:800px; top:2340px; width:370px; height:1px; display:flex; } #u308 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u308_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u309_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u309 { border-width:0px; position:absolute; left:864px; top:2219px; width:242px; height:242px; display:flex; } #u309 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u309_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u310_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u310 { border-width:0px; position:absolute; left:800px; top:2340px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u310 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u310_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u311_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u311 { border-width:0px; position:absolute; left:917px; top:2272px; width:137px; height:137px; display:flex; } #u311 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u311_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u312_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u312 { border-width:0px; position:absolute; left:979px; top:2156px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u312 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u312_text { border-width:0px; white-space:nowrap; text-transform:none; } #u313_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u313 { border-width:0px; position:absolute; left:859px; top:2328px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u313 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u313_text { border-width:0px; white-space:nowrap; text-transform:none; } #u314_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u314 { border-width:0px; position:absolute; left:980px; top:2501px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u314 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u314_text { border-width:0px; white-space:nowrap; text-transform:none; } #u315_div { border-width:0px; position:absolute; left:0px; top:0px; width:31px; height:214px; background:inherit; background-color:rgba(188, 188, 188, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u315 { border-width:0px; position:absolute; left:909px; top:2333px; width:31px; height:214px; display:flex; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); transform:rotate(30deg); } #u315 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u315_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u316 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u317_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u317 { border-width:0px; position:absolute; left:800px; top:1302px; width:370px; height:370px; display:flex; } #u317 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u317_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u318_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u318 { border-width:0px; position:absolute; left:800px; top:1487px; width:370px; height:1px; display:flex; } #u318 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u318_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u319_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u319 { border-width:0px; position:absolute; left:864px; top:1366px; width:242px; height:242px; display:flex; } #u319 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u319_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u320_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u320 { border-width:0px; position:absolute; left:800px; top:1487px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u320 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u320_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u321_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u321 { border-width:0px; position:absolute; left:917px; top:1419px; width:137px; height:137px; display:flex; } #u321 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u321_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u322_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u322 { border-width:0px; position:absolute; left:979px; top:1303px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u322 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u322_text { border-width:0px; white-space:nowrap; text-transform:none; } #u323_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u323 { border-width:0px; position:absolute; left:859px; top:1475px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u323 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u323_text { border-width:0px; white-space:nowrap; text-transform:none; } #u324_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u324 { border-width:0px; position:absolute; left:980px; top:1648px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u324 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u324_text { border-width:0px; white-space:nowrap; text-transform:none; } #u325_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u325 { border-width:0px; position:absolute; left:959px; top:1504px; width:52px; height:52px; display:flex; } #u325 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u325_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u326_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u326 { border-width:0px; position:absolute; left:943px; top:1540px; width:52px; height:52px; display:flex; } #u326 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u326_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u327_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u327 { border-width:0px; position:absolute; left:969px; top:1566px; width:52px; height:52px; display:flex; } #u327 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u327_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u328 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u329_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u329 { border-width:0px; position:absolute; left:800px; top:874px; width:370px; height:370px; display:flex; } #u329 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u329_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u330_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u330 { border-width:0px; position:absolute; left:800px; top:1059px; width:370px; height:1px; display:flex; } #u330 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u330_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u331_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u331 { border-width:0px; position:absolute; left:864px; top:938px; width:242px; height:242px; display:flex; } #u331 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u331_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u332_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u332 { border-width:0px; position:absolute; left:800px; top:1059px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u332 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u332_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u333_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u333 { border-width:0px; position:absolute; left:917px; top:991px; width:137px; height:137px; display:flex; } #u333 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u333_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u334_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u334 { border-width:0px; position:absolute; left:979px; top:875px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u334 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u334_text { border-width:0px; white-space:nowrap; text-transform:none; } #u335_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u335 { border-width:0px; position:absolute; left:859px; top:1047px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u335 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u335_text { border-width:0px; white-space:nowrap; text-transform:none; } #u336_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u336 { border-width:0px; position:absolute; left:980px; top:1220px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u336 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u336_text { border-width:0px; white-space:nowrap; text-transform:none; } #u337_div { border-width:0px; position:absolute; left:0px; top:0px; width:80px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u337 { border-width:0px; position:absolute; left:160px; top:170px; width:80px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u337 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u337_text { border-width:0px; white-space:nowrap; text-transform:none; } #u338_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u338 { border-width:0px; position:absolute; left:960px; top:1034px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u338 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u338_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u339_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u339 { border-width:0px; position:absolute; left:960px; top:1078px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u339 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u339_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u340_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u340 { border-width:0px; position:absolute; left:969px; top:1004px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u340 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u340_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u341_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u341 { border-width:0px; position:absolute; left:960px; top:1120px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u341 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u341_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u342_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u342 { border-width:0px; position:absolute; left:969px; top:1094px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u342 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u342_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u343_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u343 { border-width:0px; position:absolute; left:978px; top:1094px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u343 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u343_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u344_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u344 { border-width:0px; position:absolute; left:960px; top:1094px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u344 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u344_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u345_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u345 { border-width:0px; position:absolute; left:969px; top:1103px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u345 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u345_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u346_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u346 { border-width:0px; position:absolute; left:978px; top:1078px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u346 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u346_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u347_div { border-width:0px; position:absolute; left:0px; top:0px; width:80px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u347 { border-width:0px; position:absolute; left:179px; top:1991px; width:80px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u347 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u347_text { border-width:0px; white-space:nowrap; text-transform:none; } #u348_div { border-width:0px; position:absolute; left:0px; top:0px; width:512px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u348 { border-width:0px; position:absolute; left:179px; top:2024px; width:512px; height:60px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u348 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u348_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u349_div { border-width:0px; position:absolute; left:0px; top:0px; width:72px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u349 { border-width:0px; position:absolute; left:30px; top:170px; width:72px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u349 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u349_text { border-width:0px; white-space:nowrap; text-transform:none; } #u350_div { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#0000FF; line-height:30px; } #u350 { border-width:0px; position:absolute; left:160px; top:928px; width:16px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#0000FF; line-height:30px; } #u350 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u350_text { border-width:0px; white-space:nowrap; text-transform:none; } #u351_div { border-width:0px; position:absolute; left:0px; top:0px; width:176px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u351 { border-width:0px; position:absolute; left:182px; top:928px; width:176px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u351 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u351_text { border-width:0px; white-space:nowrap; text-transform:none; } #u352_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u352 { border-width:0px; position:absolute; left:30px; top:930px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u352 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u352_text { border-width:0px; white-space:nowrap; text-transform:none; } #u353_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u353 { border-width:0px; position:absolute; left:30px; top:960px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u353 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u353_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u354_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u354 { border-width:0px; position:absolute; left:160px; top:960px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u354 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u354_text { border-width:0px; white-space:nowrap; text-transform:none; } #u355_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u355 { border-width:0px; position:absolute; left:160px; top:1271px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u355 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u355_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u356_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u356 { border-width:0px; position:absolute; left:30px; top:1296px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u356 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u356_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u357_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u357 { border-width:0px; position:absolute; left:160px; top:1296px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u357 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u357_text { border-width:0px; white-space:nowrap; text-transform:none; } #u358_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u358 { border-width:0px; position:absolute; left:960px; top:1462px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u358 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u358_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u359_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u359 { border-width:0px; position:absolute; left:1010px; top:1471px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u359 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u359_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u360_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u360 { border-width:0px; position:absolute; left:969px; top:1432px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u360 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u360_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u361_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u361 { border-width:0px; position:absolute; left:953px; top:1550px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u361 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u361_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u362_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u362 { border-width:0px; position:absolute; left:969px; top:1514px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u362 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u362_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u363_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u363 { border-width:0px; position:absolute; left:959px; top:1504px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u363 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u363_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u364_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u364 { border-width:0px; position:absolute; left:979px; top:1514px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u364 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u364_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u365_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u365 { border-width:0px; position:absolute; left:996px; top:1498px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u365 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u365_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u366_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u366 { border-width:0px; position:absolute; left:979px; top:1576px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u366 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u366_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u367 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u368_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u368 { border-width:0px; position:absolute; left:800px; top:1728px; width:370px; height:370px; display:flex; } #u368 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u368_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u369_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u369 { border-width:0px; position:absolute; left:800px; top:1913px; width:370px; height:1px; display:flex; } #u369 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u369_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u370_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u370 { border-width:0px; position:absolute; left:864px; top:1792px; width:242px; height:242px; display:flex; } #u370 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u370_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u371_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u371 { border-width:0px; position:absolute; left:800px; top:1913px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u371 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u371_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u372_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u372 { border-width:0px; position:absolute; left:917px; top:1845px; width:137px; height:137px; display:flex; } #u372 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u372_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u373_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u373 { border-width:0px; position:absolute; left:979px; top:1729px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u373 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u373_text { border-width:0px; white-space:nowrap; text-transform:none; } #u374_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u374 { border-width:0px; position:absolute; left:859px; top:1901px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u374 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u374_text { border-width:0px; white-space:nowrap; text-transform:none; } #u375_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u375 { border-width:0px; position:absolute; left:980px; top:2074px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u375 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u375_text { border-width:0px; white-space:nowrap; text-transform:none; } #u376_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u376 { border-width:0px; position:absolute; left:959px; top:1930px; width:52px; height:52px; display:flex; } #u376 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u376_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u377_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u377 { border-width:0px; position:absolute; left:943px; top:1966px; width:52px; height:52px; display:flex; } #u377 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u377_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u378_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u378 { border-width:0px; position:absolute; left:969px; top:1992px; width:52px; height:52px; display:flex; } #u378 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u378_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u379_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u379 { border-width:0px; position:absolute; left:160px; top:1698px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u379 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u379_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u380_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u380 { border-width:0px; position:absolute; left:30px; top:1729px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u380 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u380_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u381_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u381 { border-width:0px; position:absolute; left:160px; top:1729px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u381 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u381_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u382_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u382 { border-width:0px; position:absolute; left:960px; top:1888px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u382 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u382_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u383_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u383 { border-width:0px; position:absolute; left:1010px; top:1897px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u383 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u383_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u384_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u384 { border-width:0px; position:absolute; left:969px; top:1858px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u384 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u384_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u385_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u385 { border-width:0px; position:absolute; left:1005px; top:1950px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u385 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u385_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u386_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u386 { border-width:0px; position:absolute; left:928px; top:1891px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u386 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u386_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u387_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u387 { border-width:0px; position:absolute; left:996px; top:1882px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u387 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u387_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u388_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u388 { border-width:0px; position:absolute; left:1020px; top:1897px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u388 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u388_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u389_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u389 { border-width:0px; position:absolute; left:1011px; top:1918px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u389 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u389_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u390_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u390 { border-width:0px; position:absolute; left:927px; top:1933px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u390 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u390_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u391_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u391 { border-width:0px; position:absolute; left:160px; top:2125px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u391 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u391_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u392_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u392 { border-width:0px; position:absolute; left:30px; top:2156px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u392 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u392_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u393_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u393 { border-width:0px; position:absolute; left:160px; top:2156px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u393 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u393_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u394_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u394 { border-width:0px; position:absolute; left:960px; top:2315px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u394 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u394_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u395_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u395 { border-width:0px; position:absolute; left:1005px; top:2325px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u395 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u395_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u396_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u396 { border-width:0px; position:absolute; left:969px; top:2285px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u396 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u396_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u397_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u397 { border-width:0px; position:absolute; left:1005px; top:2375px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u397 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u397_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u398_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u398 { border-width:0px; position:absolute; left:928px; top:2318px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u398 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u398_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u399_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u399 { border-width:0px; position:absolute; left:996px; top:2309px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u399 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u399_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u400_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u400 { border-width:0px; position:absolute; left:1020px; top:2324px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u400 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u400_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u401_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u401 { border-width:0px; position:absolute; left:1022px; top:2351px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u401 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u401_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u402_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u402 { border-width:0px; position:absolute; left:901px; top:2360px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u402 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u402_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u403_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u403 { border-width:0px; position:absolute; left:30px; top:2186px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u403 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u403_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u404_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u404 { border-width:0px; position:absolute; left:160px; top:2186px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u404 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u404_text { border-width:0px; white-space:nowrap; text-transform:none; } #u405_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u405 { border-width:0px; position:absolute; left:160px; top:2567px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u405 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u405_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u406_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u406 { border-width:0px; position:absolute; left:30px; top:2598px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u406 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u406_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u407_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u407 { border-width:0px; position:absolute; left:160px; top:2598px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u407 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u407_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u408_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u408 { border-width:0px; position:absolute; left:960px; top:2757px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u408 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u408_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u409_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u409 { border-width:0px; position:absolute; left:1005px; top:2766px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u409 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u409_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u410_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u410 { border-width:0px; position:absolute; left:969px; top:2727px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u410 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u410_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u411_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u411 { border-width:0px; position:absolute; left:1039px; top:2832px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u411 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u411_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u412_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u412 { border-width:0px; position:absolute; left:937px; top:2741px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u412 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u412_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u413_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u413 { border-width:0px; position:absolute; left:995px; top:2741px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u413 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u413_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u414_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u414 { border-width:0px; position:absolute; left:1037px; top:2766px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u414 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u414_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u415_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u415 { border-width:0px; position:absolute; left:969px; top:2807px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u415 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u415_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u416_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u416 { border-width:0px; position:absolute; left:900px; top:2831px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u416 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u416_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u417_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u417 { border-width:0px; position:absolute; left:160px; top:2628px; width:32px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u417 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u417_text { border-width:0px; white-space:nowrap; text-transform:none; } #u418_div { border-width:0px; position:absolute; left:0px; top:0px; width:240px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u418 { border-width:0px; position:absolute; left:209px; top:2628px; width:240px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u418 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u418_text { border-width:0px; white-space:nowrap; text-transform:none; } #u419_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u419 { border-width:0px; position:absolute; left:1036px; top:3261px; width:90px; height:90px; display:flex; } #u419 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u419_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u420_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u420 { border-width:0px; position:absolute; left:843px; top:3261px; width:90px; height:90px; display:flex; } #u420 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u420_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u421_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u421 { border-width:0px; position:absolute; left:1036px; top:3075px; width:90px; height:90px; display:flex; } #u421 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u421_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u422_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u422 { border-width:0px; position:absolute; left:843px; top:3075px; width:90px; height:90px; display:flex; } #u422 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u422_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u423_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u423 { border-width:0px; position:absolute; left:160px; top:2997px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u423 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u423_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u424_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u424 { border-width:0px; position:absolute; left:30px; top:3028px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u424 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u424_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u425_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u425 { border-width:0px; position:absolute; left:160px; top:3028px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u425 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u425_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u426_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u426 { border-width:0px; position:absolute; left:960px; top:3188px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u426 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u426_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u427_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u427 { border-width:0px; position:absolute; left:1005px; top:3197px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u427 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u427_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u428_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u428 { border-width:0px; position:absolute; left:969px; top:3158px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u428 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u428_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u429_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u429 { border-width:0px; position:absolute; left:1039px; top:3263px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u429 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u429_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u430_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u430 { border-width:0px; position:absolute; left:893px; top:3126px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u430 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u430_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u431_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u431 { border-width:0px; position:absolute; left:1046px; top:3126px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u431 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u431_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u432_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u432 { border-width:0px; position:absolute; left:1037px; top:3197px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u432 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u432_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u433_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u433 { border-width:0px; position:absolute; left:969px; top:3238px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u433 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u433_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u434_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u434 { border-width:0px; position:absolute; left:901px; top:3263px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u434 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u434_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u435_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#FF3366; line-height:30px; } #u435 { border-width:0px; position:absolute; left:160px; top:3058px; width:32px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#FF3366; line-height:30px; } #u435 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u435_text { border-width:0px; white-space:nowrap; text-transform:none; } #u436_div { border-width:0px; position:absolute; left:0px; top:0px; width:184px; height:59px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u436 { border-width:0px; position:absolute; left:209px; top:3058px; width:184px; height:59px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u436 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u436_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u437_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u437 { border-width:0px; position:absolute; left:875px; top:3107px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u437 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u437_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u438_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u438 { border-width:0px; position:absolute; left:1069px; top:3107px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u438 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u438_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u439_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u439 { border-width:0px; position:absolute; left:875px; top:3295px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u439 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u439_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u440_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u440 { border-width:0px; position:absolute; left:1069px; top:3295px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u440 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u440_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u441_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u441 { border-width:0px; position:absolute; left:897px; top:3125px; width:1px; height:11px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u441 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u441_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u442_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u442 { border-width:0px; position:absolute; left:1068px; top:3284px; width:1px; height:17px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u442 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u442_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u443_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u443 { border-width:0px; position:absolute; left:1072px; top:3125px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u443 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u443_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u444_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u444 { border-width:0px; position:absolute; left:901px; top:3287px; width:1px; height:17px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u444 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u444_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u445_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u445 { border-width:0px; position:absolute; left:160px; top:3426px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u445 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u445_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u446_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u446 { border-width:0px; position:absolute; left:30px; top:3456px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u446 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u446_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u447_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u447 { border-width:0px; position:absolute; left:160px; top:3456px; width:122px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u447 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u447_text { border-width:0px; white-space:nowrap; text-transform:none; } #u448_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u448 { border-width:0px; position:absolute; left:960px; top:3616px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u448 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u448_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u449_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u449 { border-width:0px; position:absolute; left:1005px; top:3625px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u449 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u449_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u450_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u450 { border-width:0px; position:absolute; left:969px; top:3586px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u450 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u450_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u451_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u451 { border-width:0px; position:absolute; left:1039px; top:3691px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u451 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u451_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u452_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u452 { border-width:0px; position:absolute; left:893px; top:3554px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u452 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u452_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u453_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u453 { border-width:0px; position:absolute; left:1046px; top:3554px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u453 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u453_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u454_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u454 { border-width:0px; position:absolute; left:1037px; top:3625px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u454 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u454_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u455_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u455 { border-width:0px; position:absolute; left:969px; top:3666px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u455 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u455_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u456_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u456 { border-width:0px; position:absolute; left:901px; top:3691px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u456 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u456_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u457_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u457 { border-width:0px; position:absolute; left:875px; top:3535px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u457 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u457_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u458_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u458 { border-width:0px; position:absolute; left:1069px; top:3535px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u458 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u458_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u459_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u459 { border-width:0px; position:absolute; left:875px; top:3723px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u459 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u459_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u460_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u460 { border-width:0px; position:absolute; left:1069px; top:3723px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u460 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u460_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u461_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u461 { border-width:0px; position:absolute; left:897px; top:3553px; width:1px; height:11px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u461 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u461_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u462_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u462 { border-width:0px; position:absolute; left:1068px; top:3712px; width:1px; height:17px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u462 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u462_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u463_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u463 { border-width:0px; position:absolute; left:1072px; top:3553px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u463 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u463_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u464_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u464 { border-width:0px; position:absolute; left:901px; top:3715px; width:1px; height:17px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u464 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u464_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u465_div { border-width:0px; position:absolute; left:0px; top:0px; width:168px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u465 { border-width:0px; position:absolute; left:997px; top:3351px; width:168px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u465 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u465_text { border-width:0px; white-space:nowrap; text-transform:none; } #u466 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u467_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u467 { border-width:0px; position:absolute; left:800px; top:3885px; width:370px; height:370px; display:flex; } #u467 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u467_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u468_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u468 { border-width:0px; position:absolute; left:800px; top:4070px; width:370px; height:1px; display:flex; } #u468 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u468_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u469_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u469 { border-width:0px; position:absolute; left:864px; top:3949px; width:242px; height:242px; display:flex; } #u469 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u469_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u470_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u470 { border-width:0px; position:absolute; left:800px; top:4070px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u470 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u470_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u471_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u471 { border-width:0px; position:absolute; left:917px; top:4002px; width:137px; height:137px; display:flex; } #u471 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u471_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u472_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u472 { border-width:0px; position:absolute; left:979px; top:3886px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u472 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u472_text { border-width:0px; white-space:nowrap; text-transform:none; } #u473_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u473 { border-width:0px; position:absolute; left:859px; top:4058px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u473 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u473_text { border-width:0px; white-space:nowrap; text-transform:none; } #u474_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u474 { border-width:0px; position:absolute; left:980px; top:4231px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u474 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u474_text { border-width:0px; white-space:nowrap; text-transform:none; } #u475_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u475 { border-width:0px; position:absolute; left:1036px; top:4118px; width:90px; height:90px; display:flex; } #u475 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u475_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u476_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u476 { border-width:0px; position:absolute; left:843px; top:4118px; width:90px; height:90px; display:flex; } #u476 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u476_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u477_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u477 { border-width:0px; position:absolute; left:1036px; top:3932px; width:90px; height:90px; display:flex; } #u477 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u477_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u478_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u478 { border-width:0px; position:absolute; left:843px; top:3932px; width:90px; height:90px; display:flex; } #u478 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u478_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u479_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u479 { border-width:0px; position:absolute; left:1036px; top:3972px; width:52px; height:52px; display:flex; } #u479 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u479_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u480_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u480 { border-width:0px; position:absolute; left:1027px; top:4044px; width:52px; height:52px; display:flex; } #u480 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u480_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u481_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u481 { border-width:0px; position:absolute; left:959px; top:4085px; width:52px; height:52px; display:flex; } #u481 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u481_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u482_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u482 { border-width:0px; position:absolute; left:995px; top:4044px; width:52px; height:52px; display:flex; } #u482 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u482_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u483_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u483 { border-width:0px; position:absolute; left:891px; top:4110px; width:52px; height:52px; display:flex; } #u483 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u483_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u484_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u484 { border-width:0px; position:absolute; left:1029px; top:4110px; width:52px; height:52px; display:flex; } #u484 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u484_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u485_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u485 { border-width:0px; position:absolute; left:160px; top:3855px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u485 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u485_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u486_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u486 { border-width:0px; position:absolute; left:30px; top:3886px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u486 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u486_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u487_div { border-width:0px; position:absolute; left:0px; top:0px; width:233px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u487 { border-width:0px; position:absolute; left:160px; top:3886px; width:233px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u487 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u487_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u488_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u488 { border-width:0px; position:absolute; left:960px; top:4045px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u488 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u488_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u489_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u489 { border-width:0px; position:absolute; left:937px; top:4056px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u489 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u489_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u490_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u490 { border-width:0px; position:absolute; left:969px; top:4015px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u490 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u490_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u491_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u491 { border-width:0px; position:absolute; left:1039px; top:4172px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u491 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u491_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u492_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u492 { border-width:0px; position:absolute; left:849px; top:3983px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u492 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u492_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u493_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u493 { border-width:0px; position:absolute; left:1088px; top:3983px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u493 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u493_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u494_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u494 { border-width:0px; position:absolute; left:923px; top:4055px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u494 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u494_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u495_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u495 { border-width:0px; position:absolute; left:911px; top:4055px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u495 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u495_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u496_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u496 { border-width:0px; position:absolute; left:895px; top:4172px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u496 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u496_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u497_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u497 { border-width:0px; position:absolute; left:875px; top:3964px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u497 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u497_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u498_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u498 { border-width:0px; position:absolute; left:1069px; top:3964px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u498 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u498_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u499_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u499 { border-width:0px; position:absolute; left:875px; top:4152px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u499 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u499_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u500_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u500 { border-width:0px; position:absolute; left:1069px; top:4152px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u500 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u500_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u501_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u501 { border-width:0px; position:absolute; left:876px; top:3982px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u501 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u501_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u502_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u502 { border-width:0px; position:absolute; left:1092px; top:3982px; width:1px; height:11px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u502 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u502_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u503_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u503 { border-width:0px; position:absolute; left:897px; top:4166px; width:1px; height:17px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u503 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u503_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u504_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u504 { border-width:0px; position:absolute; left:1069px; top:4168px; width:1px; height:17px; display:flex; -webkit-transform:rotate(219deg); -moz-transform:rotate(219deg); -ms-transform:rotate(219deg); transform:rotate(219deg); } #u504 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u504_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u505_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u505 { border-width:0px; position:absolute; left:1036px; top:4548px; width:90px; height:90px; display:flex; } #u505 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u505_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u506_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u506 { border-width:0px; position:absolute; left:1036px; top:4362px; width:90px; height:90px; display:flex; } #u506 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u506_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u507_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u507 { border-width:0px; position:absolute; left:843px; top:4362px; width:90px; height:90px; display:flex; } #u507 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u507_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u508_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u508 { border-width:0px; position:absolute; left:160px; top:4285px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u508 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u508_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u509_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u509 { border-width:0px; position:absolute; left:30px; top:4315px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u509 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u509_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u510_div { border-width:0px; position:absolute; left:0px; top:0px; width:176px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u510 { border-width:0px; position:absolute; left:160px; top:4315px; width:176px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u510 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u510_text { border-width:0px; white-space:nowrap; text-transform:none; } #u511_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u511 { border-width:0px; position:absolute; left:960px; top:4475px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u511 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u511_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u512_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u512 { border-width:0px; position:absolute; left:937px; top:4486px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u512 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u512_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u513_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u513 { border-width:0px; position:absolute; left:969px; top:4445px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u513 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u513_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u514_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u514 { border-width:0px; position:absolute; left:1039px; top:4602px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u514 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u514_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u515_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u515 { border-width:0px; position:absolute; left:849px; top:4413px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u515 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u515_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u516_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u516 { border-width:0px; position:absolute; left:1088px; top:4413px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u516 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u516_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u517_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u517 { border-width:0px; position:absolute; left:923px; top:4485px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u517 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u517_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u518_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u518 { border-width:0px; position:absolute; left:911px; top:4485px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u518 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u518_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u519_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u519 { border-width:0px; position:absolute; left:843px; top:4550px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u519 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u519_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u520_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u520 { border-width:0px; position:absolute; left:875px; top:4394px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u520 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u520_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u521_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u521 { border-width:0px; position:absolute; left:1069px; top:4394px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u521 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u521_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u522_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u522 { border-width:0px; position:absolute; left:875px; top:4582px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u522 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u522_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u523_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u523 { border-width:0px; position:absolute; left:1069px; top:4582px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u523 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u523_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u524_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u524 { border-width:0px; position:absolute; left:876px; top:4412px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u524 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u524_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u525_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u525 { border-width:0px; position:absolute; left:1092px; top:4412px; width:1px; height:11px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u525 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u525_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u526_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u526 { border-width:0px; position:absolute; left:875px; top:4574px; width:1px; height:17px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u526 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u526_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u527_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u527 { border-width:0px; position:absolute; left:1069px; top:4598px; width:1px; height:17px; display:flex; -webkit-transform:rotate(219deg); -moz-transform:rotate(219deg); -ms-transform:rotate(219deg); transform:rotate(219deg); } #u527 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u527_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u528_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u528 { border-width:0px; position:absolute; left:30px; top:4745px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u528 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u528_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u529_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u529 { border-width:0px; position:absolute; left:160px; top:4713px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u529 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u529_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u530_div { border-width:0px; position:absolute; left:0px; top:0px; width:197px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u530 { border-width:0px; position:absolute; left:160px; top:4745px; width:197px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u530 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u530_text { border-width:0px; white-space:nowrap; text-transform:none; } #u531 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u532_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u532 { border-width:0px; position:absolute; left:800px; top:4744px; width:370px; height:370px; display:flex; } #u532 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u532_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u533_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u533 { border-width:0px; position:absolute; left:800px; top:4929px; width:370px; height:1px; display:flex; } #u533 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u533_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u534_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u534 { border-width:0px; position:absolute; left:864px; top:4808px; width:242px; height:242px; display:flex; } #u534 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u534_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u535_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u535 { border-width:0px; position:absolute; left:800px; top:4929px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u535 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u535_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u536_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u536 { border-width:0px; position:absolute; left:917px; top:4861px; width:137px; height:137px; display:flex; } #u536 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u536_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u537_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u537 { border-width:0px; position:absolute; left:979px; top:4745px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u537 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u537_text { border-width:0px; white-space:nowrap; text-transform:none; } #u538_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u538 { border-width:0px; position:absolute; left:859px; top:4917px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u538 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u538_text { border-width:0px; white-space:nowrap; text-transform:none; } #u539_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u539 { border-width:0px; position:absolute; left:980px; top:5090px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u539 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u539_text { border-width:0px; white-space:nowrap; text-transform:none; } #u540_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u540 { border-width:0px; position:absolute; left:960px; top:4904px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u540 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u540_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u541_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u541 { border-width:0px; position:absolute; left:1006px; top:4913px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u541 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u541_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u542_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u542 { border-width:0px; position:absolute; left:969px; top:4874px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u542 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u542_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u543_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u543 { border-width:0px; position:absolute; left:964px; top:4948px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u543 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u543_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u544_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u544 { border-width:0px; position:absolute; left:971px; top:4948px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u544 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u544_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u545_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u545 { border-width:0px; position:absolute; left:937px; top:4913px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u545 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u545_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u546_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u546 { border-width:0px; position:absolute; left:923px; top:4914px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u546 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u546_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u547_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u547 { border-width:0px; position:absolute; left:969px; top:4954px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u547 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u547_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u548_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u548 { border-width:0px; position:absolute; left:969px; top:4948px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u548 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u548_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u549_img { border-width:0px; position:absolute; left:0px; top:0px; width:21px; height:22px; } #u549 { border-width:0px; position:absolute; left:1026px; top:4904px; width:21px; height:22px; display:flex; } #u549 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u549_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u550_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:90px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u550 { border-width:0px; position:absolute; left:30px; top:5208px; width:79px; height:90px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u550 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u550_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u551_div { border-width:0px; position:absolute; left:0px; top:0px; width:195px; height:90px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u551 { border-width:0px; position:absolute; left:160px; top:5208px; width:195px; height:90px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u551 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u551_text { border-width:0px; white-space:nowrap; text-transform:none; } #u552_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u552 { border-width:0px; position:absolute; left:30px; top:4775px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u552 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u552_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u553_div { border-width:0px; position:absolute; left:0px; top:0px; width:202px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u553 { border-width:0px; position:absolute; left:160px; top:4775px; width:202px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u553 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u553_text { border-width:0px; white-space:nowrap; text-transform:none; } #u554_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u554 { border-width:0px; position:absolute; left:160px; top:5182px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u554 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u554_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u555_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u555 { border-width:0px; position:absolute; left:30px; top:5584px; width:63px; height:60px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u555 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u555_text { border-width:0px; white-space:nowrap; text-transform:none; } #u556_div { border-width:0px; position:absolute; left:0px; top:0px; width:220px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u556 { border-width:0px; position:absolute; left:160px; top:5584px; width:220px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u556 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u556_text { border-width:0px; white-space:nowrap; text-transform:none; } #u557_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u557 { border-width:0px; position:absolute; left:160px; top:5558px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u557 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u557_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u558_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u558 { border-width:0px; position:absolute; left:391px; top:5612px; width:24px; height:32px; display:flex; } #u558 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u558_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u559_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u559 { border-width:0px; position:absolute; left:30px; top:5644px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u559 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u559_text { border-width:0px; white-space:nowrap; text-transform:none; } #u560_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u560 { border-width:0px; position:absolute; left:160px; top:5644px; width:64px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u560 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u560_text { border-width:0px; white-space:nowrap; text-transform:none; } #u561 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u562_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u562 { border-width:0px; position:absolute; left:800px; top:5584px; width:370px; height:370px; display:flex; } #u562 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u562_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u563_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u563 { border-width:0px; position:absolute; left:800px; top:5769px; width:370px; height:1px; display:flex; } #u563 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u563_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u564_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u564 { border-width:0px; position:absolute; left:864px; top:5648px; width:242px; height:242px; display:flex; } #u564 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u564_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u565_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u565 { border-width:0px; position:absolute; left:800px; top:5769px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u565 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u565_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u566_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u566 { border-width:0px; position:absolute; left:917px; top:5701px; width:137px; height:137px; display:flex; } #u566 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u566_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u567_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u567 { border-width:0px; position:absolute; left:979px; top:5585px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u567 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u567_text { border-width:0px; white-space:nowrap; text-transform:none; } #u568_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u568 { border-width:0px; position:absolute; left:859px; top:5757px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u568 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u568_text { border-width:0px; white-space:nowrap; text-transform:none; } #u569_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u569 { border-width:0px; position:absolute; left:980px; top:5930px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u569 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u569_text { border-width:0px; white-space:nowrap; text-transform:none; } #u570_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u570 { border-width:0px; position:absolute; left:960px; top:5744px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u570 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u570_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u571_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u571 { border-width:0px; position:absolute; left:968px; top:5714px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u571 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u571_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u572_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u572 { border-width:0px; position:absolute; left:1010px; top:5753px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u572 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u572_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u573_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u573 { border-width:0px; position:absolute; left:983px; top:5720px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u573 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u573_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u574_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u574 { border-width:0px; position:absolute; left:980px; top:5695px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u574 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u574_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u575_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u575 { border-width:0px; position:absolute; left:954px; top:5702px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u575 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u575_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u576_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u576 { border-width:0px; position:absolute; left:923px; top:5754px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u576 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u576_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u577_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u577 { border-width:0px; position:absolute; left:969px; top:5794px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u577 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u577_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u578_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u578 { border-width:0px; position:absolute; left:925px; top:5798px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u578 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u578_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u579_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u579 { border-width:0px; position:absolute; left:291px; top:5674px; width:144px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u579 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u579_text { border-width:0px; white-space:nowrap; text-transform:none; } #u580_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u580 { border-width:0px; position:absolute; left:941px; top:5695px; width:24px; height:32px; display:flex; } #u580 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u580_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u581_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u581 { border-width:0px; position:absolute; left:160px; top:6204px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u581 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u581_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u582_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u582 { border-width:0px; position:absolute; left:30px; top:6230px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u582 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u582_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u583_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u583 { border-width:0px; position:absolute; left:160px; top:6230px; width:139px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u583 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u583_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u584 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u585_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u585 { border-width:0px; position:absolute; left:800px; top:6229px; width:370px; height:370px; display:flex; } #u585 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u585_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u586_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u586 { border-width:0px; position:absolute; left:800px; top:6414px; width:370px; height:1px; display:flex; } #u586 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u586_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u587_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u587 { border-width:0px; position:absolute; left:864px; top:6293px; width:242px; height:242px; display:flex; } #u587 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u587_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u588_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u588 { border-width:0px; position:absolute; left:800px; top:6414px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u588 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u588_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u589_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u589 { border-width:0px; position:absolute; left:917px; top:6346px; width:137px; height:137px; display:flex; } #u589 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u589_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u590_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u590 { border-width:0px; position:absolute; left:979px; top:6230px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u590 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u590_text { border-width:0px; white-space:nowrap; text-transform:none; } #u591_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u591 { border-width:0px; position:absolute; left:859px; top:6402px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u591 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u591_text { border-width:0px; white-space:nowrap; text-transform:none; } #u592_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u592 { border-width:0px; position:absolute; left:980px; top:6575px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u592 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u592_text { border-width:0px; white-space:nowrap; text-transform:none; } #u593_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u593 { border-width:0px; position:absolute; left:960px; top:6389px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u593 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u593_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u594_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u594 { border-width:0px; position:absolute; left:968px; top:6359px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u594 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u594_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u595_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u595 { border-width:0px; position:absolute; left:1010px; top:6398px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u595 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u595_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u596_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u596 { border-width:0px; position:absolute; left:983px; top:6365px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u596 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u596_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u597_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u597 { border-width:0px; position:absolute; left:980px; top:6340px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u597 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u597_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u598_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u598 { border-width:0px; position:absolute; left:954px; top:6347px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u598 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u598_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u599_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u599 { border-width:0px; position:absolute; left:923px; top:6399px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u599 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u599_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u600_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u600 { border-width:0px; position:absolute; left:969px; top:6439px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u600 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u600_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u601_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u601 { border-width:0px; position:absolute; left:927px; top:6441px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u601 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u601_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u602_div { border-width:0px; position:absolute; left:0px; top:0px; width:190px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u602 { border-width:0px; position:absolute; left:160px; top:6258px; width:190px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u602 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u602_text { border-width:0px; white-space:nowrap; text-transform:none; } #u603_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u603 { border-width:0px; position:absolute; left:1005px; top:6353px; width:24px; height:32px; display:flex; } #u603 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u603_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u604_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u604 { border-width:0px; position:absolute; left:869px; top:6230px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u604 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u604_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u605_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u605 { border-width:0px; position:absolute; left:1072px; top:6230px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u605 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u605_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u606_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u606 { border-width:0px; position:absolute; left:1145px; top:6305px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u606 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u606_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u607_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u607 { border-width:0px; position:absolute; left:1069px; top:6574px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u607 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u607_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u608_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u608 { border-width:0px; position:absolute; left:800px; top:6497px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u608 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u608_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u609_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u609 { border-width:0px; position:absolute; left:869px; top:6575px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u609 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u609_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u610_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u610 { border-width:0px; position:absolute; left:800px; top:6305px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u610 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u610_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u611_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u611 { border-width:0px; position:absolute; left:1145px; top:6497px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u611 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u611_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u612_img { border-width:0px; position:absolute; left:-1px; top:-10px; width:116px; height:22px; } #u612p000 { border-width:0px; position:absolute; left:-3px; top:-1px; width:110px; height:4px; -webkit-transform:rotate(0.278132667296363deg); -moz-transform:rotate(0.278132667296363deg); -ms-transform:rotate(0.278132667296363deg); transform:rotate(0.278132667296363deg); } #u612p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:110px; height:4px; } #u612p001 { border-width:0px; position:absolute; left:-1px; top:-1px; width:4px; height:6px; -webkit-transform:rotate(0.278132667296363deg); -moz-transform:rotate(0.278132667296363deg); -ms-transform:rotate(0.278132667296363deg); transform:rotate(0.278132667296363deg); } #u612p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:6px; } #u612p002 { border-width:0px; position:absolute; left:87px; top:-11px; width:26px; height:24px; -webkit-transform:rotate(180.278132667296deg); -moz-transform:rotate(180.278132667296deg); -ms-transform:rotate(180.278132667296deg); transform:rotate(180.278132667296deg); } #u612p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:26px; height:24px; } #u612 { border-width:0px; position:absolute; left:765px; top:6585px; width:105px; height:2px; display:flex; -webkit-transform:rotate(-0.278132667296363deg); -moz-transform:rotate(-0.278132667296363deg); -ms-transform:rotate(-0.278132667296363deg); transform:rotate(-0.278132667296363deg); } #u612 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u612_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u613_div { border-width:0px; position:absolute; left:0px; top:0px; width:168px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u613 { border-width:0px; position:absolute; left:591px; top:6570px; width:168px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u613 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u613_text { border-width:0px; white-space:nowrap; text-transform:none; } #u614_img { border-width:0px; position:absolute; left:0px; top:0px; width:127px; height:2px; } #u614 { border-width:0px; position:absolute; left:861px; top:6301px; width:126px; height:1px; display:flex; -webkit-transform:rotate(53deg); -moz-transform:rotate(53deg); -ms-transform:rotate(53deg); transform:rotate(53deg); } #u614 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u614_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u615_img { border-width:0px; position:absolute; left:0px; top:0px; width:135px; height:2px; } #u615 { border-width:0px; position:absolute; left:806px; top:6463px; width:134px; height:1px; display:flex; -webkit-transform:rotate(143deg); -moz-transform:rotate(143deg); -ms-transform:rotate(143deg); transform:rotate(143deg); } #u615 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u615_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u616_img { border-width:0px; position:absolute; left:0px; top:0px; width:135px; height:2px; } #u616 { border-width:0px; position:absolute; left:974px; top:6297px; width:134px; height:1px; display:flex; -webkit-transform:rotate(127deg); -moz-transform:rotate(127deg); -ms-transform:rotate(127deg); transform:rotate(127deg); } #u616 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u616_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u617_img { border-width:0px; position:absolute; left:0px; top:0px; width:151px; height:2px; } #u617 { border-width:0px; position:absolute; left:1004px; top:6351px; width:150px; height:1px; display:flex; -webkit-transform:rotate(157deg); -moz-transform:rotate(157deg); -ms-transform:rotate(157deg); transform:rotate(157deg); } #u617 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u617_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u618_img { border-width:0px; position:absolute; left:0px; top:0px; width:168px; height:2px; } #u618 { border-width:0px; position:absolute; left:930px; top:6522px; width:167px; height:1px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u618 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u618_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u619_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u619 { border-width:0px; position:absolute; left:160px; top:6629px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u619 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u619_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u620_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u620 { border-width:0px; position:absolute; left:30px; top:6660px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u620 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u620_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u621_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u621 { border-width:0px; position:absolute; left:160px; top:6660px; width:139px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u621 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u621_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u622_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u622 { border-width:0px; position:absolute; left:960px; top:6820px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u622 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u622_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u623_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u623 { border-width:0px; position:absolute; left:968px; top:6790px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u623 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u623_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u624_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u624 { border-width:0px; position:absolute; left:1010px; top:6829px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u624 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u624_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u625_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u625 { border-width:0px; position:absolute; left:983px; top:6796px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u625 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u625_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u626_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u626 { border-width:0px; position:absolute; left:1005px; top:6879px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u626 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u626_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u627_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u627 { border-width:0px; position:absolute; left:954px; top:6778px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u627 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u627_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u628_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u628 { border-width:0px; position:absolute; left:923px; top:6830px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u628 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u628_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u629_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u629 { border-width:0px; position:absolute; left:969px; top:6870px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u629 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u629_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u630_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u630 { border-width:0px; position:absolute; left:927px; top:6872px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u630 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u630_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u631_div { border-width:0px; position:absolute; left:0px; top:0px; width:282px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u631 { border-width:0px; position:absolute; left:160px; top:6697px; width:282px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u631 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u631_text { border-width:0px; white-space:nowrap; text-transform:none; } #u632_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u632 { border-width:0px; position:absolute; left:1002px; top:6783px; width:24px; height:32px; display:flex; } #u632 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u632_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u633_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u633 { border-width:0px; position:absolute; left:905px; top:6713px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u633 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u633_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u634_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u634 { border-width:0px; position:absolute; left:1036px; top:6708px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u634 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u634_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u635_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u635 { border-width:0px; position:absolute; left:1094px; top:6758px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u635 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u635_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u636_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u636 { border-width:0px; position:absolute; left:1024px; top:6963px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u636 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u636_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u637_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u637 { border-width:0px; position:absolute; left:845px; top:6890px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u637 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u637_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u638_img { border-width:0px; position:absolute; left:0px; top:0px; width:62px; height:2px; } #u638 { border-width:0px; position:absolute; left:913px; top:6758px; width:61px; height:1px; display:flex; -webkit-transform:rotate(53deg); -moz-transform:rotate(53deg); -ms-transform:rotate(53deg); transform:rotate(53deg); } #u638 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u638_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u639_img { border-width:0px; position:absolute; left:0px; top:0px; width:76px; height:2px; } #u639 { border-width:0px; position:absolute; left:859px; top:6876px; width:75px; height:1px; display:flex; -webkit-transform:rotate(143deg); -moz-transform:rotate(143deg); -ms-transform:rotate(143deg); transform:rotate(143deg); } #u639 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u639_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u640_img { border-width:0px; position:absolute; left:0px; top:0px; width:158px; height:2px; } #u640 { border-width:0px; position:absolute; left:956px; top:6808px; width:157px; height:1px; display:flex; -webkit-transform:rotate(100deg); -moz-transform:rotate(100deg); -ms-transform:rotate(100deg); transform:rotate(100deg); } #u640 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u640_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u641_img { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:2px; } #u641 { border-width:0px; position:absolute; left:1006px; top:6793px; width:93px; height:1px; display:flex; -webkit-transform:rotate(157deg); -moz-transform:rotate(157deg); -ms-transform:rotate(157deg); transform:rotate(157deg); } #u641 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u641_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u642_img { border-width:0px; position:absolute; left:0px; top:0px; width:105px; height:2px; } #u642 { border-width:0px; position:absolute; left:939px; top:6931px; width:104px; height:1px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u642 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u642_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u643_div { border-width:0px; position:absolute; left:0px; top:0px; width:292px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u643 { border-width:0px; position:absolute; left:160px; top:6733px; width:292px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u643 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u643_text { border-width:0px; white-space:nowrap; text-transform:none; } #u644_img { border-width:0px; position:absolute; left:0px; top:-9px; width:77px; height:19px; } #u644p000 { border-width:0px; position:absolute; left:-2px; top:-3px; width:72px; height:6px; } #u644p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:72px; height:6px; } #u644p001 { border-width:0px; position:absolute; left:-3px; top:-2px; width:4px; height:4px; -webkit-transform:rotate(-165deg); -moz-transform:rotate(-165deg); -ms-transform:rotate(-165deg); transform:rotate(-165deg); } #u644p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u644p002 { border-width:0px; position:absolute; left:53px; top:-9px; width:22px; height:20px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u644p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u644 { border-width:0px; position:absolute; left:866px; top:6892px; width:68px; height:1px; display:flex; -webkit-transform:rotate(165deg); -moz-transform:rotate(165deg); -ms-transform:rotate(165deg); transform:rotate(165deg); } #u644 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u644_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u645_img { border-width:0px; position:absolute; left:0px; top:-9px; width:175px; height:19px; } #u645p000 { border-width:0px; position:absolute; left:-2px; top:-3px; width:170px; height:6px; -webkit-transform:rotate(-360deg); -moz-transform:rotate(-360deg); -ms-transform:rotate(-360deg); transform:rotate(-360deg); } #u645p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:170px; height:6px; } #u645p001 { border-width:0px; position:absolute; left:-3px; top:0px; width:4px; height:4px; -webkit-transform:rotate(-291deg); -moz-transform:rotate(-291deg); -ms-transform:rotate(-291deg); transform:rotate(-291deg); } #u645p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u645p002 { border-width:0px; position:absolute; left:151px; top:-10px; width:22px; height:20px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u645p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u645 { border-width:0px; position:absolute; left:806px; top:6811px; width:166px; height:1px; display:flex; -webkit-transform:rotate(291deg); -moz-transform:rotate(291deg); -ms-transform:rotate(291deg); transform:rotate(291deg); } #u645 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u645_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u646_img { border-width:0px; position:absolute; left:0px; top:-9px; width:115px; height:19px; } #u646p000 { border-width:0px; position:absolute; left:-2px; top:-3px; width:110px; height:6px; -webkit-transform:rotate(-360deg); -moz-transform:rotate(-360deg); -ms-transform:rotate(-360deg); transform:rotate(-360deg); } #u646p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:110px; height:6px; } #u646p001 { border-width:0px; position:absolute; left:-2px; top:-2px; width:4px; height:4px; -webkit-transform:rotate(-355deg); -moz-transform:rotate(-355deg); -ms-transform:rotate(-355deg); transform:rotate(-355deg); } #u646p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u646p002 { border-width:0px; position:absolute; left:90px; top:-11px; width:22px; height:22px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u646p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:22px; } #u646 { border-width:0px; position:absolute; left:930px; top:6719px; width:106px; height:1px; display:flex; -webkit-transform:rotate(355deg); -moz-transform:rotate(355deg); -ms-transform:rotate(355deg); transform:rotate(355deg); } #u646 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u646_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u647_img { border-width:0px; position:absolute; left:0px; top:-9px; width:63px; height:19px; } #u647p000 { border-width:0px; position:absolute; left:-3px; top:-3px; width:60px; height:6px; } #u647p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:6px; } #u647p001 { border-width:0px; position:absolute; left:-2px; top:-3px; width:4px; height:4px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); } #u647p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u647p002 { border-width:0px; position:absolute; left:40px; top:-10px; width:22px; height:20px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u647p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u647 { border-width:0px; position:absolute; left:1051px; top:6743px; width:54px; height:1px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u647 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u647_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u648_img { border-width:0px; position:absolute; left:0px; top:-9px; width:75px; height:19px; } #u648p000 { border-width:0px; position:absolute; left:-3px; top:-2px; width:72px; height:6px; } #u648p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:72px; height:6px; } #u648p001 { border-width:0px; position:absolute; left:-2px; top:-1px; width:4px; height:4px; -webkit-transform:rotate(-80deg); -moz-transform:rotate(-80deg); -ms-transform:rotate(-80deg); transform:rotate(-80deg); } #u648p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u648p002 { border-width:0px; position:absolute; left:51px; top:-10px; width:22px; height:22px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u648p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:22px; } #u648 { border-width:0px; position:absolute; left:995px; top:6932px; width:66px; height:1px; display:flex; -webkit-transform:rotate(80deg); -moz-transform:rotate(80deg); -ms-transform:rotate(80deg); transform:rotate(80deg); } #u648 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u648_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u649_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u649 { border-width:0px; position:absolute; left:862px; top:6786px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u649 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u649_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u650_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u650 { border-width:0px; position:absolute; left:967px; top:6695px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u650 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u650_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u651_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u651 { border-width:0px; position:absolute; left:1074px; top:6714px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u651 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u651_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u652_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u652 { border-width:0px; position:absolute; left:1036px; top:6923px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u652 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u652_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u653_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u653 { border-width:0px; position:absolute; left:885px; top:6897px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u653 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u653_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u654_div { border-width:0px; position:absolute; left:0px; top:0px; width:274px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u654 { border-width:0px; position:absolute; left:160px; top:6768px; width:274px; height:30px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u654 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u654_text { border-width:0px; white-space:nowrap; text-transform:none; } #u655_div { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u655 { border-width:0px; position:absolute; left:1052px; top:6833px; width:60px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u655 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u655_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u656_div { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u656 { border-width:0px; position:absolute; left:1079px; top:3629px; width:60px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u656 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u656_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u657_div { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u657 { border-width:0px; position:absolute; left:1021px; top:1580px; width:60px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u657 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u657_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u658_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u658 { border-width:0px; position:absolute; left:160px; top:7058px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u658 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u658_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u659_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:120px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u659 { border-width:0px; position:absolute; left:30px; top:7081px; width:79px; height:120px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u659 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u659_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u660 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u661_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u661 { border-width:0px; position:absolute; left:800px; top:7283px; width:370px; height:370px; display:flex; } #u661 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u661_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u662_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u662 { border-width:0px; position:absolute; left:800px; top:7468px; width:370px; height:1px; display:flex; } #u662 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u662_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u663_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u663 { border-width:0px; position:absolute; left:864px; top:7347px; width:242px; height:242px; display:flex; } #u663 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u663_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u664_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u664 { border-width:0px; position:absolute; left:800px; top:7468px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u664 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u664_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u665_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u665 { border-width:0px; position:absolute; left:917px; top:7400px; width:137px; height:137px; display:flex; } #u665 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u665_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u666_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u666 { border-width:0px; position:absolute; left:979px; top:7284px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u666 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u666_text { border-width:0px; white-space:nowrap; text-transform:none; } #u667_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u667 { border-width:0px; position:absolute; left:859px; top:7456px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u667 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u667_text { border-width:0px; white-space:nowrap; text-transform:none; } #u668_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u668 { border-width:0px; position:absolute; left:980px; top:7629px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u668 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u668_text { border-width:0px; white-space:nowrap; text-transform:none; } #u669_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u669 { border-width:0px; position:absolute; left:160px; top:7254px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u669 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u669_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u670_div { border-width:0px; position:absolute; left:0px; top:0px; width:71px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u670 { border-width:0px; position:absolute; left:30px; top:7284px; width:71px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u670 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u670_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u671_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u671 { border-width:0px; position:absolute; left:960px; top:7443px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u671 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u671_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u672_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u672 { border-width:0px; position:absolute; left:968px; top:7413px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u672 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u672_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u673_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u673 { border-width:0px; position:absolute; left:1010px; top:7452px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u673 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u673_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u674_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u674 { border-width:0px; position:absolute; left:983px; top:7419px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u674 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u674_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u675_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u675 { border-width:0px; position:absolute; left:963px; top:7394px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u675 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u675_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u676_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u676 { border-width:0px; position:absolute; left:933px; top:7453px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u676 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u676_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u677_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u677 { border-width:0px; position:absolute; left:923px; top:7453px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u677 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u677_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u678_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u678 { border-width:0px; position:absolute; left:969px; top:7493px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u678 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u678_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u679_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u679 { border-width:0px; position:absolute; left:1016px; top:7505px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u679 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u679_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u680_div { border-width:0px; position:absolute; left:0px; top:0px; width:170px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u680 { border-width:0px; position:absolute; left:160px; top:7283px; width:170px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u680 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u680_text { border-width:0px; white-space:nowrap; text-transform:none; } #u681_div { border-width:0px; position:absolute; left:0px; top:0px; width:353px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u681 { border-width:0px; position:absolute; left:160px; top:7313px; width:353px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u681 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u681_text { border-width:0px; white-space:nowrap; text-transform:none; } #u682_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u682 { border-width:0px; position:absolute; left:277px; top:7313px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u682 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u682_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u683_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u683 { border-width:0px; position:absolute; left:1003px; top:7403px; width:24px; height:32px; display:flex; } #u683 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u683_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u684_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u684 { border-width:0px; position:absolute; left:983px; top:7381px; width:24px; height:32px; display:flex; } #u684 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u684_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u685_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u685 { border-width:0px; position:absolute; left:30px; top:7710px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u685 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u685_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u686_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u686 { border-width:0px; position:absolute; left:160px; top:7684px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u686 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u686_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u687_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u687 { border-width:0px; position:absolute; left:160px; top:7710px; width:144px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u687 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u687_text { border-width:0px; white-space:nowrap; text-transform:none; } #u688_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u688 { border-width:0px; position:absolute; left:311px; top:7709px; width:24px; height:32px; display:flex; } #u688 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u688_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u689_div { border-width:0px; position:absolute; left:0px; top:0px; width:400px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u689 { border-width:0px; position:absolute; left:160px; top:7741px; width:400px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u689 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u689_text { border-width:0px; white-space:nowrap; text-transform:none; } #u690_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u690 { border-width:0px; position:absolute; left:30px; top:7852px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u690 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u690_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u691_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u691 { border-width:0px; position:absolute; left:160px; top:7829px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u691 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u691_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u692_div { border-width:0px; position:absolute; left:0px; top:0px; width:500px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u692 { border-width:0px; position:absolute; left:160px; top:7852px; width:500px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u692 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u692_text { border-width:0px; white-space:nowrap; text-transform:none; } #u693_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u693p000 { border-width:0px; position:absolute; left:-19px; top:14px; width:38px; height:4px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u693p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:4px; } #u693p001 { border-width:0px; position:absolute; left:-1px; top:-2px; width:4px; height:4px; } #u693p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u693p002 { border-width:0px; position:absolute; left:-11px; top:18px; width:22px; height:20px; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u693p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u693 { border-width:0px; position:absolute; left:1055px; top:4140px; width:1px; height:32px; display:flex; } #u693 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u693_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u694_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u694p000 { border-width:0px; position:absolute; left:-18px; top:14px; width:38px; height:4px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u694p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:4px; } #u694p001 { border-width:0px; position:absolute; left:0px; top:-2px; width:2px; height:4px; } #u694p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:4px; } #u694p002 { border-width:0px; position:absolute; left:-10px; top:18px; width:22px; height:20px; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u694p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u694 { border-width:0px; position:absolute; left:912px; top:4140px; width:1px; height:32px; display:flex; } #u694 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u694_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u695_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u695p000 { border-width:0px; position:absolute; left:-18px; top:14px; width:38px; height:6px; -webkit-transform:rotate(-270deg); -moz-transform:rotate(-270deg); -ms-transform:rotate(-270deg); transform:rotate(-270deg); } #u695p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:6px; } #u695p001 { border-width:0px; position:absolute; left:-2px; top:-1px; width:4px; height:4px; -webkit-transform:rotate(-270deg); -moz-transform:rotate(-270deg); -ms-transform:rotate(-270deg); transform:rotate(-270deg); } #u695p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u695p002 { border-width:0px; position:absolute; left:-11px; top:19px; width:22px; height:20px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u695p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u695 { border-width:0px; position:absolute; left:1074px; top:3984px; width:1px; height:32px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u695 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u695_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u696_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u696p000 { border-width:0px; position:absolute; left:-19px; top:13px; width:38px; height:6px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u696p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:6px; } #u696p001 { border-width:0px; position:absolute; left:-2px; top:-3px; width:4px; height:2px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u696p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:2px; } #u696p002 { border-width:0px; position:absolute; left:-12px; top:18px; width:22px; height:20px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u696p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u696 { border-width:0px; position:absolute; left:896px; top:3985px; width:1px; height:32px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u696 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u696_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u697_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u697 { border-width:0px; position:absolute; left:853px; top:4214px; width:89px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u697 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u697_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u698_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:69px; } #u698p000 { border-width:0px; position:absolute; left:-32px; top:27px; width:66px; height:6px; -webkit-transform:rotate(-270deg); -moz-transform:rotate(-270deg); -ms-transform:rotate(-270deg); transform:rotate(-270deg); } #u698p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:66px; height:6px; } #u698p001 { border-width:0px; position:absolute; left:-3px; top:-3px; width:4px; height:4px; -webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); -ms-transform:rotate(-135deg); transform:rotate(-135deg); } #u698p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u698p002 { border-width:0px; position:absolute; left:-10px; top:45px; width:22px; height:22px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u698p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:22px; } #u698 { border-width:0px; position:absolute; left:887px; top:4569px; width:1px; height:60px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u698 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u698_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u699_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u699 { border-width:0px; position:absolute; left:811px; top:4648px; width:122px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u699 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u699_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u700_div { border-width:0px; position:absolute; left:0px; top:0px; width:82px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u700 { border-width:0px; position:absolute; left:831px; top:4685px; width:82px; height:16px; display:flex; } #u700 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u700_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u701_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u701 { border-width:0px; position:absolute; left:160px; top:6288px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u701 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u701_text { border-width:0px; white-space:nowrap; text-transform:none; } #u702_div { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u702 { border-width:0px; position:absolute; left:160px; top:7771px; width:16px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u702 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u702_text { border-width:0px; white-space:nowrap; text-transform:none; } #u703_div { border-width:0px; position:absolute; left:0px; top:0px; width:53px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u703 { border-width:0px; position:absolute; left:182px; top:7771px; width:53px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u703 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u703_text { border-width:0px; white-space:nowrap; text-transform:none; } #u705 { position:fixed; left:0px; top:50%; margin-top:-340px; } #u705_state0 { position:relative; left:0px; top:0px; width:204px; height:680px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u705_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u706 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u707_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u707 { border-width:0px; position:absolute; left:0px; top:50px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u707 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u707_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u707.mouseOver { } #u707_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u708_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u708 { border-width:0px; position:absolute; left:0px; top:140px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u708 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u708_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u708.mouseOver { } #u708_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u709_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u709 { border-width:0px; position:absolute; left:0px; top:230px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u709 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u709_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u709.mouseOver { } #u709_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u710_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u710 { border-width:0px; position:absolute; left:0px; top:100px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u710 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u710_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u710.mouseOver { } #u710_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u711_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u711 { border-width:0px; position:absolute; left:0px; top:190px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u711 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u711_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u711.mouseOver { } #u711_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u712_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u712 { border-width:0px; position:absolute; left:0px; top:280px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u712 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u712_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u712.mouseOver { } #u712_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u713_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u713 { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u713 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u713_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u713.mouseOver { } #u713_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u714_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u714 { border-width:0px; position:absolute; left:0px; top:320px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u714 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u714_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u714.mouseOver { } #u714_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u715_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u715 { border-width:0px; position:absolute; left:0px; top:370px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u715 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u715_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u715.mouseOver { } #u715_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u716_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u716 { border-width:0px; position:absolute; left:0px; top:410px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u716 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u716_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u716.mouseOver { } #u716_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u717_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u717 { border-width:0px; position:absolute; left:0px; top:460px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u717 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u717_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u717.mouseOver { } #u717_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u718_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u718 { border-width:0px; position:absolute; left:0px; top:500px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u718 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u718_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u718.mouseOver { } #u718_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u719_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u719 { border-width:0px; position:absolute; left:0px; top:550px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u719 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u719_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u719.mouseOver { } #u719_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u720_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u720 { border-width:0px; position:absolute; left:0px; top:590px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u720 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u720_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u720.mouseOver { } #u720_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u721_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u721 { border-width:0px; position:absolute; left:0px; top:640px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u721 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u721_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u721.mouseOver { } #u721_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u722 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u723 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u724_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u724 { border-width:0px; position:absolute; left:145px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u724 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u724_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u724.mouseOver { } #u724_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u725_img { border-width:0px; position:absolute; left:0px; top:0px; width:18px; height:14px; } #u725 { border-width:0px; position:absolute; left:181px; top:325px; width:18px; height:14px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u725 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u725_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u726_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u726 { border-width:0px; position:absolute; left:145px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u726 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u726_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u726.mouseOver { } #u726_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u727 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u728 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u729_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u729 { border-width:0px; position:absolute; left:-30px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u729 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u729_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u729.mouseOver { } #u729_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u730_img { border-width:0px; position:absolute; left:0px; top:0px; width:18px; height:14px; } #u730 { border-width:0px; position:absolute; left:5px; top:325px; width:18px; height:14px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u730 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u730_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u731_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u731 { border-width:0px; position:absolute; left:-30px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u731 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u731_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u731.mouseOver { } #u731_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u732_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:7713px; } #u732 { border-width:0px; position:absolute; left:130px; top:170px; width:1px; height:7712px; display:flex; } #u732 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u732_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u733_div { border-width:0px; position:absolute; left:0px; top:0px; width:1140px; height:47px; background:inherit; background-color:rgba(236, 128, 141, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u733 { border-width:0px; position:absolute; left:30px; top:95px; width:1140px; height:47px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u733 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u733_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u734_div { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u734 { border-width:0px; position:absolute; left:160px; top:868px; width:16px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u734 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u734_text { border-width:0px; white-space:nowrap; text-transform:none; } #u735_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u735 { border-width:0px; position:absolute; left:182px; top:868px; width:122px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u735 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u735_text { border-width:0px; white-space:nowrap; text-transform:none; } #u736_div { border-width:0px; position:absolute; left:0px; top:0px; width:54px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u736 { border-width:0px; position:absolute; left:30px; top:868px; width:54px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u736 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u736_text { border-width:0px; white-space:nowrap; text-transform:none; } #u737_div { border-width:0px; position:absolute; left:0px; top:0px; width:282px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u737 { border-width:0px; position:absolute; left:160px; top:898px; width:282px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u737 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u737_text { border-width:0px; white-space:nowrap; text-transform:none; } #u738 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u739_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u739 { border-width:0px; position:absolute; left:800px; top:170px; width:370px; height:370px; display:flex; } #u739 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u739_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u740_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u740 { border-width:0px; position:absolute; left:800px; top:355px; width:370px; height:1px; display:flex; } #u740 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u740_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u741_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u741 { border-width:0px; position:absolute; left:864px; top:234px; width:242px; height:242px; display:flex; } #u741 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u741_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u742_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u742 { border-width:0px; position:absolute; left:800px; top:355px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u742 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u742_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u743_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u743 { border-width:0px; position:absolute; left:917px; top:287px; width:137px; height:137px; display:flex; } #u743 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u743_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u744_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u744 { border-width:0px; position:absolute; left:979px; top:171px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u744 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u744_text { border-width:0px; white-space:nowrap; text-transform:none; } #u745_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u745 { border-width:0px; position:absolute; left:859px; top:343px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u745 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u745_text { border-width:0px; white-space:nowrap; text-transform:none; } #u746_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u746 { border-width:0px; position:absolute; left:980px; top:516px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u746 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u746_text { border-width:0px; white-space:nowrap; text-transform:none; } #u747_div { border-width:0px; position:absolute; left:0px; top:0px; width:520px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); line-height:30px; } #u747 { border-width:0px; position:absolute; left:160px; top:1155px; width:520px; height:89px; display:flex; line-height:30px; } #u747 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u747_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u748_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u748 { border-width:0px; position:absolute; left:179px; top:1169px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u748 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u748_text { border-width:0px; white-space:nowrap; text-transform:none; } #u749_div { border-width:0px; position:absolute; left:0px; top:0px; width:491px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u749 { border-width:0px; position:absolute; left:179px; top:1203px; width:491px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u749 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u749_text { border-width:0px; white-space:nowrap; text-transform:none; } #u750_div { border-width:0px; position:absolute; left:0px; top:0px; width:354px; height:86px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u750 { border-width:0px; position:absolute; left:160px; top:454px; width:354px; height:86px; display:flex; } #u750 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u750_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u751_div { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u751 { border-width:0px; position:absolute; left:179px; top:466px; width:326px; height:60px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u751 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u751_text { border-width:0px; white-space:nowrap; text-transform:none; } #u752_div { border-width:0px; position:absolute; left:0px; top:0px; width:550px; height:121px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); line-height:30px; } #u752 { border-width:0px; position:absolute; left:160px; top:1551px; width:550px; height:121px; display:flex; line-height:30px; } #u752 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u752_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u753_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u753 { border-width:0px; position:absolute; left:179px; top:1566px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u753 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u753_text { border-width:0px; white-space:nowrap; text-transform:none; } #u754_div { border-width:0px; position:absolute; left:0px; top:0px; width:512px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u754 { border-width:0px; position:absolute; left:179px; top:1599px; width:512px; height:60px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u754 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u754_text { border-width:0px; white-space:nowrap; text-transform:none; } #u755_div { border-width:0px; position:absolute; left:0px; top:0px; width:577px; height:180px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u755 { border-width:0px; position:absolute; left:182px; top:2772px; width:577px; height:180px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u755 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u755_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u756_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u756 { border-width:0px; position:absolute; left:273px; top:2859px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u756 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u756_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u757_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u757 { border-width:0px; position:absolute; left:243px; top:2859px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u757 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u757_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u758_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u758 { border-width:0px; position:absolute; left:182px; top:2735px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u758 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u758_text { border-width:0px; white-space:nowrap; text-transform:none; } #u759_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:26px; } #u759 { border-width:0px; position:absolute; left:229px; top:2833px; width:22px; height:26px; display:flex; font-size:16px; line-height:30px; } #u759 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u759_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u760_div { border-width:0px; position:absolute; left:0px; top:0px; width:568px; height:90px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u760 { border-width:0px; position:absolute; left:182px; top:4915px; width:568px; height:90px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u760 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u760_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u761_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u761 { border-width:0px; position:absolute; left:182px; top:4879px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u761 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u761_text { border-width:0px; white-space:nowrap; text-transform:none; } #u762_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:26px; } #u762 { border-width:0px; position:absolute; left:542px; top:4918px; width:22px; height:26px; display:flex; font-size:16px; line-height:30px; } #u762 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u762_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u763_div { border-width:0px; position:absolute; left:0px; top:0px; width:558px; height:196px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u763 { border-width:0px; position:absolute; left:160px; top:5758px; width:558px; height:196px; display:flex; } #u763 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u763_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u764_div { border-width:0px; position:absolute; left:0px; top:0px; width:514px; height:120px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u764 { border-width:0px; position:absolute; left:182px; top:5814px; width:514px; height:120px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u764 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u764_text { border-width:0px; white-space:nowrap; text-transform:none; } #u765_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u765 { border-width:0px; position:absolute; left:495px; top:5814px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u765 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u765_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u766_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u766 { border-width:0px; position:absolute; left:182px; top:5774px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u766 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u766_text { border-width:0px; white-space:nowrap; text-transform:none; } #u767_div { border-width:0px; position:absolute; left:0px; top:0px; width:688px; height:193px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u767 { border-width:0px; position:absolute; left:160px; top:5980px; width:688px; height:193px; display:flex; } #u767 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u767_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u768_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u768 { border-width:0px; position:absolute; left:182px; top:5997px; width:32px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u768 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u768_text { border-width:0px; white-space:nowrap; text-transform:none; } #u769_div { border-width:0px; position:absolute; left:0px; top:0px; width:644px; height:120px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u769 { border-width:0px; position:absolute; left:182px; top:6035px; width:644px; height:120px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u769 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u769_text { border-width:0px; white-space:nowrap; text-transform:none; } #u771_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:22px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; text-align:center; } #u771 { border-width:0px; position:absolute; left:571px; top:7899px; width:64px; height:22px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; text-align:center; } #u771 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u771_text { border-width:0px; white-space:nowrap; text-transform:none; } #u772_img { border-width:0px; position:absolute; left:0px; top:0px; width:521px; height:2px; } #u772 { border-width:0px; position:absolute; left:31px; top:7909px; width:520px; height:1px; display:flex; } #u772 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u772_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u773_img { border-width:0px; position:absolute; left:0px; top:0px; width:521px; height:2px; } #u773 { border-width:0px; position:absolute; left:651px; top:7909px; width:520px; height:1px; display:flex; } #u773 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u773_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u774_div { border-width:0px; position:absolute; left:0px; top:0px; width:48px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u774 { border-width:0px; position:absolute; left:416px; top:7971px; width:48px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u774 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u774_text { border-width:0px; white-space:nowrap; text-transform:none; } #u776_div { border-width:0px; position:absolute; left:0px; top:0px; width:1200px; height:292px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u776 { border-width:0px; position:absolute; left:0px; top:8009px; width:1200px; height:292px; display:flex; } #u776 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u776_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u778 { position:fixed; left:50%; margin-left:-600px; top:0px; width:1200px; height:71px; } #u778_state0 { border-width:0px; position:absolute; left:0px; top:0px; width:1200px; height:71px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(0, 0, 0, 0.596078431372549); background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u778_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u779 { position:fixed; left:50%; margin-left:-600px; top:0px; } #u779_state0 { position:relative; left:0px; top:0px; width:1200px; height:71px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u779_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u780_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:24px; } #u780 { border-width:0px; position:absolute; left:1169px; top:35px; width:24px; height:24px; display:flex; -webkit-transform:rotate(60deg); -moz-transform:rotate(60deg); -ms-transform:rotate(60deg); transform:rotate(60deg); } #u780 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u780_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u781_div { border-width:0px; position:absolute; left:0px; top:0px; width:54px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#FFFF00; text-align:center; } #u781 { border-width:0px; position:absolute; left:1120px; top:9px; width:54px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#FFFF00; text-align:center; } #u781 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u781_text { border-width:0px; white-space:nowrap; text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -webkit-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -moz-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); text-transform:none; } #u782_img { border-width:0px; position:absolute; left:-5px; top:-5px; width:32px; height:25px; } #u782 { border-width:0px; position:absolute; left:1092px; top:15px; width:22px; height:15px; display:flex; } #u782 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u782_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u783_div { border-width:0px; position:absolute; left:0px; top:0px; width:54px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#81D3F8; text-align:center; } #u783 { border-width:0px; position:absolute; left:1106px; top:36px; width:54px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#81D3F8; text-align:center; } #u783 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u783_text { border-width:0px; white-space:nowrap; text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -webkit-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -moz-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); text-transform:none; } #u784_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:24px; } #u784 { border-width:0px; position:absolute; left:1169px; top:35px; width:24px; height:24px; display:flex; -webkit-transform:rotate(15deg); -moz-transform:rotate(15deg); -ms-transform:rotate(15deg); transform:rotate(15deg); } #u784 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u784_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u785_img { border-width:0px; position:absolute; left:0px; top:0px; width:13px; height:20px; } #u785 { border-width:0px; position:absolute; left:1181px; top:47px; width:13px; height:20px; display:flex; } #u785 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u785_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u786_div { border-width:0px; position:absolute; left:0px; top:0px; width:418px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:20px; color:#F2F2F2; text-align:center; } #u786 { border-width:0px; position:absolute; left:0px; top:0px; width:418px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:20px; color:#F2F2F2; text-align:center; } #u786 .text { position:absolute; align-self:center; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u786_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u787 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u788_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u788 { border-width:0px; position:absolute; left:512px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u788 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u788_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u788.mouseOver { } #u788_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u789_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u789 { border-width:0px; position:absolute; left:606px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u789 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u789_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u789.mouseOver { } #u789_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u790_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u790 { border-width:0px; position:absolute; left:699px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u790 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u790_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u790.mouseOver { } #u790_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u791_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u791 { border-width:0px; position:absolute; left:418px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u791 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u791_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u791.mouseOver { } #u791_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u792_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u792 { border-width:0px; position:absolute; left:793px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u792 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u792_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u792.mouseOver { } #u792_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u793_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u793 { border-width:0px; position:absolute; left:887px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u793 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u793_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u793.mouseOver { } #u793_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u794_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u794 { border-width:0px; position:absolute; left:980px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u794 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u794_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u794.mouseOver { } #u794_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u795_img { border-width:0px; position:absolute; left:0px; top:0px; width:657px; height:3px; } #u795 { border-width:0px; position:absolute; left:418px; top:69px; width:656px; height:2px; display:flex; } #u795 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u795_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u796_div { border-width:0px; position:absolute; left:0px; top:0px; width:127px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u796 { border-width:0px; position:absolute; left:1073px; top:0px; width:127px; height:70px; display:flex; } #u796 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u796_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u797_div { border-width:0px; position:absolute; left:0px; top:0px; width:1030px; height:248px; background:inherit; background-color:rgba(3, 28, 93, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(170, 170, 170, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u797 { border-width:0px; position:absolute; left:160px; top:565px; width:1030px; height:248px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u797 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u797_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u799_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u799 { border-width:0px; position:absolute; left:177px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u799 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u799_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u800_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u800 { border-width:0px; position:absolute; left:187px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u800 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u800_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u801_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u801 { border-width:0px; position:absolute; left:197px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u801 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u801_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u802_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u802 { border-width:0px; position:absolute; left:207px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u802 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u802_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u803_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u803 { border-width:0px; position:absolute; left:217px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u803 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u803_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u804_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u804 { border-width:0px; position:absolute; left:227px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u804 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u804_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u805_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u805 { border-width:0px; position:absolute; left:237px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u805 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u805_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u806_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u806 { border-width:0px; position:absolute; left:247px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u806 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u806_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u807_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u807 { border-width:0px; position:absolute; left:287px; top:582px; width:122px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u807 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u807_text { border-width:0px; white-space:nowrap; text-transform:none; } #u809_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u809 { border-width:0px; position:absolute; left:177px; top:678px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u809 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u809_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u810_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u810 { border-width:0px; position:absolute; left:195px; top:670px; width:17px; height:20px; display:flex; } #u810 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u810_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u812_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u812 { border-width:0px; position:absolute; left:177px; top:726px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u812 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u812_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u813_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u813 { border-width:0px; position:absolute; left:195px; top:718px; width:17px; height:20px; display:flex; } #u813 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u813_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u815 { position:absolute; left:262px; top:630px; } #u815_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u815_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u816_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u816 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u816 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u816_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u817_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u817 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u817 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u817_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u819 { position:absolute; left:1062px; top:630px; } #u819_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u819_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u820_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u820 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u820 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u820_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u821_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u821 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u821 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u821_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u823 { position:absolute; left:302px; top:630px; } #u823_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u823_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u824_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u824 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u824 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u824_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u825_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u825 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u825 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u825_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u827 { position:absolute; left:1022px; top:630px; } #u827_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u827_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u828_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u828 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u828 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u828_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u829_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u829 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u829 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u829_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u831 { position:absolute; left:662px; top:630px; } #u831_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u831_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u832_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u832 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u832 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u832_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u833_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u833 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u833 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u833_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u835 { position:absolute; left:342px; top:630px; } #u835_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u835_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u836_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u836 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u836 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u836_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u837_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u837 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u837 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u837_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u839 { position:absolute; left:382px; top:630px; } #u839_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u839_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u840_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u840 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u840 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u840_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u841_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u841 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u841 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u841_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u843 { position:absolute; left:742px; top:726px; } #u843_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u843_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u844_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u844 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u844 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u844_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u845_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u845 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u845 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u845_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u847 { position:absolute; left:782px; top:726px; } #u847_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u847_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u848_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u848 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u848 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u848_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u849_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u849 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u849 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u849_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u851 { position:absolute; left:822px; top:726px; } #u851_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u851_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u852_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u852 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u852 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u852_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u853_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u853 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u853 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u853_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u855 { position:absolute; left:222px; top:630px; } #u855_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u855_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u856_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u856 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u856 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u856_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u857_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:296px; } #u857 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:296px; display:flex; } #u857 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u857_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u859 { position:absolute; left:1062px; top:678px; } #u859_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u859_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u860_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u860 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u860 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u860_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u861_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u861 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u861 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u861_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u863 { position:absolute; left:1102px; top:678px; } #u863_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u863_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u864_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u864 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u864 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u864_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u865_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u865 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u865 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u865_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u867 { position:absolute; left:1142px; top:678px; } #u867_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u867_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u868_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u868 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u868 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u868_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u869_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u869 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u869 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u869_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u871 { position:absolute; left:222px; top:678px; } #u871_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u871_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u872_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u872 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u872 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u872_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u873_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:296px; } #u873 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:296px; display:flex; } #u873 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u873_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u875 { position:absolute; left:222px; top:726px; } #u875_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u875_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u876_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u876 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u876 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u876_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u877_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:296px; } #u877 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:296px; display:flex; } #u877 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u877_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u879 { position:absolute; left:662px; top:678px; } #u879_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u879_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u880_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u880 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u880 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u880_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u881_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u881 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u881 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u881_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u883 { position:absolute; left:342px; top:678px; } #u883_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u883_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u884_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u884 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u884 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u884_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u885_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u885 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u885 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u885_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u887 { position:absolute; left:382px; top:678px; } #u887_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u887_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u888_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u888 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u888 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u888_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u889_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u889 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u889 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u889_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u891 { position:absolute; left:662px; top:726px; } #u891_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u891_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u892_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u892 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u892 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u892_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u893_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u893 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u893 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u893_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u895 { position:absolute; left:342px; top:726px; } #u895_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u895_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u896_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u896 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u896 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u896_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u897_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u897 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u897 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u897_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u899 { position:absolute; left:382px; top:726px; } #u899_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u899_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u900_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u900 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u900 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u900_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u901_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u901 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u901 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u901_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u902_div { border-width:0px; position:absolute; left:0px; top:0px; width:336px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u902 { border-width:0px; position:absolute; left:177px; top:768px; width:336px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u902 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u902_text { border-width:0px; white-space:nowrap; text-transform:none; } #u904 { position:absolute; left:702px; top:630px; } #u904_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u904_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u905_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u905 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u905 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u905_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u906_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u906 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u906 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u906_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u908 { position:absolute; left:422px; top:630px; } #u908_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u908_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u909_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u909 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u909 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u909_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u910_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u910 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u910 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u910_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u912 { position:absolute; left:262px; top:678px; } #u912_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u912_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u913_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u913 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u913 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u913_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u914_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u914 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u914 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u914_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u916 { position:absolute; left:302px; top:678px; } #u916_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u916_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u917_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u917 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u917 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u917_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u918_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u918 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u918 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u918_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u920 { position:absolute; left:1022px; top:678px; } #u920_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u920_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u921_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u921 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u921 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u921_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u922_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u922 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u922 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u922_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u924 { position:absolute; left:262px; top:726px; } #u924_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u924_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u925_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u925 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u925 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u925_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u926_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u926 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u926 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u926_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u928 { position:absolute; left:302px; top:726px; } #u928_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u928_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u929_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u929 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u929 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u929_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u930_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u930 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u930 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u930_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u932 { position:absolute; left:742px; top:678px; } #u932_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u932_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u933_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u933 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u933 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u933_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u934_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u934 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u934 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u934_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u936 { position:absolute; left:782px; top:678px; } #u936_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u936_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u937_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u937 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u937 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u937_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u938_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u938 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u938 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u938_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u940 { position:absolute; left:822px; top:678px; } #u940_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u940_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u941_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u941 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u941 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u941_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u942_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u942 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u942 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u942_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u944_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u944 { border-width:0px; position:absolute; left:177px; top:630px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u944 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u944_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u945_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u945 { border-width:0px; position:absolute; left:195px; top:622px; width:17px; height:20px; display:flex; } #u945 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u945_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u947 { position:absolute; left:742px; top:630px; } #u947_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u947_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u948_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u948 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u948 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u948_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u949_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u949 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u949 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u949_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u951 { position:absolute; left:782px; top:630px; } #u951_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u951_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u952_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u952 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u952 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u952_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u953_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u953 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u953 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u953_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u955 { position:absolute; left:822px; top:630px; } #u955_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u955_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u956_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u956 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u956 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u956_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u957_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u957 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u957 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u957_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u959 { position:absolute; left:462px; top:630px; } #u959_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u959_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u960_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u960 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u960 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u960_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u961_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u961 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u961 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u961_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u963 { position:absolute; left:502px; top:630px; } #u963_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u963_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u964_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u964 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u964 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u964_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u965_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u965 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u965 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u965_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u967 { position:absolute; left:542px; top:630px; } #u967_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u967_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u968_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u968 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u968 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u968_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u969_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u969 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u969 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u969_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u971 { position:absolute; left:582px; top:630px; } #u971_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u971_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u972_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u972 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u972 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u972_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u973_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u973 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u973 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u973_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u975 { position:absolute; left:622px; top:630px; } #u975_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u975_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u976_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u976 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u976 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u976_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u977_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u977 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u977 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u977_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u979 { position:absolute; left:702px; top:678px; } #u979_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u979_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u980_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u980 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u980 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u980_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u981_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u981 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u981 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u981_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u983 { position:absolute; left:462px; top:678px; } #u983_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u983_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u984_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u984 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u984 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u984_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u985_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u985 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u985 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u985_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u987 { position:absolute; left:502px; top:678px; } #u987_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u987_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u988_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u988 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u988 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u988_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u989_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u989 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u989 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u989_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u991 { position:absolute; left:542px; top:678px; } #u991_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u991_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u992_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u992 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u992 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u992_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u993_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u993 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u993 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u993_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u995 { position:absolute; left:582px; top:678px; } #u995_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u995_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u996_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u996 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u996 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u996_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u997_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u997 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u997 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u997_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u999 { position:absolute; left:622px; top:678px; } #u999_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u999_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1000_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1000 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1000 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1000_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1001_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1001 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1001 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1001_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1003 { position:absolute; left:702px; top:726px; } #u1003_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1003_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1004_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1004 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1004 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1004_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1005_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u1005 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u1005 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1005_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1007 { position:absolute; left:462px; top:726px; } #u1007_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1007_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1008_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1008 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1008 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1008_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1009_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1009 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1009 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1009_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1011 { position:absolute; left:502px; top:726px; } #u1011_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1011_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1012_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1012 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1012 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1012_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1013_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1013 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1013 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1013_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1015 { position:absolute; left:542px; top:726px; } #u1015_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1015_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1016_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1016 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1016 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1016_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1017_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1017 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1017 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1017_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1019 { position:absolute; left:582px; top:726px; } #u1019_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1019_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1020_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1020 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1020 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1020_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1021_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u1021 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u1021 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1021_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1023 { position:absolute; left:622px; top:726px; } #u1023_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1023_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1024_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1024 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1024 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1024_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1025_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1025 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1025 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1025_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1027 { position:absolute; left:902px; top:630px; } #u1027_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1027_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1028_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1028 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1028 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1028_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1029_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1029 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1029 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1029_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1031 { position:absolute; left:1142px; top:726px; } #u1031_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1031_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1032_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1032 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1032 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1032_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1033_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1033 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1033 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1033_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1035 { position:absolute; left:942px; top:726px; } #u1035_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1035_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1036_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1036 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1036 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1036_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1037_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1037 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1037 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1037_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1039 { position:absolute; left:1062px; top:726px; } #u1039_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1039_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1040_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1040 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1040 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1040_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1041_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1041 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1041 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1041_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1043 { position:absolute; left:982px; top:630px; } #u1043_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1043_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1044_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1044 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1044 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1044_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1045_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1045 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1045 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1045_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1047 { position:absolute; left:862px; top:726px; } #u1047_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1047_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1048_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1048 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1048 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1048_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1049_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1049 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1049 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1049_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1051 { position:absolute; left:1102px; top:630px; } #u1051_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1051_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1052_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1052 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1052 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1052_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1053_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1053 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1053 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1053_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1055 { position:absolute; left:1022px; top:726px; } #u1055_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1055_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1056_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1056 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1056 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1056_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1057_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1057 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1057 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1057_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1059 { position:absolute; left:862px; top:678px; } #u1059_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1059_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1060_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1060 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1060 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1060_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1061_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1061 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1061 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1061_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1063 { position:absolute; left:862px; top:630px; } #u1063_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1063_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1064_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1064 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1064 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1064_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1065_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1065 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1065 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1065_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1067 { position:absolute; left:422px; top:678px; } #u1067_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1067_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1068_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1068 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1068 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1068_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1069_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1069 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1069 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1069_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1071 { position:absolute; left:422px; top:726px; } #u1071_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1071_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1072_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1072 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1072 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1072_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1073_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1073 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1073 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1073_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1075 { position:absolute; left:942px; top:678px; } #u1075_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1075_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1076_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1076 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1076 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1076_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1077_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1077 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1077 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1077_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1079 { position:absolute; left:603px; top:768px; } #u1079_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1079_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1080_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1080 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1080 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1080_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1081_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u1081 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u1081 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1081_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1083 { position:absolute; left:563px; top:768px; } #u1083_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1083_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1084_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1084 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1084 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1084_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1085_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1085 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1085 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1085_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1087 { position:absolute; left:523px; top:768px; } #u1087_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1087_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1088_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1088 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1088 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1088_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1089_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1089 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1089 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1089_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1090_div { border-width:0px; position:absolute; left:0px; top:0px; width:213px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1090 { border-width:0px; position:absolute; left:643px; top:768px; width:213px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1090 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1090_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1092 { position:absolute; left:982px; top:726px; } #u1092_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1092_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1093_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1093 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1093 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1093_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1094_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1094 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1094 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1094_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1096 { position:absolute; left:1102px; top:726px; } #u1096_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1096_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1097_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1097 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1097 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1097_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1098_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u1098 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u1098 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1098_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1100 { position:absolute; left:902px; top:678px; } #u1100_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1100_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1101_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1101 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1101 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1101_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1102_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1102 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1102 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1102_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1104 { position:absolute; left:902px; top:726px; } #u1104_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1104_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1105_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1105 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1105 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1105_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1106_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1106 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1106 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1106_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1108 { position:absolute; left:982px; top:678px; } #u1108_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1108_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1109_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1109 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1109 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1109_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1110_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1110 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1110 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1110_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1112 { position:absolute; left:942px; top:630px; } #u1112_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1112_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1113_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1113 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1113 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1113_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1114_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1114 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1114 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1114_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1116 { position:absolute; left:1142px; top:630px; } #u1116_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1116_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1117_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1117 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1117 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1117_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1118_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1118 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1118 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1118_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1119_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u1119 { border-width:0px; position:absolute; left:30px; top:5474px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u1119 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1119_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1120_div { border-width:0px; position:absolute; left:0px; top:0px; width:181px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u1120 { border-width:0px; position:absolute; left:160px; top:5474px; width:181px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u1120 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1120_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1121_div { border-width:0px; position:absolute; left:0px; top:0px; width:420px; height:137px; background:inherit; background-color:rgba(3, 28, 93, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(170, 170, 170, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1121 { border-width:0px; position:absolute; left:160px; top:5318px; width:420px; height:137px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1121 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1121_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1123_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1123 { border-width:0px; position:absolute; left:177px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1123 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1123_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1124_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1124 { border-width:0px; position:absolute; left:187px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1124 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1124_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1125_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1125 { border-width:0px; position:absolute; left:197px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1125 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1125_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1126_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1126 { border-width:0px; position:absolute; left:207px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1126 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1126_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1127_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1127 { border-width:0px; position:absolute; left:217px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1127 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1127_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1128_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1128 { border-width:0px; position:absolute; left:227px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1128 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1128_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1129_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1129 { border-width:0px; position:absolute; left:237px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1129 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1129_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1130_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1130 { border-width:0px; position:absolute; left:247px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1130 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1130_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1131_div { border-width:0px; position:absolute; left:0px; top:0px; width:74px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1131 { border-width:0px; position:absolute; left:287px; top:5334px; width:74px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1131 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1131_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1132_div { border-width:0px; position:absolute; left:0px; top:0px; width:309px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1132 { border-width:0px; position:absolute; left:177px; top:5374px; width:309px; height:30px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1132 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1132_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1133_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#E66161; line-height:30px; } #u1133 { border-width:0px; position:absolute; left:496px; top:5374px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#E66161; line-height:30px; } #u1133 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1133_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1134_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1134 { border-width:0px; position:absolute; left:177px; top:5409px; width:192px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1134 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1134_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1135_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u1135 { border-width:0px; position:absolute; left:201px; top:5674px; width:24px; height:32px; display:flex; } #u1135 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1135_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1137_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1137 { border-width:0px; position:absolute; left:422px; top:5615px; width:22px; height:29px; display:flex; } #u1137 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1137_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1139_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1139 { border-width:0px; position:absolute; left:451px; top:5615px; width:22px; height:29px; display:flex; } #u1139 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1139_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1141_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1141 { border-width:0px; position:absolute; left:480px; top:5615px; width:22px; height:29px; display:flex; } #u1141 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1141_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1143_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1143 { border-width:0px; position:absolute; left:232px; top:5677px; width:22px; height:29px; display:flex; } #u1143 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1143_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1145_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1145 { border-width:0px; position:absolute; left:261px; top:5677px; width:22px; height:29px; display:flex; } #u1145 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1145_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1147_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1147 { border-width:0px; position:absolute; left:1004px; top:5711px; width:22px; height:29px; display:flex; } #u1147 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1147_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1149_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1149 { border-width:0px; position:absolute; left:999px; top:5682px; width:22px; height:29px; display:flex; } #u1149 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1149_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1151_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1151 { border-width:0px; position:absolute; left:941px; top:5785px; width:22px; height:29px; display:flex; } #u1151 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1151_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1153_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1153 { border-width:0px; position:absolute; left:526px; top:5817px; width:22px; height:29px; display:flex; } #u1153 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1153_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1155_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1155 { border-width:0px; position:absolute; left:555px; top:5817px; width:22px; height:29px; display:flex; } #u1155 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1155_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1157_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1157 { border-width:0px; position:absolute; left:584px; top:5817px; width:22px; height:29px; display:flex; } #u1157 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1157_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1158_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:26px; } #u1158 { border-width:0px; position:absolute; left:988px; top:4861px; width:22px; height:26px; display:flex; font-size:16px; line-height:30px; } #u1158 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1158_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1160_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1160 { border-width:0px; position:absolute; left:996px; top:6327px; width:22px; height:29px; display:flex; } #u1160 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1160_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1162_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1162 { border-width:0px; position:absolute; left:948px; top:6426px; width:22px; height:29px; display:flex; } #u1162 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1162_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1164_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1164 { border-width:0px; position:absolute; left:1025px; top:6869px; width:22px; height:29px; display:flex; } #u1164 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1164_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1166_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1166 { border-width:0px; position:absolute; left:945px; top:6862px; width:22px; height:29px; display:flex; } #u1166 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1166_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1168_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1168 { border-width:0px; position:absolute; left:185px; top:6698px; width:22px; height:29px; display:flex; } #u1168 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1168_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1170_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1170 { border-width:0px; position:absolute; left:185px; top:6734px; width:22px; height:29px; display:flex; } #u1170 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1170_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1172_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1172 { border-width:0px; position:absolute; left:340px; top:6734px; width:22px; height:29px; display:flex; } #u1172 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1172_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1173_div { border-width:0px; position:absolute; left:0px; top:0px; width:220px; height:107px; background:inherit; background-color:rgba(3, 28, 93, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(170, 170, 170, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1173 { border-width:0px; position:absolute; left:160px; top:5048px; width:220px; height:107px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1173 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1173_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1175_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1175 { border-width:0px; position:absolute; left:177px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1175 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1175_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1176_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1176 { border-width:0px; position:absolute; left:187px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1176 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1176_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1177_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1177 { border-width:0px; position:absolute; left:197px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1177 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1177_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1178_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1178 { border-width:0px; position:absolute; left:207px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1178 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1178_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1179_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1179 { border-width:0px; position:absolute; left:217px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1179 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1179_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1180_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1180 { border-width:0px; position:absolute; left:227px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1180 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1180_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1181_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1181 { border-width:0px; position:absolute; left:237px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1181 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1181_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1182_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1182 { border-width:0px; position:absolute; left:247px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1182 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1182_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1183_div { border-width:0px; position:absolute; left:0px; top:0px; width:74px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1183 { border-width:0px; position:absolute; left:287px; top:5064px; width:74px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1183 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1183_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1185 { position:absolute; left:296px; top:5109px; } #u1185_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1185_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1186_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1186 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1186 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1186_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1187_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u1187 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u1187 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1187_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1188_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1188 { border-width:0px; position:absolute; left:222px; top:5109px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1188 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1188_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1190_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1190 { border-width:0px; position:absolute; left:177px; top:5108px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1190 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1190_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1191_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u1191 { border-width:0px; position:absolute; left:195px; top:5100px; width:17px; height:20px; display:flex; } #u1191 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1191_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1192_div { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#80FFFF; } #u1192 { border-width:0px; position:absolute; left:196px; top:5120px; width:15px; height:19px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#80FFFF; } #u1192 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1192_text { border-width:0px; white-space:nowrap; text-transform:none; }
a8s/shenshen/files/p1/styles.css
body { margin:0px; background-image:none; position:relative; left:0px; width:1200px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u221 { position:fixed; right:50px; bottom:50px; width:70px; height:139px; } #u221_state0 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:139px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u221_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u222 { position:absolute; left:0px; top:0px; } #u222_state0 { position:relative; left:0px; top:0px; width:70px; height:70px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u222_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u223 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u224_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u224 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u224 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u224_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u224.mouseOver { } #u224_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u225_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:24px; } #u225 { border-width:0px; position:absolute; left:23px; top:23px; width:25px; height:24px; display:flex; } #u225 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u225_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u226_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u226 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u226 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u226_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u226.mouseOver { } #u226_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u227 { position:absolute; left:0px; top:69px; } #u227_state0 { position:relative; left:0px; top:0px; width:70px; height:70px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u227_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u228 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u229_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u229 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u229 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u229_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u229.mouseOver { } #u229_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u230_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:20px; } #u230 { border-width:0px; position:absolute; left:23px; top:26px; width:25px; height:20px; display:flex; } #u230 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u230_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u231_div { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u231 { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u231 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u231_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:70px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u231.mouseOver { } #u231_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u232_div { border-width:0px; position:absolute; left:0px; top:0px; width:1093px; height:25px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u232 { border-width:0px; position:absolute; left:58px; top:4px; width:1093px; height:25px; display:flex; } #u232 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u232_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u233_div { border-width:0px; position:absolute; left:0px; top:0px; width:238px; height:47px; background:inherit; background-color:rgba(245, 154, 35, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u233 { border-width:0px; position:absolute; left:505px; top:7963px; width:238px; height:47px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u233 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u233_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u234_div { border-width:0px; position:absolute; left:0px; top:0px; width:599px; height:164px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u234 { border-width:0px; position:absolute; left:160px; top:4861px; width:599px; height:164px; display:flex; } #u234 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u234_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u235_div { border-width:0px; position:absolute; left:0px; top:0px; width:612px; height:249px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u235 { border-width:0px; position:absolute; left:160px; top:2718px; width:612px; height:249px; display:flex; } #u235 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u235_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u236_div { border-width:0px; position:absolute; left:0px; top:0px; width:550px; height:121px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u236 { border-width:0px; position:absolute; left:160px; top:1977px; width:550px; height:121px; display:flex; } #u236 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u236_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u237_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u237 { border-width:0px; position:absolute; left:160px; top:845px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u237 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u237_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u238_div { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:150px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u238 { border-width:0px; position:absolute; left:160px; top:7081px; width:368px; height:150px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u238 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u238_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u239 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u240_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u240 { border-width:0px; position:absolute; left:800px; top:3028px; width:370px; height:370px; display:flex; } #u240 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u240_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u241_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u241 { border-width:0px; position:absolute; left:800px; top:3213px; width:370px; height:1px; display:flex; } #u241 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u241_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u242_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u242 { border-width:0px; position:absolute; left:864px; top:3092px; width:242px; height:242px; display:flex; } #u242 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u242_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u243_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u243 { border-width:0px; position:absolute; left:800px; top:3213px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u243 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u243_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u244_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u244 { border-width:0px; position:absolute; left:917px; top:3145px; width:137px; height:137px; display:flex; } #u244 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u244_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u245_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u245 { border-width:0px; position:absolute; left:979px; top:3029px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u245 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u245_text { border-width:0px; white-space:nowrap; text-transform:none; } #u246_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u246 { border-width:0px; position:absolute; left:859px; top:3201px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u246 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u246_text { border-width:0px; white-space:nowrap; text-transform:none; } #u247_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u247 { border-width:0px; position:absolute; left:980px; top:3374px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u247 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u247_text { border-width:0px; white-space:nowrap; text-transform:none; } #u248 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u249_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u249 { border-width:0px; position:absolute; left:800px; top:6660px; width:370px; height:370px; display:flex; } #u249 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u249_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u250_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u250 { border-width:0px; position:absolute; left:800px; top:6845px; width:370px; height:1px; display:flex; } #u250 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u250_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u251_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u251 { border-width:0px; position:absolute; left:864px; top:6724px; width:242px; height:242px; display:flex; } #u251 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u251_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u252_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u252 { border-width:0px; position:absolute; left:800px; top:6845px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u252 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u252_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u253_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u253 { border-width:0px; position:absolute; left:917px; top:6777px; width:137px; height:137px; display:flex; } #u253 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u253_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u254_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u254 { border-width:0px; position:absolute; left:979px; top:6661px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u254 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u254_text { border-width:0px; white-space:nowrap; text-transform:none; } #u255_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u255 { border-width:0px; position:absolute; left:859px; top:6833px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u255 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u255_text { border-width:0px; white-space:nowrap; text-transform:none; } #u256_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u256 { border-width:0px; position:absolute; left:980px; top:7006px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u256 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u256_text { border-width:0px; white-space:nowrap; text-transform:none; } #u257_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u257 { border-width:0px; position:absolute; left:913px; top:6820px; width:52px; height:52px; display:flex; } #u257 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u257_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u258_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u258 { border-width:0px; position:absolute; left:959px; top:6860px; width:52px; height:52px; display:flex; } #u258 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u258_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u259_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u259 { border-width:0px; position:absolute; left:1000px; top:6818px; width:52px; height:52px; display:flex; } #u259 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u259_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u260_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u260 { border-width:0px; position:absolute; left:958px; top:6780px; width:52px; height:52px; display:flex; } #u260 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u260_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u261_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u261 { border-width:0px; position:absolute; left:917px; top:6862px; width:52px; height:52px; display:flex; } #u261 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u261_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u262_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u262 { border-width:0px; position:absolute; left:995px; top:6869px; width:52px; height:52px; display:flex; } #u262 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u262_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u263 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u264_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264 { border-width:0px; position:absolute; left:800px; top:4315px; width:370px; height:370px; display:flex; } #u264 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u264_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u265_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u265 { border-width:0px; position:absolute; left:800px; top:4500px; width:370px; height:1px; display:flex; } #u265 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u265_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u266_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u266 { border-width:0px; position:absolute; left:864px; top:4379px; width:242px; height:242px; display:flex; } #u266 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u266_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u267_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u267 { border-width:0px; position:absolute; left:800px; top:4500px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u267 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u267_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u268_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u268 { border-width:0px; position:absolute; left:917px; top:4432px; width:137px; height:137px; display:flex; } #u268 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u268_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u269_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u269 { border-width:0px; position:absolute; left:979px; top:4316px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u269 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u269_text { border-width:0px; white-space:nowrap; text-transform:none; } #u270_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u270 { border-width:0px; position:absolute; left:859px; top:4488px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u270 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u270_text { border-width:0px; white-space:nowrap; text-transform:none; } #u271_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u271 { border-width:0px; position:absolute; left:980px; top:4661px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u271 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u271_text { border-width:0px; white-space:nowrap; text-transform:none; } #u272_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272 { border-width:0px; position:absolute; left:843px; top:4548px; width:90px; height:90px; display:flex; } #u272 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u272_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u273_div { border-width:0px; position:absolute; left:0px; top:0px; width:31px; height:221px; background:inherit; background-color:rgba(188, 188, 188, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u273 { border-width:0px; position:absolute; left:912px; top:4487px; width:31px; height:221px; display:flex; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); transform:rotate(30deg); } #u273 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u273_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u274 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u275_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u275 { border-width:0px; position:absolute; left:800px; top:3456px; width:370px; height:370px; display:flex; } #u275 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u275_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u276_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u276 { border-width:0px; position:absolute; left:800px; top:3641px; width:370px; height:1px; display:flex; } #u276 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u276_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u277_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u277 { border-width:0px; position:absolute; left:864px; top:3520px; width:242px; height:242px; display:flex; } #u277 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u277_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u278_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u278 { border-width:0px; position:absolute; left:800px; top:3641px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u278 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u278_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u279_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u279 { border-width:0px; position:absolute; left:917px; top:3573px; width:137px; height:137px; display:flex; } #u279 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u279_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u280_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u280 { border-width:0px; position:absolute; left:979px; top:3457px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u280 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u280_text { border-width:0px; white-space:nowrap; text-transform:none; } #u281_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u281 { border-width:0px; position:absolute; left:859px; top:3629px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u281 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u281_text { border-width:0px; white-space:nowrap; text-transform:none; } #u282_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u282 { border-width:0px; position:absolute; left:980px; top:3802px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u282 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u282_text { border-width:0px; white-space:nowrap; text-transform:none; } #u283_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u283 { border-width:0px; position:absolute; left:1036px; top:3689px; width:90px; height:90px; display:flex; } #u283 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u283_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u284_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u284 { border-width:0px; position:absolute; left:843px; top:3689px; width:90px; height:90px; display:flex; } #u284 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u284_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u285_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u285 { border-width:0px; position:absolute; left:1036px; top:3503px; width:90px; height:90px; display:flex; } #u285 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u285_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u286_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u286 { border-width:0px; position:absolute; left:843px; top:3503px; width:90px; height:90px; display:flex; } #u286 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u286_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u287_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u287 { border-width:0px; position:absolute; left:1036px; top:3543px; width:52px; height:52px; display:flex; } #u287 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u287_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u288_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u288 { border-width:0px; position:absolute; left:1027px; top:3615px; width:52px; height:52px; display:flex; } #u288 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u288_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u289_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u289 { border-width:0px; position:absolute; left:959px; top:3656px; width:52px; height:52px; display:flex; } #u289 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u289_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u290_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u290 { border-width:0px; position:absolute; left:995px; top:3615px; width:52px; height:52px; display:flex; } #u290 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u290_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u291_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u291 { border-width:0px; position:absolute; left:891px; top:3681px; width:52px; height:52px; display:flex; } #u291 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u291_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u292_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u292 { border-width:0px; position:absolute; left:1029px; top:3681px; width:52px; height:52px; display:flex; } #u292 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u292_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u293 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u294_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u294 { border-width:0px; position:absolute; left:800px; top:2597px; width:370px; height:370px; display:flex; } #u294 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u294_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u295_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u295 { border-width:0px; position:absolute; left:800px; top:2782px; width:370px; height:1px; display:flex; } #u295 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u295_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u296_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u296 { border-width:0px; position:absolute; left:864px; top:2661px; width:242px; height:242px; display:flex; } #u296 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u296_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u297_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u297 { border-width:0px; position:absolute; left:800px; top:2782px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u297 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u297_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u298_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u298 { border-width:0px; position:absolute; left:917px; top:2714px; width:137px; height:137px; display:flex; } #u298 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u298_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u299_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u299 { border-width:0px; position:absolute; left:979px; top:2598px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u299 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u299_text { border-width:0px; white-space:nowrap; text-transform:none; } #u300_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u300 { border-width:0px; position:absolute; left:859px; top:2770px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u300 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u300_text { border-width:0px; white-space:nowrap; text-transform:none; } #u301_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u301 { border-width:0px; position:absolute; left:980px; top:2943px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u301 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u301_text { border-width:0px; white-space:nowrap; text-transform:none; } #u302_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u302 { border-width:0px; position:absolute; left:1036px; top:2830px; width:90px; height:90px; display:flex; } #u302 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u302_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u303_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u303 { border-width:0px; position:absolute; left:843px; top:2830px; width:90px; height:90px; display:flex; } #u303 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u303_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u304_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u304 { border-width:0px; position:absolute; left:1036px; top:2644px; width:90px; height:90px; display:flex; } #u304 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u304_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u305_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u305 { border-width:0px; position:absolute; left:843px; top:2644px; width:90px; height:90px; display:flex; } #u305 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u305_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u306 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u307_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u307 { border-width:0px; position:absolute; left:800px; top:2155px; width:370px; height:370px; display:flex; } #u307 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u307_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u308_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u308 { border-width:0px; position:absolute; left:800px; top:2340px; width:370px; height:1px; display:flex; } #u308 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u308_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u309_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u309 { border-width:0px; position:absolute; left:864px; top:2219px; width:242px; height:242px; display:flex; } #u309 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u309_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u310_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u310 { border-width:0px; position:absolute; left:800px; top:2340px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u310 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u310_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u311_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u311 { border-width:0px; position:absolute; left:917px; top:2272px; width:137px; height:137px; display:flex; } #u311 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u311_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u312_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u312 { border-width:0px; position:absolute; left:979px; top:2156px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u312 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u312_text { border-width:0px; white-space:nowrap; text-transform:none; } #u313_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u313 { border-width:0px; position:absolute; left:859px; top:2328px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u313 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u313_text { border-width:0px; white-space:nowrap; text-transform:none; } #u314_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u314 { border-width:0px; position:absolute; left:980px; top:2501px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u314 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u314_text { border-width:0px; white-space:nowrap; text-transform:none; } #u315_div { border-width:0px; position:absolute; left:0px; top:0px; width:31px; height:214px; background:inherit; background-color:rgba(188, 188, 188, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u315 { border-width:0px; position:absolute; left:909px; top:2333px; width:31px; height:214px; display:flex; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); transform:rotate(30deg); } #u315 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u315_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u316 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u317_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u317 { border-width:0px; position:absolute; left:800px; top:1302px; width:370px; height:370px; display:flex; } #u317 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u317_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u318_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u318 { border-width:0px; position:absolute; left:800px; top:1487px; width:370px; height:1px; display:flex; } #u318 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u318_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u319_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u319 { border-width:0px; position:absolute; left:864px; top:1366px; width:242px; height:242px; display:flex; } #u319 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u319_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u320_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u320 { border-width:0px; position:absolute; left:800px; top:1487px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u320 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u320_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u321_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u321 { border-width:0px; position:absolute; left:917px; top:1419px; width:137px; height:137px; display:flex; } #u321 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u321_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u322_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u322 { border-width:0px; position:absolute; left:979px; top:1303px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u322 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u322_text { border-width:0px; white-space:nowrap; text-transform:none; } #u323_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u323 { border-width:0px; position:absolute; left:859px; top:1475px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u323 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u323_text { border-width:0px; white-space:nowrap; text-transform:none; } #u324_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u324 { border-width:0px; position:absolute; left:980px; top:1648px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u324 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u324_text { border-width:0px; white-space:nowrap; text-transform:none; } #u325_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u325 { border-width:0px; position:absolute; left:959px; top:1504px; width:52px; height:52px; display:flex; } #u325 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u325_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u326_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u326 { border-width:0px; position:absolute; left:943px; top:1540px; width:52px; height:52px; display:flex; } #u326 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u326_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u327_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u327 { border-width:0px; position:absolute; left:969px; top:1566px; width:52px; height:52px; display:flex; } #u327 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u327_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u328 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u329_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u329 { border-width:0px; position:absolute; left:800px; top:874px; width:370px; height:370px; display:flex; } #u329 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u329_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u330_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u330 { border-width:0px; position:absolute; left:800px; top:1059px; width:370px; height:1px; display:flex; } #u330 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u330_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u331_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u331 { border-width:0px; position:absolute; left:864px; top:938px; width:242px; height:242px; display:flex; } #u331 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u331_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u332_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u332 { border-width:0px; position:absolute; left:800px; top:1059px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u332 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u332_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u333_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u333 { border-width:0px; position:absolute; left:917px; top:991px; width:137px; height:137px; display:flex; } #u333 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u333_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u334_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u334 { border-width:0px; position:absolute; left:979px; top:875px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u334 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u334_text { border-width:0px; white-space:nowrap; text-transform:none; } #u335_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u335 { border-width:0px; position:absolute; left:859px; top:1047px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u335 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u335_text { border-width:0px; white-space:nowrap; text-transform:none; } #u336_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u336 { border-width:0px; position:absolute; left:980px; top:1220px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u336 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u336_text { border-width:0px; white-space:nowrap; text-transform:none; } #u337_div { border-width:0px; position:absolute; left:0px; top:0px; width:80px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u337 { border-width:0px; position:absolute; left:160px; top:170px; width:80px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u337 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u337_text { border-width:0px; white-space:nowrap; text-transform:none; } #u338_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u338 { border-width:0px; position:absolute; left:960px; top:1034px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u338 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u338_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u339_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u339 { border-width:0px; position:absolute; left:960px; top:1078px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u339 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u339_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u340_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u340 { border-width:0px; position:absolute; left:969px; top:1004px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u340 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u340_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u341_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u341 { border-width:0px; position:absolute; left:960px; top:1120px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u341 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u341_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u342_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u342 { border-width:0px; position:absolute; left:969px; top:1094px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u342 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u342_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u343_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u343 { border-width:0px; position:absolute; left:978px; top:1094px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u343 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u343_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u344_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u344 { border-width:0px; position:absolute; left:960px; top:1094px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u344 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u344_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u345_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u345 { border-width:0px; position:absolute; left:969px; top:1103px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u345 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u345_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u346_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u346 { border-width:0px; position:absolute; left:978px; top:1078px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u346 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u346_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u347_div { border-width:0px; position:absolute; left:0px; top:0px; width:80px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u347 { border-width:0px; position:absolute; left:179px; top:1991px; width:80px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u347 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u347_text { border-width:0px; white-space:nowrap; text-transform:none; } #u348_div { border-width:0px; position:absolute; left:0px; top:0px; width:512px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u348 { border-width:0px; position:absolute; left:179px; top:2024px; width:512px; height:60px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u348 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u348_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u349_div { border-width:0px; position:absolute; left:0px; top:0px; width:72px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u349 { border-width:0px; position:absolute; left:30px; top:170px; width:72px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u349 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u349_text { border-width:0px; white-space:nowrap; text-transform:none; } #u350_div { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#0000FF; line-height:30px; } #u350 { border-width:0px; position:absolute; left:160px; top:928px; width:16px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#0000FF; line-height:30px; } #u350 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u350_text { border-width:0px; white-space:nowrap; text-transform:none; } #u351_div { border-width:0px; position:absolute; left:0px; top:0px; width:176px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u351 { border-width:0px; position:absolute; left:182px; top:928px; width:176px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u351 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u351_text { border-width:0px; white-space:nowrap; text-transform:none; } #u352_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u352 { border-width:0px; position:absolute; left:30px; top:930px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u352 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u352_text { border-width:0px; white-space:nowrap; text-transform:none; } #u353_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u353 { border-width:0px; position:absolute; left:30px; top:960px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u353 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u353_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u354_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u354 { border-width:0px; position:absolute; left:160px; top:960px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u354 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u354_text { border-width:0px; white-space:nowrap; text-transform:none; } #u355_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u355 { border-width:0px; position:absolute; left:160px; top:1271px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u355 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u355_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u356_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u356 { border-width:0px; position:absolute; left:30px; top:1296px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u356 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u356_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u357_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u357 { border-width:0px; position:absolute; left:160px; top:1296px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u357 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u357_text { border-width:0px; white-space:nowrap; text-transform:none; } #u358_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u358 { border-width:0px; position:absolute; left:960px; top:1462px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u358 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u358_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u359_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u359 { border-width:0px; position:absolute; left:1010px; top:1471px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u359 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u359_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u360_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u360 { border-width:0px; position:absolute; left:969px; top:1432px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u360 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u360_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u361_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u361 { border-width:0px; position:absolute; left:953px; top:1550px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u361 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u361_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u362_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u362 { border-width:0px; position:absolute; left:969px; top:1514px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u362 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u362_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u363_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u363 { border-width:0px; position:absolute; left:959px; top:1504px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u363 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u363_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u364_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u364 { border-width:0px; position:absolute; left:979px; top:1514px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u364 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u364_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u365_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u365 { border-width:0px; position:absolute; left:996px; top:1498px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u365 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u365_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u366_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u366 { border-width:0px; position:absolute; left:979px; top:1576px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u366 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u366_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u367 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u368_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u368 { border-width:0px; position:absolute; left:800px; top:1728px; width:370px; height:370px; display:flex; } #u368 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u368_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u369_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u369 { border-width:0px; position:absolute; left:800px; top:1913px; width:370px; height:1px; display:flex; } #u369 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u369_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u370_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u370 { border-width:0px; position:absolute; left:864px; top:1792px; width:242px; height:242px; display:flex; } #u370 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u370_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u371_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u371 { border-width:0px; position:absolute; left:800px; top:1913px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u371 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u371_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u372_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u372 { border-width:0px; position:absolute; left:917px; top:1845px; width:137px; height:137px; display:flex; } #u372 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u372_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u373_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u373 { border-width:0px; position:absolute; left:979px; top:1729px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u373 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u373_text { border-width:0px; white-space:nowrap; text-transform:none; } #u374_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u374 { border-width:0px; position:absolute; left:859px; top:1901px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u374 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u374_text { border-width:0px; white-space:nowrap; text-transform:none; } #u375_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u375 { border-width:0px; position:absolute; left:980px; top:2074px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u375 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u375_text { border-width:0px; white-space:nowrap; text-transform:none; } #u376_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u376 { border-width:0px; position:absolute; left:959px; top:1930px; width:52px; height:52px; display:flex; } #u376 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u376_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u377_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u377 { border-width:0px; position:absolute; left:943px; top:1966px; width:52px; height:52px; display:flex; } #u377 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u377_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u378_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u378 { border-width:0px; position:absolute; left:969px; top:1992px; width:52px; height:52px; display:flex; } #u378 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u378_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u379_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u379 { border-width:0px; position:absolute; left:160px; top:1698px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u379 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u379_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u380_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u380 { border-width:0px; position:absolute; left:30px; top:1729px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u380 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u380_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u381_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u381 { border-width:0px; position:absolute; left:160px; top:1729px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u381 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u381_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u382_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u382 { border-width:0px; position:absolute; left:960px; top:1888px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u382 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u382_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u383_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u383 { border-width:0px; position:absolute; left:1010px; top:1897px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u383 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u383_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u384_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u384 { border-width:0px; position:absolute; left:969px; top:1858px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u384 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u384_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u385_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u385 { border-width:0px; position:absolute; left:1005px; top:1950px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u385 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u385_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u386_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u386 { border-width:0px; position:absolute; left:928px; top:1891px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u386 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u386_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u387_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u387 { border-width:0px; position:absolute; left:996px; top:1882px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u387 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u387_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u388_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u388 { border-width:0px; position:absolute; left:1020px; top:1897px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u388 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u388_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u389_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u389 { border-width:0px; position:absolute; left:1011px; top:1918px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u389 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u389_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u390_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u390 { border-width:0px; position:absolute; left:927px; top:1933px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u390 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u390_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u391_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u391 { border-width:0px; position:absolute; left:160px; top:2125px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u391 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u391_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u392_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u392 { border-width:0px; position:absolute; left:30px; top:2156px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u392 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u392_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u393_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u393 { border-width:0px; position:absolute; left:160px; top:2156px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u393 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u393_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u394_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u394 { border-width:0px; position:absolute; left:960px; top:2315px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u394 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u394_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u395_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u395 { border-width:0px; position:absolute; left:1005px; top:2325px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u395 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u395_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u396_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u396 { border-width:0px; position:absolute; left:969px; top:2285px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u396 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u396_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u397_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u397 { border-width:0px; position:absolute; left:1005px; top:2375px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u397 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u397_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u398_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u398 { border-width:0px; position:absolute; left:928px; top:2318px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u398 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u398_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u399_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u399 { border-width:0px; position:absolute; left:996px; top:2309px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u399 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u399_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u400_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u400 { border-width:0px; position:absolute; left:1020px; top:2324px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u400 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u400_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u401_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u401 { border-width:0px; position:absolute; left:1022px; top:2351px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u401 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u401_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u402_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u402 { border-width:0px; position:absolute; left:901px; top:2360px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u402 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u402_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u403_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u403 { border-width:0px; position:absolute; left:30px; top:2186px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u403 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u403_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u404_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u404 { border-width:0px; position:absolute; left:160px; top:2186px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u404 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u404_text { border-width:0px; white-space:nowrap; text-transform:none; } #u405_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u405 { border-width:0px; position:absolute; left:160px; top:2567px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u405 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u405_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u406_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u406 { border-width:0px; position:absolute; left:30px; top:2598px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u406 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u406_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u407_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u407 { border-width:0px; position:absolute; left:160px; top:2598px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u407 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u407_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u408_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u408 { border-width:0px; position:absolute; left:960px; top:2757px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u408 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u408_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u409_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u409 { border-width:0px; position:absolute; left:1005px; top:2766px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u409 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u409_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u410_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u410 { border-width:0px; position:absolute; left:969px; top:2727px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u410 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u410_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u411_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u411 { border-width:0px; position:absolute; left:1039px; top:2832px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u411 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u411_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u412_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u412 { border-width:0px; position:absolute; left:937px; top:2741px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u412 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u412_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u413_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u413 { border-width:0px; position:absolute; left:995px; top:2741px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u413 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u413_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u414_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u414 { border-width:0px; position:absolute; left:1037px; top:2766px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u414 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u414_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u415_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u415 { border-width:0px; position:absolute; left:969px; top:2807px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u415 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u415_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u416_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u416 { border-width:0px; position:absolute; left:900px; top:2831px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u416 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u416_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u417_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u417 { border-width:0px; position:absolute; left:160px; top:2628px; width:32px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u417 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u417_text { border-width:0px; white-space:nowrap; text-transform:none; } #u418_div { border-width:0px; position:absolute; left:0px; top:0px; width:240px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u418 { border-width:0px; position:absolute; left:209px; top:2628px; width:240px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u418 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u418_text { border-width:0px; white-space:nowrap; text-transform:none; } #u419_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u419 { border-width:0px; position:absolute; left:1036px; top:3261px; width:90px; height:90px; display:flex; } #u419 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u419_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u420_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u420 { border-width:0px; position:absolute; left:843px; top:3261px; width:90px; height:90px; display:flex; } #u420 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u420_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u421_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u421 { border-width:0px; position:absolute; left:1036px; top:3075px; width:90px; height:90px; display:flex; } #u421 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u421_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u422_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u422 { border-width:0px; position:absolute; left:843px; top:3075px; width:90px; height:90px; display:flex; } #u422 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u422_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u423_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u423 { border-width:0px; position:absolute; left:160px; top:2997px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u423 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u423_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u424_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u424 { border-width:0px; position:absolute; left:30px; top:3028px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u424 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u424_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u425_div { border-width:0px; position:absolute; left:0px; top:0px; width:118px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u425 { border-width:0px; position:absolute; left:160px; top:3028px; width:118px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u425 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u425_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u426_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u426 { border-width:0px; position:absolute; left:960px; top:3188px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u426 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u426_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u427_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u427 { border-width:0px; position:absolute; left:1005px; top:3197px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u427 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u427_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u428_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u428 { border-width:0px; position:absolute; left:969px; top:3158px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u428 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u428_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u429_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u429 { border-width:0px; position:absolute; left:1039px; top:3263px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u429 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u429_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u430_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u430 { border-width:0px; position:absolute; left:893px; top:3126px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u430 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u430_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u431_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u431 { border-width:0px; position:absolute; left:1046px; top:3126px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u431 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u431_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u432_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u432 { border-width:0px; position:absolute; left:1037px; top:3197px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u432 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u432_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u433_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u433 { border-width:0px; position:absolute; left:969px; top:3238px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u433 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u433_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u434_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u434 { border-width:0px; position:absolute; left:901px; top:3263px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u434 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u434_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u435_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#FF3366; line-height:30px; } #u435 { border-width:0px; position:absolute; left:160px; top:3058px; width:32px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#FF3366; line-height:30px; } #u435 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u435_text { border-width:0px; white-space:nowrap; text-transform:none; } #u436_div { border-width:0px; position:absolute; left:0px; top:0px; width:184px; height:59px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u436 { border-width:0px; position:absolute; left:209px; top:3058px; width:184px; height:59px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u436 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u436_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u437_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u437 { border-width:0px; position:absolute; left:875px; top:3107px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u437 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u437_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u438_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u438 { border-width:0px; position:absolute; left:1069px; top:3107px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u438 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u438_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u439_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u439 { border-width:0px; position:absolute; left:875px; top:3295px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u439 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u439_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u440_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u440 { border-width:0px; position:absolute; left:1069px; top:3295px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u440 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u440_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u441_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u441 { border-width:0px; position:absolute; left:897px; top:3125px; width:1px; height:11px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u441 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u441_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u442_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u442 { border-width:0px; position:absolute; left:1068px; top:3284px; width:1px; height:17px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u442 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u442_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u443_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u443 { border-width:0px; position:absolute; left:1072px; top:3125px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u443 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u443_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u444_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u444 { border-width:0px; position:absolute; left:901px; top:3287px; width:1px; height:17px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u444 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u444_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u445_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u445 { border-width:0px; position:absolute; left:160px; top:3426px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u445 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u445_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u446_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u446 { border-width:0px; position:absolute; left:30px; top:3456px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u446 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u446_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u447_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u447 { border-width:0px; position:absolute; left:160px; top:3456px; width:122px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u447 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u447_text { border-width:0px; white-space:nowrap; text-transform:none; } #u448_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u448 { border-width:0px; position:absolute; left:960px; top:3616px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u448 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u448_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u449_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u449 { border-width:0px; position:absolute; left:1005px; top:3625px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u449 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u449_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u450_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u450 { border-width:0px; position:absolute; left:969px; top:3586px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u450 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u450_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u451_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u451 { border-width:0px; position:absolute; left:1039px; top:3691px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u451 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u451_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u452_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u452 { border-width:0px; position:absolute; left:893px; top:3554px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u452 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u452_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u453_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u453 { border-width:0px; position:absolute; left:1046px; top:3554px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u453 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u453_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u454_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u454 { border-width:0px; position:absolute; left:1037px; top:3625px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u454 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u454_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u455_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u455 { border-width:0px; position:absolute; left:969px; top:3666px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u455 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u455_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u456_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u456 { border-width:0px; position:absolute; left:901px; top:3691px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u456 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u456_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u457_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u457 { border-width:0px; position:absolute; left:875px; top:3535px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u457 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u457_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u458_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u458 { border-width:0px; position:absolute; left:1069px; top:3535px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u458 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u458_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u459_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u459 { border-width:0px; position:absolute; left:875px; top:3723px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u459 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u459_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u460_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u460 { border-width:0px; position:absolute; left:1069px; top:3723px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u460 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u460_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u461_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u461 { border-width:0px; position:absolute; left:897px; top:3553px; width:1px; height:11px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u461 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u461_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u462_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u462 { border-width:0px; position:absolute; left:1068px; top:3712px; width:1px; height:17px; display:flex; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -ms-transform:rotate(315deg); transform:rotate(315deg); } #u462 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u462_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u463_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u463 { border-width:0px; position:absolute; left:1072px; top:3553px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u463 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u463_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u464_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u464 { border-width:0px; position:absolute; left:901px; top:3715px; width:1px; height:17px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u464 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u464_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u465_div { border-width:0px; position:absolute; left:0px; top:0px; width:168px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u465 { border-width:0px; position:absolute; left:997px; top:3351px; width:168px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u465 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u465_text { border-width:0px; white-space:nowrap; text-transform:none; } #u466 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u467_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u467 { border-width:0px; position:absolute; left:800px; top:3885px; width:370px; height:370px; display:flex; } #u467 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u467_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u468_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u468 { border-width:0px; position:absolute; left:800px; top:4070px; width:370px; height:1px; display:flex; } #u468 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u468_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u469_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u469 { border-width:0px; position:absolute; left:864px; top:3949px; width:242px; height:242px; display:flex; } #u469 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u469_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u470_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u470 { border-width:0px; position:absolute; left:800px; top:4070px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u470 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u470_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u471_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u471 { border-width:0px; position:absolute; left:917px; top:4002px; width:137px; height:137px; display:flex; } #u471 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u471_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u472_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u472 { border-width:0px; position:absolute; left:979px; top:3886px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u472 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u472_text { border-width:0px; white-space:nowrap; text-transform:none; } #u473_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u473 { border-width:0px; position:absolute; left:859px; top:4058px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u473 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u473_text { border-width:0px; white-space:nowrap; text-transform:none; } #u474_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u474 { border-width:0px; position:absolute; left:980px; top:4231px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u474 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u474_text { border-width:0px; white-space:nowrap; text-transform:none; } #u475_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u475 { border-width:0px; position:absolute; left:1036px; top:4118px; width:90px; height:90px; display:flex; } #u475 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u475_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u476_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u476 { border-width:0px; position:absolute; left:843px; top:4118px; width:90px; height:90px; display:flex; } #u476 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u476_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u477_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u477 { border-width:0px; position:absolute; left:1036px; top:3932px; width:90px; height:90px; display:flex; } #u477 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u477_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u478_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u478 { border-width:0px; position:absolute; left:843px; top:3932px; width:90px; height:90px; display:flex; } #u478 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u478_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u479_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u479 { border-width:0px; position:absolute; left:1036px; top:3972px; width:52px; height:52px; display:flex; } #u479 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u479_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u480_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u480 { border-width:0px; position:absolute; left:1027px; top:4044px; width:52px; height:52px; display:flex; } #u480 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u480_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u481_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u481 { border-width:0px; position:absolute; left:959px; top:4085px; width:52px; height:52px; display:flex; } #u481 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u481_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u482_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u482 { border-width:0px; position:absolute; left:995px; top:4044px; width:52px; height:52px; display:flex; } #u482 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u482_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u483_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u483 { border-width:0px; position:absolute; left:891px; top:4110px; width:52px; height:52px; display:flex; } #u483 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u483_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u484_img { border-width:0px; position:absolute; left:0px; top:0px; width:52px; height:52px; } #u484 { border-width:0px; position:absolute; left:1029px; top:4110px; width:52px; height:52px; display:flex; } #u484 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u484_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u485_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u485 { border-width:0px; position:absolute; left:160px; top:3855px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u485 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u485_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u486_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u486 { border-width:0px; position:absolute; left:30px; top:3886px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u486 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u486_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u487_div { border-width:0px; position:absolute; left:0px; top:0px; width:233px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u487 { border-width:0px; position:absolute; left:160px; top:3886px; width:233px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u487 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u487_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u488_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u488 { border-width:0px; position:absolute; left:960px; top:4045px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u488 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u488_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u489_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u489 { border-width:0px; position:absolute; left:937px; top:4056px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u489 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u489_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u490_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u490 { border-width:0px; position:absolute; left:969px; top:4015px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u490 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u490_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u491_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u491 { border-width:0px; position:absolute; left:1039px; top:4172px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u491 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u491_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u492_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u492 { border-width:0px; position:absolute; left:849px; top:3983px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u492 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u492_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u493_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u493 { border-width:0px; position:absolute; left:1088px; top:3983px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u493 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u493_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u494_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u494 { border-width:0px; position:absolute; left:923px; top:4055px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u494 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u494_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u495_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u495 { border-width:0px; position:absolute; left:911px; top:4055px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u495 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u495_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u496_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u496 { border-width:0px; position:absolute; left:895px; top:4172px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u496 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u496_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u497_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u497 { border-width:0px; position:absolute; left:875px; top:3964px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u497 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u497_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u498_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u498 { border-width:0px; position:absolute; left:1069px; top:3964px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u498 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u498_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u499_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u499 { border-width:0px; position:absolute; left:875px; top:4152px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u499 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u499_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u500_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u500 { border-width:0px; position:absolute; left:1069px; top:4152px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u500 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u500_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u501_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u501 { border-width:0px; position:absolute; left:876px; top:3982px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u501 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u501_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u502_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u502 { border-width:0px; position:absolute; left:1092px; top:3982px; width:1px; height:11px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u502 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u502_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u503_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u503 { border-width:0px; position:absolute; left:897px; top:4166px; width:1px; height:17px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u503 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u503_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u504_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u504 { border-width:0px; position:absolute; left:1069px; top:4168px; width:1px; height:17px; display:flex; -webkit-transform:rotate(219deg); -moz-transform:rotate(219deg); -ms-transform:rotate(219deg); transform:rotate(219deg); } #u504 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u504_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u505_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u505 { border-width:0px; position:absolute; left:1036px; top:4548px; width:90px; height:90px; display:flex; } #u505 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u505_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u506_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u506 { border-width:0px; position:absolute; left:1036px; top:4362px; width:90px; height:90px; display:flex; } #u506 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u506_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u507_div { border-width:0px; position:absolute; left:0px; top:0px; width:90px; height:90px; background:inherit; background-color:rgba(215, 215, 215, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u507 { border-width:0px; position:absolute; left:843px; top:4362px; width:90px; height:90px; display:flex; } #u507 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u507_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u508_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u508 { border-width:0px; position:absolute; left:160px; top:4285px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u508 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u508_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u509_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u509 { border-width:0px; position:absolute; left:30px; top:4315px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u509 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u509_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u510_div { border-width:0px; position:absolute; left:0px; top:0px; width:176px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u510 { border-width:0px; position:absolute; left:160px; top:4315px; width:176px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u510 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u510_text { border-width:0px; white-space:nowrap; text-transform:none; } #u511_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u511 { border-width:0px; position:absolute; left:960px; top:4475px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u511 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u511_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u512_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u512 { border-width:0px; position:absolute; left:937px; top:4486px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u512 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u512_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u513_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u513 { border-width:0px; position:absolute; left:969px; top:4445px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u513 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u513_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u514_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u514 { border-width:0px; position:absolute; left:1039px; top:4602px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u514 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u514_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u515_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u515 { border-width:0px; position:absolute; left:849px; top:4413px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u515 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u515_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u516_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u516 { border-width:0px; position:absolute; left:1088px; top:4413px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u516 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u516_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u517_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u517 { border-width:0px; position:absolute; left:923px; top:4485px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u517 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u517_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u518_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u518 { border-width:0px; position:absolute; left:911px; top:4485px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u518 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u518_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u519_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u519 { border-width:0px; position:absolute; left:843px; top:4550px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u519 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u519_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u520_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u520 { border-width:0px; position:absolute; left:875px; top:4394px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u520 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u520_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u521_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u521 { border-width:0px; position:absolute; left:1069px; top:4394px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u521 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u521_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u522_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u522 { border-width:0px; position:absolute; left:875px; top:4582px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u522 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u522_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u523_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u523 { border-width:0px; position:absolute; left:1069px; top:4582px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u523 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u523_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u524_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u524 { border-width:0px; position:absolute; left:876px; top:4412px; width:1px; height:11px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u524 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u524_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u525_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:12px; } #u525 { border-width:0px; position:absolute; left:1092px; top:4412px; width:1px; height:11px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u525 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u525_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u526_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u526 { border-width:0px; position:absolute; left:875px; top:4574px; width:1px; height:17px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u526 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u526_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u527_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:18px; } #u527 { border-width:0px; position:absolute; left:1069px; top:4598px; width:1px; height:17px; display:flex; -webkit-transform:rotate(219deg); -moz-transform:rotate(219deg); -ms-transform:rotate(219deg); transform:rotate(219deg); } #u527 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u527_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u528_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u528 { border-width:0px; position:absolute; left:30px; top:4745px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u528 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u528_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u529_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u529 { border-width:0px; position:absolute; left:160px; top:4713px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u529 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u529_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u530_div { border-width:0px; position:absolute; left:0px; top:0px; width:197px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u530 { border-width:0px; position:absolute; left:160px; top:4745px; width:197px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u530 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u530_text { border-width:0px; white-space:nowrap; text-transform:none; } #u531 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u532_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u532 { border-width:0px; position:absolute; left:800px; top:4744px; width:370px; height:370px; display:flex; } #u532 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u532_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u533_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u533 { border-width:0px; position:absolute; left:800px; top:4929px; width:370px; height:1px; display:flex; } #u533 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u533_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u534_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u534 { border-width:0px; position:absolute; left:864px; top:4808px; width:242px; height:242px; display:flex; } #u534 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u534_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u535_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u535 { border-width:0px; position:absolute; left:800px; top:4929px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u535 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u535_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u536_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u536 { border-width:0px; position:absolute; left:917px; top:4861px; width:137px; height:137px; display:flex; } #u536 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u536_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u537_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u537 { border-width:0px; position:absolute; left:979px; top:4745px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u537 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u537_text { border-width:0px; white-space:nowrap; text-transform:none; } #u538_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u538 { border-width:0px; position:absolute; left:859px; top:4917px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u538 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u538_text { border-width:0px; white-space:nowrap; text-transform:none; } #u539_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u539 { border-width:0px; position:absolute; left:980px; top:5090px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u539 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u539_text { border-width:0px; white-space:nowrap; text-transform:none; } #u540_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u540 { border-width:0px; position:absolute; left:960px; top:4904px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u540 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u540_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u541_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u541 { border-width:0px; position:absolute; left:1006px; top:4913px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u541 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u541_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u542_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u542 { border-width:0px; position:absolute; left:969px; top:4874px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u542 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u542_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u543_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u543 { border-width:0px; position:absolute; left:964px; top:4948px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u543 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u543_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u544_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u544 { border-width:0px; position:absolute; left:971px; top:4948px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u544 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u544_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u545_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u545 { border-width:0px; position:absolute; left:937px; top:4913px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u545 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u545_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u546_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u546 { border-width:0px; position:absolute; left:923px; top:4914px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u546 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u546_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u547_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u547 { border-width:0px; position:absolute; left:969px; top:4954px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u547 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u547_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u548_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u548 { border-width:0px; position:absolute; left:969px; top:4948px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u548 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u548_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u549_img { border-width:0px; position:absolute; left:0px; top:0px; width:21px; height:22px; } #u549 { border-width:0px; position:absolute; left:1026px; top:4904px; width:21px; height:22px; display:flex; } #u549 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u549_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u550_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:90px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u550 { border-width:0px; position:absolute; left:30px; top:5208px; width:79px; height:90px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u550 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u550_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u551_div { border-width:0px; position:absolute; left:0px; top:0px; width:195px; height:90px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u551 { border-width:0px; position:absolute; left:160px; top:5208px; width:195px; height:90px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u551 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u551_text { border-width:0px; white-space:nowrap; text-transform:none; } #u552_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u552 { border-width:0px; position:absolute; left:30px; top:4775px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u552 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u552_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u553_div { border-width:0px; position:absolute; left:0px; top:0px; width:202px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u553 { border-width:0px; position:absolute; left:160px; top:4775px; width:202px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u553 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u553_text { border-width:0px; white-space:nowrap; text-transform:none; } #u554_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u554 { border-width:0px; position:absolute; left:160px; top:5182px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u554 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u554_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u555_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u555 { border-width:0px; position:absolute; left:30px; top:5584px; width:63px; height:60px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u555 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u555_text { border-width:0px; white-space:nowrap; text-transform:none; } #u556_div { border-width:0px; position:absolute; left:0px; top:0px; width:220px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u556 { border-width:0px; position:absolute; left:160px; top:5584px; width:220px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u556 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u556_text { border-width:0px; white-space:nowrap; text-transform:none; } #u557_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u557 { border-width:0px; position:absolute; left:160px; top:5558px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u557 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u557_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u558_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u558 { border-width:0px; position:absolute; left:391px; top:5612px; width:24px; height:32px; display:flex; } #u558 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u558_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u559_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u559 { border-width:0px; position:absolute; left:30px; top:5644px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u559 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u559_text { border-width:0px; white-space:nowrap; text-transform:none; } #u560_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u560 { border-width:0px; position:absolute; left:160px; top:5644px; width:64px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u560 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u560_text { border-width:0px; white-space:nowrap; text-transform:none; } #u561 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u562_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u562 { border-width:0px; position:absolute; left:800px; top:5584px; width:370px; height:370px; display:flex; } #u562 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u562_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u563_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u563 { border-width:0px; position:absolute; left:800px; top:5769px; width:370px; height:1px; display:flex; } #u563 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u563_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u564_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u564 { border-width:0px; position:absolute; left:864px; top:5648px; width:242px; height:242px; display:flex; } #u564 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u564_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u565_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u565 { border-width:0px; position:absolute; left:800px; top:5769px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u565 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u565_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u566_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u566 { border-width:0px; position:absolute; left:917px; top:5701px; width:137px; height:137px; display:flex; } #u566 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u566_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u567_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u567 { border-width:0px; position:absolute; left:979px; top:5585px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u567 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u567_text { border-width:0px; white-space:nowrap; text-transform:none; } #u568_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u568 { border-width:0px; position:absolute; left:859px; top:5757px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u568 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u568_text { border-width:0px; white-space:nowrap; text-transform:none; } #u569_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u569 { border-width:0px; position:absolute; left:980px; top:5930px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u569 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u569_text { border-width:0px; white-space:nowrap; text-transform:none; } #u570_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u570 { border-width:0px; position:absolute; left:960px; top:5744px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u570 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u570_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u571_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u571 { border-width:0px; position:absolute; left:968px; top:5714px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u571 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u571_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u572_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u572 { border-width:0px; position:absolute; left:1010px; top:5753px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u572 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u572_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u573_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u573 { border-width:0px; position:absolute; left:983px; top:5720px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u573 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u573_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u574_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u574 { border-width:0px; position:absolute; left:980px; top:5695px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u574 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u574_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u575_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u575 { border-width:0px; position:absolute; left:954px; top:5702px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u575 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u575_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u576_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u576 { border-width:0px; position:absolute; left:923px; top:5754px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u576 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u576_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u577_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u577 { border-width:0px; position:absolute; left:969px; top:5794px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u577 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u577_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u578_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u578 { border-width:0px; position:absolute; left:925px; top:5798px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u578 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u578_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u579_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u579 { border-width:0px; position:absolute; left:291px; top:5674px; width:144px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u579 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u579_text { border-width:0px; white-space:nowrap; text-transform:none; } #u580_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u580 { border-width:0px; position:absolute; left:941px; top:5695px; width:24px; height:32px; display:flex; } #u580 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u580_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u581_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u581 { border-width:0px; position:absolute; left:160px; top:6204px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u581 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u581_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u582_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u582 { border-width:0px; position:absolute; left:30px; top:6230px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u582 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u582_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u583_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u583 { border-width:0px; position:absolute; left:160px; top:6230px; width:139px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u583 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u583_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u584 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u585_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u585 { border-width:0px; position:absolute; left:800px; top:6229px; width:370px; height:370px; display:flex; } #u585 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u585_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u586_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u586 { border-width:0px; position:absolute; left:800px; top:6414px; width:370px; height:1px; display:flex; } #u586 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u586_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u587_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u587 { border-width:0px; position:absolute; left:864px; top:6293px; width:242px; height:242px; display:flex; } #u587 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u587_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u588_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u588 { border-width:0px; position:absolute; left:800px; top:6414px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u588 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u588_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u589_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u589 { border-width:0px; position:absolute; left:917px; top:6346px; width:137px; height:137px; display:flex; } #u589 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u589_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u590_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u590 { border-width:0px; position:absolute; left:979px; top:6230px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u590 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u590_text { border-width:0px; white-space:nowrap; text-transform:none; } #u591_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u591 { border-width:0px; position:absolute; left:859px; top:6402px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u591 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u591_text { border-width:0px; white-space:nowrap; text-transform:none; } #u592_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u592 { border-width:0px; position:absolute; left:980px; top:6575px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u592 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u592_text { border-width:0px; white-space:nowrap; text-transform:none; } #u593_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u593 { border-width:0px; position:absolute; left:960px; top:6389px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u593 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u593_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u594_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u594 { border-width:0px; position:absolute; left:968px; top:6359px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u594 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u594_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u595_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u595 { border-width:0px; position:absolute; left:1010px; top:6398px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u595 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u595_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u596_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u596 { border-width:0px; position:absolute; left:983px; top:6365px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u596 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u596_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u597_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u597 { border-width:0px; position:absolute; left:980px; top:6340px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u597 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u597_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u598_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u598 { border-width:0px; position:absolute; left:954px; top:6347px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u598 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u598_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u599_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u599 { border-width:0px; position:absolute; left:923px; top:6399px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u599 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u599_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u600_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u600 { border-width:0px; position:absolute; left:969px; top:6439px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u600 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u600_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u601_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u601 { border-width:0px; position:absolute; left:927px; top:6441px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u601 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u601_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u602_div { border-width:0px; position:absolute; left:0px; top:0px; width:190px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u602 { border-width:0px; position:absolute; left:160px; top:6258px; width:190px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u602 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u602_text { border-width:0px; white-space:nowrap; text-transform:none; } #u603_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u603 { border-width:0px; position:absolute; left:1005px; top:6353px; width:24px; height:32px; display:flex; } #u603 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u603_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u604_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u604 { border-width:0px; position:absolute; left:869px; top:6230px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u604 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u604_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u605_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u605 { border-width:0px; position:absolute; left:1072px; top:6230px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u605 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u605_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u606_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u606 { border-width:0px; position:absolute; left:1145px; top:6305px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u606 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u606_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u607_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u607 { border-width:0px; position:absolute; left:1069px; top:6574px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u607 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u607_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u608_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u608 { border-width:0px; position:absolute; left:800px; top:6497px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u608 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u608_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u609_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u609 { border-width:0px; position:absolute; left:869px; top:6575px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u609 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u609_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u610_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u610 { border-width:0px; position:absolute; left:800px; top:6305px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u610 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u610_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u611_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u611 { border-width:0px; position:absolute; left:1145px; top:6497px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u611 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u611_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u612_img { border-width:0px; position:absolute; left:-1px; top:-10px; width:116px; height:22px; } #u612p000 { border-width:0px; position:absolute; left:-3px; top:-1px; width:110px; height:4px; -webkit-transform:rotate(0.278132667296363deg); -moz-transform:rotate(0.278132667296363deg); -ms-transform:rotate(0.278132667296363deg); transform:rotate(0.278132667296363deg); } #u612p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:110px; height:4px; } #u612p001 { border-width:0px; position:absolute; left:-1px; top:-1px; width:4px; height:6px; -webkit-transform:rotate(0.278132667296363deg); -moz-transform:rotate(0.278132667296363deg); -ms-transform:rotate(0.278132667296363deg); transform:rotate(0.278132667296363deg); } #u612p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:6px; } #u612p002 { border-width:0px; position:absolute; left:87px; top:-11px; width:26px; height:24px; -webkit-transform:rotate(180.278132667296deg); -moz-transform:rotate(180.278132667296deg); -ms-transform:rotate(180.278132667296deg); transform:rotate(180.278132667296deg); } #u612p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:26px; height:24px; } #u612 { border-width:0px; position:absolute; left:765px; top:6585px; width:105px; height:2px; display:flex; -webkit-transform:rotate(-0.278132667296363deg); -moz-transform:rotate(-0.278132667296363deg); -ms-transform:rotate(-0.278132667296363deg); transform:rotate(-0.278132667296363deg); } #u612 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u612_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u613_div { border-width:0px; position:absolute; left:0px; top:0px; width:168px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u613 { border-width:0px; position:absolute; left:591px; top:6570px; width:168px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u613 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u613_text { border-width:0px; white-space:nowrap; text-transform:none; } #u614_img { border-width:0px; position:absolute; left:0px; top:0px; width:127px; height:2px; } #u614 { border-width:0px; position:absolute; left:861px; top:6301px; width:126px; height:1px; display:flex; -webkit-transform:rotate(53deg); -moz-transform:rotate(53deg); -ms-transform:rotate(53deg); transform:rotate(53deg); } #u614 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u614_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u615_img { border-width:0px; position:absolute; left:0px; top:0px; width:135px; height:2px; } #u615 { border-width:0px; position:absolute; left:806px; top:6463px; width:134px; height:1px; display:flex; -webkit-transform:rotate(143deg); -moz-transform:rotate(143deg); -ms-transform:rotate(143deg); transform:rotate(143deg); } #u615 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u615_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u616_img { border-width:0px; position:absolute; left:0px; top:0px; width:135px; height:2px; } #u616 { border-width:0px; position:absolute; left:974px; top:6297px; width:134px; height:1px; display:flex; -webkit-transform:rotate(127deg); -moz-transform:rotate(127deg); -ms-transform:rotate(127deg); transform:rotate(127deg); } #u616 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u616_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u617_img { border-width:0px; position:absolute; left:0px; top:0px; width:151px; height:2px; } #u617 { border-width:0px; position:absolute; left:1004px; top:6351px; width:150px; height:1px; display:flex; -webkit-transform:rotate(157deg); -moz-transform:rotate(157deg); -ms-transform:rotate(157deg); transform:rotate(157deg); } #u617 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u617_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u618_img { border-width:0px; position:absolute; left:0px; top:0px; width:168px; height:2px; } #u618 { border-width:0px; position:absolute; left:930px; top:6522px; width:167px; height:1px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u618 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u618_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u619_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u619 { border-width:0px; position:absolute; left:160px; top:6629px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u619 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u619_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u620_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u620 { border-width:0px; position:absolute; left:30px; top:6660px; width:79px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u620 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u620_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u621_div { border-width:0px; position:absolute; left:0px; top:0px; width:139px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u621 { border-width:0px; position:absolute; left:160px; top:6660px; width:139px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u621 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u621_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u622_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u622 { border-width:0px; position:absolute; left:960px; top:6820px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u622 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u622_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u623_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u623 { border-width:0px; position:absolute; left:968px; top:6790px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u623 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u623_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u624_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u624 { border-width:0px; position:absolute; left:1010px; top:6829px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u624 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u624_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u625_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u625 { border-width:0px; position:absolute; left:983px; top:6796px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u625 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u625_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u626_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u626 { border-width:0px; position:absolute; left:1005px; top:6879px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u626 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u626_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u627_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u627 { border-width:0px; position:absolute; left:954px; top:6778px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u627 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u627_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u628_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u628 { border-width:0px; position:absolute; left:923px; top:6830px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u628 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u628_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u629_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u629 { border-width:0px; position:absolute; left:969px; top:6870px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u629 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u629_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u630_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u630 { border-width:0px; position:absolute; left:927px; top:6872px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u630 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u630_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u631_div { border-width:0px; position:absolute; left:0px; top:0px; width:282px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u631 { border-width:0px; position:absolute; left:160px; top:6697px; width:282px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u631 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u631_text { border-width:0px; white-space:nowrap; text-transform:none; } #u632_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u632 { border-width:0px; position:absolute; left:1002px; top:6783px; width:24px; height:32px; display:flex; } #u632 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u632_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u633_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u633 { border-width:0px; position:absolute; left:905px; top:6713px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u633 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u633_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u634_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u634 { border-width:0px; position:absolute; left:1036px; top:6708px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u634 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u634_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u635_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u635 { border-width:0px; position:absolute; left:1094px; top:6758px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u635 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u635_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u636_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u636 { border-width:0px; position:absolute; left:1024px; top:6963px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u636 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u636_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u637_img { border-width:0px; position:absolute; left:0px; top:0px; width:25px; height:25px; } #u637 { border-width:0px; position:absolute; left:845px; top:6890px; width:25px; height:25px; display:flex; color:#FFFFFF; } #u637 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u637_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u638_img { border-width:0px; position:absolute; left:0px; top:0px; width:62px; height:2px; } #u638 { border-width:0px; position:absolute; left:913px; top:6758px; width:61px; height:1px; display:flex; -webkit-transform:rotate(53deg); -moz-transform:rotate(53deg); -ms-transform:rotate(53deg); transform:rotate(53deg); } #u638 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u638_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u639_img { border-width:0px; position:absolute; left:0px; top:0px; width:76px; height:2px; } #u639 { border-width:0px; position:absolute; left:859px; top:6876px; width:75px; height:1px; display:flex; -webkit-transform:rotate(143deg); -moz-transform:rotate(143deg); -ms-transform:rotate(143deg); transform:rotate(143deg); } #u639 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u639_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u640_img { border-width:0px; position:absolute; left:0px; top:0px; width:158px; height:2px; } #u640 { border-width:0px; position:absolute; left:956px; top:6808px; width:157px; height:1px; display:flex; -webkit-transform:rotate(100deg); -moz-transform:rotate(100deg); -ms-transform:rotate(100deg); transform:rotate(100deg); } #u640 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u640_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u641_img { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:2px; } #u641 { border-width:0px; position:absolute; left:1006px; top:6793px; width:93px; height:1px; display:flex; -webkit-transform:rotate(157deg); -moz-transform:rotate(157deg); -ms-transform:rotate(157deg); transform:rotate(157deg); } #u641 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u641_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u642_img { border-width:0px; position:absolute; left:0px; top:0px; width:105px; height:2px; } #u642 { border-width:0px; position:absolute; left:939px; top:6931px; width:104px; height:1px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u642 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u642_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u643_div { border-width:0px; position:absolute; left:0px; top:0px; width:292px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u643 { border-width:0px; position:absolute; left:160px; top:6733px; width:292px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u643 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u643_text { border-width:0px; white-space:nowrap; text-transform:none; } #u644_img { border-width:0px; position:absolute; left:0px; top:-9px; width:77px; height:19px; } #u644p000 { border-width:0px; position:absolute; left:-2px; top:-3px; width:72px; height:6px; } #u644p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:72px; height:6px; } #u644p001 { border-width:0px; position:absolute; left:-3px; top:-2px; width:4px; height:4px; -webkit-transform:rotate(-165deg); -moz-transform:rotate(-165deg); -ms-transform:rotate(-165deg); transform:rotate(-165deg); } #u644p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u644p002 { border-width:0px; position:absolute; left:53px; top:-9px; width:22px; height:20px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u644p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u644 { border-width:0px; position:absolute; left:866px; top:6892px; width:68px; height:1px; display:flex; -webkit-transform:rotate(165deg); -moz-transform:rotate(165deg); -ms-transform:rotate(165deg); transform:rotate(165deg); } #u644 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u644_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u645_img { border-width:0px; position:absolute; left:0px; top:-9px; width:175px; height:19px; } #u645p000 { border-width:0px; position:absolute; left:-2px; top:-3px; width:170px; height:6px; -webkit-transform:rotate(-360deg); -moz-transform:rotate(-360deg); -ms-transform:rotate(-360deg); transform:rotate(-360deg); } #u645p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:170px; height:6px; } #u645p001 { border-width:0px; position:absolute; left:-3px; top:0px; width:4px; height:4px; -webkit-transform:rotate(-291deg); -moz-transform:rotate(-291deg); -ms-transform:rotate(-291deg); transform:rotate(-291deg); } #u645p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u645p002 { border-width:0px; position:absolute; left:151px; top:-10px; width:22px; height:20px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u645p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u645 { border-width:0px; position:absolute; left:806px; top:6811px; width:166px; height:1px; display:flex; -webkit-transform:rotate(291deg); -moz-transform:rotate(291deg); -ms-transform:rotate(291deg); transform:rotate(291deg); } #u645 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u645_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u646_img { border-width:0px; position:absolute; left:0px; top:-9px; width:115px; height:19px; } #u646p000 { border-width:0px; position:absolute; left:-2px; top:-3px; width:110px; height:6px; -webkit-transform:rotate(-360deg); -moz-transform:rotate(-360deg); -ms-transform:rotate(-360deg); transform:rotate(-360deg); } #u646p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:110px; height:6px; } #u646p001 { border-width:0px; position:absolute; left:-2px; top:-2px; width:4px; height:4px; -webkit-transform:rotate(-355deg); -moz-transform:rotate(-355deg); -ms-transform:rotate(-355deg); transform:rotate(-355deg); } #u646p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u646p002 { border-width:0px; position:absolute; left:90px; top:-11px; width:22px; height:22px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u646p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:22px; } #u646 { border-width:0px; position:absolute; left:930px; top:6719px; width:106px; height:1px; display:flex; -webkit-transform:rotate(355deg); -moz-transform:rotate(355deg); -ms-transform:rotate(355deg); transform:rotate(355deg); } #u646 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u646_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u647_img { border-width:0px; position:absolute; left:0px; top:-9px; width:63px; height:19px; } #u647p000 { border-width:0px; position:absolute; left:-3px; top:-3px; width:60px; height:6px; } #u647p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:6px; } #u647p001 { border-width:0px; position:absolute; left:-2px; top:-3px; width:4px; height:4px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); } #u647p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u647p002 { border-width:0px; position:absolute; left:40px; top:-10px; width:22px; height:20px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u647p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u647 { border-width:0px; position:absolute; left:1051px; top:6743px; width:54px; height:1px; display:flex; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } #u647 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u647_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u648_img { border-width:0px; position:absolute; left:0px; top:-9px; width:75px; height:19px; } #u648p000 { border-width:0px; position:absolute; left:-3px; top:-2px; width:72px; height:6px; } #u648p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:72px; height:6px; } #u648p001 { border-width:0px; position:absolute; left:-2px; top:-1px; width:4px; height:4px; -webkit-transform:rotate(-80deg); -moz-transform:rotate(-80deg); -ms-transform:rotate(-80deg); transform:rotate(-80deg); } #u648p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u648p002 { border-width:0px; position:absolute; left:51px; top:-10px; width:22px; height:22px; -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); } #u648p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:22px; } #u648 { border-width:0px; position:absolute; left:995px; top:6932px; width:66px; height:1px; display:flex; -webkit-transform:rotate(80deg); -moz-transform:rotate(80deg); -ms-transform:rotate(80deg); transform:rotate(80deg); } #u648 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u648_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u649_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u649 { border-width:0px; position:absolute; left:862px; top:6786px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u649 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u649_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u650_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u650 { border-width:0px; position:absolute; left:967px; top:6695px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u650 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u650_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u651_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u651 { border-width:0px; position:absolute; left:1074px; top:6714px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u651 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u651_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u652_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u652 { border-width:0px; position:absolute; left:1036px; top:6923px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u652 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u652_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u653_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u653 { border-width:0px; position:absolute; left:885px; top:6897px; width:32px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u653 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u653_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u654_div { border-width:0px; position:absolute; left:0px; top:0px; width:274px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u654 { border-width:0px; position:absolute; left:160px; top:6768px; width:274px; height:30px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u654 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u654_text { border-width:0px; white-space:nowrap; text-transform:none; } #u655_div { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u655 { border-width:0px; position:absolute; left:1052px; top:6833px; width:60px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u655 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u655_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u656_div { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u656 { border-width:0px; position:absolute; left:1079px; top:3629px; width:60px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u656 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u656_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u657_div { border-width:0px; position:absolute; left:0px; top:0px; width:60px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u657 { border-width:0px; position:absolute; left:1021px; top:1580px; width:60px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u657 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u657_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u658_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u658 { border-width:0px; position:absolute; left:160px; top:7058px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u658 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u658_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u659_div { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:120px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u659 { border-width:0px; position:absolute; left:30px; top:7081px; width:79px; height:120px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u659 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u659_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u660 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u661_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u661 { border-width:0px; position:absolute; left:800px; top:7283px; width:370px; height:370px; display:flex; } #u661 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u661_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u662_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u662 { border-width:0px; position:absolute; left:800px; top:7468px; width:370px; height:1px; display:flex; } #u662 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u662_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u663_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u663 { border-width:0px; position:absolute; left:864px; top:7347px; width:242px; height:242px; display:flex; } #u663 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u663_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u664_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u664 { border-width:0px; position:absolute; left:800px; top:7468px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u664 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u664_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u665_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u665 { border-width:0px; position:absolute; left:917px; top:7400px; width:137px; height:137px; display:flex; } #u665 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u665_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u666_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u666 { border-width:0px; position:absolute; left:979px; top:7284px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u666 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u666_text { border-width:0px; white-space:nowrap; text-transform:none; } #u667_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u667 { border-width:0px; position:absolute; left:859px; top:7456px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u667 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u667_text { border-width:0px; white-space:nowrap; text-transform:none; } #u668_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u668 { border-width:0px; position:absolute; left:980px; top:7629px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u668 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u668_text { border-width:0px; white-space:nowrap; text-transform:none; } #u669_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u669 { border-width:0px; position:absolute; left:160px; top:7254px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u669 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u669_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u670_div { border-width:0px; position:absolute; left:0px; top:0px; width:71px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u670 { border-width:0px; position:absolute; left:30px; top:7284px; width:71px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u670 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u670_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u671_img { border-width:0px; position:absolute; left:0px; top:0px; width:50px; height:50px; } #u671 { border-width:0px; position:absolute; left:960px; top:7443px; width:50px; height:50px; display:flex; color:#FFFFFF; } #u671 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u671_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u672_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u672 { border-width:0px; position:absolute; left:968px; top:7413px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u672 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u672_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u673_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u673 { border-width:0px; position:absolute; left:1010px; top:7452px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u673 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u673_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u674_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u674 { border-width:0px; position:absolute; left:983px; top:7419px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u674 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u674_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u675_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u675 { border-width:0px; position:absolute; left:963px; top:7394px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u675 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u675_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u676_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u676 { border-width:0px; position:absolute; left:933px; top:7453px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u676 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u676_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u677_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u677 { border-width:0px; position:absolute; left:923px; top:7453px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u677 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u677_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u678_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u678 { border-width:0px; position:absolute; left:969px; top:7493px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u678 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u678_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u679_img { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:32px; } #u679 { border-width:0px; position:absolute; left:1016px; top:7505px; width:32px; height:32px; display:flex; color:#FFFFFF; } #u679 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u679_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u680_div { border-width:0px; position:absolute; left:0px; top:0px; width:170px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u680 { border-width:0px; position:absolute; left:160px; top:7283px; width:170px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u680 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u680_text { border-width:0px; white-space:nowrap; text-transform:none; } #u681_div { border-width:0px; position:absolute; left:0px; top:0px; width:353px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u681 { border-width:0px; position:absolute; left:160px; top:7313px; width:353px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u681 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u681_text { border-width:0px; white-space:nowrap; text-transform:none; } #u682_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u682 { border-width:0px; position:absolute; left:277px; top:7313px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u682 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u682_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u683_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u683 { border-width:0px; position:absolute; left:1003px; top:7403px; width:24px; height:32px; display:flex; } #u683 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u683_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u684_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u684 { border-width:0px; position:absolute; left:983px; top:7381px; width:24px; height:32px; display:flex; } #u684 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u684_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u685_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u685 { border-width:0px; position:absolute; left:30px; top:7710px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u685 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u685_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u686_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u686 { border-width:0px; position:absolute; left:160px; top:7684px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u686 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u686_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u687_div { border-width:0px; position:absolute; left:0px; top:0px; width:144px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u687 { border-width:0px; position:absolute; left:160px; top:7710px; width:144px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u687 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u687_text { border-width:0px; white-space:nowrap; text-transform:none; } #u688_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u688 { border-width:0px; position:absolute; left:311px; top:7709px; width:24px; height:32px; display:flex; } #u688 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u688_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u689_div { border-width:0px; position:absolute; left:0px; top:0px; width:400px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u689 { border-width:0px; position:absolute; left:160px; top:7741px; width:400px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u689 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u689_text { border-width:0px; white-space:nowrap; text-transform:none; } #u690_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u690 { border-width:0px; position:absolute; left:30px; top:7852px; width:89px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u690 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u690_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u691_img { border-width:0px; position:absolute; left:0px; top:0px; width:1011px; height:2px; } #u691 { border-width:0px; position:absolute; left:160px; top:7829px; width:1010px; height:1px; display:flex; font-size:16px; line-height:30px; } #u691 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u691_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u692_div { border-width:0px; position:absolute; left:0px; top:0px; width:500px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u692 { border-width:0px; position:absolute; left:160px; top:7852px; width:500px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u692 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u692_text { border-width:0px; white-space:nowrap; text-transform:none; } #u693_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u693p000 { border-width:0px; position:absolute; left:-19px; top:14px; width:38px; height:4px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u693p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:4px; } #u693p001 { border-width:0px; position:absolute; left:-1px; top:-2px; width:4px; height:4px; } #u693p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u693p002 { border-width:0px; position:absolute; left:-11px; top:18px; width:22px; height:20px; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u693p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u693 { border-width:0px; position:absolute; left:1055px; top:4140px; width:1px; height:32px; display:flex; } #u693 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u693_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u694_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u694p000 { border-width:0px; position:absolute; left:-18px; top:14px; width:38px; height:4px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u694p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:4px; } #u694p001 { border-width:0px; position:absolute; left:0px; top:-2px; width:2px; height:4px; } #u694p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:4px; } #u694p002 { border-width:0px; position:absolute; left:-10px; top:18px; width:22px; height:20px; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u694p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u694 { border-width:0px; position:absolute; left:912px; top:4140px; width:1px; height:32px; display:flex; } #u694 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u694_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u695_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u695p000 { border-width:0px; position:absolute; left:-18px; top:14px; width:38px; height:6px; -webkit-transform:rotate(-270deg); -moz-transform:rotate(-270deg); -ms-transform:rotate(-270deg); transform:rotate(-270deg); } #u695p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:6px; } #u695p001 { border-width:0px; position:absolute; left:-2px; top:-1px; width:4px; height:4px; -webkit-transform:rotate(-270deg); -moz-transform:rotate(-270deg); -ms-transform:rotate(-270deg); transform:rotate(-270deg); } #u695p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u695p002 { border-width:0px; position:absolute; left:-11px; top:19px; width:22px; height:20px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u695p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u695 { border-width:0px; position:absolute; left:1074px; top:3984px; width:1px; height:32px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u695 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u695_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u696_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:41px; } #u696p000 { border-width:0px; position:absolute; left:-19px; top:13px; width:38px; height:6px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u696p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:38px; height:6px; } #u696p001 { border-width:0px; position:absolute; left:-2px; top:-3px; width:4px; height:2px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u696p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:2px; } #u696p002 { border-width:0px; position:absolute; left:-12px; top:18px; width:22px; height:20px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u696p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:20px; } #u696 { border-width:0px; position:absolute; left:896px; top:3985px; width:1px; height:32px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u696 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u696_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u697_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u697 { border-width:0px; position:absolute; left:853px; top:4214px; width:89px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u697 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u697_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u698_img { border-width:0px; position:absolute; left:-9px; top:0px; width:19px; height:69px; } #u698p000 { border-width:0px; position:absolute; left:-32px; top:27px; width:66px; height:6px; -webkit-transform:rotate(-270deg); -moz-transform:rotate(-270deg); -ms-transform:rotate(-270deg); transform:rotate(-270deg); } #u698p000_img { border-width:0px; position:absolute; left:0px; top:0px; width:66px; height:6px; } #u698p001 { border-width:0px; position:absolute; left:-3px; top:-3px; width:4px; height:4px; -webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); -ms-transform:rotate(-135deg); transform:rotate(-135deg); } #u698p001_img { border-width:0px; position:absolute; left:0px; top:0px; width:4px; height:4px; } #u698p002 { border-width:0px; position:absolute; left:-10px; top:45px; width:22px; height:22px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); } #u698p002_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:22px; } #u698 { border-width:0px; position:absolute; left:887px; top:4569px; width:1px; height:60px; display:flex; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); } #u698 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u698_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u699_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u699 { border-width:0px; position:absolute; left:811px; top:4648px; width:122px; height:24px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; line-height:24px; } #u699 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u699_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u700_div { border-width:0px; position:absolute; left:0px; top:0px; width:82px; height:16px; background:inherit; background-color:rgba(255, 255, 255, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u700 { border-width:0px; position:absolute; left:831px; top:4685px; width:82px; height:16px; display:flex; } #u700 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u700_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u701_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u701 { border-width:0px; position:absolute; left:160px; top:6288px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u701 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u701_text { border-width:0px; white-space:nowrap; text-transform:none; } #u702_div { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u702 { border-width:0px; position:absolute; left:160px; top:7771px; width:16px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u702 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u702_text { border-width:0px; white-space:nowrap; text-transform:none; } #u703_div { border-width:0px; position:absolute; left:0px; top:0px; width:53px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u703 { border-width:0px; position:absolute; left:182px; top:7771px; width:53px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u703 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u703_text { border-width:0px; white-space:nowrap; text-transform:none; } #u705 { position:fixed; left:0px; top:50%; margin-top:-340px; } #u705_state0 { position:relative; left:0px; top:0px; width:204px; height:680px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u705_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u706 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u707_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u707 { border-width:0px; position:absolute; left:0px; top:50px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u707 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u707_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u707.mouseOver { } #u707_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u708_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u708 { border-width:0px; position:absolute; left:0px; top:140px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u708 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u708_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u708.mouseOver { } #u708_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u709_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u709 { border-width:0px; position:absolute; left:0px; top:230px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u709 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u709_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u709.mouseOver { } #u709_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u710_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u710 { border-width:0px; position:absolute; left:0px; top:100px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u710 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u710_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u710.mouseOver { } #u710_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u711_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u711 { border-width:0px; position:absolute; left:0px; top:190px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u711 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u711_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u711.mouseOver { } #u711_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u712_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u712 { border-width:0px; position:absolute; left:0px; top:280px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u712 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u712_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u712.mouseOver { } #u712_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u713_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u713 { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u713 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u713_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u713.mouseOver { } #u713_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u714_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u714 { border-width:0px; position:absolute; left:0px; top:320px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u714 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u714_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u714.mouseOver { } #u714_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u715_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u715 { border-width:0px; position:absolute; left:0px; top:370px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u715 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u715_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u715.mouseOver { } #u715_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u716_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u716 { border-width:0px; position:absolute; left:0px; top:410px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u716 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u716_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u716.mouseOver { } #u716_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u717_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u717 { border-width:0px; position:absolute; left:0px; top:460px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u717 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u717_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u717.mouseOver { } #u717_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u718_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u718 { border-width:0px; position:absolute; left:0px; top:500px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u718 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u718_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u718.mouseOver { } #u718_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u719_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u719 { border-width:0px; position:absolute; left:0px; top:550px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u719 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u719_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u719.mouseOver { } #u719_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u720_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u720 { border-width:0px; position:absolute; left:0px; top:590px; width:175px; height:50px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u720 .text { position:absolute; align-self:center; padding:2px 2px 2px 30px; box-sizing:border-box; width:100%; } #u720_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:50px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; text-align:left; } #u720.mouseOver { } #u720_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u721_div { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(51, 51, 51, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u721 { border-width:0px; position:absolute; left:0px; top:640px; width:175px; height:40px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u721 .text { position:absolute; align-self:center; padding:2px 2px 2px 40px; box-sizing:border-box; width:100%; } #u721_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:175px; height:40px; background:inherit; background-color:rgba(85, 85, 85, 0.996078431372549); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; text-align:left; } #u721.mouseOver { } #u721_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u722 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u723 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u724_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u724 { border-width:0px; position:absolute; left:145px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u724 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u724_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u724.mouseOver { } #u724_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u725_img { border-width:0px; position:absolute; left:0px; top:0px; width:18px; height:14px; } #u725 { border-width:0px; position:absolute; left:181px; top:325px; width:18px; height:14px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } #u725 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u725_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u726_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u726 { border-width:0px; position:absolute; left:145px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u726 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u726_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u726.mouseOver { } #u726_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u727 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u728 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u729_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(51, 51, 51, 0.8); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u729 { border-width:0px; position:absolute; left:-30px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u729 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u729_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(85, 85, 85, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(85, 85, 85, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u729.mouseOver { } #u729_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u730_img { border-width:0px; position:absolute; left:0px; top:0px; width:18px; height:14px; } #u730 { border-width:0px; position:absolute; left:5px; top:325px; width:18px; height:14px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u730 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u730_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u731_div { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u731 { border-width:0px; position:absolute; left:-30px; top:317px; width:89px; height:29px; display:flex; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u731 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u731_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:89px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0.196078431372549); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#F2F2F2; } #u731.mouseOver { } #u731_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u732_img { border-width:0px; position:absolute; left:0px; top:0px; width:2px; height:7713px; } #u732 { border-width:0px; position:absolute; left:130px; top:170px; width:1px; height:7712px; display:flex; } #u732 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u732_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u733_div { border-width:0px; position:absolute; left:0px; top:0px; width:1140px; height:47px; background:inherit; background-color:rgba(236, 128, 141, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u733 { border-width:0px; position:absolute; left:30px; top:95px; width:1140px; height:47px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#F2F2F2; } #u733 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u733_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u734_div { border-width:0px; position:absolute; left:0px; top:0px; width:16px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u734 { border-width:0px; position:absolute; left:160px; top:868px; width:16px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#008000; line-height:30px; } #u734 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u734_text { border-width:0px; white-space:nowrap; text-transform:none; } #u735_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u735 { border-width:0px; position:absolute; left:182px; top:868px; width:122px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u735 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u735_text { border-width:0px; white-space:nowrap; text-transform:none; } #u736_div { border-width:0px; position:absolute; left:0px; top:0px; width:54px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u736 { border-width:0px; position:absolute; left:30px; top:868px; width:54px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u736 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u736_text { border-width:0px; white-space:nowrap; text-transform:none; } #u737_div { border-width:0px; position:absolute; left:0px; top:0px; width:282px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u737 { border-width:0px; position:absolute; left:160px; top:898px; width:282px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u737 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u737_text { border-width:0px; white-space:nowrap; text-transform:none; } #u738 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u739_div { border-width:0px; position:absolute; left:0px; top:0px; width:370px; height:370px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(153, 153, 153, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u739 { border-width:0px; position:absolute; left:800px; top:170px; width:370px; height:370px; display:flex; } #u739 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u739_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u740_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u740 { border-width:0px; position:absolute; left:800px; top:355px; width:370px; height:1px; display:flex; } #u740 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u740_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u741_img { border-width:0px; position:absolute; left:0px; top:0px; width:242px; height:242px; } #u741 { border-width:0px; position:absolute; left:864px; top:234px; width:242px; height:242px; display:flex; } #u741 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u741_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u742_img { border-width:0px; position:absolute; left:0px; top:0px; width:371px; height:2px; } #u742 { border-width:0px; position:absolute; left:800px; top:355px; width:370px; height:1px; display:flex; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); } #u742 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u742_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u743_img { border-width:0px; position:absolute; left:0px; top:0px; width:137px; height:137px; } #u743 { border-width:0px; position:absolute; left:917px; top:287px; width:137px; height:137px; display:flex; } #u743 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u743_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u744_div { border-width:0px; position:absolute; left:0px; top:0px; width:11px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u744 { border-width:0px; position:absolute; left:979px; top:171px; width:11px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF0033; line-height:24px; } #u744 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u744_text { border-width:0px; white-space:nowrap; text-transform:none; } #u745_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u745 { border-width:0px; position:absolute; left:859px; top:343px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#FF6600; line-height:24px; } #u745 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u745_text { border-width:0px; white-space:nowrap; text-transform:none; } #u746_div { border-width:0px; position:absolute; left:0px; top:0px; width:10px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u746 { border-width:0px; position:absolute; left:980px; top:516px; width:10px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#006699; line-height:24px; } #u746 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u746_text { border-width:0px; white-space:nowrap; text-transform:none; } #u747_div { border-width:0px; position:absolute; left:0px; top:0px; width:520px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); line-height:30px; } #u747 { border-width:0px; position:absolute; left:160px; top:1155px; width:520px; height:89px; display:flex; line-height:30px; } #u747 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u747_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u748_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u748 { border-width:0px; position:absolute; left:179px; top:1169px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u748 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u748_text { border-width:0px; white-space:nowrap; text-transform:none; } #u749_div { border-width:0px; position:absolute; left:0px; top:0px; width:491px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u749 { border-width:0px; position:absolute; left:179px; top:1203px; width:491px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u749 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u749_text { border-width:0px; white-space:nowrap; text-transform:none; } #u750_div { border-width:0px; position:absolute; left:0px; top:0px; width:354px; height:86px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u750 { border-width:0px; position:absolute; left:160px; top:454px; width:354px; height:86px; display:flex; } #u750 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u750_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u751_div { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u751 { border-width:0px; position:absolute; left:179px; top:466px; width:326px; height:60px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u751 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u751_text { border-width:0px; white-space:nowrap; text-transform:none; } #u752_div { border-width:0px; position:absolute; left:0px; top:0px; width:550px; height:121px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); line-height:30px; } #u752 { border-width:0px; position:absolute; left:160px; top:1551px; width:550px; height:121px; display:flex; line-height:30px; } #u752 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u752_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u753_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u753 { border-width:0px; position:absolute; left:179px; top:1566px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u753 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u753_text { border-width:0px; white-space:nowrap; text-transform:none; } #u754_div { border-width:0px; position:absolute; left:0px; top:0px; width:512px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u754 { border-width:0px; position:absolute; left:179px; top:1599px; width:512px; height:60px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u754 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u754_text { border-width:0px; white-space:nowrap; text-transform:none; } #u755_div { border-width:0px; position:absolute; left:0px; top:0px; width:577px; height:180px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u755 { border-width:0px; position:absolute; left:182px; top:2772px; width:577px; height:180px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u755 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u755_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u756_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u756 { border-width:0px; position:absolute; left:273px; top:2859px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u756 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u756_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u757_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u757 { border-width:0px; position:absolute; left:243px; top:2859px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u757 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u757_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u758_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u758 { border-width:0px; position:absolute; left:182px; top:2735px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u758 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u758_text { border-width:0px; white-space:nowrap; text-transform:none; } #u759_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:26px; } #u759 { border-width:0px; position:absolute; left:229px; top:2833px; width:22px; height:26px; display:flex; font-size:16px; line-height:30px; } #u759 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u759_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u760_div { border-width:0px; position:absolute; left:0px; top:0px; width:568px; height:90px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u760 { border-width:0px; position:absolute; left:182px; top:4915px; width:568px; height:90px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u760 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u760_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u761_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u761 { border-width:0px; position:absolute; left:182px; top:4879px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u761 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u761_text { border-width:0px; white-space:nowrap; text-transform:none; } #u762_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:26px; } #u762 { border-width:0px; position:absolute; left:542px; top:4918px; width:22px; height:26px; display:flex; font-size:16px; line-height:30px; } #u762 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u762_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u763_div { border-width:0px; position:absolute; left:0px; top:0px; width:558px; height:196px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u763 { border-width:0px; position:absolute; left:160px; top:5758px; width:558px; height:196px; display:flex; } #u763 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u763_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u764_div { border-width:0px; position:absolute; left:0px; top:0px; width:514px; height:120px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u764 { border-width:0px; position:absolute; left:182px; top:5814px; width:514px; height:120px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u764 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u764_text { border-width:0px; white-space:nowrap; text-transform:none; } #u765_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u765 { border-width:0px; position:absolute; left:495px; top:5814px; width:24px; height:32px; display:flex; font-size:16px; line-height:30px; } #u765 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u765_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u766_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u766 { border-width:0px; position:absolute; left:182px; top:5774px; width:64px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u766 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u766_text { border-width:0px; white-space:nowrap; text-transform:none; } #u767_div { border-width:0px; position:absolute; left:0px; top:0px; width:688px; height:193px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(215, 215, 215, 1); border-radius:5px; -moz-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); -webkit-box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); box-shadow:2px 2px 5px rgba(170, 170, 170, 0.349019607843137); } #u767 { border-width:0px; position:absolute; left:160px; top:5980px; width:688px; height:193px; display:flex; } #u767 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u767_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u768_div { border-width:0px; position:absolute; left:0px; top:0px; width:32px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u768 { border-width:0px; position:absolute; left:182px; top:5997px; width:32px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; line-height:30px; } #u768 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u768_text { border-width:0px; white-space:nowrap; text-transform:none; } #u769_div { border-width:0px; position:absolute; left:0px; top:0px; width:644px; height:120px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u769 { border-width:0px; position:absolute; left:182px; top:6035px; width:644px; height:120px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; line-height:30px; } #u769 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u769_text { border-width:0px; white-space:nowrap; text-transform:none; } #u771_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:22px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; text-align:center; } #u771 { border-width:0px; position:absolute; left:571px; top:7899px; width:64px; height:22px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; text-align:center; } #u771 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u771_text { border-width:0px; white-space:nowrap; text-transform:none; } #u772_img { border-width:0px; position:absolute; left:0px; top:0px; width:521px; height:2px; } #u772 { border-width:0px; position:absolute; left:31px; top:7909px; width:520px; height:1px; display:flex; } #u772 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u772_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u773_img { border-width:0px; position:absolute; left:0px; top:0px; width:521px; height:2px; } #u773 { border-width:0px; position:absolute; left:651px; top:7909px; width:520px; height:1px; display:flex; } #u773 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u773_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u774_div { border-width:0px; position:absolute; left:0px; top:0px; width:48px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u774 { border-width:0px; position:absolute; left:416px; top:7971px; width:48px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u774 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u774_text { border-width:0px; white-space:nowrap; text-transform:none; } #u776_div { border-width:0px; position:absolute; left:0px; top:0px; width:1200px; height:292px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u776 { border-width:0px; position:absolute; left:0px; top:8009px; width:1200px; height:292px; display:flex; } #u776 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u776_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u778 { position:fixed; left:50%; margin-left:-600px; top:0px; width:1200px; height:71px; } #u778_state0 { border-width:0px; position:absolute; left:0px; top:0px; width:1200px; height:71px; -ms-overflow-x:hidden; overflow-x:hidden; -ms-overflow-y:hidden; overflow-y:hidden; background-color:rgba(0, 0, 0, 0.596078431372549); background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u778_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u779 { position:fixed; left:50%; margin-left:-600px; top:0px; } #u779_state0 { position:relative; left:0px; top:0px; width:1200px; height:71px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u779_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u780_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:24px; } #u780 { border-width:0px; position:absolute; left:1169px; top:35px; width:24px; height:24px; display:flex; -webkit-transform:rotate(60deg); -moz-transform:rotate(60deg); -ms-transform:rotate(60deg); transform:rotate(60deg); } #u780 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u780_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u781_div { border-width:0px; position:absolute; left:0px; top:0px; width:54px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#FFFF00; text-align:center; } #u781 { border-width:0px; position:absolute; left:1120px; top:9px; width:54px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#FFFF00; text-align:center; } #u781 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u781_text { border-width:0px; white-space:nowrap; text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -webkit-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -moz-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); text-transform:none; } #u782_img { border-width:0px; position:absolute; left:-5px; top:-5px; width:32px; height:25px; } #u782 { border-width:0px; position:absolute; left:1092px; top:15px; width:22px; height:15px; display:flex; } #u782 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u782_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u783_div { border-width:0px; position:absolute; left:0px; top:0px; width:54px; height:24px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#81D3F8; text-align:center; } #u783 { border-width:0px; position:absolute; left:1106px; top:36px; width:54px; height:24px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; color:#81D3F8; text-align:center; } #u783 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u783_text { border-width:0px; white-space:nowrap; text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -webkit-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); -moz-text-shadow:1px 1px 3px rgba(129, 211, 248, 0.647058823529412); text-transform:none; } #u784_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:24px; } #u784 { border-width:0px; position:absolute; left:1169px; top:35px; width:24px; height:24px; display:flex; -webkit-transform:rotate(15deg); -moz-transform:rotate(15deg); -ms-transform:rotate(15deg); transform:rotate(15deg); } #u784 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u784_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u785_img { border-width:0px; position:absolute; left:0px; top:0px; width:13px; height:20px; } #u785 { border-width:0px; position:absolute; left:1181px; top:47px; width:13px; height:20px; display:flex; } #u785 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u785_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u786_div { border-width:0px; position:absolute; left:0px; top:0px; width:418px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:20px; color:#F2F2F2; text-align:center; } #u786 { border-width:0px; position:absolute; left:0px; top:0px; width:418px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:20px; color:#F2F2F2; text-align:center; } #u786 .text { position:absolute; align-self:center; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u786_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u787 { border-width:0px; position:absolute; left:0px; top:0px; width:0px; height:0px; } #u788_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u788 { border-width:0px; position:absolute; left:512px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u788 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u788_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u788.mouseOver { } #u788_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u789_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u789 { border-width:0px; position:absolute; left:606px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u789 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u789_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u789.mouseOver { } #u789_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u790_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u790 { border-width:0px; position:absolute; left:699px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u790 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u790_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u790.mouseOver { } #u790_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u791_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u791 { border-width:0px; position:absolute; left:418px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u791 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u791_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u791.mouseOver { } #u791_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u792_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u792 { border-width:0px; position:absolute; left:793px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u792 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u792_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u792.mouseOver { } #u792_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u793_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u793 { border-width:0px; position:absolute; left:887px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u793 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u793_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u793.mouseOver { } #u793_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u794_div { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(51, 51, 51, 0.8); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u794 { border-width:0px; position:absolute; left:980px; top:0px; width:94px; height:70px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u794 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u794_div.mouseOver { border-width:0px; position:absolute; left:0px; top:0px; width:94px; height:70px; background:inherit; background-color:rgba(85, 85, 85, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-style:normal; color:#F2F2F2; line-height:22px; } #u794.mouseOver { } #u794_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u795_img { border-width:0px; position:absolute; left:0px; top:0px; width:657px; height:3px; } #u795 { border-width:0px; position:absolute; left:418px; top:69px; width:656px; height:2px; display:flex; } #u795 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u795_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u796_div { border-width:0px; position:absolute; left:0px; top:0px; width:127px; height:70px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u796 { border-width:0px; position:absolute; left:1073px; top:0px; width:127px; height:70px; display:flex; } #u796 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u796_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u797_div { border-width:0px; position:absolute; left:0px; top:0px; width:1030px; height:248px; background:inherit; background-color:rgba(3, 28, 93, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(170, 170, 170, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u797 { border-width:0px; position:absolute; left:160px; top:565px; width:1030px; height:248px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u797 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u797_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u799_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u799 { border-width:0px; position:absolute; left:177px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u799 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u799_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u800_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u800 { border-width:0px; position:absolute; left:187px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u800 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u800_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u801_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u801 { border-width:0px; position:absolute; left:197px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u801 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u801_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u802_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u802 { border-width:0px; position:absolute; left:207px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u802 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u802_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u803_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u803 { border-width:0px; position:absolute; left:217px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u803 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u803_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u804_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u804 { border-width:0px; position:absolute; left:227px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u804 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u804_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u805_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u805 { border-width:0px; position:absolute; left:237px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u805 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u805_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u806_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u806 { border-width:0px; position:absolute; left:247px; top:582px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u806 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u806_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u807_div { border-width:0px; position:absolute; left:0px; top:0px; width:122px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u807 { border-width:0px; position:absolute; left:287px; top:582px; width:122px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u807 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u807_text { border-width:0px; white-space:nowrap; text-transform:none; } #u809_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u809 { border-width:0px; position:absolute; left:177px; top:678px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u809 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u809_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u810_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u810 { border-width:0px; position:absolute; left:195px; top:670px; width:17px; height:20px; display:flex; } #u810 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u810_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u812_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u812 { border-width:0px; position:absolute; left:177px; top:726px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u812 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u812_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u813_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u813 { border-width:0px; position:absolute; left:195px; top:718px; width:17px; height:20px; display:flex; } #u813 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u813_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u815 { position:absolute; left:262px; top:630px; } #u815_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u815_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u816_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u816 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u816 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u816_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u817_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u817 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u817 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u817_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u819 { position:absolute; left:1062px; top:630px; } #u819_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u819_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u820_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u820 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u820 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u820_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u821_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u821 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u821 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u821_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u823 { position:absolute; left:302px; top:630px; } #u823_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u823_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u824_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u824 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u824 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u824_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u825_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u825 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u825 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u825_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u827 { position:absolute; left:1022px; top:630px; } #u827_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u827_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u828_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u828 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u828 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u828_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u829_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u829 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u829 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u829_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u831 { position:absolute; left:662px; top:630px; } #u831_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u831_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u832_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u832 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u832 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u832_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u833_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u833 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u833 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u833_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u835 { position:absolute; left:342px; top:630px; } #u835_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u835_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u836_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u836 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u836 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u836_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u837_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u837 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u837 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u837_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u839 { position:absolute; left:382px; top:630px; } #u839_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u839_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u840_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u840 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u840 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u840_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u841_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u841 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u841 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u841_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u843 { position:absolute; left:742px; top:726px; } #u843_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u843_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u844_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u844 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u844 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u844_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u845_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u845 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u845 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u845_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u847 { position:absolute; left:782px; top:726px; } #u847_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u847_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u848_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u848 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u848 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u848_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u849_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u849 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u849 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u849_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u851 { position:absolute; left:822px; top:726px; } #u851_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u851_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u852_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u852 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u852 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u852_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u853_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u853 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u853 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u853_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u855 { position:absolute; left:222px; top:630px; } #u855_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u855_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u856_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u856 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u856 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u856_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u857_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:296px; } #u857 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:296px; display:flex; } #u857 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u857_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u859 { position:absolute; left:1062px; top:678px; } #u859_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u859_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u860_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u860 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u860 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u860_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u861_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u861 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u861 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u861_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u863 { position:absolute; left:1102px; top:678px; } #u863_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u863_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u864_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u864 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u864 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u864_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u865_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u865 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u865 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u865_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u867 { position:absolute; left:1142px; top:678px; } #u867_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u867_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u868_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u868 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u868 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u868_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u869_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u869 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u869 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u869_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u871 { position:absolute; left:222px; top:678px; } #u871_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u871_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u872_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u872 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u872 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u872_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u873_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:296px; } #u873 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:296px; display:flex; } #u873 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u873_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u875 { position:absolute; left:222px; top:726px; } #u875_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u875_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u876_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u876 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u876 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u876_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u877_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:296px; } #u877 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:296px; display:flex; } #u877 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u877_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u879 { position:absolute; left:662px; top:678px; } #u879_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u879_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u880_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u880 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u880 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u880_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u881_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u881 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u881 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u881_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u883 { position:absolute; left:342px; top:678px; } #u883_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u883_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u884_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u884 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u884 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u884_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u885_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u885 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u885 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u885_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u887 { position:absolute; left:382px; top:678px; } #u887_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u887_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u888_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u888 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u888 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u888_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u889_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u889 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u889 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u889_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u891 { position:absolute; left:662px; top:726px; } #u891_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u891_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u892_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u892 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u892 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u892_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u893_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u893 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u893 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u893_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u895 { position:absolute; left:342px; top:726px; } #u895_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u895_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u896_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u896 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u896 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u896_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u897_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u897 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u897 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u897_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u899 { position:absolute; left:382px; top:726px; } #u899_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u899_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u900_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u900 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u900 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u900_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u901_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u901 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u901 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u901_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u902_div { border-width:0px; position:absolute; left:0px; top:0px; width:336px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u902 { border-width:0px; position:absolute; left:177px; top:768px; width:336px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u902 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u902_text { border-width:0px; white-space:nowrap; text-transform:none; } #u904 { position:absolute; left:702px; top:630px; } #u904_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u904_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u905_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u905 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u905 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u905_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u906_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u906 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u906 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u906_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u908 { position:absolute; left:422px; top:630px; } #u908_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u908_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u909_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u909 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u909 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u909_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u910_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u910 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u910 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u910_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u912 { position:absolute; left:262px; top:678px; } #u912_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u912_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u913_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u913 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u913 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u913_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u914_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u914 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u914 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u914_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u916 { position:absolute; left:302px; top:678px; } #u916_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u916_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u917_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u917 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u917 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u917_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u918_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u918 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u918 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u918_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u920 { position:absolute; left:1022px; top:678px; } #u920_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u920_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u921_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u921 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u921 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u921_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u922_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u922 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u922 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u922_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u924 { position:absolute; left:262px; top:726px; } #u924_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u924_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u925_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u925 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u925 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u925_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u926_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u926 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u926 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u926_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u928 { position:absolute; left:302px; top:726px; } #u928_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u928_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u929_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u929 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u929 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u929_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u930_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u930 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u930 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u930_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u932 { position:absolute; left:742px; top:678px; } #u932_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u932_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u933_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u933 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u933 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u933_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u934_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u934 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u934 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u934_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u936 { position:absolute; left:782px; top:678px; } #u936_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u936_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u937_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u937 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u937 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u937_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u938_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u938 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u938 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u938_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u940 { position:absolute; left:822px; top:678px; } #u940_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u940_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u941_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u941 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u941 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u941_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u942_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u942 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u942 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u942_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u944_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u944 { border-width:0px; position:absolute; left:177px; top:630px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u944 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u944_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u945_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u945 { border-width:0px; position:absolute; left:195px; top:622px; width:17px; height:20px; display:flex; } #u945 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u945_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u947 { position:absolute; left:742px; top:630px; } #u947_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u947_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u948_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u948 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u948 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u948_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u949_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u949 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u949 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u949_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u951 { position:absolute; left:782px; top:630px; } #u951_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u951_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u952_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u952 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u952 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u952_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u953_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u953 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u953 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u953_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u955 { position:absolute; left:822px; top:630px; } #u955_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u955_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u956_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u956 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u956 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u956_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u957_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u957 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u957 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u957_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u959 { position:absolute; left:462px; top:630px; } #u959_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u959_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u960_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u960 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u960 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u960_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u961_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u961 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u961 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u961_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u963 { position:absolute; left:502px; top:630px; } #u963_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u963_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u964_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u964 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u964 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u964_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u965_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u965 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u965 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u965_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u967 { position:absolute; left:542px; top:630px; } #u967_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u967_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u968_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u968 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u968 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u968_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u969_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u969 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u969 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u969_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u971 { position:absolute; left:582px; top:630px; } #u971_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u971_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u972_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u972 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u972 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u972_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u973_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u973 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u973 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u973_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u975 { position:absolute; left:622px; top:630px; } #u975_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u975_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u976_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u976 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u976 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u976_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u977_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u977 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u977 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u977_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u979 { position:absolute; left:702px; top:678px; } #u979_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u979_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u980_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u980 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u980 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u980_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u981_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u981 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u981 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u981_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u983 { position:absolute; left:462px; top:678px; } #u983_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u983_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u984_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u984 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u984 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u984_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u985_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u985 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u985 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u985_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u987 { position:absolute; left:502px; top:678px; } #u987_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u987_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u988_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u988 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u988 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u988_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u989_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u989 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u989 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u989_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u991 { position:absolute; left:542px; top:678px; } #u991_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u991_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u992_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u992 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u992 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u992_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u993_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u993 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u993 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u993_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u995 { position:absolute; left:582px; top:678px; } #u995_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u995_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u996_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u996 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u996 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u996_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u997_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u997 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u997 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u997_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u999 { position:absolute; left:622px; top:678px; } #u999_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u999_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1000_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1000 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1000 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1000_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1001_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1001 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1001 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1001_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1003 { position:absolute; left:702px; top:726px; } #u1003_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1003_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1004_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1004 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1004 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1004_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1005_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u1005 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u1005 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1005_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1007 { position:absolute; left:462px; top:726px; } #u1007_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1007_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1008_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1008 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1008 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1008_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1009_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1009 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1009 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1009_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1011 { position:absolute; left:502px; top:726px; } #u1011_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1011_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1012_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1012 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1012 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1012_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1013_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1013 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1013 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1013_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1015 { position:absolute; left:542px; top:726px; } #u1015_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1015_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1016_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1016 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1016 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1016_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1017_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1017 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1017 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1017_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1019 { position:absolute; left:582px; top:726px; } #u1019_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1019_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1020_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1020 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1020 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1020_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1021_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u1021 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u1021 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1021_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1023 { position:absolute; left:622px; top:726px; } #u1023_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1023_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1024_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1024 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1024 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1024_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1025_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1025 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1025 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1025_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1027 { position:absolute; left:902px; top:630px; } #u1027_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1027_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1028_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1028 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1028 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1028_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1029_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1029 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1029 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1029_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1031 { position:absolute; left:1142px; top:726px; } #u1031_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1031_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1032_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1032 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1032 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1032_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1033_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1033 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1033 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1033_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1035 { position:absolute; left:942px; top:726px; } #u1035_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1035_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1036_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1036 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1036 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1036_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1037_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1037 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1037 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1037_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1039 { position:absolute; left:1062px; top:726px; } #u1039_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1039_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1040_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1040 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1040 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1040_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1041_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1041 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1041 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1041_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1043 { position:absolute; left:982px; top:630px; } #u1043_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1043_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1044_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1044 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1044 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1044_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1045_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1045 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1045 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1045_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1047 { position:absolute; left:862px; top:726px; } #u1047_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1047_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1048_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1048 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1048 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1048_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1049_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1049 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1049 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1049_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1051 { position:absolute; left:1102px; top:630px; } #u1051_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1051_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1052_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1052 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1052 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1052_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1053_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1053 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1053 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1053_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1055 { position:absolute; left:1022px; top:726px; } #u1055_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1055_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1056_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1056 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1056 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1056_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1057_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1057 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1057 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1057_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1059 { position:absolute; left:862px; top:678px; } #u1059_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1059_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1060_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1060 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1060 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1060_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1061_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1061 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1061 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1061_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1063 { position:absolute; left:862px; top:630px; } #u1063_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1063_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1064_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1064 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1064 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1064_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1065_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1065 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1065 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1065_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1067 { position:absolute; left:422px; top:678px; } #u1067_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1067_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1068_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1068 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1068 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1068_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1069_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1069 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1069 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1069_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1071 { position:absolute; left:422px; top:726px; } #u1071_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1071_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1072_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1072 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1072 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1072_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1073_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1073 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1073 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1073_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1075 { position:absolute; left:942px; top:678px; } #u1075_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1075_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1076_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1076 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1076 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1076_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1077_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1077 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1077 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1077_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1079 { position:absolute; left:603px; top:768px; } #u1079_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1079_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1080_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1080 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1080 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1080_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1081_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u1081 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u1081 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1081_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1083 { position:absolute; left:563px; top:768px; } #u1083_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1083_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1084_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1084 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1084 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1084_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1085_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1085 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1085 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1085_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1087 { position:absolute; left:523px; top:768px; } #u1087_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1087_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1088_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1088 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1088 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1088_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1089_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1089 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1089 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1089_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1090_div { border-width:0px; position:absolute; left:0px; top:0px; width:213px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1090 { border-width:0px; position:absolute; left:643px; top:768px; width:213px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1090 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1090_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1092 { position:absolute; left:982px; top:726px; } #u1092_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1092_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1093_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1093 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1093 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1093_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1094_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:184px; } #u1094 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:184px; display:flex; } #u1094 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1094_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1096 { position:absolute; left:1102px; top:726px; } #u1096_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1096_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1097_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1097 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1097 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1097_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1098_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:240px; } #u1098 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:240px; display:flex; } #u1098 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1098_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1100 { position:absolute; left:902px; top:678px; } #u1100_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1100_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1101_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1101 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1101 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1101_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1102_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1102 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1102 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1102_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1104 { position:absolute; left:902px; top:726px; } #u1104_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1104_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1105_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1105 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1105 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1105_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1106_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1106 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1106 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1106_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1108 { position:absolute; left:982px; top:678px; } #u1108_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1108_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1109_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1109 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1109 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1109_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1110_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:196px; } #u1110 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:196px; display:flex; } #u1110 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1110_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1112 { position:absolute; left:942px; top:630px; } #u1112_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1112_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1113_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1113 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1113 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1113_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1114_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:168px; } #u1114 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:168px; display:flex; } #u1114 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1114_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1116 { position:absolute; left:1142px; top:630px; } #u1116_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1116_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1117_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1117 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1117 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1117_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1118_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:212px; } #u1118 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:212px; display:flex; } #u1118 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1118_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1119_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u1119 { border-width:0px; position:absolute; left:30px; top:5474px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#660000; line-height:30px; } #u1119 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1119_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1120_div { border-width:0px; position:absolute; left:0px; top:0px; width:181px; height:60px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u1120 { border-width:0px; position:absolute; left:160px; top:5474px; width:181px; height:60px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; line-height:30px; } #u1120 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1120_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1121_div { border-width:0px; position:absolute; left:0px; top:0px; width:420px; height:137px; background:inherit; background-color:rgba(3, 28, 93, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(170, 170, 170, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1121 { border-width:0px; position:absolute; left:160px; top:5318px; width:420px; height:137px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1121 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1121_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1123_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1123 { border-width:0px; position:absolute; left:177px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1123 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1123_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1124_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1124 { border-width:0px; position:absolute; left:187px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1124 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1124_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1125_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1125 { border-width:0px; position:absolute; left:197px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1125 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1125_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1126_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1126 { border-width:0px; position:absolute; left:207px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1126 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1126_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1127_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1127 { border-width:0px; position:absolute; left:217px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1127 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1127_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1128_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1128 { border-width:0px; position:absolute; left:227px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1128 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1128_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1129_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1129 { border-width:0px; position:absolute; left:237px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1129 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1129_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1130_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1130 { border-width:0px; position:absolute; left:247px; top:5334px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1130 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1130_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1131_div { border-width:0px; position:absolute; left:0px; top:0px; width:74px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1131 { border-width:0px; position:absolute; left:287px; top:5334px; width:74px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1131 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1131_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1132_div { border-width:0px; position:absolute; left:0px; top:0px; width:309px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1132 { border-width:0px; position:absolute; left:177px; top:5374px; width:309px; height:30px; display:flex; font-family:'微软雅黑'; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1132 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1132_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1133_div { border-width:0px; position:absolute; left:0px; top:0px; width:63px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#E66161; line-height:30px; } #u1133 { border-width:0px; position:absolute; left:496px; top:5374px; width:63px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:18px; color:#E66161; line-height:30px; } #u1133 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1133_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1134_div { border-width:0px; position:absolute; left:0px; top:0px; width:192px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1134 { border-width:0px; position:absolute; left:177px; top:5409px; width:192px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1134 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1134_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1135_img { border-width:0px; position:absolute; left:0px; top:0px; width:24px; height:32px; } #u1135 { border-width:0px; position:absolute; left:201px; top:5674px; width:24px; height:32px; display:flex; } #u1135 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1135_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1137_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1137 { border-width:0px; position:absolute; left:422px; top:5615px; width:22px; height:29px; display:flex; } #u1137 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1137_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1139_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1139 { border-width:0px; position:absolute; left:451px; top:5615px; width:22px; height:29px; display:flex; } #u1139 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1139_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1141_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1141 { border-width:0px; position:absolute; left:480px; top:5615px; width:22px; height:29px; display:flex; } #u1141 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1141_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1143_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1143 { border-width:0px; position:absolute; left:232px; top:5677px; width:22px; height:29px; display:flex; } #u1143 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1143_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1145_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1145 { border-width:0px; position:absolute; left:261px; top:5677px; width:22px; height:29px; display:flex; } #u1145 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1145_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1147_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1147 { border-width:0px; position:absolute; left:1004px; top:5711px; width:22px; height:29px; display:flex; } #u1147 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1147_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1149_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1149 { border-width:0px; position:absolute; left:999px; top:5682px; width:22px; height:29px; display:flex; } #u1149 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1149_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1151_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1151 { border-width:0px; position:absolute; left:941px; top:5785px; width:22px; height:29px; display:flex; } #u1151 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1151_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1153_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1153 { border-width:0px; position:absolute; left:526px; top:5817px; width:22px; height:29px; display:flex; } #u1153 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1153_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1155_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1155 { border-width:0px; position:absolute; left:555px; top:5817px; width:22px; height:29px; display:flex; } #u1155 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1155_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1157_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1157 { border-width:0px; position:absolute; left:584px; top:5817px; width:22px; height:29px; display:flex; } #u1157 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1157_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1158_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:26px; } #u1158 { border-width:0px; position:absolute; left:988px; top:4861px; width:22px; height:26px; display:flex; font-size:16px; line-height:30px; } #u1158 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1158_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1160_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1160 { border-width:0px; position:absolute; left:996px; top:6327px; width:22px; height:29px; display:flex; } #u1160 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1160_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1162_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1162 { border-width:0px; position:absolute; left:948px; top:6426px; width:22px; height:29px; display:flex; } #u1162 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1162_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1164_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1164 { border-width:0px; position:absolute; left:1025px; top:6869px; width:22px; height:29px; display:flex; } #u1164 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1164_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1166_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1166 { border-width:0px; position:absolute; left:945px; top:6862px; width:22px; height:29px; display:flex; } #u1166 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1166_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1168_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1168 { border-width:0px; position:absolute; left:185px; top:6698px; width:22px; height:29px; display:flex; } #u1168 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1168_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1170_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1170 { border-width:0px; position:absolute; left:185px; top:6734px; width:22px; height:29px; display:flex; } #u1170 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1170_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1172_img { border-width:0px; position:absolute; left:0px; top:0px; width:22px; height:29px; } #u1172 { border-width:0px; position:absolute; left:340px; top:6734px; width:22px; height:29px; display:flex; } #u1172 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1172_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1173_div { border-width:0px; position:absolute; left:0px; top:0px; width:220px; height:107px; background:inherit; background-color:rgba(3, 28, 93, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(170, 170, 170, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1173 { border-width:0px; position:absolute; left:160px; top:5048px; width:220px; height:107px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FBE9CD; } #u1173 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1173_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1175_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1175 { border-width:0px; position:absolute; left:177px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1175 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1175_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1176_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1176 { border-width:0px; position:absolute; left:187px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1176 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1176_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1177_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1177 { border-width:0px; position:absolute; left:197px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1177 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1177_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1178_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1178 { border-width:0px; position:absolute; left:207px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1178 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1178_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1179_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1179 { border-width:0px; position:absolute; left:217px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1179 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1179_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1180_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1180 { border-width:0px; position:absolute; left:227px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1180 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1180_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1181_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1181 { border-width:0px; position:absolute; left:237px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1181 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1181_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1182_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1182 { border-width:0px; position:absolute; left:247px; top:5064px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1182 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1182_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1183_div { border-width:0px; position:absolute; left:0px; top:0px; width:74px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1183 { border-width:0px; position:absolute; left:287px; top:5064px; width:74px; height:30px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:16px; color:#FFFF80; line-height:30px; } #u1183 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1183_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1185 { position:absolute; left:296px; top:5109px; } #u1185_state0 { position:relative; left:0px; top:0px; width:30px; height:30px; background-image:none; border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u1185_state0_content { border-width:0px; position:absolute; left:0px; top:0px; width:1px; height:1px; } #u1186_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1186 { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; display:flex; } #u1186 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1186_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1187_img { border-width:0px; position:absolute; left:0px; top:0px; width:368px; height:224px; } #u1187 { border-width:0px; position:absolute; left:0px; top:35px; width:368px; height:224px; display:flex; } #u1187 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1187_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1188_div { border-width:0px; position:absolute; left:0px; top:0px; width:64px; height:30px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1188 { border-width:0px; position:absolute; left:222px; top:5109px; width:64px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:16px; color:#F2F2F2; line-height:30px; } #u1188 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1188_text { border-width:0px; white-space:nowrap; text-transform:none; } #u1190_img { border-width:0px; position:absolute; left:0px; top:0px; width:30px; height:30px; } #u1190 { border-width:0px; position:absolute; left:177px; top:5108px; width:30px; height:30px; display:flex; font-family:'微软雅黑'; font-weight:400; font-style:normal; font-size:14px; color:#FFFFFF; } #u1190 .text { position:absolute; align-self:center; padding:0px 0px 3px 0px; box-sizing:border-box; width:100%; } #u1190_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1191_img { border-width:0px; position:absolute; left:0px; top:0px; width:17px; height:20px; } #u1191 { border-width:0px; position:absolute; left:195px; top:5100px; width:17px; height:20px; display:flex; } #u1191 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u1191_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u1192_div { border-width:0px; position:absolute; left:0px; top:0px; width:15px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#80FFFF; } #u1192 { border-width:0px; position:absolute; left:196px; top:5120px; width:15px; height:19px; display:flex; font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight:700; font-style:normal; font-size:14px; color:#80FFFF; } #u1192 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u1192_text { border-width:0px; white-space:nowrap; text-transform:none; }
0.280321
0.055643
@font-face { font-family: 'BebasNeueRegular'; src: url('fonts/BebasNeue-webfont.eot'); src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Fira Sans Condensed'; font-style: normal; font-weight: 400; src: local('Fira Sans Condensed Regular'), local('FiraSansCondensed-Regular'), url('fonts/fira-sans-condensed-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/fira-sans-condensed-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } body { display: flex; margin: 0; height: 100vh; background: #153b52 url(blue_texture.jpg) repeat top left; font-family: 'BebasNeueRegular'; } .paragraph, .attribution, .attribution a, nav, .link { animation: blurFadeIn 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 10s backwards; } nav { font-family: 'Fira Sans Condensed'; line-height: 20px; font-size: 20px; animation-delay: 15s; z-index: 4; } nav p { color: rgba(255, 255, 255, 0.3); } nav a { color: rgb(40, 110, 156); } a { text-decoration: none; color: #ccc; text-shadow: 0px 0px 1px #000; } .bg { position: fixed; z-index: -5; width: 100vw; height: 100vh; background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7)); } .introduction { position: absolute; width: 100vw; display: flex; height: 100vh; overflow: hidden; } h2 { margin: 0; padding-left: 5vw; padding-right: 5vw; color: transparent; text-align: center; margin: auto; font-size: 100px; line-height: 100px; animation: blurFadeInOut 10s ease-in backwards; } #welcome:after { content: ""; animation: intro 12.5s ease-in; } .container { display: flex; justify-content: center; align-items: center; width: 85vw; padding-top: 5vh; padding-bottom: 5vh; max-width: 1600px; margin: auto; /* From .element */ text-align: center; line-height: 30px; font-size: 30px; /* From neophilus.css */ flex-wrap: wrap; color: transparent; text-shadow: 0px 0px 1px #fff; } .container div:nth-child(3) { animation-delay: 11s; } .container div:nth-child(7), .attribution a { animation-delay: 13s; } .paragraph { max-width: 800px; margin-bottom: 2em; } .spacer { flex: 1; min-width: 1px; } .breaker { flex: 100%; } .attribution { z-index: 3; text-align: right; align-content: flex-end; } .pyramid { position: fixed; z-index: -2; width: 282px; height: 273px; left: 50%; top: 50%; margin: -137px 0 0 500px; background: transparent url(pyramid.png) no-repeat top left; animation: fadeInBack 3.6s linear 12s backwards; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: 0.3; transform: scale(5); } .icon { filter: brightness(0) saturate(100%) invert(37%) sepia(13%) saturate(3354%) hue-rotate(164deg) brightness(92%) contrast(79%); width: 50px; margin: 5px auto; padding-left: 0.5em; padding-right: 0.5em; } .link { display: inline-grid; width: 95px; vertical-align: top; animation-delay: 15s; } .link:hover, .link:active { color: rgb(57, 159, 226); } .link:hover .icon, .link:active .icon { filter: brightness(0) saturate(100%) invert(73%) sepia(55%) saturate(5228%) hue-rotate(177deg) brightness(94%) contrast(87%); } @keyframes intro { 0% { content:"Welcome to the tribe."; } 28% { content:"We want to recruit you,"; } 47% { content:"because you're so gullible."; } 66% { content:"That is, gullible in the right way."; } } @keyframes blurFadeInOut{ 0%, 25%, 50%, 75%{ opacity: 0; text-shadow: 0px 0px 40px #fff; transform: scale(1.3); } 6%,18%,31%,43%,56%,68%,81%,94%{ opacity: 1; text-shadow: 0px 0px 1px #fff; transform: scale(1); } 24%, 49%, 74%, 100%{ opacity: 0; text-shadow: 0px 0px 50px #fff; transform: scale(0); } } @keyframes blurFadeIn{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; transform: scale(1.3); } 100%{ opacity: 1; text-shadow: 0px 0px 1px #fff; transform: scale(1); } } @keyframes fadeInBack{ 0%{ opacity: 0; transform: scale(0); } 50%{ opacity: 0.4; transform: scale(2); } 100%{ opacity: 0.2; transform: scale(5); } } @media screen and (max-width: 480px) { /* Disable some transforms for low power devices (i.e. mobile phones) */ @keyframes blurFadeInOut{ 0%, 25%, 50%, 75%{ opacity: 0; text-shadow: 0px 0px 40px #fff; } 6%,18%,31%,43%,56%,68%,81%,94%{ opacity: 1; text-shadow: 0px 0px 1px #fff; } 24%, 49%, 74%, 100%{ opacity: 0; text-shadow: 0px 0px 50px #fff; } } @keyframes blurFadeIn{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; } 100%{ opacity: 1; text-shadow: 0px 0px 1px #fff; } } }
assets/neophilus.css
@font-face { font-family: 'BebasNeueRegular'; src: url('fonts/BebasNeue-webfont.eot'); src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Fira Sans Condensed'; font-style: normal; font-weight: 400; src: local('Fira Sans Condensed Regular'), local('FiraSansCondensed-Regular'), url('fonts/fira-sans-condensed-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/fira-sans-condensed-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } body { display: flex; margin: 0; height: 100vh; background: #153b52 url(blue_texture.jpg) repeat top left; font-family: 'BebasNeueRegular'; } .paragraph, .attribution, .attribution a, nav, .link { animation: blurFadeIn 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 10s backwards; } nav { font-family: 'Fira Sans Condensed'; line-height: 20px; font-size: 20px; animation-delay: 15s; z-index: 4; } nav p { color: rgba(255, 255, 255, 0.3); } nav a { color: rgb(40, 110, 156); } a { text-decoration: none; color: #ccc; text-shadow: 0px 0px 1px #000; } .bg { position: fixed; z-index: -5; width: 100vw; height: 100vh; background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7)); } .introduction { position: absolute; width: 100vw; display: flex; height: 100vh; overflow: hidden; } h2 { margin: 0; padding-left: 5vw; padding-right: 5vw; color: transparent; text-align: center; margin: auto; font-size: 100px; line-height: 100px; animation: blurFadeInOut 10s ease-in backwards; } #welcome:after { content: ""; animation: intro 12.5s ease-in; } .container { display: flex; justify-content: center; align-items: center; width: 85vw; padding-top: 5vh; padding-bottom: 5vh; max-width: 1600px; margin: auto; /* From .element */ text-align: center; line-height: 30px; font-size: 30px; /* From neophilus.css */ flex-wrap: wrap; color: transparent; text-shadow: 0px 0px 1px #fff; } .container div:nth-child(3) { animation-delay: 11s; } .container div:nth-child(7), .attribution a { animation-delay: 13s; } .paragraph { max-width: 800px; margin-bottom: 2em; } .spacer { flex: 1; min-width: 1px; } .breaker { flex: 100%; } .attribution { z-index: 3; text-align: right; align-content: flex-end; } .pyramid { position: fixed; z-index: -2; width: 282px; height: 273px; left: 50%; top: 50%; margin: -137px 0 0 500px; background: transparent url(pyramid.png) no-repeat top left; animation: fadeInBack 3.6s linear 12s backwards; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: 0.3; transform: scale(5); } .icon { filter: brightness(0) saturate(100%) invert(37%) sepia(13%) saturate(3354%) hue-rotate(164deg) brightness(92%) contrast(79%); width: 50px; margin: 5px auto; padding-left: 0.5em; padding-right: 0.5em; } .link { display: inline-grid; width: 95px; vertical-align: top; animation-delay: 15s; } .link:hover, .link:active { color: rgb(57, 159, 226); } .link:hover .icon, .link:active .icon { filter: brightness(0) saturate(100%) invert(73%) sepia(55%) saturate(5228%) hue-rotate(177deg) brightness(94%) contrast(87%); } @keyframes intro { 0% { content:"Welcome to the tribe."; } 28% { content:"We want to recruit you,"; } 47% { content:"because you're so gullible."; } 66% { content:"That is, gullible in the right way."; } } @keyframes blurFadeInOut{ 0%, 25%, 50%, 75%{ opacity: 0; text-shadow: 0px 0px 40px #fff; transform: scale(1.3); } 6%,18%,31%,43%,56%,68%,81%,94%{ opacity: 1; text-shadow: 0px 0px 1px #fff; transform: scale(1); } 24%, 49%, 74%, 100%{ opacity: 0; text-shadow: 0px 0px 50px #fff; transform: scale(0); } } @keyframes blurFadeIn{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; transform: scale(1.3); } 100%{ opacity: 1; text-shadow: 0px 0px 1px #fff; transform: scale(1); } } @keyframes fadeInBack{ 0%{ opacity: 0; transform: scale(0); } 50%{ opacity: 0.4; transform: scale(2); } 100%{ opacity: 0.2; transform: scale(5); } } @media screen and (max-width: 480px) { /* Disable some transforms for low power devices (i.e. mobile phones) */ @keyframes blurFadeInOut{ 0%, 25%, 50%, 75%{ opacity: 0; text-shadow: 0px 0px 40px #fff; } 6%,18%,31%,43%,56%,68%,81%,94%{ opacity: 1; text-shadow: 0px 0px 1px #fff; } 24%, 49%, 74%, 100%{ opacity: 0; text-shadow: 0px 0px 50px #fff; } } @keyframes blurFadeIn{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; } 100%{ opacity: 1; text-shadow: 0px 0px 1px #fff; } } }
0.485356
0.101723
core--MainWindow { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #9E00E7, stop: 0.2 #9E00E7, stop: 0.9 #3600C9, stop: 1 #3600C9); } control--MwcMainWndContainer { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #9E00E7, stop: 0.9 #3600C9, stop: 1 #3600C9); } core--MwcToolbar { background-color: #6F00D6; } QStatusBar { background-color: qlineargradient(x1: 1, y1: 0, x2: 1, y2: 0, stop: 0 #6F00D6, stop: 0.3 #6F00D6, stop: 0.9 #9E00E7, stop: 1 #9E00E7); color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; } /* Needed for Windows */ QWidget { border: none; } QStatusBar::item { border: none; } /* MWC tool bar buttons */ QToolButton { border: none; background-color: #6F00D6; border-radius: 6px; color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; padding: 7px; } QToolButton:selected { background-color: #5300CF; } QToolButton:pressed { background-color: #5300CF; } QToolButton:checked { background-color: #5800dd; } QToolButton::disabled { background-color: #E2CCF7; } QToolButton:enabled:!checked::hover { background-color: rgba(255, 255, 255, 0.1); } /*QDialog { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 18px; background-color: white }*/ QLabel { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; } QLabel::disabled { color: #E2CCF7; } control--MwcLabelTiny { font-size: 9px; } control--MwcLabelSmall { font-size: 12px; } control--MwcLabelNormal { font-size: 15px; } control--MwcLabelLarge { font-size: 19px; } /* popup for completer */ QListView { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: #6F00D6; /*background: #9E00E7;*/ selection-color: white; selection-background-color: #3600C9; font-size: 15px; /*padding: 5px;*/ } QListView::item { /* color: white;*/ height: 30px; padding: 10px; } /* ------------------------------ */ QLineEdit { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: white; } /* By some reasons Windows needs that for placeholder */ QLineEdit[text=""] { color: white; } QLineEdit::disabled { color: #E2CCF7; } QLineEdit:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.3); } control--MwcLineEditNormal { font-size: 15px; border-radius: 6px; padding: 8px; } QLineEdit:focus { border: 2px solid #CCFF33; background: rgba(255, 255, 255, 0.15); } /* By some reasons Windows needs that for placeholder */ QLineEdit[text=""] { color: white; } /* ------------------------------ */ QTextEdit { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: white; font-size: 18px; border-radius: 6px; padding: 10px 6px 10px 15px; } QTextEdit::disabled { color: #E2CCF7; } QTextEdit:focus { border: 2px solid #CCFF33; background: rgba(255, 255, 255, 0.15); } QTextEdit:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.3); } /* ------------------------------ */ QPlainTextEdit { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: white; } /* By some reasons Windows needs that for placeholder */ QPlainTextEdit[text=""] { color: white; } QPlainTextEdit:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.3); } QPlainTextEdit:focus { border: 2px solid #CCFF33; background: rgba(255, 255, 255, 0.15); } control--MwcPlainEditLogs { font-size: 12px; border-radius: 4px; padding: 1px; } control--MwcPlainEditLogs:focus { border: transparent; background: rgba(255, 255, 255, 0.05); } control--MwcPlainEditDlg { font-size: 15px; border-radius: 6px; padding: 8px; border: transparent; background: transparent; } control--MwcPlainEditDlg:focus { border: transparent; background: transparent; } control--MwcTextEditDlg { font-size: 15px; border-radius: 6px; padding: 8px; border: transparent; background: transparent; } control--MwcTextEditDlg:focus { border: transparent; background: transparent; } control--MwcTextEditDlg:enabled:!focus::hover { border: transparent; } /* --------------------------------------- */ QPushButton { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: 2px solid #FFFFFF; border-radius: 6px; background: transparent; } QPushButton:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.15); } control--MwcPushButtonNormal { font-size: 15px; } control--MwcPushButtonSmall { font-size: 12px; } control--MwcPushButtonTiny { font-size: 10px; } control--MwcPushButtonTinyUnderline { font-size: 12px; text-decoration: underline; border: none; } control--MwcPushButtonRound { font-size: 15px; border-radius: 18px; border: none; } control--MwcPushButtonStatusLine { border: 1px solid #FFFFFF; border-radius: 10px; font-size: 12px; padding: 4px; } QPushButton:focus { background: #FFFFFF; color: #6F00D6; } QPushButton:disabled { /* border: 2px solid gray; color: gray;*/ color: rgba(255, 255, 255, 0.5); border: 1px solid rgba(255, 255, 255, 0.5); } QPushButton:pressed { background: rgba(255, 255, 255, 0.3); } /* ------------------ Scroll bars ------------------------ */ QScrollBar { border: 1px solid rgba(255, 255, 255, 0.2); background: transparent; margin: 0 0 0 0; } QScrollBar:vertical { width: 15px; } QScrollBar:horizontal { height: 15px; } QScrollBar::handle:vertical, QScrollBar::handle:horizontal { background: rgba(255, 255, 255, 0.2); min-height: 20px; border: transparent; border-radius: 9px; } QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical ,QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { border: none; background: none; height: 0px; } QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical, QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { border: none; background: none; } QAbstractScrollArea::corner { background: transparent; } /* -------------- Progress bar ---------------- */ QProgressBar { border: 2px solid white; border-radius: 6px; background: white; } QProgressBar::chunk { background-color: #6F00D6; width: 1px; } /* ----------- Frame with a white border -----------------*/ control--MwcFrameWithBorder { background: transparent; border: 2px solid #FFFFFF; border-radius: 6px; } control--MwcLine { background: rgba(255, 255, 255, 0.5); border: transparent; } /* ------------ MwcComboBox ------- */ control--MwcComboBox { border: transparent; border-radius: 6px; padding: 0px 1px 0px 20px; background-color: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: yellow; color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; subcontrol-origin: padding; subcontrol-position: bottom right; } control--MwcComboBox:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.4); } control--MwcComboBox::drop-down { subcontrol-origin: padding; subcontrol-position: bottom right; width: 30px; background: transparent; border: transparent; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } control--MwcComboBox::down-arrow { image: url(:/img/ComboBoxArrow.svg); border: transparent; } /* ---------- QRadioButton ------------*/ QRadioButton { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; spacing: 10px; border: none; background: none; } QRadioButton:focus { border: none; } QRadioButton::indicator { width: 18px; height: 18px; } QRadioButton::indicator:unchecked { image: url(:/img/RadioOff.svg); } QRadioButton::indicator:checked { image: url(:/img/RadioOn.svg); } /* ------------ ListWithColumns ----------------- */ ListWithColumns { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; border: 2px solid #FFFFFF; border-radius: 6px; padding: 5px; background: transparent; /*rgba(255, 255, 255, 0.05);*/ } ListWithColumns::hover { background-color: rgba(255, 255, 255, 0.1); } ListWithColumns::item { color: white; } ListWithColumns::item:selected { background-color: mediumpurple; } /* header for table view */ QHeaderView { background: transparent; } QHeaderView::section { background-color: transparent; color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; border: none; border-bottom: 1px solid #ffffff; border-right: 1px solid #aaaaaa; } /* -------- Navigation buttons ------------- */ control--NavPushButton { border: none; border-radius: 17px; /* must match the button size to make it round */ background: transparent; font-size: 12px; padding: 5px; } control--NavPushButton:focus { background: rgba(255, 255, 255, 0.15); } control--NavPushButton:pressed { background: rgba(255, 255, 255, 0.35); } QToolButton:checked { background: rgba(255, 255, 255, 0.3); } control--NavMenuButton { border: none; border-radius: 4px; background: transparent; font-size: 13px; } control--NavMenuButton:focus { background: rgba(255, 255, 255, 0.15); } control--NavMenuButton:pressed { background: rgba(255, 255, 255, 0.3); } core--NavMenu { border: 2px solid #FFFFFF; border-radius: 6px; background: #3600C9; } /* --------- QToolTip ------- */ QToolTip { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; border: 1px solid white; border-radius: 3px; padding: 1px; background: #9E00E7; } /* --------- QCheckBox ------- */ QCheckBox { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; spacing: 10px; border: none; background: none; } QCheckBox::disabled { color: #E2CCF7; } QCheckBox::indicator { width: 18px; height: 18px; } QCheckBox::indicator:unchecked { image: url(:/img/CheckOff.svg); } QCheckBox::indicator:checked { image: url(:/img/CheckOn.svg); } QCheckBox::indicator:disabled:unchecked { image: url(:/img/disabledCheckOff.svg); } QCheckBox::indicator:disabled:checked { image: url(:/img/disabledCheckOn.svg); }
resource/mwcwallet_style.css
core--MainWindow { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #9E00E7, stop: 0.2 #9E00E7, stop: 0.9 #3600C9, stop: 1 #3600C9); } control--MwcMainWndContainer { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #9E00E7, stop: 0.9 #3600C9, stop: 1 #3600C9); } core--MwcToolbar { background-color: #6F00D6; } QStatusBar { background-color: qlineargradient(x1: 1, y1: 0, x2: 1, y2: 0, stop: 0 #6F00D6, stop: 0.3 #6F00D6, stop: 0.9 #9E00E7, stop: 1 #9E00E7); color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; } /* Needed for Windows */ QWidget { border: none; } QStatusBar::item { border: none; } /* MWC tool bar buttons */ QToolButton { border: none; background-color: #6F00D6; border-radius: 6px; color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; padding: 7px; } QToolButton:selected { background-color: #5300CF; } QToolButton:pressed { background-color: #5300CF; } QToolButton:checked { background-color: #5800dd; } QToolButton::disabled { background-color: #E2CCF7; } QToolButton:enabled:!checked::hover { background-color: rgba(255, 255, 255, 0.1); } /*QDialog { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 18px; background-color: white }*/ QLabel { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; } QLabel::disabled { color: #E2CCF7; } control--MwcLabelTiny { font-size: 9px; } control--MwcLabelSmall { font-size: 12px; } control--MwcLabelNormal { font-size: 15px; } control--MwcLabelLarge { font-size: 19px; } /* popup for completer */ QListView { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: #6F00D6; /*background: #9E00E7;*/ selection-color: white; selection-background-color: #3600C9; font-size: 15px; /*padding: 5px;*/ } QListView::item { /* color: white;*/ height: 30px; padding: 10px; } /* ------------------------------ */ QLineEdit { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: white; } /* By some reasons Windows needs that for placeholder */ QLineEdit[text=""] { color: white; } QLineEdit::disabled { color: #E2CCF7; } QLineEdit:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.3); } control--MwcLineEditNormal { font-size: 15px; border-radius: 6px; padding: 8px; } QLineEdit:focus { border: 2px solid #CCFF33; background: rgba(255, 255, 255, 0.15); } /* By some reasons Windows needs that for placeholder */ QLineEdit[text=""] { color: white; } /* ------------------------------ */ QTextEdit { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: white; font-size: 18px; border-radius: 6px; padding: 10px 6px 10px 15px; } QTextEdit::disabled { color: #E2CCF7; } QTextEdit:focus { border: 2px solid #CCFF33; background: rgba(255, 255, 255, 0.15); } QTextEdit:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.3); } /* ------------------------------ */ QPlainTextEdit { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: transparent; background: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: white; } /* By some reasons Windows needs that for placeholder */ QPlainTextEdit[text=""] { color: white; } QPlainTextEdit:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.3); } QPlainTextEdit:focus { border: 2px solid #CCFF33; background: rgba(255, 255, 255, 0.15); } control--MwcPlainEditLogs { font-size: 12px; border-radius: 4px; padding: 1px; } control--MwcPlainEditLogs:focus { border: transparent; background: rgba(255, 255, 255, 0.05); } control--MwcPlainEditDlg { font-size: 15px; border-radius: 6px; padding: 8px; border: transparent; background: transparent; } control--MwcPlainEditDlg:focus { border: transparent; background: transparent; } control--MwcTextEditDlg { font-size: 15px; border-radius: 6px; padding: 8px; border: transparent; background: transparent; } control--MwcTextEditDlg:focus { border: transparent; background: transparent; } control--MwcTextEditDlg:enabled:!focus::hover { border: transparent; } /* --------------------------------------- */ QPushButton { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; border: 2px solid #FFFFFF; border-radius: 6px; background: transparent; } QPushButton:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.15); } control--MwcPushButtonNormal { font-size: 15px; } control--MwcPushButtonSmall { font-size: 12px; } control--MwcPushButtonTiny { font-size: 10px; } control--MwcPushButtonTinyUnderline { font-size: 12px; text-decoration: underline; border: none; } control--MwcPushButtonRound { font-size: 15px; border-radius: 18px; border: none; } control--MwcPushButtonStatusLine { border: 1px solid #FFFFFF; border-radius: 10px; font-size: 12px; padding: 4px; } QPushButton:focus { background: #FFFFFF; color: #6F00D6; } QPushButton:disabled { /* border: 2px solid gray; color: gray;*/ color: rgba(255, 255, 255, 0.5); border: 1px solid rgba(255, 255, 255, 0.5); } QPushButton:pressed { background: rgba(255, 255, 255, 0.3); } /* ------------------ Scroll bars ------------------------ */ QScrollBar { border: 1px solid rgba(255, 255, 255, 0.2); background: transparent; margin: 0 0 0 0; } QScrollBar:vertical { width: 15px; } QScrollBar:horizontal { height: 15px; } QScrollBar::handle:vertical, QScrollBar::handle:horizontal { background: rgba(255, 255, 255, 0.2); min-height: 20px; border: transparent; border-radius: 9px; } QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical ,QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { border: none; background: none; height: 0px; } QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical, QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { border: none; background: none; } QAbstractScrollArea::corner { background: transparent; } /* -------------- Progress bar ---------------- */ QProgressBar { border: 2px solid white; border-radius: 6px; background: white; } QProgressBar::chunk { background-color: #6F00D6; width: 1px; } /* ----------- Frame with a white border -----------------*/ control--MwcFrameWithBorder { background: transparent; border: 2px solid #FFFFFF; border-radius: 6px; } control--MwcLine { background: rgba(255, 255, 255, 0.5); border: transparent; } /* ------------ MwcComboBox ------- */ control--MwcComboBox { border: transparent; border-radius: 6px; padding: 0px 1px 0px 20px; background-color: rgba(255, 255, 255, 0.2); selection-background-color: rgba(255, 255, 255, 0.3); selection-color: yellow; color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; subcontrol-origin: padding; subcontrol-position: bottom right; } control--MwcComboBox:enabled:!focus::hover { background-color: rgba(255, 255, 255, 0.4); } control--MwcComboBox::drop-down { subcontrol-origin: padding; subcontrol-position: bottom right; width: 30px; background: transparent; border: transparent; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } control--MwcComboBox::down-arrow { image: url(:/img/ComboBoxArrow.svg); border: transparent; } /* ---------- QRadioButton ------------*/ QRadioButton { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; spacing: 10px; border: none; background: none; } QRadioButton:focus { border: none; } QRadioButton::indicator { width: 18px; height: 18px; } QRadioButton::indicator:unchecked { image: url(:/img/RadioOff.svg); } QRadioButton::indicator:checked { image: url(:/img/RadioOn.svg); } /* ------------ ListWithColumns ----------------- */ ListWithColumns { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; border: 2px solid #FFFFFF; border-radius: 6px; padding: 5px; background: transparent; /*rgba(255, 255, 255, 0.05);*/ } ListWithColumns::hover { background-color: rgba(255, 255, 255, 0.1); } ListWithColumns::item { color: white; } ListWithColumns::item:selected { background-color: mediumpurple; } /* header for table view */ QHeaderView { background: transparent; } QHeaderView::section { background-color: transparent; color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; border: none; border-bottom: 1px solid #ffffff; border-right: 1px solid #aaaaaa; } /* -------- Navigation buttons ------------- */ control--NavPushButton { border: none; border-radius: 17px; /* must match the button size to make it round */ background: transparent; font-size: 12px; padding: 5px; } control--NavPushButton:focus { background: rgba(255, 255, 255, 0.15); } control--NavPushButton:pressed { background: rgba(255, 255, 255, 0.35); } QToolButton:checked { background: rgba(255, 255, 255, 0.3); } control--NavMenuButton { border: none; border-radius: 4px; background: transparent; font-size: 13px; } control--NavMenuButton:focus { background: rgba(255, 255, 255, 0.15); } control--NavMenuButton:pressed { background: rgba(255, 255, 255, 0.3); } core--NavMenu { border: 2px solid #FFFFFF; border-radius: 6px; background: #3600C9; } /* --------- QToolTip ------- */ QToolTip { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 13px; border: 1px solid white; border-radius: 3px; padding: 1px; background: #9E00E7; } /* --------- QCheckBox ------- */ QCheckBox { color: white; font-family: Open Sans; font-style: normal; font-weight: normal; font-size: 15px; spacing: 10px; border: none; background: none; } QCheckBox::disabled { color: #E2CCF7; } QCheckBox::indicator { width: 18px; height: 18px; } QCheckBox::indicator:unchecked { image: url(:/img/CheckOff.svg); } QCheckBox::indicator:checked { image: url(:/img/CheckOn.svg); } QCheckBox::indicator:disabled:unchecked { image: url(:/img/disabledCheckOff.svg); } QCheckBox::indicator:disabled:checked { image: url(:/img/disabledCheckOn.svg); }
0.467575
0.279206
/* Replaced with normal container and standard footer */ /*.container-narrow { margin: 0 auto; max-width: 700px; } .container-narrow > hr { margin: 30px 0; } */ /* Replaced with standard BS3 Navbar */ /*.navbar .nav { float: right; } */ /* This is the for the title section in homepage */ div#page { height : 30%; } body.page-body{ background-image: url('/assets/img/Background/pale-blue-dot.jpg'); max-width:100%; max-height:100%; font-family : Verdana, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", Sans-serif; } div.ind-posts { background-color : rgba(0, 0, 0, 0.3); } div.header { text-align : center; width : 70%; } ul.posts { list-style : none; } div.ind-posts { height : 30; font-size : 17; } div#page { width : 70%; margin : auto; } div.row { width : 70%; margin : auto; text-align : justify; } div.date { margin-bottom: 20px; font-weight: bold; text-align : center; } /* Jekyll Bootstrap Colors */ h1 { font-size : 30; font-family : Verdana, "KaiTi", "楷体", STKaiti, "华文楷体", Sans-serif; } h2 { font-size : 20; } h1, h2, h3, h4 { color : #006699; /* color: #f22430; /* height: 1000px; /* background-image: url('/assets/img/generic/原子弹.jpg'); } /*----------------------------------------------------------- */ #footer { background-color: #fdcd60; } /* posts index */ .post > h3.title { position: relative; padding-top: 10px; } .post > h3.title span.date { position: absolute; right: 0; font-size: 0.9em; } .post > .more { margin: 10px 0; text-align: left; } /* post-full*/ .post-full .date { margin-bottom: 20px; font-weight: bold; } /* tag_box */ .tag_box { list-style: none; margin: 0; overflow: hidden; } .tag_box li { line-height: 28px; } .tag_box li i { opacity: 0.9; } .tag_box.inline li { float: left; } .tag_box a { padding: 3px 6px; margin: 2px; background: #eee; color: #555; border-radius: 3px; text-decoration: none; border: 1px dashed #cccccc; } .tag_box a span { vertical-align: super; font-size: 0.8em; } .tag_box a:hover { background-color: #e5e5e5; } .tag_box a.active { background: #57A957; border: 1px solid #4c964d; color: #FFF; }
assets/themes/bootstrap-3/css/style.css
/* Replaced with normal container and standard footer */ /*.container-narrow { margin: 0 auto; max-width: 700px; } .container-narrow > hr { margin: 30px 0; } */ /* Replaced with standard BS3 Navbar */ /*.navbar .nav { float: right; } */ /* This is the for the title section in homepage */ div#page { height : 30%; } body.page-body{ background-image: url('/assets/img/Background/pale-blue-dot.jpg'); max-width:100%; max-height:100%; font-family : Verdana, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", Sans-serif; } div.ind-posts { background-color : rgba(0, 0, 0, 0.3); } div.header { text-align : center; width : 70%; } ul.posts { list-style : none; } div.ind-posts { height : 30; font-size : 17; } div#page { width : 70%; margin : auto; } div.row { width : 70%; margin : auto; text-align : justify; } div.date { margin-bottom: 20px; font-weight: bold; text-align : center; } /* Jekyll Bootstrap Colors */ h1 { font-size : 30; font-family : Verdana, "KaiTi", "楷体", STKaiti, "华文楷体", Sans-serif; } h2 { font-size : 20; } h1, h2, h3, h4 { color : #006699; /* color: #f22430; /* height: 1000px; /* background-image: url('/assets/img/generic/原子弹.jpg'); } /*----------------------------------------------------------- */ #footer { background-color: #fdcd60; } /* posts index */ .post > h3.title { position: relative; padding-top: 10px; } .post > h3.title span.date { position: absolute; right: 0; font-size: 0.9em; } .post > .more { margin: 10px 0; text-align: left; } /* post-full*/ .post-full .date { margin-bottom: 20px; font-weight: bold; } /* tag_box */ .tag_box { list-style: none; margin: 0; overflow: hidden; } .tag_box li { line-height: 28px; } .tag_box li i { opacity: 0.9; } .tag_box.inline li { float: left; } .tag_box a { padding: 3px 6px; margin: 2px; background: #eee; color: #555; border-radius: 3px; text-decoration: none; border: 1px dashed #cccccc; } .tag_box a span { vertical-align: super; font-size: 0.8em; } .tag_box a:hover { background-color: #e5e5e5; } .tag_box a.active { background: #57A957; border: 1px solid #4c964d; color: #FFF; }
0.283583
0.065815
.background_tan5, .hover_background_tan5:hover, .active_background_tan5:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(145, 107, 57)), color-stop(100%, rgb(116, 86, 45))); background-image: -webkit-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -o-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -ms-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: linear-gradient(to bottom, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#916b39', endColorstr='#74562d',GradientType=0 ); } .background_tan5h, .hover_background_tan5h:hover, .active_background_tan5h:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(174, 128, 68)), color-stop(100%, rgb(139, 103, 54))); background-image: -webkit-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: -o-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: -ms-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: linear-gradient(to bottom, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8044', endColorstr='#8b6736',GradientType=0 ); } .background_tan5a, .hover_background_tan5a:hover, .active_background_tan5a:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(139, 103, 54)), color-stop(100%, rgb(174, 128, 68))); background-image: -webkit-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: -o-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: -ms-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: linear-gradient(to bottom, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6736', endColorstr='#ae8044',GradientType=0 ); } .background_tan5s, .hover_background_tan5s:hover, .active_background_tan5s:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(197, 158, 106)), color-stop(100%, rgb(174, 128, 68))); background-image: -webkit-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: -o-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: -ms-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: linear-gradient(to bottom, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59e6a', endColorstr='#ae8044',GradientType=0 ); } .background_color_tan5, .hover_background_color_tan5:hover, .active_background_color_tan5:active:hover { background-color:#74562d; } .background_first_color_tan5, .hover_background_first_color_tan5:hover, .active_background_first_color_tan5:active:hover { background-color:#916b39; } .background_last_color_tan5, .hover_background_last_color_tan5:hover, .active_background_color_last_tan5:active:hover { background-color:#74562d; } /* ------------------------------ color settings -------------------------------*/ .color_tan5, .hover_color_tan5:hover, .active_color_tan5:active:hover { color: #c8c8c8; } .color_tan5h, .hover_color_tan5h:hover, .active_color_tan5h:active:hover { color: #c8c8c8; } .color_tan5a, .hover_color_tan5a:hover, .active_color_tan5a:active:hover { color: #ff0; } .color_tan5s, .hover_color_tan5s:hover, .active_color_tan5s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_tan5, .hover_border_tan5:hover, .active_border_tan5:active:hover { border-color: #74562d #74562d #74562d #74562d; } .border_tan5h, .hover_border_tan5h:hover, .active_border_tan5h:active:hover { border-color: #684d29 #684d29 #684d29 #684d29; } .border_tan5a, .hover_border_tan5a:hover, .active_border_tan5a:active:hover { border-color: #5d4424 #5d4424 #5d4424 #5d4424; } .border_tan5s, .hover_border_tan5s:hover, .active_border_tan5s:active:hover { border-color: #ae8044 #ae8044 #ae8044 #ae8044; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_tan5, .hover_shadow_expand_tan5:hover, .active_shadow_expand_tan5:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(116, 86, 45, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(116, 86, 45, .39); box-shadow: 0em 0em 1em 0.25em rgba(116, 86, 45, .39); } .shadow_expand_tan5h, .hover_shadow_expand_tan5h:hover, .active_shadow_expand_tan5h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(139, 103, 54, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(139, 103, 54, .50); box-shadow: 0em 0em 1em 0.25em rgba(139, 103, 54, .50); } .shadow_expand_tan5a, .hover_shadow_expand_tan5a:hover, .active_shadow_expand_tan5a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .63); box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .63); } .shadow_expand_tan5s, .hover_shadow_expand_tan5s:hover, .active_shadow_expand_tan5s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .78); box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_tan5, .hover_shadow_left_tan5:hover, .active_shadow_left_tan5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_left_tan5h, .hover_shadow_left_tan5h:hover, .active_shadow_left_tan5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_left_tan5a, .hover_shadow_left_tan5a:hover, .active_shadow_left_tan5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_left_tan5s, .hover_shadow_left_tan5s:hover, .active_shadow_left_tan5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_tan5, .hover_shadow_right_tan5:hover, .active_shadow_right_tan5:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0.5em 0em 1em rgba(116, 86, 45, .39); box-shadow: 0.5em 0em 1em rgba(116, 86, 45, .39); } .shadow_right_tan5h, .hover_shadow_right_tan5h:hover, .active_shadow_right_tan5h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0.5em 0em 1em rgba(139, 103, 54, .50); box-shadow: 0.5em 0em 1em rgba(139, 103, 54, .50); } .shadow_right_tan5a, .hover_shadow_right_tan5a:hover, .active_shadow_right_tan5a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .63); box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .63); } .shadow_right_tan5s, .hover_shadow_right_tan5s:hover, .active_shadow_right_tan5s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .78); box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_tan5, .hover_shadow_top_tan5:hover, .active_shadow_top_tan5:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_top_tan5h, .hover_shadow_top_tan5h:hover, .active_shadow_top_tan5h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_top_tan5a, .hover_shadow_top_tan5a:hover, .active_shadow_top_tan5a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_top_tan5s, .hover_shadow_top_tan5s:hover, .active_shadow_top_tan5s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_tan5, .hover_shadow_bottom_tan5:hover, .active_shadow_bottom_tan5:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0em 0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0em 0.5em 1em rgba(116, 86, 45, .39); } .shadow_bottom_tan5h, .hover_shadow_bottom_tan5h:hover, .active_shadow_bottom_tan5h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0em 0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0em 0.5em 1em rgba(139, 103, 54, .50); } .shadow_bottom_tan5a, .hover_shadow_bottom_tan5a:hover, .active_shadow_bottom_tan5a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .63); } .shadow_bottom_tan5s, .hover_shadow_bottom_tan5s:hover, .active_shadow_bottom_tan5s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_tan5, .hover_shadow_top_left_tan5:hover, .active_shadow_top_left_tan5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_top_left_tan5h, .hover_shadow_top_left_tan5h:hover, .active_shadow_top_left_tan5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_top_left_tan5a, .hover_shadow_top_left_tan5a:hover, .active_shadow_top_left_tan5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_top_left_tan5s, .hover_shadow_top_left_tan5s:hover, .active_shadow_top_left_tan5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_tan5, .hover_shadow_top_right_tan5:hover, .active_shadow_top_right_tan5:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0.5em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_top_right_tan5h, .hover_shadow_top_right_tan5h:hover, .active_shadow_top_right_tan5h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0.5em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_top_right_tan5a, .hover_shadow_top_right_tan5a:hover, .active_shadow_top_right_tan5a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_top_right_tan5s, .hover_shadow_top_right_tan5s:hover, .active_shadow_top_right_tan5s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_tan5, .hover_shadow_bottom_left_tan5:hover, .active_shadow_bottom_left_tan5:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(116, 86, 45, .39); box-shadow: -0.5em 0.5em 1em rgba(116, 86, 45, .39); } .shadow_bottom_left_tan5h, .hover_shadow_bottom_left_tan5h:hover, .active_shadow_bottom_left_tan5h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(139, 103, 54, .50); box-shadow: -0.5em 0.5em 1em rgba(139, 103, 54, .50); } .shadow_bottom_left_tan5a, .hover_shadow_bottom_left_tan5a:hover, .active_shadow_bottom_left_tan5a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .63); box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .63); } .shadow_bottom_left_tan5s, .hover_shadow_bottom_left_tan5s:hover, .active_shadow_bottom_left_tan5s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .78); box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_tan5, .hover_shadow_bottom_right_tan5:hover, .active_shadow_bottom_right_tan5:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0.5em 0.5em 1em rgba(116, 86, 45, .39); } .shadow_bottom_right_tan5h, .hover_shadow_bottom_right_tan5h:hover, .active_shadow_bottom_right_tan5h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0.5em 0.5em 1em rgba(139, 103, 54, .50); } .shadow_bottom_right_tan5a, .hover_shadow_bottom_right_tan5a:hover, .active_shadow_bottom_right_tan5a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .63); } .shadow_bottom_right_tan5s, .hover_shadow_bottom_right_tan5s:hover, .active_shadow_bottom_right_tan5s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .78); }
widgets/common/assets/gradients/simple/tan/tan5.css
.background_tan5, .hover_background_tan5:hover, .active_background_tan5:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(145, 107, 57)), color-stop(100%, rgb(116, 86, 45))); background-image: -webkit-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -o-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -ms-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: linear-gradient(to bottom, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#916b39', endColorstr='#74562d',GradientType=0 ); } .background_tan5h, .hover_background_tan5h:hover, .active_background_tan5h:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(174, 128, 68)), color-stop(100%, rgb(139, 103, 54))); background-image: -webkit-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: -o-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: -ms-linear-gradient(top, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); background-image: linear-gradient(to bottom, rgb(174, 128, 68) 0%, rgb(139, 103, 54) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8044', endColorstr='#8b6736',GradientType=0 ); } .background_tan5a, .hover_background_tan5a:hover, .active_background_tan5a:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(139, 103, 54)), color-stop(100%, rgb(174, 128, 68))); background-image: -webkit-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: -o-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: -ms-linear-gradient(top, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); background-image: linear-gradient(to bottom, rgb(139, 103, 54) 0%, rgb(174, 128, 68) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6736', endColorstr='#ae8044',GradientType=0 ); } .background_tan5s, .hover_background_tan5s:hover, .active_background_tan5s:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(197, 158, 106)), color-stop(100%, rgb(174, 128, 68))); background-image: -webkit-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: -o-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: -ms-linear-gradient(top, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); background-image: linear-gradient(to bottom, rgb(197, 158, 106) 0%, rgb(174, 128, 68) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59e6a', endColorstr='#ae8044',GradientType=0 ); } .background_color_tan5, .hover_background_color_tan5:hover, .active_background_color_tan5:active:hover { background-color:#74562d; } .background_first_color_tan5, .hover_background_first_color_tan5:hover, .active_background_first_color_tan5:active:hover { background-color:#916b39; } .background_last_color_tan5, .hover_background_last_color_tan5:hover, .active_background_color_last_tan5:active:hover { background-color:#74562d; } /* ------------------------------ color settings -------------------------------*/ .color_tan5, .hover_color_tan5:hover, .active_color_tan5:active:hover { color: #c8c8c8; } .color_tan5h, .hover_color_tan5h:hover, .active_color_tan5h:active:hover { color: #c8c8c8; } .color_tan5a, .hover_color_tan5a:hover, .active_color_tan5a:active:hover { color: #ff0; } .color_tan5s, .hover_color_tan5s:hover, .active_color_tan5s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_tan5, .hover_border_tan5:hover, .active_border_tan5:active:hover { border-color: #74562d #74562d #74562d #74562d; } .border_tan5h, .hover_border_tan5h:hover, .active_border_tan5h:active:hover { border-color: #684d29 #684d29 #684d29 #684d29; } .border_tan5a, .hover_border_tan5a:hover, .active_border_tan5a:active:hover { border-color: #5d4424 #5d4424 #5d4424 #5d4424; } .border_tan5s, .hover_border_tan5s:hover, .active_border_tan5s:active:hover { border-color: #ae8044 #ae8044 #ae8044 #ae8044; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_tan5, .hover_shadow_expand_tan5:hover, .active_shadow_expand_tan5:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(116, 86, 45, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(116, 86, 45, .39); box-shadow: 0em 0em 1em 0.25em rgba(116, 86, 45, .39); } .shadow_expand_tan5h, .hover_shadow_expand_tan5h:hover, .active_shadow_expand_tan5h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(139, 103, 54, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(139, 103, 54, .50); box-shadow: 0em 0em 1em 0.25em rgba(139, 103, 54, .50); } .shadow_expand_tan5a, .hover_shadow_expand_tan5a:hover, .active_shadow_expand_tan5a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .63); box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .63); } .shadow_expand_tan5s, .hover_shadow_expand_tan5s:hover, .active_shadow_expand_tan5s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .78); box-shadow: 0em 0em 1em 0.25em rgba(174, 128, 68, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_tan5, .hover_shadow_left_tan5:hover, .active_shadow_left_tan5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_left_tan5h, .hover_shadow_left_tan5h:hover, .active_shadow_left_tan5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_left_tan5a, .hover_shadow_left_tan5a:hover, .active_shadow_left_tan5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_left_tan5s, .hover_shadow_left_tan5s:hover, .active_shadow_left_tan5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_tan5, .hover_shadow_right_tan5:hover, .active_shadow_right_tan5:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0.5em 0em 1em rgba(116, 86, 45, .39); box-shadow: 0.5em 0em 1em rgba(116, 86, 45, .39); } .shadow_right_tan5h, .hover_shadow_right_tan5h:hover, .active_shadow_right_tan5h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0.5em 0em 1em rgba(139, 103, 54, .50); box-shadow: 0.5em 0em 1em rgba(139, 103, 54, .50); } .shadow_right_tan5a, .hover_shadow_right_tan5a:hover, .active_shadow_right_tan5a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .63); box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .63); } .shadow_right_tan5s, .hover_shadow_right_tan5s:hover, .active_shadow_right_tan5s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .78); box-shadow: 0.5em 0em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_tan5, .hover_shadow_top_tan5:hover, .active_shadow_top_tan5:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_top_tan5h, .hover_shadow_top_tan5h:hover, .active_shadow_top_tan5h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_top_tan5a, .hover_shadow_top_tan5a:hover, .active_shadow_top_tan5a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_top_tan5s, .hover_shadow_top_tan5s:hover, .active_shadow_top_tan5s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_tan5, .hover_shadow_bottom_tan5:hover, .active_shadow_bottom_tan5:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0em 0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0em 0.5em 1em rgba(116, 86, 45, .39); } .shadow_bottom_tan5h, .hover_shadow_bottom_tan5h:hover, .active_shadow_bottom_tan5h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0em 0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0em 0.5em 1em rgba(139, 103, 54, .50); } .shadow_bottom_tan5a, .hover_shadow_bottom_tan5a:hover, .active_shadow_bottom_tan5a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .63); } .shadow_bottom_tan5s, .hover_shadow_bottom_tan5s:hover, .active_shadow_bottom_tan5s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0em 0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_tan5, .hover_shadow_top_left_tan5:hover, .active_shadow_top_left_tan5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: -0.5em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_top_left_tan5h, .hover_shadow_top_left_tan5h:hover, .active_shadow_top_left_tan5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: -0.5em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_top_left_tan5a, .hover_shadow_top_left_tan5a:hover, .active_shadow_top_left_tan5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_top_left_tan5s, .hover_shadow_top_left_tan5s:hover, .active_shadow_top_left_tan5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: -0.5em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_tan5, .hover_shadow_top_right_tan5:hover, .active_shadow_top_right_tan5:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0.5em -0.5em 1em rgba(116, 86, 45, .39); } .shadow_top_right_tan5h, .hover_shadow_top_right_tan5h:hover, .active_shadow_top_right_tan5h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0.5em -0.5em 1em rgba(139, 103, 54, .50); } .shadow_top_right_tan5a, .hover_shadow_top_right_tan5a:hover, .active_shadow_top_right_tan5a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .63); } .shadow_top_right_tan5s, .hover_shadow_top_right_tan5s:hover, .active_shadow_top_right_tan5s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0.5em -0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_tan5, .hover_shadow_bottom_left_tan5:hover, .active_shadow_bottom_left_tan5:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(116, 86, 45, .39); box-shadow: -0.5em 0.5em 1em rgba(116, 86, 45, .39); } .shadow_bottom_left_tan5h, .hover_shadow_bottom_left_tan5h:hover, .active_shadow_bottom_left_tan5h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(139, 103, 54, .50); box-shadow: -0.5em 0.5em 1em rgba(139, 103, 54, .50); } .shadow_bottom_left_tan5a, .hover_shadow_bottom_left_tan5a:hover, .active_shadow_bottom_left_tan5a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .63); box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .63); } .shadow_bottom_left_tan5s, .hover_shadow_bottom_left_tan5s:hover, .active_shadow_bottom_left_tan5s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .78); box-shadow: -0.5em 0.5em 1em rgba(174, 128, 68, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_tan5, .hover_shadow_bottom_right_tan5:hover, .active_shadow_bottom_right_tan5:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(116, 86, 45, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(116, 86, 45, .39); box-shadow: 0.5em 0.5em 1em rgba(116, 86, 45, .39); } .shadow_bottom_right_tan5h, .hover_shadow_bottom_right_tan5h:hover, .active_shadow_bottom_right_tan5h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(139, 103, 54, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(139, 103, 54, .50); box-shadow: 0.5em 0.5em 1em rgba(139, 103, 54, .50); } .shadow_bottom_right_tan5a, .hover_shadow_bottom_right_tan5a:hover, .active_shadow_bottom_right_tan5a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .63); box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .63); } .shadow_bottom_right_tan5s, .hover_shadow_bottom_right_tan5s:hover, .active_shadow_bottom_right_tan5s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .78); box-shadow: 0.5em 0.5em 1em rgba(174, 128, 68, .78); }
0.536313
0.135546
========================================================================== */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } .container { margin-right: auto; margin-left: auto; padding-right: 0.9375rem; padding-left: 0.9375rem; } .container:before, .container:after { display: table; content: ' '; } .container:after { clear: both; } @media (min-width: 34em) { .container { max-width: 34rem; } } @media (min-width: 48em) { .container { max-width: 45rem; } } @media (min-width: 62em) { .container { max-width: 60rem; } } @media (min-width: 75em) { .container { max-width: 72.25rem; } } .container-fluid { margin-right: auto; margin-left: auto; padding-right: 0.9375rem; padding-left: 0.9375rem; } .container-fluid:before, .container-fluid:after { display: table; content: ' '; } .container-fluid:after { clear: both; } .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } .row:before, .row:after { display: table; content: ' '; } .row:after { clear: both; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { position: relative; box-sizing: border-box; min-height: 1px; padding-right: 0.9375rem; padding-left: 0.9375rem; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-1 { width: 8.33333%; } .col-xs-2 { width: 16.66667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333%; } .col-xs-5 { width: 41.66667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.33333%; } .col-xs-8 { width: 66.66667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333%; } .col-xs-11 { width: 91.66667%; } .col-xs-12 { width: 100%; } .col-xs-pull-0 { right: auto; } .col-xs-pull-1 { right: 8.33333%; } .col-xs-pull-2 { right: 16.66667%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-4 { right: 33.33333%; } .col-xs-pull-5 { right: 41.66667%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-7 { right: 58.33333%; } .col-xs-pull-8 { right: 66.66667%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-10 { right: 83.33333%; } .col-xs-pull-11 { right: 91.66667%; } .col-xs-pull-12 { right: 100%; } .col-xs-push-0 { left: auto; } .col-xs-push-1 { left: 8.33333%; } .col-xs-push-2 { left: 16.66667%; } .col-xs-push-3 { left: 25%; } .col-xs-push-4 { left: 33.33333%; } .col-xs-push-5 { left: 41.66667%; } .col-xs-push-6 { left: 50%; } .col-xs-push-7 { left: 58.33333%; } .col-xs-push-8 { left: 66.66667%; } .col-xs-push-9 { left: 75%; } .col-xs-push-10 { left: 83.33333%; } .col-xs-push-11 { left: 91.66667%; } .col-xs-push-12 { left: 100%; } .col-xs-suffix-0 { margin-right: 0%; } .col-xs-suffix-1 { margin-right: 8.33333%; } .col-xs-suffix-2 { margin-right: 16.66667%; } .col-xs-suffix-3 { margin-right: 25%; } .col-xs-suffix-4 { margin-right: 33.33333%; } .col-xs-suffix-5 { margin-right: 41.66667%; } .col-xs-suffix-6 { margin-right: 50%; } .col-xs-suffix-7 { margin-right: 58.33333%; } .col-xs-suffix-8 { margin-right: 66.66667%; } .col-xs-suffix-9 { margin-right: 75%; } .col-xs-suffix-10 { margin-right: 83.33333%; } .col-xs-suffix-11 { margin-right: 91.66667%; } .col-xs-suffix-12 { margin-right: 100%; } .col-xs-offset-0 { margin-left: 0%; } .col-xs-offset-1 { margin-left: 8.33333%; } .col-xs-offset-2 { margin-left: 16.66667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.33333%; } .col-xs-offset-5 { margin-left: 41.66667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.33333%; } .col-xs-offset-8 { margin-left: 66.66667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.33333%; } .col-xs-offset-11 { margin-left: 91.66667%; } .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 34em) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-1 { width: 8.33333%; } .col-sm-2 { width: 16.66667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333%; } .col-sm-5 { width: 41.66667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33333%; } .col-sm-8 { width: 66.66667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333%; } .col-sm-11 { width: 91.66667%; } .col-sm-12 { width: 100%; } .col-sm-pull-0 { right: auto; } .col-sm-pull-1 { right: 8.33333%; } .col-sm-pull-2 { right: 16.66667%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-4 { right: 33.33333%; } .col-sm-pull-5 { right: 41.66667%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-7 { right: 58.33333%; } .col-sm-pull-8 { right: 66.66667%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-10 { right: 83.33333%; } .col-sm-pull-11 { right: 91.66667%; } .col-sm-pull-12 { right: 100%; } .col-sm-push-0 { left: auto; } .col-sm-push-1 { left: 8.33333%; } .col-sm-push-2 { left: 16.66667%; } .col-sm-push-3 { left: 25%; } .col-sm-push-4 { left: 33.33333%; } .col-sm-push-5 { left: 41.66667%; } .col-sm-push-6 { left: 50%; } .col-sm-push-7 { left: 58.33333%; } .col-sm-push-8 { left: 66.66667%; } .col-sm-push-9 { left: 75%; } .col-sm-push-10 { left: 83.33333%; } .col-sm-push-11 { left: 91.66667%; } .col-sm-push-12 { left: 100%; } .col-sm-suffix-0 { margin-right: 0%; } .col-sm-suffix-1 { margin-right: 8.33333%; } .col-sm-suffix-2 { margin-right: 16.66667%; } .col-sm-suffix-3 { margin-right: 25%; } .col-sm-suffix-4 { margin-right: 33.33333%; } .col-sm-suffix-5 { margin-right: 41.66667%; } .col-sm-suffix-6 { margin-right: 50%; } .col-sm-suffix-7 { margin-right: 58.33333%; } .col-sm-suffix-8 { margin-right: 66.66667%; } .col-sm-suffix-9 { margin-right: 75%; } .col-sm-suffix-10 { margin-right: 83.33333%; } .col-sm-suffix-11 { margin-right: 91.66667%; } .col-sm-suffix-12 { margin-right: 100%; } .col-sm-offset-0 { margin-left: 0%; } .col-sm-offset-1 { margin-left: 8.33333%; } .col-sm-offset-2 { margin-left: 16.66667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.33333%; } .col-sm-offset-5 { margin-left: 41.66667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.33333%; } .col-sm-offset-8 { margin-left: 66.66667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.33333%; } .col-sm-offset-11 { margin-left: 91.66667%; } .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 48em) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-1 { width: 8.33333%; } .col-md-2 { width: 16.66667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333%; } .col-md-5 { width: 41.66667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33333%; } .col-md-8 { width: 66.66667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333%; } .col-md-11 { width: 91.66667%; } .col-md-12 { width: 100%; } .col-md-pull-0 { right: auto; } .col-md-pull-1 { right: 8.33333%; } .col-md-pull-2 { right: 16.66667%; } .col-md-pull-3 { right: 25%; } .col-md-pull-4 { right: 33.33333%; } .col-md-pull-5 { right: 41.66667%; } .col-md-pull-6 { right: 50%; } .col-md-pull-7 { right: 58.33333%; } .col-md-pull-8 { right: 66.66667%; } .col-md-pull-9 { right: 75%; } .col-md-pull-10 { right: 83.33333%; } .col-md-pull-11 { right: 91.66667%; } .col-md-pull-12 { right: 100%; } .col-md-push-0 { left: auto; } .col-md-push-1 { left: 8.33333%; } .col-md-push-2 { left: 16.66667%; } .col-md-push-3 { left: 25%; } .col-md-push-4 { left: 33.33333%; } .col-md-push-5 { left: 41.66667%; } .col-md-push-6 { left: 50%; } .col-md-push-7 { left: 58.33333%; } .col-md-push-8 { left: 66.66667%; } .col-md-push-9 { left: 75%; } .col-md-push-10 { left: 83.33333%; } .col-md-push-11 { left: 91.66667%; } .col-md-push-12 { left: 100%; } .col-md-suffix-0 { margin-right: 0%; } .col-md-suffix-1 { margin-right: 8.33333%; } .col-md-suffix-2 { margin-right: 16.66667%; } .col-md-suffix-3 { margin-right: 25%; } .col-md-suffix-4 { margin-right: 33.33333%; } .col-md-suffix-5 { margin-right: 41.66667%; } .col-md-suffix-6 { margin-right: 50%; } .col-md-suffix-7 { margin-right: 58.33333%; } .col-md-suffix-8 { margin-right: 66.66667%; } .col-md-suffix-9 { margin-right: 75%; } .col-md-suffix-10 { margin-right: 83.33333%; } .col-md-suffix-11 { margin-right: 91.66667%; } .col-md-suffix-12 { margin-right: 100%; } .col-md-offset-0 { margin-left: 0%; } .col-md-offset-1 { margin-left: 8.33333%; } .col-md-offset-2 { margin-left: 16.66667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.33333%; } .col-md-offset-5 { margin-left: 41.66667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.33333%; } .col-md-offset-8 { margin-left: 66.66667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.33333%; } .col-md-offset-11 { margin-left: 91.66667%; } .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 62em) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-1 { width: 8.33333%; } .col-lg-2 { width: 16.66667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333%; } .col-lg-5 { width: 41.66667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33333%; } .col-lg-8 { width: 66.66667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333%; } .col-lg-11 { width: 91.66667%; } .col-lg-12 { width: 100%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.33333%; } .col-lg-pull-2 { right: 16.66667%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333%; } .col-lg-pull-5 { right: 41.66667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.33333%; } .col-lg-pull-8 { right: 66.66667%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333%; } .col-lg-pull-11 { right: 91.66667%; } .col-lg-pull-12 { right: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.33333%; } .col-lg-push-2 { left: 16.66667%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333%; } .col-lg-push-5 { left: 41.66667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.33333%; } .col-lg-push-8 { left: 66.66667%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333%; } .col-lg-push-11 { left: 91.66667%; } .col-lg-push-12 { left: 100%; } .col-lg-suffix-0 { margin-right: 0%; } .col-lg-suffix-1 { margin-right: 8.33333%; } .col-lg-suffix-2 { margin-right: 16.66667%; } .col-lg-suffix-3 { margin-right: 25%; } .col-lg-suffix-4 { margin-right: 33.33333%; } .col-lg-suffix-5 { margin-right: 41.66667%; } .col-lg-suffix-6 { margin-right: 50%; } .col-lg-suffix-7 { margin-right: 58.33333%; } .col-lg-suffix-8 { margin-right: 66.66667%; } .col-lg-suffix-9 { margin-right: 75%; } .col-lg-suffix-10 { margin-right: 83.33333%; } .col-lg-suffix-11 { margin-right: 91.66667%; } .col-lg-suffix-12 { margin-right: 100%; } .col-lg-offset-0 { margin-left: 0%; } .col-lg-offset-1 { margin-left: 8.33333%; } .col-lg-offset-2 { margin-left: 16.66667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333%; } .col-lg-offset-5 { margin-left: 41.66667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.33333%; } .col-lg-offset-8 { margin-left: 66.66667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333%; } .col-lg-offset-11 { margin-left: 91.66667%; } .col-lg-offset-12 { margin-left: 100%; } } @media (min-width: 75em) { .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { float: left; } .col-xl-1 { width: 8.33333%; } .col-xl-2 { width: 16.66667%; } .col-xl-3 { width: 25%; } .col-xl-4 { width: 33.33333%; } .col-xl-5 { width: 41.66667%; } .col-xl-6 { width: 50%; } .col-xl-7 { width: 58.33333%; } .col-xl-8 { width: 66.66667%; } .col-xl-9 { width: 75%; } .col-xl-10 { width: 83.33333%; } .col-xl-11 { width: 91.66667%; } .col-xl-12 { width: 100%; } .col-xl-pull-0 { right: auto; } .col-xl-pull-1 { right: 8.33333%; } .col-xl-pull-2 { right: 16.66667%; } .col-xl-pull-3 { right: 25%; } .col-xl-pull-4 { right: 33.33333%; } .col-xl-pull-5 { right: 41.66667%; } .col-xl-pull-6 { right: 50%; } .col-xl-pull-7 { right: 58.33333%; } .col-xl-pull-8 { right: 66.66667%; } .col-xl-pull-9 { right: 75%; } .col-xl-pull-10 { right: 83.33333%; } .col-xl-pull-11 { right: 91.66667%; } .col-xl-pull-12 { right: 100%; } .col-xl-push-0 { left: auto; } .col-xl-push-1 { left: 8.33333%; } .col-xl-push-2 { left: 16.66667%; } .col-xl-push-3 { left: 25%; } .col-xl-push-4 { left: 33.33333%; } .col-xl-push-5 { left: 41.66667%; } .col-xl-push-6 { left: 50%; } .col-xl-push-7 { left: 58.33333%; } .col-xl-push-8 { left: 66.66667%; } .col-xl-push-9 { left: 75%; } .col-xl-push-10 { left: 83.33333%; } .col-xl-push-11 { left: 91.66667%; } .col-xl-push-12 { left: 100%; } .col-xl-suffix-0 { margin-right: 0%; } .col-xl-suffix-1 { margin-right: 8.33333%; } .col-xl-suffix-2 { margin-right: 16.66667%; } .col-xl-suffix-3 { margin-right: 25%; } .col-xl-suffix-4 { margin-right: 33.33333%; } .col-xl-suffix-5 { margin-right: 41.66667%; } .col-xl-suffix-6 { margin-right: 50%; } .col-xl-suffix-7 { margin-right: 58.33333%; } .col-xl-suffix-8 { margin-right: 66.66667%; } .col-xl-suffix-9 { margin-right: 75%; } .col-xl-suffix-10 { margin-right: 83.33333%; } .col-xl-suffix-11 { margin-right: 91.66667%; } .col-xl-suffix-12 { margin-right: 100%; } .col-xl-offset-0 { margin-left: 0%; } .col-xl-offset-1 { margin-left: 8.33333%; } .col-xl-offset-2 { margin-left: 16.66667%; } .col-xl-offset-3 { margin-left: 25%; } .col-xl-offset-4 { margin-left: 33.33333%; } .col-xl-offset-5 { margin-left: 41.66667%; } .col-xl-offset-6 { margin-left: 50%; } .col-xl-offset-7 { margin-left: 58.33333%; } .col-xl-offset-8 { margin-left: 66.66667%; } .col-xl-offset-9 { margin-left: 75%; } .col-xl-offset-10 { margin-left: 83.33333%; } .col-xl-offset-11 { margin-left: 91.66667%; } .col-xl-offset-12 { margin-left: 100%; } } /* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } *, ::after, ::before { box-sizing: inherit; } html, body { font-family: "Open Sans", sans-serif; color: dimgray; } h1, h2, h3, h4, h5, h6 { margin-top: 0; color: black; } h2 { font-weight: 600; } a { color: #0072bb; text-decoration: none; } p { line-height: 1.4; } img { display: block; max-width: 100%; height: auto; vertical-align: middle; } address { font-style: normal; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .list-unstyled { padding-left: 0; list-style: none; } .text-center { text-align: center; } .text-capitalize { text-transform: capitalize; } .icon { display: inline-block; width: 1.5em; height: 1.5em; fill: currentColor; } .hidden { display: none; } .btn { display: inline-block; margin-bottom: 5px; border-radius: 4px; padding: 7.5px 15px; background-color: #036bae; color: rgba(255, 255, 255, 0.5); transition: all ease .5s; } .btn:hover { background-color: #2e90d0; color: white; } body { background-color: #ff9f12; } .frame { position: relative; max-width: 1024px; width: 100%; margin-right: auto; margin-left: auto; } .main { background-color: white; } .main section { padding: 45px 30px 15px; } .diamond { position: relative; margin-top: 20px; margin-bottom: 45px; color: #ff9f12; font-size: 1rem; font-weight: 600; letter-spacing: 3px; text-align: center; text-transform: uppercase; } .diamond span { position: relative; z-index: 3; padding: 0 15px; background-color: white; } .diamond::before { position: absolute; top: 50%; right: 0; left: 0; z-index: 1; width: 100%; height: 1px; background-color: #b8b8b8; content: ''; } .diamond::after { position: absolute; top: -11px; left: 50%; z-index: 2; width: 44px; height: 44px; margin-left: -24px; border: 1px solid #b8b8b8; transform: rotate(45deg); content: ''; } .error { padding: 45px 30px; } @media (min-width: 961px) and (max-width: 994px) { .error { margin-top: 0; } } @media (min-width: 995px) and (max-width: 1214px) { .error { margin-top: -55px; } } @media (min-width: 1215px) and (max-width: 1381px) { .error { margin-top: -85px; } } @media (min-width: 1382px) and (max-width: 1569px) { .error { margin-top: -115px; } } @media (min-width: 1560px) and (max-width: 1755px) { .error { margin-top: -145px; } } @media (min-width: 1755px) { .error { margin-top: -190px; } } .alert { padding-top: 1em; color: white; } .alert strong { text-transform: uppercase; } .header { padding: 30px 15px; background-image: url("/media/images/hero/480.jpg"); background-position: right top; background-repeat: no-repeat; background-size: cover; text-align: center; } @media (min-width: 481px) and (max-width: 755px) { .header { min-height: 122px; background-image: url("/media/images/hero/755.jpg"); } } @media (min-width: 756px) and (max-width: 994px) { .header { min-height: 161px; background-image: url("/media/images/hero/994.jpg"); } } @media (min-width: 995px) and (max-width: 1214px) { .header { min-height: 196px; background-image: url("/media/images/hero/1214.jpg"); } } @media (min-width: 1215px) and (max-width: 1381px) { .header { min-height: 223px; background-image: url("/media/images/hero/1381.jpg"); } } @media (min-width: 1382px) and (max-width: 1569px) { .header { min-height: 254px; background-image: url("/media/images/hero/1569.jpg"); } } @media (min-width: 1560px) and (max-width: 1755px) { .header { min-height: 284px; background-image: url("/media/images/hero/1755.jpg"); } } @media (min-width: 1755px) and (max-width: 1921px) { .header { min-height: 331px; background-image: url("/media/images/hero/1921.jpg"); } } @media (min-width: 1922px) { .header { min-height: 331px; background-image: url("/media/images/hero/2048.jpg"); } } .header h1 { margin-bottom: 0; } .header .logo { max-width: 345px; width: 100%; max-height: 87px; height: 100%; } @media (min-width: 480px) { .header .logo { max-width: 474px; max-height: 113px; } } .header .facebook:hover { color: #3b5998; } .header .twitter:hover { color: #00aced; } .header .instagram:hover { color: #125688; } .header .social { display: inline-block; margin: 0; } .header .social li { display: inline-block; margin-right: 10px; margin-left: 10px; } .header .social a { color: white; transition: all ease .5s; } .header .social .icon { vertical-align: middle; } .header .social .text { display: none; } @media (min-width: 1025px) { .header .social { position: absolute; right: -10px; bottom: 0; } } .navigation { display: inline-block; margin-bottom: 15px; line-height: 25px; } .navigation ul { margin-top: 0; margin-bottom: 0; } .navigation li { display: inline-block; margin-right: 10px; margin-left: 10px; } @media (min-width: 1025px) { .navigation li { margin-right: 30px; margin-left: 30px; } } .navigation a { color: white; text-shadow: 1px 0 1px black; text-transform: uppercase; transition: all ease .5s; } .navigation a:hover { color: #0072bb; text-decoration: underline; text-shadow: none; } @media (min-width: 1025px) { .navigation { display: block; text-align: center; } } .video .embed { display: block; position: relative; height: 0; overflow: hidden; padding: 0; padding-bottom: 56.25%; } .video .embed iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } @media (min-width: 961px) { .video .embed { margin-right: auto; margin-left: auto; } } @media (min-width: 961px) and (max-width: 994px) { .video .embed { top: -20px; } } @media (min-width: 995px) and (max-width: 1214px) { .video .embed { top: -55px; } } @media (min-width: 1215px) and (max-width: 1381px) { .video .embed { top: -85px; } } @media (min-width: 1382px) and (max-width: 1569px) { .video .embed { top: -115px; } } @media (min-width: 1560px) and (max-width: 1755px) { .video .embed { top: -145px; } } @media (min-width: 1755px) { .video .embed { top: -190px; } } .about .donate { border: 3px dashed #0072bb; padding: 15px; } .about a { position: relative; font-weight: 600; transition: all ease .5s; } .about a::after { position: absolute; top: 50%; height: 0; width: 0; margin-top: -6px; margin-left: 10px; border: solid transparent; border-left-color: #0072bb; border-width: 6px; pointer-events: none; content: ''; } .about a:hover { text-decoration: underline; } @media (min-width: 961px) and (max-width: 994px) { .about { margin-top: 0; } } @media (min-width: 995px) and (max-width: 1214px) { .about { margin-top: -55px; } } @media (min-width: 1215px) and (max-width: 1381px) { .about { margin-top: -85px; } } @media (min-width: 1382px) and (max-width: 1569px) { .about { margin-top: -115px; } } @media (min-width: 1560px) and (max-width: 1755px) { .about { margin-top: -145px; } } @media (min-width: 1755px) { .about { margin-top: -190px; } } .schedule { background-color: #0072bb; color: white; text-align: center; } .schedule h1 { margin-bottom: 15px; color: white; font-size: 1.5rem; letter-spacing: 0; } .schedule h1 span { background-color: transparent; } .schedule h1::before, .schedule h1::after { content: none; } .schedule h2 { text-transform: uppercase; color: white; } .schedule p { max-width: 600px; margin-right: auto; margin-left: auto; } .schedule small { display: block; } .schedule .rules { max-width: 565px; margin-right: auto; margin-left: auto; padding-left: 20px; text-align: left; } .schedule .rules li { margin-bottom: 10px; } .is-cancelled thead time::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background-image: url("/media/images/cancelled.png"); background-position: center; background-repeat: no-repeat; background-size: 100%; transform: rotate(-45deg); content: ""; } .carousel { margin: 30px -15px; } .carousel .wrapper { position: relative; margin-right: 15px; margin-left: 15px; border: 2px solid #004b7b; border-radius: 6px; background-color: white; } .carousel table { width: 100%; border-collapse: separate; color: dimgray; } .carousel th, .carousel td { border-bottom: 1px solid #b8b8b8; padding: 15px 10px; color: black; font-weight: normal; } .carousel .no-game td { padding: 0; } .carousel .cover { height: 330px; } .carousel .cover div { position: relative; height: 100%; } .carousel .cover span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fbebd1; background-position: 50%; background-repeat: no-repeat; background-size: cover; } .carousel tfoot th { border-bottom: 0; color: #3e3e3e; font-weight: normal; } .carousel th.date { text-transform: uppercase; font-size: 1.5em; font-weight: 600; } .carousel td.date { min-width: 100px; } .carousel td.date time { display: block; font-weight: 600; } .carousel .team { position: relative; z-index: 2; width: 60px; height: 60px; overflow: hidden; margin-right: auto; margin-left: auto; border: 1px solid #b8b8b8; border-radius: 50%; padding: 3px; } .carousel .event .icon { position: absolute; top: 0; right: 0; bottom: 0; left: 1px; width: 3.5em; height: 3.5em; } .carousel .event .icon-angels { top: -2px; left: 4px; width: 3.3em; } .carousel .event .icon-cardinals { top: -3px; left: 6px; width: 3em; } .carousel .event .icon-dodgers { top: 2px; left: 7px; width: 3em; } .carousel .event .icon-pirates { top: 4px; left: 5px; width: 3em; } .carousel .event .icon-rangers, .carousel .event .icon-red-sox { top: 1px; } .carousel .event .icon-titans { top: 0; left: 5px; width: 3em; } .carousel .event .icon-yankees { top: 4px; } .carousel .slick-arrow { position: absolute; top: 50%; z-index: 10; height: 160px; margin-top: -80px; border: 0; padding: 0 5px; background-color: #1ebc02; text-align: center; } .carousel .slick-next { right: -15px; } .carousel .slick-prev { left: -15px; } @media (min-width: 1024px) { .carousel .slick-next { right: -21px; } .carousel .slick-prev { left: -21px; } } .carousel .slick-disabled { display: none !important; } .sponsors { padding-top: 30px; } .sponsors ul { margin-top: 0; margin-bottom: 30px; } .sponsors li { margin-bottom: 5px; } .sponsors p { margin-bottom: 30px; } .sponsors .item { height: 120px; margin-bottom: 30px; /* &:last-child { width: 100%; margin-bottom: 0; a { width: 50%; margin-right: auto; margin-left: auto; } @media (min-width: 48em) { width: 33.33333%; a { width: 100%; } } @media (min-width: 62em) { width: 100%; a { width: 50%; } } } */ } .sponsors .item a { display: block; position: relative; width: 100%; height: 100%; } .sponsors .item span { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-position: 50%; background-repeat: no-repeat; background-size: contain; } .contact, .footer { padding: 30px; } .contact h2, .contact h3, .contact a, .contact, .footer h2, .footer h3, .footer a, .footer { color: white; } .contact h2, .contact h3, .footer h2, .footer h3 { margin-bottom: 0; } .contact h3, .footer h3 { color: rgba(255, 255, 255, 0.5); } .contact { padding-bottom: 0; } .contact h2, .contact h3, .contact .email { text-align: center; } .contact h3 { margin-bottom: 10px; font-weight: 300; } .contact .director { max-width: 265px; margin-bottom: 15px; margin-right: auto; margin-left: auto; border-radius: 50%; border: 5px solid white; } .contact .director img { border-radius: 50%; } .contact .email { display: block; margin-bottom: 15px; } .contact .icon-email { width: 1em; vertical-align: middle; } .contact address { text-align: center; } .contact .btn { display: block; margin-bottom: 10px; background-color: white; text-align: left; } .contact .btn.facebook { color: #3b5998; } .contact .btn.twitter { color: #00aced; } .contact .btn.instagram { color: #125688; } .contact .btn .icon { vertical-align: middle; } .contact .btn .text { display: inline-block; height: 24px; vertical-align: top; margin-left: 10px; line-height: 24px; } .contact .btn:hover { color: white; transition: all ease .5s; } .contact .btn:hover.facebook { background-color: #3b5998; } .contact .btn:hover.twitter { background-color: #00aced; } .contact .btn:hover.instagram { background-color: #125688; } .contact ul { margin-bottom: 0; text-align: center; } .contact li:last-child a { margin-bottom: 0; } @media (min-width: 752px) { .contact li { display: inline-block; } } @media (min-width: 810px) { .contact .director { float: left; max-width: 160px; margin-right: 20px; } .contact h2, .contact h3, .contact .email, .contact address { text-align: left; } .contact .social { position: absolute; top: 0; right: 0; max-width: 350px; } .contact .social li { display: block; width: 100%; } } .footer { clear: both; } /*# sourceMappingURL=styles.css.map */
ui/styles.css
========================================================================== */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } .container { margin-right: auto; margin-left: auto; padding-right: 0.9375rem; padding-left: 0.9375rem; } .container:before, .container:after { display: table; content: ' '; } .container:after { clear: both; } @media (min-width: 34em) { .container { max-width: 34rem; } } @media (min-width: 48em) { .container { max-width: 45rem; } } @media (min-width: 62em) { .container { max-width: 60rem; } } @media (min-width: 75em) { .container { max-width: 72.25rem; } } .container-fluid { margin-right: auto; margin-left: auto; padding-right: 0.9375rem; padding-left: 0.9375rem; } .container-fluid:before, .container-fluid:after { display: table; content: ' '; } .container-fluid:after { clear: both; } .row { margin-right: -0.9375rem; margin-left: -0.9375rem; } .row:before, .row:after { display: table; content: ' '; } .row:after { clear: both; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { position: relative; box-sizing: border-box; min-height: 1px; padding-right: 0.9375rem; padding-left: 0.9375rem; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-1 { width: 8.33333%; } .col-xs-2 { width: 16.66667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333%; } .col-xs-5 { width: 41.66667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.33333%; } .col-xs-8 { width: 66.66667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333%; } .col-xs-11 { width: 91.66667%; } .col-xs-12 { width: 100%; } .col-xs-pull-0 { right: auto; } .col-xs-pull-1 { right: 8.33333%; } .col-xs-pull-2 { right: 16.66667%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-4 { right: 33.33333%; } .col-xs-pull-5 { right: 41.66667%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-7 { right: 58.33333%; } .col-xs-pull-8 { right: 66.66667%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-10 { right: 83.33333%; } .col-xs-pull-11 { right: 91.66667%; } .col-xs-pull-12 { right: 100%; } .col-xs-push-0 { left: auto; } .col-xs-push-1 { left: 8.33333%; } .col-xs-push-2 { left: 16.66667%; } .col-xs-push-3 { left: 25%; } .col-xs-push-4 { left: 33.33333%; } .col-xs-push-5 { left: 41.66667%; } .col-xs-push-6 { left: 50%; } .col-xs-push-7 { left: 58.33333%; } .col-xs-push-8 { left: 66.66667%; } .col-xs-push-9 { left: 75%; } .col-xs-push-10 { left: 83.33333%; } .col-xs-push-11 { left: 91.66667%; } .col-xs-push-12 { left: 100%; } .col-xs-suffix-0 { margin-right: 0%; } .col-xs-suffix-1 { margin-right: 8.33333%; } .col-xs-suffix-2 { margin-right: 16.66667%; } .col-xs-suffix-3 { margin-right: 25%; } .col-xs-suffix-4 { margin-right: 33.33333%; } .col-xs-suffix-5 { margin-right: 41.66667%; } .col-xs-suffix-6 { margin-right: 50%; } .col-xs-suffix-7 { margin-right: 58.33333%; } .col-xs-suffix-8 { margin-right: 66.66667%; } .col-xs-suffix-9 { margin-right: 75%; } .col-xs-suffix-10 { margin-right: 83.33333%; } .col-xs-suffix-11 { margin-right: 91.66667%; } .col-xs-suffix-12 { margin-right: 100%; } .col-xs-offset-0 { margin-left: 0%; } .col-xs-offset-1 { margin-left: 8.33333%; } .col-xs-offset-2 { margin-left: 16.66667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.33333%; } .col-xs-offset-5 { margin-left: 41.66667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.33333%; } .col-xs-offset-8 { margin-left: 66.66667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.33333%; } .col-xs-offset-11 { margin-left: 91.66667%; } .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 34em) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-1 { width: 8.33333%; } .col-sm-2 { width: 16.66667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333%; } .col-sm-5 { width: 41.66667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33333%; } .col-sm-8 { width: 66.66667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333%; } .col-sm-11 { width: 91.66667%; } .col-sm-12 { width: 100%; } .col-sm-pull-0 { right: auto; } .col-sm-pull-1 { right: 8.33333%; } .col-sm-pull-2 { right: 16.66667%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-4 { right: 33.33333%; } .col-sm-pull-5 { right: 41.66667%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-7 { right: 58.33333%; } .col-sm-pull-8 { right: 66.66667%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-10 { right: 83.33333%; } .col-sm-pull-11 { right: 91.66667%; } .col-sm-pull-12 { right: 100%; } .col-sm-push-0 { left: auto; } .col-sm-push-1 { left: 8.33333%; } .col-sm-push-2 { left: 16.66667%; } .col-sm-push-3 { left: 25%; } .col-sm-push-4 { left: 33.33333%; } .col-sm-push-5 { left: 41.66667%; } .col-sm-push-6 { left: 50%; } .col-sm-push-7 { left: 58.33333%; } .col-sm-push-8 { left: 66.66667%; } .col-sm-push-9 { left: 75%; } .col-sm-push-10 { left: 83.33333%; } .col-sm-push-11 { left: 91.66667%; } .col-sm-push-12 { left: 100%; } .col-sm-suffix-0 { margin-right: 0%; } .col-sm-suffix-1 { margin-right: 8.33333%; } .col-sm-suffix-2 { margin-right: 16.66667%; } .col-sm-suffix-3 { margin-right: 25%; } .col-sm-suffix-4 { margin-right: 33.33333%; } .col-sm-suffix-5 { margin-right: 41.66667%; } .col-sm-suffix-6 { margin-right: 50%; } .col-sm-suffix-7 { margin-right: 58.33333%; } .col-sm-suffix-8 { margin-right: 66.66667%; } .col-sm-suffix-9 { margin-right: 75%; } .col-sm-suffix-10 { margin-right: 83.33333%; } .col-sm-suffix-11 { margin-right: 91.66667%; } .col-sm-suffix-12 { margin-right: 100%; } .col-sm-offset-0 { margin-left: 0%; } .col-sm-offset-1 { margin-left: 8.33333%; } .col-sm-offset-2 { margin-left: 16.66667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.33333%; } .col-sm-offset-5 { margin-left: 41.66667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.33333%; } .col-sm-offset-8 { margin-left: 66.66667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.33333%; } .col-sm-offset-11 { margin-left: 91.66667%; } .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 48em) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-1 { width: 8.33333%; } .col-md-2 { width: 16.66667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333%; } .col-md-5 { width: 41.66667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33333%; } .col-md-8 { width: 66.66667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333%; } .col-md-11 { width: 91.66667%; } .col-md-12 { width: 100%; } .col-md-pull-0 { right: auto; } .col-md-pull-1 { right: 8.33333%; } .col-md-pull-2 { right: 16.66667%; } .col-md-pull-3 { right: 25%; } .col-md-pull-4 { right: 33.33333%; } .col-md-pull-5 { right: 41.66667%; } .col-md-pull-6 { right: 50%; } .col-md-pull-7 { right: 58.33333%; } .col-md-pull-8 { right: 66.66667%; } .col-md-pull-9 { right: 75%; } .col-md-pull-10 { right: 83.33333%; } .col-md-pull-11 { right: 91.66667%; } .col-md-pull-12 { right: 100%; } .col-md-push-0 { left: auto; } .col-md-push-1 { left: 8.33333%; } .col-md-push-2 { left: 16.66667%; } .col-md-push-3 { left: 25%; } .col-md-push-4 { left: 33.33333%; } .col-md-push-5 { left: 41.66667%; } .col-md-push-6 { left: 50%; } .col-md-push-7 { left: 58.33333%; } .col-md-push-8 { left: 66.66667%; } .col-md-push-9 { left: 75%; } .col-md-push-10 { left: 83.33333%; } .col-md-push-11 { left: 91.66667%; } .col-md-push-12 { left: 100%; } .col-md-suffix-0 { margin-right: 0%; } .col-md-suffix-1 { margin-right: 8.33333%; } .col-md-suffix-2 { margin-right: 16.66667%; } .col-md-suffix-3 { margin-right: 25%; } .col-md-suffix-4 { margin-right: 33.33333%; } .col-md-suffix-5 { margin-right: 41.66667%; } .col-md-suffix-6 { margin-right: 50%; } .col-md-suffix-7 { margin-right: 58.33333%; } .col-md-suffix-8 { margin-right: 66.66667%; } .col-md-suffix-9 { margin-right: 75%; } .col-md-suffix-10 { margin-right: 83.33333%; } .col-md-suffix-11 { margin-right: 91.66667%; } .col-md-suffix-12 { margin-right: 100%; } .col-md-offset-0 { margin-left: 0%; } .col-md-offset-1 { margin-left: 8.33333%; } .col-md-offset-2 { margin-left: 16.66667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.33333%; } .col-md-offset-5 { margin-left: 41.66667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.33333%; } .col-md-offset-8 { margin-left: 66.66667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.33333%; } .col-md-offset-11 { margin-left: 91.66667%; } .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 62em) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-1 { width: 8.33333%; } .col-lg-2 { width: 16.66667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333%; } .col-lg-5 { width: 41.66667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33333%; } .col-lg-8 { width: 66.66667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333%; } .col-lg-11 { width: 91.66667%; } .col-lg-12 { width: 100%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.33333%; } .col-lg-pull-2 { right: 16.66667%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333%; } .col-lg-pull-5 { right: 41.66667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.33333%; } .col-lg-pull-8 { right: 66.66667%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333%; } .col-lg-pull-11 { right: 91.66667%; } .col-lg-pull-12 { right: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.33333%; } .col-lg-push-2 { left: 16.66667%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333%; } .col-lg-push-5 { left: 41.66667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.33333%; } .col-lg-push-8 { left: 66.66667%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333%; } .col-lg-push-11 { left: 91.66667%; } .col-lg-push-12 { left: 100%; } .col-lg-suffix-0 { margin-right: 0%; } .col-lg-suffix-1 { margin-right: 8.33333%; } .col-lg-suffix-2 { margin-right: 16.66667%; } .col-lg-suffix-3 { margin-right: 25%; } .col-lg-suffix-4 { margin-right: 33.33333%; } .col-lg-suffix-5 { margin-right: 41.66667%; } .col-lg-suffix-6 { margin-right: 50%; } .col-lg-suffix-7 { margin-right: 58.33333%; } .col-lg-suffix-8 { margin-right: 66.66667%; } .col-lg-suffix-9 { margin-right: 75%; } .col-lg-suffix-10 { margin-right: 83.33333%; } .col-lg-suffix-11 { margin-right: 91.66667%; } .col-lg-suffix-12 { margin-right: 100%; } .col-lg-offset-0 { margin-left: 0%; } .col-lg-offset-1 { margin-left: 8.33333%; } .col-lg-offset-2 { margin-left: 16.66667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333%; } .col-lg-offset-5 { margin-left: 41.66667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.33333%; } .col-lg-offset-8 { margin-left: 66.66667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333%; } .col-lg-offset-11 { margin-left: 91.66667%; } .col-lg-offset-12 { margin-left: 100%; } } @media (min-width: 75em) { .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { float: left; } .col-xl-1 { width: 8.33333%; } .col-xl-2 { width: 16.66667%; } .col-xl-3 { width: 25%; } .col-xl-4 { width: 33.33333%; } .col-xl-5 { width: 41.66667%; } .col-xl-6 { width: 50%; } .col-xl-7 { width: 58.33333%; } .col-xl-8 { width: 66.66667%; } .col-xl-9 { width: 75%; } .col-xl-10 { width: 83.33333%; } .col-xl-11 { width: 91.66667%; } .col-xl-12 { width: 100%; } .col-xl-pull-0 { right: auto; } .col-xl-pull-1 { right: 8.33333%; } .col-xl-pull-2 { right: 16.66667%; } .col-xl-pull-3 { right: 25%; } .col-xl-pull-4 { right: 33.33333%; } .col-xl-pull-5 { right: 41.66667%; } .col-xl-pull-6 { right: 50%; } .col-xl-pull-7 { right: 58.33333%; } .col-xl-pull-8 { right: 66.66667%; } .col-xl-pull-9 { right: 75%; } .col-xl-pull-10 { right: 83.33333%; } .col-xl-pull-11 { right: 91.66667%; } .col-xl-pull-12 { right: 100%; } .col-xl-push-0 { left: auto; } .col-xl-push-1 { left: 8.33333%; } .col-xl-push-2 { left: 16.66667%; } .col-xl-push-3 { left: 25%; } .col-xl-push-4 { left: 33.33333%; } .col-xl-push-5 { left: 41.66667%; } .col-xl-push-6 { left: 50%; } .col-xl-push-7 { left: 58.33333%; } .col-xl-push-8 { left: 66.66667%; } .col-xl-push-9 { left: 75%; } .col-xl-push-10 { left: 83.33333%; } .col-xl-push-11 { left: 91.66667%; } .col-xl-push-12 { left: 100%; } .col-xl-suffix-0 { margin-right: 0%; } .col-xl-suffix-1 { margin-right: 8.33333%; } .col-xl-suffix-2 { margin-right: 16.66667%; } .col-xl-suffix-3 { margin-right: 25%; } .col-xl-suffix-4 { margin-right: 33.33333%; } .col-xl-suffix-5 { margin-right: 41.66667%; } .col-xl-suffix-6 { margin-right: 50%; } .col-xl-suffix-7 { margin-right: 58.33333%; } .col-xl-suffix-8 { margin-right: 66.66667%; } .col-xl-suffix-9 { margin-right: 75%; } .col-xl-suffix-10 { margin-right: 83.33333%; } .col-xl-suffix-11 { margin-right: 91.66667%; } .col-xl-suffix-12 { margin-right: 100%; } .col-xl-offset-0 { margin-left: 0%; } .col-xl-offset-1 { margin-left: 8.33333%; } .col-xl-offset-2 { margin-left: 16.66667%; } .col-xl-offset-3 { margin-left: 25%; } .col-xl-offset-4 { margin-left: 33.33333%; } .col-xl-offset-5 { margin-left: 41.66667%; } .col-xl-offset-6 { margin-left: 50%; } .col-xl-offset-7 { margin-left: 58.33333%; } .col-xl-offset-8 { margin-left: 66.66667%; } .col-xl-offset-9 { margin-left: 75%; } .col-xl-offset-10 { margin-left: 83.33333%; } .col-xl-offset-11 { margin-left: 91.66667%; } .col-xl-offset-12 { margin-left: 100%; } } /* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } *, ::after, ::before { box-sizing: inherit; } html, body { font-family: "Open Sans", sans-serif; color: dimgray; } h1, h2, h3, h4, h5, h6 { margin-top: 0; color: black; } h2 { font-weight: 600; } a { color: #0072bb; text-decoration: none; } p { line-height: 1.4; } img { display: block; max-width: 100%; height: auto; vertical-align: middle; } address { font-style: normal; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .list-unstyled { padding-left: 0; list-style: none; } .text-center { text-align: center; } .text-capitalize { text-transform: capitalize; } .icon { display: inline-block; width: 1.5em; height: 1.5em; fill: currentColor; } .hidden { display: none; } .btn { display: inline-block; margin-bottom: 5px; border-radius: 4px; padding: 7.5px 15px; background-color: #036bae; color: rgba(255, 255, 255, 0.5); transition: all ease .5s; } .btn:hover { background-color: #2e90d0; color: white; } body { background-color: #ff9f12; } .frame { position: relative; max-width: 1024px; width: 100%; margin-right: auto; margin-left: auto; } .main { background-color: white; } .main section { padding: 45px 30px 15px; } .diamond { position: relative; margin-top: 20px; margin-bottom: 45px; color: #ff9f12; font-size: 1rem; font-weight: 600; letter-spacing: 3px; text-align: center; text-transform: uppercase; } .diamond span { position: relative; z-index: 3; padding: 0 15px; background-color: white; } .diamond::before { position: absolute; top: 50%; right: 0; left: 0; z-index: 1; width: 100%; height: 1px; background-color: #b8b8b8; content: ''; } .diamond::after { position: absolute; top: -11px; left: 50%; z-index: 2; width: 44px; height: 44px; margin-left: -24px; border: 1px solid #b8b8b8; transform: rotate(45deg); content: ''; } .error { padding: 45px 30px; } @media (min-width: 961px) and (max-width: 994px) { .error { margin-top: 0; } } @media (min-width: 995px) and (max-width: 1214px) { .error { margin-top: -55px; } } @media (min-width: 1215px) and (max-width: 1381px) { .error { margin-top: -85px; } } @media (min-width: 1382px) and (max-width: 1569px) { .error { margin-top: -115px; } } @media (min-width: 1560px) and (max-width: 1755px) { .error { margin-top: -145px; } } @media (min-width: 1755px) { .error { margin-top: -190px; } } .alert { padding-top: 1em; color: white; } .alert strong { text-transform: uppercase; } .header { padding: 30px 15px; background-image: url("/media/images/hero/480.jpg"); background-position: right top; background-repeat: no-repeat; background-size: cover; text-align: center; } @media (min-width: 481px) and (max-width: 755px) { .header { min-height: 122px; background-image: url("/media/images/hero/755.jpg"); } } @media (min-width: 756px) and (max-width: 994px) { .header { min-height: 161px; background-image: url("/media/images/hero/994.jpg"); } } @media (min-width: 995px) and (max-width: 1214px) { .header { min-height: 196px; background-image: url("/media/images/hero/1214.jpg"); } } @media (min-width: 1215px) and (max-width: 1381px) { .header { min-height: 223px; background-image: url("/media/images/hero/1381.jpg"); } } @media (min-width: 1382px) and (max-width: 1569px) { .header { min-height: 254px; background-image: url("/media/images/hero/1569.jpg"); } } @media (min-width: 1560px) and (max-width: 1755px) { .header { min-height: 284px; background-image: url("/media/images/hero/1755.jpg"); } } @media (min-width: 1755px) and (max-width: 1921px) { .header { min-height: 331px; background-image: url("/media/images/hero/1921.jpg"); } } @media (min-width: 1922px) { .header { min-height: 331px; background-image: url("/media/images/hero/2048.jpg"); } } .header h1 { margin-bottom: 0; } .header .logo { max-width: 345px; width: 100%; max-height: 87px; height: 100%; } @media (min-width: 480px) { .header .logo { max-width: 474px; max-height: 113px; } } .header .facebook:hover { color: #3b5998; } .header .twitter:hover { color: #00aced; } .header .instagram:hover { color: #125688; } .header .social { display: inline-block; margin: 0; } .header .social li { display: inline-block; margin-right: 10px; margin-left: 10px; } .header .social a { color: white; transition: all ease .5s; } .header .social .icon { vertical-align: middle; } .header .social .text { display: none; } @media (min-width: 1025px) { .header .social { position: absolute; right: -10px; bottom: 0; } } .navigation { display: inline-block; margin-bottom: 15px; line-height: 25px; } .navigation ul { margin-top: 0; margin-bottom: 0; } .navigation li { display: inline-block; margin-right: 10px; margin-left: 10px; } @media (min-width: 1025px) { .navigation li { margin-right: 30px; margin-left: 30px; } } .navigation a { color: white; text-shadow: 1px 0 1px black; text-transform: uppercase; transition: all ease .5s; } .navigation a:hover { color: #0072bb; text-decoration: underline; text-shadow: none; } @media (min-width: 1025px) { .navigation { display: block; text-align: center; } } .video .embed { display: block; position: relative; height: 0; overflow: hidden; padding: 0; padding-bottom: 56.25%; } .video .embed iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } @media (min-width: 961px) { .video .embed { margin-right: auto; margin-left: auto; } } @media (min-width: 961px) and (max-width: 994px) { .video .embed { top: -20px; } } @media (min-width: 995px) and (max-width: 1214px) { .video .embed { top: -55px; } } @media (min-width: 1215px) and (max-width: 1381px) { .video .embed { top: -85px; } } @media (min-width: 1382px) and (max-width: 1569px) { .video .embed { top: -115px; } } @media (min-width: 1560px) and (max-width: 1755px) { .video .embed { top: -145px; } } @media (min-width: 1755px) { .video .embed { top: -190px; } } .about .donate { border: 3px dashed #0072bb; padding: 15px; } .about a { position: relative; font-weight: 600; transition: all ease .5s; } .about a::after { position: absolute; top: 50%; height: 0; width: 0; margin-top: -6px; margin-left: 10px; border: solid transparent; border-left-color: #0072bb; border-width: 6px; pointer-events: none; content: ''; } .about a:hover { text-decoration: underline; } @media (min-width: 961px) and (max-width: 994px) { .about { margin-top: 0; } } @media (min-width: 995px) and (max-width: 1214px) { .about { margin-top: -55px; } } @media (min-width: 1215px) and (max-width: 1381px) { .about { margin-top: -85px; } } @media (min-width: 1382px) and (max-width: 1569px) { .about { margin-top: -115px; } } @media (min-width: 1560px) and (max-width: 1755px) { .about { margin-top: -145px; } } @media (min-width: 1755px) { .about { margin-top: -190px; } } .schedule { background-color: #0072bb; color: white; text-align: center; } .schedule h1 { margin-bottom: 15px; color: white; font-size: 1.5rem; letter-spacing: 0; } .schedule h1 span { background-color: transparent; } .schedule h1::before, .schedule h1::after { content: none; } .schedule h2 { text-transform: uppercase; color: white; } .schedule p { max-width: 600px; margin-right: auto; margin-left: auto; } .schedule small { display: block; } .schedule .rules { max-width: 565px; margin-right: auto; margin-left: auto; padding-left: 20px; text-align: left; } .schedule .rules li { margin-bottom: 10px; } .is-cancelled thead time::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background-image: url("/media/images/cancelled.png"); background-position: center; background-repeat: no-repeat; background-size: 100%; transform: rotate(-45deg); content: ""; } .carousel { margin: 30px -15px; } .carousel .wrapper { position: relative; margin-right: 15px; margin-left: 15px; border: 2px solid #004b7b; border-radius: 6px; background-color: white; } .carousel table { width: 100%; border-collapse: separate; color: dimgray; } .carousel th, .carousel td { border-bottom: 1px solid #b8b8b8; padding: 15px 10px; color: black; font-weight: normal; } .carousel .no-game td { padding: 0; } .carousel .cover { height: 330px; } .carousel .cover div { position: relative; height: 100%; } .carousel .cover span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fbebd1; background-position: 50%; background-repeat: no-repeat; background-size: cover; } .carousel tfoot th { border-bottom: 0; color: #3e3e3e; font-weight: normal; } .carousel th.date { text-transform: uppercase; font-size: 1.5em; font-weight: 600; } .carousel td.date { min-width: 100px; } .carousel td.date time { display: block; font-weight: 600; } .carousel .team { position: relative; z-index: 2; width: 60px; height: 60px; overflow: hidden; margin-right: auto; margin-left: auto; border: 1px solid #b8b8b8; border-radius: 50%; padding: 3px; } .carousel .event .icon { position: absolute; top: 0; right: 0; bottom: 0; left: 1px; width: 3.5em; height: 3.5em; } .carousel .event .icon-angels { top: -2px; left: 4px; width: 3.3em; } .carousel .event .icon-cardinals { top: -3px; left: 6px; width: 3em; } .carousel .event .icon-dodgers { top: 2px; left: 7px; width: 3em; } .carousel .event .icon-pirates { top: 4px; left: 5px; width: 3em; } .carousel .event .icon-rangers, .carousel .event .icon-red-sox { top: 1px; } .carousel .event .icon-titans { top: 0; left: 5px; width: 3em; } .carousel .event .icon-yankees { top: 4px; } .carousel .slick-arrow { position: absolute; top: 50%; z-index: 10; height: 160px; margin-top: -80px; border: 0; padding: 0 5px; background-color: #1ebc02; text-align: center; } .carousel .slick-next { right: -15px; } .carousel .slick-prev { left: -15px; } @media (min-width: 1024px) { .carousel .slick-next { right: -21px; } .carousel .slick-prev { left: -21px; } } .carousel .slick-disabled { display: none !important; } .sponsors { padding-top: 30px; } .sponsors ul { margin-top: 0; margin-bottom: 30px; } .sponsors li { margin-bottom: 5px; } .sponsors p { margin-bottom: 30px; } .sponsors .item { height: 120px; margin-bottom: 30px; /* &:last-child { width: 100%; margin-bottom: 0; a { width: 50%; margin-right: auto; margin-left: auto; } @media (min-width: 48em) { width: 33.33333%; a { width: 100%; } } @media (min-width: 62em) { width: 100%; a { width: 50%; } } } */ } .sponsors .item a { display: block; position: relative; width: 100%; height: 100%; } .sponsors .item span { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-position: 50%; background-repeat: no-repeat; background-size: contain; } .contact, .footer { padding: 30px; } .contact h2, .contact h3, .contact a, .contact, .footer h2, .footer h3, .footer a, .footer { color: white; } .contact h2, .contact h3, .footer h2, .footer h3 { margin-bottom: 0; } .contact h3, .footer h3 { color: rgba(255, 255, 255, 0.5); } .contact { padding-bottom: 0; } .contact h2, .contact h3, .contact .email { text-align: center; } .contact h3 { margin-bottom: 10px; font-weight: 300; } .contact .director { max-width: 265px; margin-bottom: 15px; margin-right: auto; margin-left: auto; border-radius: 50%; border: 5px solid white; } .contact .director img { border-radius: 50%; } .contact .email { display: block; margin-bottom: 15px; } .contact .icon-email { width: 1em; vertical-align: middle; } .contact address { text-align: center; } .contact .btn { display: block; margin-bottom: 10px; background-color: white; text-align: left; } .contact .btn.facebook { color: #3b5998; } .contact .btn.twitter { color: #00aced; } .contact .btn.instagram { color: #125688; } .contact .btn .icon { vertical-align: middle; } .contact .btn .text { display: inline-block; height: 24px; vertical-align: top; margin-left: 10px; line-height: 24px; } .contact .btn:hover { color: white; transition: all ease .5s; } .contact .btn:hover.facebook { background-color: #3b5998; } .contact .btn:hover.twitter { background-color: #00aced; } .contact .btn:hover.instagram { background-color: #125688; } .contact ul { margin-bottom: 0; text-align: center; } .contact li:last-child a { margin-bottom: 0; } @media (min-width: 752px) { .contact li { display: inline-block; } } @media (min-width: 810px) { .contact .director { float: left; max-width: 160px; margin-right: 20px; } .contact h2, .contact h3, .contact .email, .contact address { text-align: left; } .contact .social { position: absolute; top: 0; right: 0; max-width: 350px; } .contact .social li { display: block; width: 100%; } } .footer { clear: both; } /*# sourceMappingURL=styles.css.map */
0.651577
0.11737
.page-container .sidebar-menu .logo-env{ padding:15px; } .page-container .sidebar-menu{ background-color:#303641; } .page-container .sidebar-menu .logo-env > div > a{ color:#fff; } .page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a{ border:1px solid #474b52; } .page-container .sidebar-menu{ width:250px; } .page-container .sidebar-menu #main-menu li{ border:0px; letter-spacing:0.5px; font-weight:bold; font-size:13px; } .page-container .sidebar-menu #main-menu li a{ color:#fff; } .page-container .sidebar-menu #main-menu li ul > li > a{ background-color:#2b303a; } .page-container .sidebar-menu #main-menu li ul > li{ border:0px; } .ebdesk-title{ margin-left: 5px; color: #303641; font-weight: bold; font-size: 25px; letter-spacing: 0.5px; margin-top: 6px; } .ebdesk-subtitle{ margin-left: 56px; float: left; position: absolute; margin-top: 13px; letter-spacing: 1px; } .profile-info.dropdown .dropdown-menu li a{ color:#fff; font-weight:bold; } .profile-info.dropdown .dropdown-menu li{ font-size:13px; } .profile-info.dropdown .dropdown-menu{ margin-left:-50px; } .profile-info.dropdown .dropdown-menu > .caret{ left:180px; } .profile-info.dropdown > a{ color:#303641; font-weight:bold; } .text-danger{ color:#303641; } /*.btn-danger{ background-color:#303641; }*/ .panel-body{ min-height:60px; } .panel > .panel-heading .panel-title{ font-weight:bold; font-size:15px; } .panel > .panel-heading{ border:0px; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background-color: #303641; } /*.page-container .sidebar-menu #main-menu li.active > a{ background-color: yellow; }*/ .page-container .sidebar-menu #main-menu li ul > li > a{ background-color:#303641; font-size: 12px; } .page-container .sidebar-menu #main-menu li ul.visible{ border:0px; } .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge){ background-color: #303641; border:0px; } .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li{ border:0px; } .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge), .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge){ color:#fff; border:0px; } .page-container .sidebar-menu #main-menu li.active > a{ background-color: #ad1f1f; } .member-entry .member-img img{ border:1px solid #eae6e6; } .cbp_ebdesk{ padding:10px;background:#fdfdfd; border:1px solid #ececec;left: -60px;width: 400px;margin-bottom: 10px; } .main_task{ font-size: 13px;font-weight: bold; } th { text-align: left; color: #303641; font-size: 13px; font-weight: bold; /*text-transform: uppercase;*/ } .label{ font-size: 10px; padding:5px; } .text-require{ color: #ff0000; }
ebdesk.css
.page-container .sidebar-menu .logo-env{ padding:15px; } .page-container .sidebar-menu{ background-color:#303641; } .page-container .sidebar-menu .logo-env > div > a{ color:#fff; } .page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a{ border:1px solid #474b52; } .page-container .sidebar-menu{ width:250px; } .page-container .sidebar-menu #main-menu li{ border:0px; letter-spacing:0.5px; font-weight:bold; font-size:13px; } .page-container .sidebar-menu #main-menu li a{ color:#fff; } .page-container .sidebar-menu #main-menu li ul > li > a{ background-color:#2b303a; } .page-container .sidebar-menu #main-menu li ul > li{ border:0px; } .ebdesk-title{ margin-left: 5px; color: #303641; font-weight: bold; font-size: 25px; letter-spacing: 0.5px; margin-top: 6px; } .ebdesk-subtitle{ margin-left: 56px; float: left; position: absolute; margin-top: 13px; letter-spacing: 1px; } .profile-info.dropdown .dropdown-menu li a{ color:#fff; font-weight:bold; } .profile-info.dropdown .dropdown-menu li{ font-size:13px; } .profile-info.dropdown .dropdown-menu{ margin-left:-50px; } .profile-info.dropdown .dropdown-menu > .caret{ left:180px; } .profile-info.dropdown > a{ color:#303641; font-weight:bold; } .text-danger{ color:#303641; } /*.btn-danger{ background-color:#303641; }*/ .panel-body{ min-height:60px; } .panel > .panel-heading .panel-title{ font-weight:bold; font-size:15px; } .panel > .panel-heading{ border:0px; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background-color: #303641; } /*.page-container .sidebar-menu #main-menu li.active > a{ background-color: yellow; }*/ .page-container .sidebar-menu #main-menu li ul > li > a{ background-color:#303641; font-size: 12px; } .page-container .sidebar-menu #main-menu li ul.visible{ border:0px; } .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge){ background-color: #303641; border:0px; } .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li{ border:0px; } .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge), .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge){ color:#fff; border:0px; } .page-container .sidebar-menu #main-menu li.active > a{ background-color: #ad1f1f; } .member-entry .member-img img{ border:1px solid #eae6e6; } .cbp_ebdesk{ padding:10px;background:#fdfdfd; border:1px solid #ececec;left: -60px;width: 400px;margin-bottom: 10px; } .main_task{ font-size: 13px;font-weight: bold; } th { text-align: left; color: #303641; font-size: 13px; font-weight: bold; /*text-transform: uppercase;*/ } .label{ font-size: 10px; padding:5px; } .text-require{ color: #ff0000; }
0.207135
0.040427
.btn-contain { width: 100%; height: 52px; display: flex; align-items: center; justify-content: flex-end; } .btn-contain>div { border-width: 0px; width: 91px; height: 32px; background: inherit; background-color: rgba(170, 170, 170, 1); border: none; border-radius: 5px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; font-weight: 400; font-style: normal; text-align: center; line-height: 32px; margin-left: 10px; color: #fff; } .show-num{ font-size: 32px !important; } .table-contain{ width: 100%; } .table-item{ height: 50px; display: flex; justify-content: center; } .table-head-bg{ height: 32px; background: #f0f0f0; } .vulnerable-num{ text-align: center; width: 20px; height: 20px; margin-left: 10px; border-radius: 50%; border: 1px #000 solid; } .define-menu{ margin-right: 20px; font-size: 20px; color: #000; } .select-menu{ margin-right: 20px; font-size: 20px; color: #169BD5; } .grid { margin-top: 2em !important; margin-left: 0.1em !important; } .card-box { box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.01), 0 1px 1px 0 rgba(0, 0, 0, 0.01), 0 1px 3px 0 rgba(0, 0, 0, 0.1); transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); display: block; position: relative; padding: 16px; border-radius: 4px; } .progressBar { margin-top: 30px; width: 100%; height:8px; background:#72c5e4; border-radius:5px; } .barContent { height: 8px; background: #0091cb; border-radius: 5px; } .red0-color{ color: red; } .red-color{ color: #f6959f; } .yellow-color{ color: #fc9337; } .blue-color{ color: #0091cc; } .green-color{ color: #00b247; } .field > input{ height: 32px; } .field > button { height: 32px; background: #276ac6 !important; color: #fff !important; font-size: 14px; font-weight: normal !important; padding: 4px 20px !important; } .field > select { padding: 4px !important; }
web/views/@default/webscan/scans/index.css
.btn-contain { width: 100%; height: 52px; display: flex; align-items: center; justify-content: flex-end; } .btn-contain>div { border-width: 0px; width: 91px; height: 32px; background: inherit; background-color: rgba(170, 170, 170, 1); border: none; border-radius: 5px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; font-weight: 400; font-style: normal; text-align: center; line-height: 32px; margin-left: 10px; color: #fff; } .show-num{ font-size: 32px !important; } .table-contain{ width: 100%; } .table-item{ height: 50px; display: flex; justify-content: center; } .table-head-bg{ height: 32px; background: #f0f0f0; } .vulnerable-num{ text-align: center; width: 20px; height: 20px; margin-left: 10px; border-radius: 50%; border: 1px #000 solid; } .define-menu{ margin-right: 20px; font-size: 20px; color: #000; } .select-menu{ margin-right: 20px; font-size: 20px; color: #169BD5; } .grid { margin-top: 2em !important; margin-left: 0.1em !important; } .card-box { box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.01), 0 1px 1px 0 rgba(0, 0, 0, 0.01), 0 1px 3px 0 rgba(0, 0, 0, 0.1); transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); display: block; position: relative; padding: 16px; border-radius: 4px; } .progressBar { margin-top: 30px; width: 100%; height:8px; background:#72c5e4; border-radius:5px; } .barContent { height: 8px; background: #0091cb; border-radius: 5px; } .red0-color{ color: red; } .red-color{ color: #f6959f; } .yellow-color{ color: #fc9337; } .blue-color{ color: #0091cc; } .green-color{ color: #00b247; } .field > input{ height: 32px; } .field > button { height: 32px; background: #276ac6 !important; color: #fff !important; font-size: 14px; font-weight: normal !important; padding: 4px 20px !important; } .field > select { padding: 4px !important; }
0.326057
0.082291
#name { /* Font */ font-size: 38px; line-height: 1.2em; letter-spacing: 1px; /* Alignment */ text-align: center; /* Spacing */ margin-top: 24px; margin-bottom: 16px; } #name +#title { /* Font */ font-size: 24px; /* Alignment */ text-align: center; /* Spacing */ margin-bottom: 16px; } #name span{ /* Alignment */ display: inline-block; } #summary { /* Style */ text-align: justify; text-justify: inter-word; } @media only screen and (max-width: 400px) { #name { /* Font */ font-size: 32px; letter-spacing: 0px; } #name +#title { /* Font */ font-size: 20px; } } @media only screen and (max-width: 330px) { #name { /* Font */ font-size: 24px; letter-spacing: 0px; } #name +#title { /* Font */ font-size: 18px; } } /******************************************************* Skills *******************************************************/ .skills { /* Alignment */ column-count: 2; } .skillset { /* Style */ display: inline-block; /* Size */ width: 100%; } .skillset h3 { /* Spacing */ margin-top: 12px; } .skill { /* Alignment */ display: block; /* Position */ position: relative; } .skill span { /* Font */ font-size: 38px; letter-spacing: 1px; /* Position */ position: absolute; top: -0.1em; right: 0px; /* Colours */ color: #DB70A6; } .skill span[title=\31\2F\35]::after { /* Style */ content: "●○○○○"; } .skill span[title=\32\2F\35]::after { /* Style */ content: "●●○○○"; } .skill span[title=\33\2F\35]::after { /* Style */ content: "●●●○○"; } .skill span[title=\34\2F\35]::after { /* Style */ content: "●●●●○"; } .skill span[title=\35\2F\35]::after { /* Style */ content: "●●●●●"; } @media only screen and (max-width: 670px) { .skill span { /* Font */ font-size: calc(11vw - 36px); letter-spacing: -2px; } } @media only screen and (max-width: 580px) { .skills { /* Alignment */ column-count: 1; } .skill span { /* Font */ font-size: 38px; letter-spacing: 1px; } } @media only screen and (max-width: 360px) { .skill span { /* Font */ font-size: 20px; font-size: calc(20vw - 34px); letter-spacing: -2px; } } /****************************************************** Content *******************************************************/ .entry:not(:first-child) { /* Spacing */ margin-top: 20px; } .experience .company, .education .title, .publications .title { /* Font */ font-size: 24px; /* Spacing */ margin-top: 10px; margin-bottom: 4px; line-height: 1.3em; /* Alignment */ display: block; /* Colours */ color: #DB70A6; } .experience .title, .experience .range, .education .university, .education .range, .publications .year { /* Spacing */ margin-top: 4px; } .experience .title, .education .university { /* Colours */ color: #DB70A6; } .experience .title, .experience .range, .education .university, .education .range { /* Alignment */ display: inline-block; } .experience .range, .education .range { /* Alignment */ float: right; } .publications .year { /* Alignment */ display: block; } .entry .description { /* Style */ text-align: justify; text-justify: inter-word; border-top: 1px solid #A0A0A0; margin-top: 4px; } .experience .company::selection, .experience .title::selection, .education .title::selection, .education .university::selection, .publications .title::selection { /* Colours */ background: #DB70A6; } @media only screen and (max-width: 550px) { .experience .title, .experience .range, .education .university, .education .range { /* Alignment */ display: block; } .experience .range, .education .range { /* Alignment */ float: unset; } }
html/resources/stylesheets/resume.css
#name { /* Font */ font-size: 38px; line-height: 1.2em; letter-spacing: 1px; /* Alignment */ text-align: center; /* Spacing */ margin-top: 24px; margin-bottom: 16px; } #name +#title { /* Font */ font-size: 24px; /* Alignment */ text-align: center; /* Spacing */ margin-bottom: 16px; } #name span{ /* Alignment */ display: inline-block; } #summary { /* Style */ text-align: justify; text-justify: inter-word; } @media only screen and (max-width: 400px) { #name { /* Font */ font-size: 32px; letter-spacing: 0px; } #name +#title { /* Font */ font-size: 20px; } } @media only screen and (max-width: 330px) { #name { /* Font */ font-size: 24px; letter-spacing: 0px; } #name +#title { /* Font */ font-size: 18px; } } /******************************************************* Skills *******************************************************/ .skills { /* Alignment */ column-count: 2; } .skillset { /* Style */ display: inline-block; /* Size */ width: 100%; } .skillset h3 { /* Spacing */ margin-top: 12px; } .skill { /* Alignment */ display: block; /* Position */ position: relative; } .skill span { /* Font */ font-size: 38px; letter-spacing: 1px; /* Position */ position: absolute; top: -0.1em; right: 0px; /* Colours */ color: #DB70A6; } .skill span[title=\31\2F\35]::after { /* Style */ content: "●○○○○"; } .skill span[title=\32\2F\35]::after { /* Style */ content: "●●○○○"; } .skill span[title=\33\2F\35]::after { /* Style */ content: "●●●○○"; } .skill span[title=\34\2F\35]::after { /* Style */ content: "●●●●○"; } .skill span[title=\35\2F\35]::after { /* Style */ content: "●●●●●"; } @media only screen and (max-width: 670px) { .skill span { /* Font */ font-size: calc(11vw - 36px); letter-spacing: -2px; } } @media only screen and (max-width: 580px) { .skills { /* Alignment */ column-count: 1; } .skill span { /* Font */ font-size: 38px; letter-spacing: 1px; } } @media only screen and (max-width: 360px) { .skill span { /* Font */ font-size: 20px; font-size: calc(20vw - 34px); letter-spacing: -2px; } } /****************************************************** Content *******************************************************/ .entry:not(:first-child) { /* Spacing */ margin-top: 20px; } .experience .company, .education .title, .publications .title { /* Font */ font-size: 24px; /* Spacing */ margin-top: 10px; margin-bottom: 4px; line-height: 1.3em; /* Alignment */ display: block; /* Colours */ color: #DB70A6; } .experience .title, .experience .range, .education .university, .education .range, .publications .year { /* Spacing */ margin-top: 4px; } .experience .title, .education .university { /* Colours */ color: #DB70A6; } .experience .title, .experience .range, .education .university, .education .range { /* Alignment */ display: inline-block; } .experience .range, .education .range { /* Alignment */ float: right; } .publications .year { /* Alignment */ display: block; } .entry .description { /* Style */ text-align: justify; text-justify: inter-word; border-top: 1px solid #A0A0A0; margin-top: 4px; } .experience .company::selection, .experience .title::selection, .education .title::selection, .education .university::selection, .publications .title::selection { /* Colours */ background: #DB70A6; } @media only screen and (max-width: 550px) { .experience .title, .experience .range, .education .university, .education .range { /* Alignment */ display: block; } .experience .range, .education .range { /* Alignment */ float: unset; } }
0.316053
0.066387
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; src: url("../fonts/poppins/poppins-v5-latin-300.eot"); src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/poppins/poppins-v5-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-300.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-300.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-300.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-300.svg#Poppins") format("svg"); } body { font-size: 14px; color: #fff; background-image: url("../images/form-img.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: center center; font-family: Poppins; margin: 0px; font-family: 'Poppins'; font-style: normal; font-weight: 300; font-size: 20px; } input { border: none; background: #fff; border-radius: 5px; box-sizing: border-box; width: 100%; padding: 13px 20px; font-size: 16px; font-weight: 600; color: #222; display: block; font-family: Poppins; position: relative; z-index: 10; } table { border-collapse: collapse; background: #fff; border-radius: 10px; width: 100%; color: #222; font-size: 18px; } th, td { border: 1px solid #ddd; text-align: center; padding: 5px 22px; } tr:hover {background-color: #f5f5f5;} .container { width: 960px; background: rgba(11, 13, 24, 0.5); margin: 0px auto; border-radius: 10px; padding: 20px 30px; } .header { align-items: center; justify-content: space-between; padding: 50px 57px; } .main { position: relative; } .booking-form { padding: 35px 70px 51px 70px; } .content_container { border: 2px solid white; width: 80%; margin: 20px auto; padding: 10px; text-align: left; border-radius: 10px; } .element { background: rgba(0,0,0,0.9); padding-top: 4px; padding-bottom: 4px; margin-top: 4px; margin-bottom: 4px; border-radius: 10px; } .element:hover { background: rgba(0,0,0,0.7); } .element-left{ margin: 70px; } .element-right{ margin: 70px; } .link_submit{ text-align: center; padding-top: 10px; padding-bottom: 8px; } .link_submit_button { background: #f8ba0f; color: #fff; font-size: 14px; margin: auto; padding: 10px 25px; cursor: pointer; text-decoration: none; border-radius: 10px; } .link_submit_button:hover { background-color: #ce9906; } .submit { background: #f8ba0f; color: #fff; font-size: 14px; margin-top: 23px; padding: 15px 20px; cursor: pointer; } .submit:hover { background-color: #ce9906; } .alart { margin: 30px auto; padding: 10px; border-radius: 5px; color: #3c763d; background: #dff0d8; border: 1px solid #3c763d; width: 50%; text-align: center; } .sidenav { height: 100%; width: 200px; position: fixed; z-index: 1; top: 0; left: 0; background-color: rgba(11, 13, 24, 0.5); overflow-x: hidden; padding-top: 20px; } .sidenav a { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 20px; color: #f1f1f1; display: block; } .sidenav a:hover { color: #f8ba0f; } .dashboard { padding: 0px 10px; width: 960px; background: rgba(11, 13, 24, 0.5); margin: 265px; border-radius: 10px; margin-top: 0%; }
asset/css/style.css
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; src: url("../fonts/poppins/poppins-v5-latin-300.eot"); src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/poppins/poppins-v5-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-300.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-300.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-300.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-300.svg#Poppins") format("svg"); } body { font-size: 14px; color: #fff; background-image: url("../images/form-img.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: center center; font-family: Poppins; margin: 0px; font-family: 'Poppins'; font-style: normal; font-weight: 300; font-size: 20px; } input { border: none; background: #fff; border-radius: 5px; box-sizing: border-box; width: 100%; padding: 13px 20px; font-size: 16px; font-weight: 600; color: #222; display: block; font-family: Poppins; position: relative; z-index: 10; } table { border-collapse: collapse; background: #fff; border-radius: 10px; width: 100%; color: #222; font-size: 18px; } th, td { border: 1px solid #ddd; text-align: center; padding: 5px 22px; } tr:hover {background-color: #f5f5f5;} .container { width: 960px; background: rgba(11, 13, 24, 0.5); margin: 0px auto; border-radius: 10px; padding: 20px 30px; } .header { align-items: center; justify-content: space-between; padding: 50px 57px; } .main { position: relative; } .booking-form { padding: 35px 70px 51px 70px; } .content_container { border: 2px solid white; width: 80%; margin: 20px auto; padding: 10px; text-align: left; border-radius: 10px; } .element { background: rgba(0,0,0,0.9); padding-top: 4px; padding-bottom: 4px; margin-top: 4px; margin-bottom: 4px; border-radius: 10px; } .element:hover { background: rgba(0,0,0,0.7); } .element-left{ margin: 70px; } .element-right{ margin: 70px; } .link_submit{ text-align: center; padding-top: 10px; padding-bottom: 8px; } .link_submit_button { background: #f8ba0f; color: #fff; font-size: 14px; margin: auto; padding: 10px 25px; cursor: pointer; text-decoration: none; border-radius: 10px; } .link_submit_button:hover { background-color: #ce9906; } .submit { background: #f8ba0f; color: #fff; font-size: 14px; margin-top: 23px; padding: 15px 20px; cursor: pointer; } .submit:hover { background-color: #ce9906; } .alart { margin: 30px auto; padding: 10px; border-radius: 5px; color: #3c763d; background: #dff0d8; border: 1px solid #3c763d; width: 50%; text-align: center; } .sidenav { height: 100%; width: 200px; position: fixed; z-index: 1; top: 0; left: 0; background-color: rgba(11, 13, 24, 0.5); overflow-x: hidden; padding-top: 20px; } .sidenav a { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 20px; color: #f1f1f1; display: block; } .sidenav a:hover { color: #f8ba0f; } .dashboard { padding: 0px 10px; width: 960px; background: rgba(11, 13, 24, 0.5); margin: 265px; border-radius: 10px; margin-top: 0%; }
0.326808
0.100569
.red_50 { background: transparent; color: #FFEBEE } .red_100 { background: transparent; color: #FFCDD2 } .red_200 { background: transparent; color: #EF9A9A } .red_300 { background: transparent; color: #E57373 } .red_400 { background: transparent; color: #EF5350 } .red_500 { background: transparent; color: #F44336 } .red_600 { background: transparent; color: #E53935 } .red_700 { background: transparent; color: #D32F2F } .red_800 { background: transparent; color: #C62828 } .red_900 { background: transparent; color: #B71C1C } .red_A100 { background: transparent; color: #FF8A80 } .red_A200 { background: transparent; color: #FF5252 } .red_A400 { background: transparent; color: #FF1744 } .red_A700 { background: transparent; color: #D50000 } .pink_50 { background: transparent; color: #FCE4EC } .pink_100 { background: transparent; color: #F8BBD0 } .pink_200 { background: transparent; color: #F48FB1 } .pink_300 { background: transparent; color: #F06292 } .pink_400 { background: transparent; color: #EC407A } .pink_500 { background: transparent; color: #E91E63 } .pink_600 { background: transparent; color: #D81B60 } .pink_700 { background: transparent; color: #C2185B } .pink_800 { background: transparent; color: #AD1457 } .pink_900 { background: transparent; color: #880E4F } .pink_A100 { background: transparent; color: #FF80AB } .pink_A200 { background: transparent; color: #FF4081 } .pink_A400 { background: transparent; color: #F50057 } .pink_A700 { background: transparent; color: #C51162 } .purple_50 { background: transparent; color: #F3E5F5 } .purple_100 { background: transparent; color: #E1BEE7 } .purple_200 { background: transparent; color: #CE93D8 } .purple_300 { background: transparent; color: #BA68C8 } .purple_400 { background: transparent; color: #AB47BC } .purple_500 { background: transparent; color: #9C27B0 } .purple_600 { background: transparent; color: #8E24AA } .purple_700 { background: transparent; color: #7B1FA2 } .purple_800 { background: transparent; color: #6A1B9A } .purple_900 { background: transparent; color: #4A148C } .purple_A100 { background: transparent; color: #EA80FC } .purple_A200 { background: transparent; color: #E040FB } .purple_A400 { background: transparent; color: #D500F9 } .purple_A700 { background: transparent; color: #AA00FF } .deep_purple_50 { background: transparent; color: #EDE7F6 } .deep_purple_100 { background: transparent; color: #D1C4E9 } .deep_purple_200 { background: transparent; color: #B39DDB } .deep_purple_300 { background: transparent; color: #9575CD } .deep_purple_400 { background: transparent; color: #7E57C2 } .deep_purple_500 { background: transparent; color: #673AB7 } .deep_purple_600 { background: transparent; color: #5E35B1 } .deep_purple_700 { background: transparent; color: #512DA8 } .deep_purple_800 { background: transparent; color: #4527A0 } .deep_purple_900 { background: transparent; color: #311B92 } .deep_purple_A100 { background: transparent; color: #B388FF } .deep_purple_A200 { background: transparent; color: #7C4DFF } .deep_purple_A400 { background: transparent; color: #651FFF } .deep_purple_A700 { background: transparent; color: #6200EA } .indigo_50 { background: transparent; color: #E8EAF6 } .indigo_100 { background: transparent; color: #C5CAE9 } .indigo_200 { background: transparent; color: #9FA8DA } .indigo_300 { background: transparent; color: #7986CB } .indigo_400 { background: transparent; color: #5C6BC0 } .indigo_500 { background: transparent; color: #3F51B5 } .indigo_600 { background: transparent; color: #3949AB } .indigo_700 { background: transparent; color: #303F9F } .indigo_800 { background: transparent; color: #283593 } .indigo_900 { background: transparent; color: #1A237E } .indigo_A100 { background: transparent; color: #8C9EFF } .indigo_A200 { background: transparent; color: #536DFE } .indigo_A400 { background: transparent; color: #3D5AFE } .indigo_A700 { background: transparent; color: #304FFE } .blue_50 { background: transparent; color: #E3F2FD } .blue_100 { background: transparent; color: #BBDEFB } .blue_200 { background: transparent; color: #90CAF9 } .blue_300 { background: transparent; color: #64B5F6 } .blue_400 { background: transparent; color: #42A5F5 } .blue_500 { background: transparent; color: #2196F3 } .blue_600 { background: transparent; color: #1E88E5 } .blue_700 { background: transparent; color: #1976D2 } .blue_800 { background: transparent; color: #1565C0 } .blue_900 { background: transparent; color: #0D47A1 } .blue_A100 { background: transparent; color: #82B1FF } .blue_A200 { background: transparent; color: #448AFF } .blue_A400 { background: transparent; color: #2979FF } .blue_A700 { background: transparent; color: #2962FF } .light_blue_50 { background: transparent; color: #E1F5FE } .light_blue_100 { background: transparent; color: #B3E5FC } .light_blue_200 { background: transparent; color: #81D4FA } .light_blue_300 { background: transparent; color: #4FC3F7 } .light_blue_400 { background: transparent; color: #29B6F6 } .light_blue_500 { background: transparent; color: #03A9F4 } .light_blue_600 { background: transparent; color: #039BE5 } .light_blue_700 { background: transparent; color: #0288D1 } .light_blue_800 { background: transparent; color: #0277BD } .light_blue_900 { background: transparent; color: #01579B } .light_blue_A100 { background: transparent; color: #80D8FF } .light_blue_A200 { background: transparent; color: #40C4FF } .light_blue_A400 { background: transparent; color: #00B0FF } .light_blue_A700 { background: transparent; color: #0091EA } .cyan_50 { background: transparent; color: #E0F7FA } .cyan_100 { background: transparent; color: #B2EBF2 } .cyan_200 { background: transparent; color: #80DEEA } .cyan_300 { background: transparent; color: #4DD0E1 } .cyan_400 { background: transparent; color: #26C6DA } .cyan_500 { background: transparent; color: #00BCD4 } .cyan_600 { background: transparent; color: #00ACC1 } .cyan_700 { background: transparent; color: #0097A7 } .cyan_800 { background: transparent; color: #00838F } .cyan_900 { background: transparent; color: #006064 } .cyan_A100 { background: transparent; color: #84FFFF } .cyan_A200 { background: transparent; color: #18FFFF } .cyan_A400 { background: transparent; color: #00E5FF } .cyan_A700 { background: transparent; color: #00B8D4 } .teal_50 { background: transparent; color: #E0F2F1 } .teal_100 { background: transparent; color: #B2DFDB } .teal_200 { background: transparent; color: #80CBC4 } .teal_300 { background: transparent; color: #4DB6AC } .teal_400 { background: transparent; color: #26A69A } .teal_500 { background: transparent; color: #009688 } .teal_600 { background: transparent; color: #00897B } .teal_700 { background: transparent; color: #00796B } .teal_800 { background: transparent; color: #00695C } .teal_900 { background: transparent; color: #004D40 } .teal_A100 { background: transparent; color: #A7FFEB } .teal_A200 { background: transparent; color: #64FFDA } .teal_A400 { background: transparent; color: #1DE9B6 } .teal_A700 { background: transparent; color: #00BFA5 } .green_50 { background: transparent; color: #E8F5E9 } .green_100 { background: transparent; color: #C8E6C9 } .green_200 { background: transparent; color: #A5D6A7 } .green_300 { background: transparent; color: #81C784 } .green_400 { background: transparent; color: #66BB6A } .green_500 { background: transparent; color: #4CAF50 } .green_600 { background: transparent; color: #43A047 } .green_700 { background: transparent; color: #388E3C } .green_800 { background: transparent; color: #2E7D32 } .green_900 { background: transparent; color: #1B5E20 } .green_A100 { background: transparent; color: #B9F6CA } .green_A200 { background: transparent; color: #69F0AE } .green_A400 { background: transparent; color: #00E676 } .green_A700 { background: transparent; color: #00C853 } .light_green_50 { background: transparent; color: #F1F8E9 } .light_green_100 { background: transparent; color: #DCEDC8 } .light_green_200 { background: transparent; color: #C5E1A5 } .light_green_300 { background: transparent; color: #AED581 } .light_green_400 { background: transparent; color: #9CCC65 } .light_green_500 { background: transparent; color: #8BC34A } .light_green_600 { background: transparent; color: #7CB342 } .light_green_700 { background: transparent; color: #689F38 } .light_green_800 { background: transparent; color: #558B2F } .light_green_900 { background: transparent; color: #33691E } .light_green_A100 { background: transparent; color: #CCFF90 } .light_green_A200 { background: transparent; color: #B2FF59 } .light_green_A400 { background: transparent; color: #76FF03 } .light_green_A700 { background: transparent; color: #64DD17 } .lime_50 { background: transparent; color: #F9FBE7 } .lime_100 { background: transparent; color: #F0F4C3 } .lime_200 { background: transparent; color: #E6EE9C } .lime_300 { background: transparent; color: #DCE775 } .lime_400 { background: transparent; color: #D4E157 } .lime_500 { background: transparent; color: #CDDC39 } .lime_600 { background: transparent; color: #C0CA33 } .lime_700 { background: transparent; color: #AFB42B } .lime_800 { background: transparent; color: #9E9D24 } .lime_900 { background: transparent; color: #827717 } .lime_A100 { background: transparent; color: #F4FF81 } .lime_A200 { background: transparent; color: #EEFF41 } .lime_A400 { background: transparent; color: #C6FF00 } .lime_A700 { background: transparent; color: #AEEA00 } .yellow_50 { background: transparent; color: #FFFDE7 } .yellow_100 { background: transparent; color: #FFF9C4 } .yellow_200 { background: transparent; color: #FFF59D } .yellow_300 { background: transparent; color: #FFF176 } .yellow_400 { background: transparent; color: #FFEE58 } .yellow_500 { background: transparent; color: #FFEB3B } .yellow_600 { background: transparent; color: #FDD835 } .yellow_700 { background: transparent; color: #FBC02D } .yellow_800 { background: transparent; color: #F9A825 } .yellow_900 { background: transparent; color: #F57F17 } .yellow_A100 { background: transparent; color: #FFFF8D } .yellow_A200 { background: transparent; color: #FFFF00 } .yellow_A400 { background: transparent; color: #FFEA00 } .yellow_A700 { background: transparent; color: #FFD600 } .amber_50 { background: transparent; color: #FFF8E1 } .amber_100 { background: transparent; color: #FFECB3 } .amber_200 { background: transparent; color: #FFE082 } .amber_300 { background: transparent; color: #FFD54F } .amber_400 { background: transparent; color: #FFCA28 } .amber_500 { background: transparent; color: #FFC107 } .amber_600 { background: transparent; color: #FFB300 } .amber_700 { background: transparent; color: #FFA000 } .amber_800 { background: transparent; color: #FF8F00 } .amber_900 { background: transparent; color: #FF6F00 } .amber_A100 { background: transparent; color: #FFE57F } .amber_A200 { background: transparent; color: #FFD740 } .amber_A400 { background: transparent; color: #FFC400 } .amber_A700 { background: transparent; color: #FFAB00 } .orange_50 { background: transparent; color: #FFF3E0 } .orange_100 { background: transparent; color: #FFE0B2 } .orange_200 { background: transparent; color: #FFCC80 } .orange_300 { background: transparent; color: #FFB74D } .orange_400 { background: transparent; color: #FFA726 } .orange_500 { background: transparent; color: #FF9800 } .orange_600 { background: transparent; color: #FB8C00 } .orange_700 { background: transparent; color: #F57C00 } .orange_800 { background: transparent; color: #EF6C00 } .orange_900 { background: transparent; color: #E65100 } .orange_A100 { background: transparent; color: #FFD180 } .orange_A200 { background: transparent; color: #FFAB40 } .orange_A400 { background: transparent; color: #FF9100 } .orange_A700 { background: transparent; color: #FF6D00 } .deep_orange_50 { background: transparent; color: #FBE9E7 } .deep_orange_100 { background: transparent; color: #FFCCBC } .deep_orange_200 { background: transparent; color: #FFAB91 } .deep_orange_300 { background: transparent; color: #FF8A65 } .deep_orange_400 { background: transparent; color: #FF7043 } .deep_orange_500 { background: transparent; color: #FF5722 } .deep_orange_600 { background: transparent; color: #F4511E } .deep_orange_700 { background: transparent; color: #E64A19 } .deep_orange_800 { background: transparent; color: #D84315 } .deep_orange_900 { background: transparent; color: #BF360C } .deep_orange_A100 { background: transparent; color: #FF9E80 } .deep_orange_A200 { background: transparent; color: #FF6E40 } .deep_orange_A400 { background: transparent; color: #FF3D00 } .deep_orange_A700 { background: transparent; color: #DD2C00 } .brown_50 { background: transparent; color: #EFEBE9 } .brown_100 { background: transparent; color: #D7CCC8 } .brown_200 { background: transparent; color: #BCAAA4 } .brown_300 { background: transparent; color: #A1887F } .brown_400 { background: transparent; color: #8D6E63 } .brown_500 { background: transparent; color: #795548 } .brown_600 { background: transparent; color: #6D4C41 } .brown_700 { background: transparent; color: #5D4037 } .brown_800 { background: transparent; color: #4E342E } .brown_900 { background: transparent; color: #3E2723 } .grey_50 { background: transparent; color: #FAFAFA } .grey_100 { background: transparent; color: #F5F5F5 } .grey_200 { background: transparent; color: #EEEEEE } .grey_300 { background: transparent; color: #E0E0E0 } .grey_400 { background: transparent; color: #BDBDBD } .grey_500 { background: transparent; color: #9E9E9E } .grey_600 { background: transparent; color: #757575 } .grey_700 { background: transparent; color: #616161 } .grey_800 { background: transparent; color: #424242 } .grey_900 { background: transparent; color: #212121 } .blue_grey_50 { background: transparent; color: #ECEFF1 } .blue_grey_100 { background: transparent; color: #CFD8DC } .blue_grey_200 { background: transparent; color: #B0BEC5 } .blue_grey_300 { background: transparent; color: #90A4AE } .blue_grey_400 { background: transparent; color: #78909C } .blue_grey_500 { background: transparent; color: #607D8B } .blue_grey_600 { background: transparent; color: #546E7A } .blue_grey_700 { background: transparent; color: #455A64 } .blue_grey_800 { background: transparent; color: #37474F } .blue_grey_900 { background: transparent; color: #263238 } .bg_red_50 { background: #FFEBEE; color: transparent } .bg_red_100 { background: #FFCDD2; color: transparent } .bg_red_200 { background: #EF9A9A; color: transparent } .bg_red_300 { background: #E57373; color: transparent } .bg_red_400 { background: #EF5350; color: transparent } .bg_red_500 { background: #F44336; color: transparent } .bg_red_600 { background: #E53935; color: transparent } .bg_red_700 { background: #D32F2F; color: transparent } .bg_red_800 { background: #C62828; color: transparent } .bg_red_900 { background: #B71C1C; color: transparent } .bg_red_A100 { background: #FF8A80; color: transparent } .bg_red_A200 { background: #FF5252; color: transparent } .bg_red_A400 { background: #FF1744; color: transparent } .bg_red_A700 { background: #D50000; color: transparent } .bg_pink_50 { background: #FCE4EC; color: transparent } .bg_pink_100 { background: #F8BBD0; color: transparent } .bg_pink_200 { background: #F48FB1; color: transparent } .bg_pink_300 { background: #F06292; color: transparent } .bg_pink_400 { background: #EC407A; color: transparent } .bg_pink_500 { background: #E91E63; color: transparent } .bg_pink_600 { background: #D81B60; color: transparent } .bg_pink_700 { background: #C2185B; color: transparent } .bg_pink_800 { background: #AD1457; color: transparent } .bg_pink_900 { background: #880E4F; color: transparent } .bg_pink_A100 { background: #FF80AB; color: transparent } .bg_pink_A200 { background: #FF4081; color: transparent } .bg_pink_A400 { background: #F50057; color: transparent } .bg_pink_A700 { background: #C51162; color: transparent } .bg_purple_50 { background: #F3E5F5; color: transparent } .bg_purple_100 { background: #E1BEE7; color: transparent } .bg_purple_200 { background: #CE93D8; color: transparent } .bg_purple_300 { background: #BA68C8; color: transparent } .bg_purple_400 { background: #AB47BC; color: transparent } .bg_purple_500 { background: #9C27B0; color: transparent } .bg_purple_600 { background: #8E24AA; color: transparent } .bg_purple_700 { background: #7B1FA2; color: transparent } .bg_purple_800 { background: #6A1B9A; color: transparent } .bg_purple_900 { background: #4A148C; color: transparent } .bg_purple_A100 { background: #EA80FC; color: transparent } .bg_purple_A200 { background: #E040FB; color: transparent } .bg_purple_A400 { background: #D500F9; color: transparent } .bg_purple_A700 { background: #AA00FF; color: transparent } .bg_deep_purple_50 { background: #EDE7F6; color: transparent } .bg_deep_purple_100 { background: #D1C4E9; color: transparent } .bg_deep_purple_200 { background: #B39DDB; color: transparent } .bg_deep_purple_300 { background: #9575CD; color: transparent } .bg_deep_purple_400 { background: #7E57C2; color: transparent } .bg_deep_purple_500 { background: #673AB7; color: transparent } .bg_deep_purple_600 { background: #5E35B1; color: transparent } .bg_deep_purple_700 { background: #512DA8; color: transparent } .bg_deep_purple_800 { background: #4527A0; color: transparent } .bg_deep_purple_900 { background: #311B92; color: transparent } .bg_deep_purple_A100 { background: #B388FF; color: transparent } .bg_deep_purple_A200 { background: #7C4DFF; color: transparent } .bg_deep_purple_A400 { background: #651FFF; color: transparent } .bg_deep_purple_A700 { background: #6200EA; color: transparent } .bg_indigo_50 { background: #E8EAF6; color: transparent } .bg_indigo_100 { background: #C5CAE9; color: transparent } .bg_indigo_200 { background: #9FA8DA; color: transparent } .bg_indigo_300 { background: #7986CB; color: transparent } .bg_indigo_400 { background: #5C6BC0; color: transparent } .bg_indigo_500 { background: #3F51B5; color: transparent } .bg_indigo_600 { background: #3949AB; color: transparent } .bg_indigo_700 { background: #303F9F; color: transparent } .bg_indigo_800 { background: #283593; color: transparent } .bg_indigo_900 { background: #1A237E; color: transparent } .bg_indigo_A100 { background: #8C9EFF; color: transparent } .bg_indigo_A200 { background: #536DFE; color: transparent } .bg_indigo_A400 { background: #3D5AFE; color: transparent } .bg_indigo_A700 { background: #304FFE; color: transparent } .bg_blue_50 { background: #E3F2FD; color: transparent } .bg_blue_100 { background: #BBDEFB; color: transparent } .bg_blue_200 { background: #90CAF9; color: transparent } .bg_blue_300 { background: #64B5F6; color: transparent } .bg_blue_400 { background: #42A5F5; color: transparent } .bg_blue_500 { background: #2196F3; color: transparent } .bg_blue_600 { background: #1E88E5; color: transparent } .bg_blue_700 { background: #1976D2; color: transparent } .bg_blue_800 { background: #1565C0; color: transparent } .bg_blue_900 { background: #0D47A1; color: transparent } .bg_blue_A100 { background: #82B1FF; color: transparent } .bg_blue_A200 { background: #448AFF; color: transparent } .bg_blue_A400 { background: #2979FF; color: transparent } .bg_blue_A700 { background: #2962FF; color: transparent } .bg_light_blue_50 { background: #E1F5FE; color: transparent } .bg_light_blue_100 { background: #B3E5FC; color: transparent } .bg_light_blue_200 { background: #81D4FA; color: transparent } .bg_light_blue_300 { background: #4FC3F7; color: transparent } .bg_light_blue_400 { background: #29B6F6; color: transparent } .bg_light_blue_500 { background: #03A9F4; color: transparent } .bg_light_blue_600 { background: #039BE5; color: transparent } .bg_light_blue_700 { background: #0288D1; color: transparent } .bg_light_blue_800 { background: #0277BD; color: transparent } .bg_light_blue_900 { background: #01579B; color: transparent } .bg_light_blue_A100 { background: #80D8FF; color: transparent } .bg_light_blue_A200 { background: #40C4FF; color: transparent } .bg_light_blue_A400 { background: #00B0FF; color: transparent } .bg_light_blue_A700 { background: #0091EA; color: transparent } .bg_cyan_50 { background: #E0F7FA; color: transparent } .bg_cyan_100 { background: #B2EBF2; color: transparent } .bg_cyan_200 { background: #80DEEA; color: transparent } .bg_cyan_300 { background: #4DD0E1; color: transparent } .bg_cyan_400 { background: #26C6DA; color: transparent } .bg_cyan_500 { background: #00BCD4; color: transparent } .bg_cyan_600 { background: #00ACC1; color: transparent } .bg_cyan_700 { background: #0097A7; color: transparent } .bg_cyan_800 { background: #00838F; color: transparent } .bg_cyan_900 { background: #006064; color: transparent } .bg_cyan_A100 { background: #84FFFF; color: transparent } .bg_cyan_A200 { background: #18FFFF; color: transparent } .bg_cyan_A400 { background: #00E5FF; color: transparent } .bg_cyan_A700 { background: #00B8D4; color: transparent } .bg_teal_50 { background: #E0F2F1; color: transparent } .bg_teal_100 { background: #B2DFDB; color: transparent } .bg_teal_200 { background: #80CBC4; color: transparent } .bg_teal_300 { background: #4DB6AC; color: transparent } .bg_teal_400 { background: #26A69A; color: transparent } .bg_teal_500 { background: #009688; color: transparent } .bg_teal_600 { background: #00897B; color: transparent } .bg_teal_700 { background: #00796B; color: transparent } .bg_teal_800 { background: #00695C; color: transparent } .bg_teal_900 { background: #004D40; color: transparent } .bg_teal_A100 { background: #A7FFEB; color: transparent } .bg_teal_A200 { background: #64FFDA; color: transparent } .bg_teal_A400 { background: #1DE9B6; color: transparent } .bg_teal_A700 { background: #00BFA5; color: transparent } .bg_green_50 { background: #E8F5E9; color: transparent } .bg_green_100 { background: #C8E6C9; color: transparent } .bg_green_200 { background: #A5D6A7; color: transparent } .bg_green_300 { background: #81C784; color: transparent } .bg_green_400 { background: #66BB6A; color: transparent } .bg_green_500 { background: #4CAF50; color: transparent } .bg_green_600 { background: #43A047; color: transparent } .bg_green_700 { background: #388E3C; color: transparent } .bg_green_800 { background: #2E7D32; color: transparent } .bg_green_900 { background: #1B5E20; color: transparent } .bg_green_A100 { background: #B9F6CA; color: transparent } .bg_green_A200 { background: #69F0AE; color: transparent } .bg_green_A400 { background: #00E676; color: transparent } .bg_green_A700 { background: #00C853; color: transparent } .bg_light_green_50 { background: #F1F8E9; color: transparent } .bg_light_green_100 { background: #DCEDC8; color: transparent } .bg_light_green_200 { background: #C5E1A5; color: transparent } .bg_light_green_300 { background: #AED581; color: transparent } .bg_light_green_400 { background: #9CCC65; color: transparent } .bg_light_green_500 { background: #8BC34A; color: transparent } .bg_light_green_600 { background: #7CB342; color: transparent } .bg_light_green_700 { background: #689F38; color: transparent } .bg_light_green_800 { background: #558B2F; color: transparent } .bg_light_green_900 { background: #33691E; color: transparent } .bg_light_green_A100 { background: #CCFF90; color: transparent } .bg_light_green_A200 { background: #B2FF59; color: transparent } .bg_light_green_A400 { background: #76FF03; color: transparent } .bg_light_green_A700 { background: #64DD17; color: transparent } .bg_lime_50 { background: #F9FBE7; color: transparent } .bg_lime_100 { background: #F0F4C3; color: transparent } .bg_lime_200 { background: #E6EE9C; color: transparent } .bg_lime_300 { background: #DCE775; color: transparent } .bg_lime_400 { background: #D4E157; color: transparent } .bg_lime_500 { background: #CDDC39; color: transparent } .bg_lime_600 { background: #C0CA33; color: transparent } .bg_lime_700 { background: #AFB42B; color: transparent } .bg_lime_800 { background: #9E9D24; color: transparent } .bg_lime_900 { background: #827717; color: transparent } .bg_lime_A100 { background: #F4FF81; color: transparent } .bg_lime_A200 { background: #EEFF41; color: transparent } .bg_lime_A400 { background: #C6FF00; color: transparent } .bg_lime_A700 { background: #AEEA00; color: transparent } .bg_yellow_50 { background: #FFFDE7; color: transparent } .bg_yellow_100 { background: #FFF9C4; color: transparent } .bg_yellow_200 { background: #FFF59D; color: transparent } .bg_yellow_300 { background: #FFF176; color: transparent } .bg_yellow_400 { background: #FFEE58; color: transparent } .bg_yellow_500 { background: #FFEB3B; color: transparent } .bg_yellow_600 { background: #FDD835; color: transparent } .bg_yellow_700 { background: #FBC02D; color: transparent } .bg_yellow_800 { background: #F9A825; color: transparent } .bg_yellow_900 { background: #F57F17; color: transparent } .bg_yellow_A100 { background: #FFFF8D; color: transparent } .bg_yellow_A200 { background: #FFFF00; color: transparent } .bg_yellow_A400 { background: #FFEA00; color: transparent } .bg_yellow_A700 { background: #FFD600; color: transparent } .bg_amber_50 { background: #FFF8E1; color: transparent } .bg_amber_100 { background: #FFECB3; color: transparent } .bg_amber_200 { background: #FFE082; color: transparent } .bg_amber_300 { background: #FFD54F; color: transparent } .bg_amber_400 { background: #FFCA28; color: transparent } .bg_amber_500 { background: #FFC107; color: transparent } .bg_amber_600 { background: #FFB300; color: transparent } .bg_amber_700 { background: #FFA000; color: transparent } .bg_amber_800 { background: #FF8F00; color: transparent } .bg_amber_900 { background: #FF6F00; color: transparent } .bg_amber_A100 { background: #FFE57F; color: transparent } .bg_amber_A200 { background: #FFD740; color: transparent } .bg_amber_A400 { background: #FFC400; color: transparent } .bg_amber_A700 { background: #FFAB00; color: transparent } .bg_orange_50 { background: #FFF3E0; color: transparent } .bg_orange_100 { background: #FFE0B2; color: transparent } .bg_orange_200 { background: #FFCC80; color: transparent } .bg_orange_300 { background: #FFB74D; color: transparent } .bg_orange_400 { background: #FFA726; color: transparent } .bg_orange_500 { background: #FF9800; color: transparent } .bg_orange_600 { background: #FB8C00; color: transparent } .bg_orange_700 { background: #F57C00; color: transparent } .bg_orange_800 { background: #EF6C00; color: transparent } .bg_orange_900 { background: #E65100; color: transparent } .bg_orange_A100 { background: #FFD180; color: transparent } .bg_orange_A200 { background: #FFAB40; color: transparent } .bg_orange_A400 { background: #FF9100; color: transparent } .bg_orange_A700 { background: #FF6D00; color: transparent } .bg_deep_orange_50 { background: #FBE9E7; color: transparent } .bg_deep_orange_100 { background: #FFCCBC; color: transparent } .bg_deep_orange_200 { background: #FFAB91; color: transparent } .bg_deep_orange_300 { background: #FF8A65; color: transparent } .bg_deep_orange_400 { background: #FF7043; color: transparent } .bg_deep_orange_500 { background: #FF5722; color: transparent } .bg_deep_orange_600 { background: #F4511E; color: transparent } .bg_deep_orange_700 { background: #E64A19; color: transparent } .bg_deep_orange_800 { background: #D84315; color: transparent } .bg_deep_orange_900 { background: #BF360C; color: transparent } .bg_deep_orange_A100 { background: #FF9E80; color: transparent } .bg_deep_orange_A200 { background: #FF6E40; color: transparent } .bg_deep_orange_A400 { background: #FF3D00; color: transparent } .bg_deep_orange_A700 { background: #DD2C00; color: transparent } .bg_brown_50 { background: #EFEBE9; color: transparent } .bg_brown_100 { background: #D7CCC8; color: transparent } .bg_brown_200 { background: #BCAAA4; color: transparent } .bg_brown_300 { background: #A1887F; color: transparent } .bg_brown_400 { background: #8D6E63; color: transparent } .bg_brown_500 { background: #795548; color: transparent } .bg_brown_600 { background: #6D4C41; color: transparent } .bg_brown_700 { background: #5D4037; color: transparent } .bg_brown_800 { background: #4E342E; color: transparent } .bg_brown_900 { background: #3E2723; color: transparent } .bg_grey_50 { background: #FAFAFA; color: transparent } .bg_grey_100 { background: #F5F5F5; color: transparent } .bg_grey_200 { background: #EEEEEE; color: transparent } .bg_grey_300 { background: #E0E0E0; color: transparent } .bg_grey_400 { background: #BDBDBD; color: transparent } .bg_grey_500 { background: #9E9E9E; color: transparent } .bg_grey_600 { background: #757575; color: transparent } .bg_grey_700 { background: #616161; color: transparent } .bg_grey_800 { background: #424242; color: transparent } .bg_grey_900 { background: #212121; color: transparent } .bg_blue_grey_50 { background: #ECEFF1; color: transparent } .bg_blue_grey_100 { background: #CFD8DC; color: transparent } .bg_blue_grey_200 { background: #B0BEC5; color: transparent } .bg_blue_grey_300 { background: #90A4AE; color: transparent } .bg_blue_grey_400 { background: #78909C; color: transparent } .bg_blue_grey_500 { background: #607D8B; color: transparent } .bg_blue_grey_600 { background: #546E7A; color: transparent } .bg_blue_grey_700 { background: #455A64; color: transparent } .bg_blue_grey_800 { background: #37474F; color: transparent } .bg_blue_grey_900 { background: #263238; color: transparent }
assets/mhk/css/colors.css
.red_50 { background: transparent; color: #FFEBEE } .red_100 { background: transparent; color: #FFCDD2 } .red_200 { background: transparent; color: #EF9A9A } .red_300 { background: transparent; color: #E57373 } .red_400 { background: transparent; color: #EF5350 } .red_500 { background: transparent; color: #F44336 } .red_600 { background: transparent; color: #E53935 } .red_700 { background: transparent; color: #D32F2F } .red_800 { background: transparent; color: #C62828 } .red_900 { background: transparent; color: #B71C1C } .red_A100 { background: transparent; color: #FF8A80 } .red_A200 { background: transparent; color: #FF5252 } .red_A400 { background: transparent; color: #FF1744 } .red_A700 { background: transparent; color: #D50000 } .pink_50 { background: transparent; color: #FCE4EC } .pink_100 { background: transparent; color: #F8BBD0 } .pink_200 { background: transparent; color: #F48FB1 } .pink_300 { background: transparent; color: #F06292 } .pink_400 { background: transparent; color: #EC407A } .pink_500 { background: transparent; color: #E91E63 } .pink_600 { background: transparent; color: #D81B60 } .pink_700 { background: transparent; color: #C2185B } .pink_800 { background: transparent; color: #AD1457 } .pink_900 { background: transparent; color: #880E4F } .pink_A100 { background: transparent; color: #FF80AB } .pink_A200 { background: transparent; color: #FF4081 } .pink_A400 { background: transparent; color: #F50057 } .pink_A700 { background: transparent; color: #C51162 } .purple_50 { background: transparent; color: #F3E5F5 } .purple_100 { background: transparent; color: #E1BEE7 } .purple_200 { background: transparent; color: #CE93D8 } .purple_300 { background: transparent; color: #BA68C8 } .purple_400 { background: transparent; color: #AB47BC } .purple_500 { background: transparent; color: #9C27B0 } .purple_600 { background: transparent; color: #8E24AA } .purple_700 { background: transparent; color: #7B1FA2 } .purple_800 { background: transparent; color: #6A1B9A } .purple_900 { background: transparent; color: #4A148C } .purple_A100 { background: transparent; color: #EA80FC } .purple_A200 { background: transparent; color: #E040FB } .purple_A400 { background: transparent; color: #D500F9 } .purple_A700 { background: transparent; color: #AA00FF } .deep_purple_50 { background: transparent; color: #EDE7F6 } .deep_purple_100 { background: transparent; color: #D1C4E9 } .deep_purple_200 { background: transparent; color: #B39DDB } .deep_purple_300 { background: transparent; color: #9575CD } .deep_purple_400 { background: transparent; color: #7E57C2 } .deep_purple_500 { background: transparent; color: #673AB7 } .deep_purple_600 { background: transparent; color: #5E35B1 } .deep_purple_700 { background: transparent; color: #512DA8 } .deep_purple_800 { background: transparent; color: #4527A0 } .deep_purple_900 { background: transparent; color: #311B92 } .deep_purple_A100 { background: transparent; color: #B388FF } .deep_purple_A200 { background: transparent; color: #7C4DFF } .deep_purple_A400 { background: transparent; color: #651FFF } .deep_purple_A700 { background: transparent; color: #6200EA } .indigo_50 { background: transparent; color: #E8EAF6 } .indigo_100 { background: transparent; color: #C5CAE9 } .indigo_200 { background: transparent; color: #9FA8DA } .indigo_300 { background: transparent; color: #7986CB } .indigo_400 { background: transparent; color: #5C6BC0 } .indigo_500 { background: transparent; color: #3F51B5 } .indigo_600 { background: transparent; color: #3949AB } .indigo_700 { background: transparent; color: #303F9F } .indigo_800 { background: transparent; color: #283593 } .indigo_900 { background: transparent; color: #1A237E } .indigo_A100 { background: transparent; color: #8C9EFF } .indigo_A200 { background: transparent; color: #536DFE } .indigo_A400 { background: transparent; color: #3D5AFE } .indigo_A700 { background: transparent; color: #304FFE } .blue_50 { background: transparent; color: #E3F2FD } .blue_100 { background: transparent; color: #BBDEFB } .blue_200 { background: transparent; color: #90CAF9 } .blue_300 { background: transparent; color: #64B5F6 } .blue_400 { background: transparent; color: #42A5F5 } .blue_500 { background: transparent; color: #2196F3 } .blue_600 { background: transparent; color: #1E88E5 } .blue_700 { background: transparent; color: #1976D2 } .blue_800 { background: transparent; color: #1565C0 } .blue_900 { background: transparent; color: #0D47A1 } .blue_A100 { background: transparent; color: #82B1FF } .blue_A200 { background: transparent; color: #448AFF } .blue_A400 { background: transparent; color: #2979FF } .blue_A700 { background: transparent; color: #2962FF } .light_blue_50 { background: transparent; color: #E1F5FE } .light_blue_100 { background: transparent; color: #B3E5FC } .light_blue_200 { background: transparent; color: #81D4FA } .light_blue_300 { background: transparent; color: #4FC3F7 } .light_blue_400 { background: transparent; color: #29B6F6 } .light_blue_500 { background: transparent; color: #03A9F4 } .light_blue_600 { background: transparent; color: #039BE5 } .light_blue_700 { background: transparent; color: #0288D1 } .light_blue_800 { background: transparent; color: #0277BD } .light_blue_900 { background: transparent; color: #01579B } .light_blue_A100 { background: transparent; color: #80D8FF } .light_blue_A200 { background: transparent; color: #40C4FF } .light_blue_A400 { background: transparent; color: #00B0FF } .light_blue_A700 { background: transparent; color: #0091EA } .cyan_50 { background: transparent; color: #E0F7FA } .cyan_100 { background: transparent; color: #B2EBF2 } .cyan_200 { background: transparent; color: #80DEEA } .cyan_300 { background: transparent; color: #4DD0E1 } .cyan_400 { background: transparent; color: #26C6DA } .cyan_500 { background: transparent; color: #00BCD4 } .cyan_600 { background: transparent; color: #00ACC1 } .cyan_700 { background: transparent; color: #0097A7 } .cyan_800 { background: transparent; color: #00838F } .cyan_900 { background: transparent; color: #006064 } .cyan_A100 { background: transparent; color: #84FFFF } .cyan_A200 { background: transparent; color: #18FFFF } .cyan_A400 { background: transparent; color: #00E5FF } .cyan_A700 { background: transparent; color: #00B8D4 } .teal_50 { background: transparent; color: #E0F2F1 } .teal_100 { background: transparent; color: #B2DFDB } .teal_200 { background: transparent; color: #80CBC4 } .teal_300 { background: transparent; color: #4DB6AC } .teal_400 { background: transparent; color: #26A69A } .teal_500 { background: transparent; color: #009688 } .teal_600 { background: transparent; color: #00897B } .teal_700 { background: transparent; color: #00796B } .teal_800 { background: transparent; color: #00695C } .teal_900 { background: transparent; color: #004D40 } .teal_A100 { background: transparent; color: #A7FFEB } .teal_A200 { background: transparent; color: #64FFDA } .teal_A400 { background: transparent; color: #1DE9B6 } .teal_A700 { background: transparent; color: #00BFA5 } .green_50 { background: transparent; color: #E8F5E9 } .green_100 { background: transparent; color: #C8E6C9 } .green_200 { background: transparent; color: #A5D6A7 } .green_300 { background: transparent; color: #81C784 } .green_400 { background: transparent; color: #66BB6A } .green_500 { background: transparent; color: #4CAF50 } .green_600 { background: transparent; color: #43A047 } .green_700 { background: transparent; color: #388E3C } .green_800 { background: transparent; color: #2E7D32 } .green_900 { background: transparent; color: #1B5E20 } .green_A100 { background: transparent; color: #B9F6CA } .green_A200 { background: transparent; color: #69F0AE } .green_A400 { background: transparent; color: #00E676 } .green_A700 { background: transparent; color: #00C853 } .light_green_50 { background: transparent; color: #F1F8E9 } .light_green_100 { background: transparent; color: #DCEDC8 } .light_green_200 { background: transparent; color: #C5E1A5 } .light_green_300 { background: transparent; color: #AED581 } .light_green_400 { background: transparent; color: #9CCC65 } .light_green_500 { background: transparent; color: #8BC34A } .light_green_600 { background: transparent; color: #7CB342 } .light_green_700 { background: transparent; color: #689F38 } .light_green_800 { background: transparent; color: #558B2F } .light_green_900 { background: transparent; color: #33691E } .light_green_A100 { background: transparent; color: #CCFF90 } .light_green_A200 { background: transparent; color: #B2FF59 } .light_green_A400 { background: transparent; color: #76FF03 } .light_green_A700 { background: transparent; color: #64DD17 } .lime_50 { background: transparent; color: #F9FBE7 } .lime_100 { background: transparent; color: #F0F4C3 } .lime_200 { background: transparent; color: #E6EE9C } .lime_300 { background: transparent; color: #DCE775 } .lime_400 { background: transparent; color: #D4E157 } .lime_500 { background: transparent; color: #CDDC39 } .lime_600 { background: transparent; color: #C0CA33 } .lime_700 { background: transparent; color: #AFB42B } .lime_800 { background: transparent; color: #9E9D24 } .lime_900 { background: transparent; color: #827717 } .lime_A100 { background: transparent; color: #F4FF81 } .lime_A200 { background: transparent; color: #EEFF41 } .lime_A400 { background: transparent; color: #C6FF00 } .lime_A700 { background: transparent; color: #AEEA00 } .yellow_50 { background: transparent; color: #FFFDE7 } .yellow_100 { background: transparent; color: #FFF9C4 } .yellow_200 { background: transparent; color: #FFF59D } .yellow_300 { background: transparent; color: #FFF176 } .yellow_400 { background: transparent; color: #FFEE58 } .yellow_500 { background: transparent; color: #FFEB3B } .yellow_600 { background: transparent; color: #FDD835 } .yellow_700 { background: transparent; color: #FBC02D } .yellow_800 { background: transparent; color: #F9A825 } .yellow_900 { background: transparent; color: #F57F17 } .yellow_A100 { background: transparent; color: #FFFF8D } .yellow_A200 { background: transparent; color: #FFFF00 } .yellow_A400 { background: transparent; color: #FFEA00 } .yellow_A700 { background: transparent; color: #FFD600 } .amber_50 { background: transparent; color: #FFF8E1 } .amber_100 { background: transparent; color: #FFECB3 } .amber_200 { background: transparent; color: #FFE082 } .amber_300 { background: transparent; color: #FFD54F } .amber_400 { background: transparent; color: #FFCA28 } .amber_500 { background: transparent; color: #FFC107 } .amber_600 { background: transparent; color: #FFB300 } .amber_700 { background: transparent; color: #FFA000 } .amber_800 { background: transparent; color: #FF8F00 } .amber_900 { background: transparent; color: #FF6F00 } .amber_A100 { background: transparent; color: #FFE57F } .amber_A200 { background: transparent; color: #FFD740 } .amber_A400 { background: transparent; color: #FFC400 } .amber_A700 { background: transparent; color: #FFAB00 } .orange_50 { background: transparent; color: #FFF3E0 } .orange_100 { background: transparent; color: #FFE0B2 } .orange_200 { background: transparent; color: #FFCC80 } .orange_300 { background: transparent; color: #FFB74D } .orange_400 { background: transparent; color: #FFA726 } .orange_500 { background: transparent; color: #FF9800 } .orange_600 { background: transparent; color: #FB8C00 } .orange_700 { background: transparent; color: #F57C00 } .orange_800 { background: transparent; color: #EF6C00 } .orange_900 { background: transparent; color: #E65100 } .orange_A100 { background: transparent; color: #FFD180 } .orange_A200 { background: transparent; color: #FFAB40 } .orange_A400 { background: transparent; color: #FF9100 } .orange_A700 { background: transparent; color: #FF6D00 } .deep_orange_50 { background: transparent; color: #FBE9E7 } .deep_orange_100 { background: transparent; color: #FFCCBC } .deep_orange_200 { background: transparent; color: #FFAB91 } .deep_orange_300 { background: transparent; color: #FF8A65 } .deep_orange_400 { background: transparent; color: #FF7043 } .deep_orange_500 { background: transparent; color: #FF5722 } .deep_orange_600 { background: transparent; color: #F4511E } .deep_orange_700 { background: transparent; color: #E64A19 } .deep_orange_800 { background: transparent; color: #D84315 } .deep_orange_900 { background: transparent; color: #BF360C } .deep_orange_A100 { background: transparent; color: #FF9E80 } .deep_orange_A200 { background: transparent; color: #FF6E40 } .deep_orange_A400 { background: transparent; color: #FF3D00 } .deep_orange_A700 { background: transparent; color: #DD2C00 } .brown_50 { background: transparent; color: #EFEBE9 } .brown_100 { background: transparent; color: #D7CCC8 } .brown_200 { background: transparent; color: #BCAAA4 } .brown_300 { background: transparent; color: #A1887F } .brown_400 { background: transparent; color: #8D6E63 } .brown_500 { background: transparent; color: #795548 } .brown_600 { background: transparent; color: #6D4C41 } .brown_700 { background: transparent; color: #5D4037 } .brown_800 { background: transparent; color: #4E342E } .brown_900 { background: transparent; color: #3E2723 } .grey_50 { background: transparent; color: #FAFAFA } .grey_100 { background: transparent; color: #F5F5F5 } .grey_200 { background: transparent; color: #EEEEEE } .grey_300 { background: transparent; color: #E0E0E0 } .grey_400 { background: transparent; color: #BDBDBD } .grey_500 { background: transparent; color: #9E9E9E } .grey_600 { background: transparent; color: #757575 } .grey_700 { background: transparent; color: #616161 } .grey_800 { background: transparent; color: #424242 } .grey_900 { background: transparent; color: #212121 } .blue_grey_50 { background: transparent; color: #ECEFF1 } .blue_grey_100 { background: transparent; color: #CFD8DC } .blue_grey_200 { background: transparent; color: #B0BEC5 } .blue_grey_300 { background: transparent; color: #90A4AE } .blue_grey_400 { background: transparent; color: #78909C } .blue_grey_500 { background: transparent; color: #607D8B } .blue_grey_600 { background: transparent; color: #546E7A } .blue_grey_700 { background: transparent; color: #455A64 } .blue_grey_800 { background: transparent; color: #37474F } .blue_grey_900 { background: transparent; color: #263238 } .bg_red_50 { background: #FFEBEE; color: transparent } .bg_red_100 { background: #FFCDD2; color: transparent } .bg_red_200 { background: #EF9A9A; color: transparent } .bg_red_300 { background: #E57373; color: transparent } .bg_red_400 { background: #EF5350; color: transparent } .bg_red_500 { background: #F44336; color: transparent } .bg_red_600 { background: #E53935; color: transparent } .bg_red_700 { background: #D32F2F; color: transparent } .bg_red_800 { background: #C62828; color: transparent } .bg_red_900 { background: #B71C1C; color: transparent } .bg_red_A100 { background: #FF8A80; color: transparent } .bg_red_A200 { background: #FF5252; color: transparent } .bg_red_A400 { background: #FF1744; color: transparent } .bg_red_A700 { background: #D50000; color: transparent } .bg_pink_50 { background: #FCE4EC; color: transparent } .bg_pink_100 { background: #F8BBD0; color: transparent } .bg_pink_200 { background: #F48FB1; color: transparent } .bg_pink_300 { background: #F06292; color: transparent } .bg_pink_400 { background: #EC407A; color: transparent } .bg_pink_500 { background: #E91E63; color: transparent } .bg_pink_600 { background: #D81B60; color: transparent } .bg_pink_700 { background: #C2185B; color: transparent } .bg_pink_800 { background: #AD1457; color: transparent } .bg_pink_900 { background: #880E4F; color: transparent } .bg_pink_A100 { background: #FF80AB; color: transparent } .bg_pink_A200 { background: #FF4081; color: transparent } .bg_pink_A400 { background: #F50057; color: transparent } .bg_pink_A700 { background: #C51162; color: transparent } .bg_purple_50 { background: #F3E5F5; color: transparent } .bg_purple_100 { background: #E1BEE7; color: transparent } .bg_purple_200 { background: #CE93D8; color: transparent } .bg_purple_300 { background: #BA68C8; color: transparent } .bg_purple_400 { background: #AB47BC; color: transparent } .bg_purple_500 { background: #9C27B0; color: transparent } .bg_purple_600 { background: #8E24AA; color: transparent } .bg_purple_700 { background: #7B1FA2; color: transparent } .bg_purple_800 { background: #6A1B9A; color: transparent } .bg_purple_900 { background: #4A148C; color: transparent } .bg_purple_A100 { background: #EA80FC; color: transparent } .bg_purple_A200 { background: #E040FB; color: transparent } .bg_purple_A400 { background: #D500F9; color: transparent } .bg_purple_A700 { background: #AA00FF; color: transparent } .bg_deep_purple_50 { background: #EDE7F6; color: transparent } .bg_deep_purple_100 { background: #D1C4E9; color: transparent } .bg_deep_purple_200 { background: #B39DDB; color: transparent } .bg_deep_purple_300 { background: #9575CD; color: transparent } .bg_deep_purple_400 { background: #7E57C2; color: transparent } .bg_deep_purple_500 { background: #673AB7; color: transparent } .bg_deep_purple_600 { background: #5E35B1; color: transparent } .bg_deep_purple_700 { background: #512DA8; color: transparent } .bg_deep_purple_800 { background: #4527A0; color: transparent } .bg_deep_purple_900 { background: #311B92; color: transparent } .bg_deep_purple_A100 { background: #B388FF; color: transparent } .bg_deep_purple_A200 { background: #7C4DFF; color: transparent } .bg_deep_purple_A400 { background: #651FFF; color: transparent } .bg_deep_purple_A700 { background: #6200EA; color: transparent } .bg_indigo_50 { background: #E8EAF6; color: transparent } .bg_indigo_100 { background: #C5CAE9; color: transparent } .bg_indigo_200 { background: #9FA8DA; color: transparent } .bg_indigo_300 { background: #7986CB; color: transparent } .bg_indigo_400 { background: #5C6BC0; color: transparent } .bg_indigo_500 { background: #3F51B5; color: transparent } .bg_indigo_600 { background: #3949AB; color: transparent } .bg_indigo_700 { background: #303F9F; color: transparent } .bg_indigo_800 { background: #283593; color: transparent } .bg_indigo_900 { background: #1A237E; color: transparent } .bg_indigo_A100 { background: #8C9EFF; color: transparent } .bg_indigo_A200 { background: #536DFE; color: transparent } .bg_indigo_A400 { background: #3D5AFE; color: transparent } .bg_indigo_A700 { background: #304FFE; color: transparent } .bg_blue_50 { background: #E3F2FD; color: transparent } .bg_blue_100 { background: #BBDEFB; color: transparent } .bg_blue_200 { background: #90CAF9; color: transparent } .bg_blue_300 { background: #64B5F6; color: transparent } .bg_blue_400 { background: #42A5F5; color: transparent } .bg_blue_500 { background: #2196F3; color: transparent } .bg_blue_600 { background: #1E88E5; color: transparent } .bg_blue_700 { background: #1976D2; color: transparent } .bg_blue_800 { background: #1565C0; color: transparent } .bg_blue_900 { background: #0D47A1; color: transparent } .bg_blue_A100 { background: #82B1FF; color: transparent } .bg_blue_A200 { background: #448AFF; color: transparent } .bg_blue_A400 { background: #2979FF; color: transparent } .bg_blue_A700 { background: #2962FF; color: transparent } .bg_light_blue_50 { background: #E1F5FE; color: transparent } .bg_light_blue_100 { background: #B3E5FC; color: transparent } .bg_light_blue_200 { background: #81D4FA; color: transparent } .bg_light_blue_300 { background: #4FC3F7; color: transparent } .bg_light_blue_400 { background: #29B6F6; color: transparent } .bg_light_blue_500 { background: #03A9F4; color: transparent } .bg_light_blue_600 { background: #039BE5; color: transparent } .bg_light_blue_700 { background: #0288D1; color: transparent } .bg_light_blue_800 { background: #0277BD; color: transparent } .bg_light_blue_900 { background: #01579B; color: transparent } .bg_light_blue_A100 { background: #80D8FF; color: transparent } .bg_light_blue_A200 { background: #40C4FF; color: transparent } .bg_light_blue_A400 { background: #00B0FF; color: transparent } .bg_light_blue_A700 { background: #0091EA; color: transparent } .bg_cyan_50 { background: #E0F7FA; color: transparent } .bg_cyan_100 { background: #B2EBF2; color: transparent } .bg_cyan_200 { background: #80DEEA; color: transparent } .bg_cyan_300 { background: #4DD0E1; color: transparent } .bg_cyan_400 { background: #26C6DA; color: transparent } .bg_cyan_500 { background: #00BCD4; color: transparent } .bg_cyan_600 { background: #00ACC1; color: transparent } .bg_cyan_700 { background: #0097A7; color: transparent } .bg_cyan_800 { background: #00838F; color: transparent } .bg_cyan_900 { background: #006064; color: transparent } .bg_cyan_A100 { background: #84FFFF; color: transparent } .bg_cyan_A200 { background: #18FFFF; color: transparent } .bg_cyan_A400 { background: #00E5FF; color: transparent } .bg_cyan_A700 { background: #00B8D4; color: transparent } .bg_teal_50 { background: #E0F2F1; color: transparent } .bg_teal_100 { background: #B2DFDB; color: transparent } .bg_teal_200 { background: #80CBC4; color: transparent } .bg_teal_300 { background: #4DB6AC; color: transparent } .bg_teal_400 { background: #26A69A; color: transparent } .bg_teal_500 { background: #009688; color: transparent } .bg_teal_600 { background: #00897B; color: transparent } .bg_teal_700 { background: #00796B; color: transparent } .bg_teal_800 { background: #00695C; color: transparent } .bg_teal_900 { background: #004D40; color: transparent } .bg_teal_A100 { background: #A7FFEB; color: transparent } .bg_teal_A200 { background: #64FFDA; color: transparent } .bg_teal_A400 { background: #1DE9B6; color: transparent } .bg_teal_A700 { background: #00BFA5; color: transparent } .bg_green_50 { background: #E8F5E9; color: transparent } .bg_green_100 { background: #C8E6C9; color: transparent } .bg_green_200 { background: #A5D6A7; color: transparent } .bg_green_300 { background: #81C784; color: transparent } .bg_green_400 { background: #66BB6A; color: transparent } .bg_green_500 { background: #4CAF50; color: transparent } .bg_green_600 { background: #43A047; color: transparent } .bg_green_700 { background: #388E3C; color: transparent } .bg_green_800 { background: #2E7D32; color: transparent } .bg_green_900 { background: #1B5E20; color: transparent } .bg_green_A100 { background: #B9F6CA; color: transparent } .bg_green_A200 { background: #69F0AE; color: transparent } .bg_green_A400 { background: #00E676; color: transparent } .bg_green_A700 { background: #00C853; color: transparent } .bg_light_green_50 { background: #F1F8E9; color: transparent } .bg_light_green_100 { background: #DCEDC8; color: transparent } .bg_light_green_200 { background: #C5E1A5; color: transparent } .bg_light_green_300 { background: #AED581; color: transparent } .bg_light_green_400 { background: #9CCC65; color: transparent } .bg_light_green_500 { background: #8BC34A; color: transparent } .bg_light_green_600 { background: #7CB342; color: transparent } .bg_light_green_700 { background: #689F38; color: transparent } .bg_light_green_800 { background: #558B2F; color: transparent } .bg_light_green_900 { background: #33691E; color: transparent } .bg_light_green_A100 { background: #CCFF90; color: transparent } .bg_light_green_A200 { background: #B2FF59; color: transparent } .bg_light_green_A400 { background: #76FF03; color: transparent } .bg_light_green_A700 { background: #64DD17; color: transparent } .bg_lime_50 { background: #F9FBE7; color: transparent } .bg_lime_100 { background: #F0F4C3; color: transparent } .bg_lime_200 { background: #E6EE9C; color: transparent } .bg_lime_300 { background: #DCE775; color: transparent } .bg_lime_400 { background: #D4E157; color: transparent } .bg_lime_500 { background: #CDDC39; color: transparent } .bg_lime_600 { background: #C0CA33; color: transparent } .bg_lime_700 { background: #AFB42B; color: transparent } .bg_lime_800 { background: #9E9D24; color: transparent } .bg_lime_900 { background: #827717; color: transparent } .bg_lime_A100 { background: #F4FF81; color: transparent } .bg_lime_A200 { background: #EEFF41; color: transparent } .bg_lime_A400 { background: #C6FF00; color: transparent } .bg_lime_A700 { background: #AEEA00; color: transparent } .bg_yellow_50 { background: #FFFDE7; color: transparent } .bg_yellow_100 { background: #FFF9C4; color: transparent } .bg_yellow_200 { background: #FFF59D; color: transparent } .bg_yellow_300 { background: #FFF176; color: transparent } .bg_yellow_400 { background: #FFEE58; color: transparent } .bg_yellow_500 { background: #FFEB3B; color: transparent } .bg_yellow_600 { background: #FDD835; color: transparent } .bg_yellow_700 { background: #FBC02D; color: transparent } .bg_yellow_800 { background: #F9A825; color: transparent } .bg_yellow_900 { background: #F57F17; color: transparent } .bg_yellow_A100 { background: #FFFF8D; color: transparent } .bg_yellow_A200 { background: #FFFF00; color: transparent } .bg_yellow_A400 { background: #FFEA00; color: transparent } .bg_yellow_A700 { background: #FFD600; color: transparent } .bg_amber_50 { background: #FFF8E1; color: transparent } .bg_amber_100 { background: #FFECB3; color: transparent } .bg_amber_200 { background: #FFE082; color: transparent } .bg_amber_300 { background: #FFD54F; color: transparent } .bg_amber_400 { background: #FFCA28; color: transparent } .bg_amber_500 { background: #FFC107; color: transparent } .bg_amber_600 { background: #FFB300; color: transparent } .bg_amber_700 { background: #FFA000; color: transparent } .bg_amber_800 { background: #FF8F00; color: transparent } .bg_amber_900 { background: #FF6F00; color: transparent } .bg_amber_A100 { background: #FFE57F; color: transparent } .bg_amber_A200 { background: #FFD740; color: transparent } .bg_amber_A400 { background: #FFC400; color: transparent } .bg_amber_A700 { background: #FFAB00; color: transparent } .bg_orange_50 { background: #FFF3E0; color: transparent } .bg_orange_100 { background: #FFE0B2; color: transparent } .bg_orange_200 { background: #FFCC80; color: transparent } .bg_orange_300 { background: #FFB74D; color: transparent } .bg_orange_400 { background: #FFA726; color: transparent } .bg_orange_500 { background: #FF9800; color: transparent } .bg_orange_600 { background: #FB8C00; color: transparent } .bg_orange_700 { background: #F57C00; color: transparent } .bg_orange_800 { background: #EF6C00; color: transparent } .bg_orange_900 { background: #E65100; color: transparent } .bg_orange_A100 { background: #FFD180; color: transparent } .bg_orange_A200 { background: #FFAB40; color: transparent } .bg_orange_A400 { background: #FF9100; color: transparent } .bg_orange_A700 { background: #FF6D00; color: transparent } .bg_deep_orange_50 { background: #FBE9E7; color: transparent } .bg_deep_orange_100 { background: #FFCCBC; color: transparent } .bg_deep_orange_200 { background: #FFAB91; color: transparent } .bg_deep_orange_300 { background: #FF8A65; color: transparent } .bg_deep_orange_400 { background: #FF7043; color: transparent } .bg_deep_orange_500 { background: #FF5722; color: transparent } .bg_deep_orange_600 { background: #F4511E; color: transparent } .bg_deep_orange_700 { background: #E64A19; color: transparent } .bg_deep_orange_800 { background: #D84315; color: transparent } .bg_deep_orange_900 { background: #BF360C; color: transparent } .bg_deep_orange_A100 { background: #FF9E80; color: transparent } .bg_deep_orange_A200 { background: #FF6E40; color: transparent } .bg_deep_orange_A400 { background: #FF3D00; color: transparent } .bg_deep_orange_A700 { background: #DD2C00; color: transparent } .bg_brown_50 { background: #EFEBE9; color: transparent } .bg_brown_100 { background: #D7CCC8; color: transparent } .bg_brown_200 { background: #BCAAA4; color: transparent } .bg_brown_300 { background: #A1887F; color: transparent } .bg_brown_400 { background: #8D6E63; color: transparent } .bg_brown_500 { background: #795548; color: transparent } .bg_brown_600 { background: #6D4C41; color: transparent } .bg_brown_700 { background: #5D4037; color: transparent } .bg_brown_800 { background: #4E342E; color: transparent } .bg_brown_900 { background: #3E2723; color: transparent } .bg_grey_50 { background: #FAFAFA; color: transparent } .bg_grey_100 { background: #F5F5F5; color: transparent } .bg_grey_200 { background: #EEEEEE; color: transparent } .bg_grey_300 { background: #E0E0E0; color: transparent } .bg_grey_400 { background: #BDBDBD; color: transparent } .bg_grey_500 { background: #9E9E9E; color: transparent } .bg_grey_600 { background: #757575; color: transparent } .bg_grey_700 { background: #616161; color: transparent } .bg_grey_800 { background: #424242; color: transparent } .bg_grey_900 { background: #212121; color: transparent } .bg_blue_grey_50 { background: #ECEFF1; color: transparent } .bg_blue_grey_100 { background: #CFD8DC; color: transparent } .bg_blue_grey_200 { background: #B0BEC5; color: transparent } .bg_blue_grey_300 { background: #90A4AE; color: transparent } .bg_blue_grey_400 { background: #78909C; color: transparent } .bg_blue_grey_500 { background: #607D8B; color: transparent } .bg_blue_grey_600 { background: #546E7A; color: transparent } .bg_blue_grey_700 { background: #455A64; color: transparent } .bg_blue_grey_800 { background: #37474F; color: transparent } .bg_blue_grey_900 { background: #263238; color: transparent }
0.469034
0.117572
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700"); @import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"); * { letter-spacing: normal; border-radius: 0; } body, div { padding: 0; margin: 0; font-size: 16px; font-weight: 300; color: #4d4e50; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body *:not(.fa) { font-family: 'Open Sans', "Helvetica Neue", sans-serif !important; } h1, h2, h3, h4, h5, h6 { font-weight: 100; line-height: 1.75em; margin: 0; } h1 { font-size: 2.2rem; } h2 { font-size: 1.875rem; } h3 { font-size: 1.7rem; } h4 { font-size: 1.6rem; } h5 { font-size: 1.4rem; } h6 { font-size: 1.2rem; letter-spacing: 2px; } .hbr { border-bottom: solid thin #c2c2c2; width: 100%; padding-bottom: 20px; margin: 60px 0 30px; } img.guide-logo { max-width: 130px; margin-right: 30px; } .element-spacing { padding: 40px 0; } p { font-size: 16px; font-weight: 300; } .hero-title { font-size: 50px; } .title { font-size: 30px; } .hero-tagline { font-size: 22px; text-transform: uppercase; font-weight: 200; } strong { font-weight: 600; } blockquote { border-left: solid 4px #00aeef; background-color: whitesmoke; padding: 1rem; } a { text-decoration: none; color: #00aeef; font-weight: 700; } a:hover { color: #e1ae26; transition: all 0.15s; } small, label { text-transform: uppercase; font-size: .8rem; font-weight: 400; color: #d4d4d4; } hr { border: solid thin #a4dcf3; display: inline-block; margin: 1.5rem 0; width: 100%; } .left { float: left; } .right { float: right; } .caps { text-transform: uppercase; } .thin { font-weight: 300; } .primary { color: #00aeef; } .secondary { color: #e1ae26; } .dark { color: #4d4e50; } .text-center { text-align: center; } .uppercase { text-transform: uppercase; } .clear { clear: both; display: inline-block; width: 100%; float: none; } .box-branded { position: relative; padding: 1rem 1rem 2rem; } .logos img { vertical-align: middle; margin: 1rem 3rem 0 0; } @media only screen and (max-width: 767px) { .logos img { margin: 1rem auto 2rem; display: block; } } .button { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); background-color: #e1ae26; color: white; font-size: 1.125rem; font-weight: 300; padding: 0.7rem 2rem; border-radius: 0; transition: all 0.15s; margin: 0 1rem 1rem 0; } .button:hover { background-color: #4d4e50; color: white; } .button.dark { background-color: #4d4e50; } .button.dark:hover { background-color: #373738; } .button i:before { font-size: 16px; font-weight: bold; transform: translate(6px, 0px); transition: transform .15s ease-in; } .button.move-right:hover i:before { transform: translate(12px, 0px); } .button.move-down:hover i:before { transform: translate(6px, 2px); } .content { max-width: 48rem; margin: 0 auto; padding: 0 1rem; } input { margin: 0 1rem 1.5rem 0; } label { display: block; margin: .75rem 0; font-size: 1.1875rem; color: #4d4e50; font-weight: 300; } span.error { color: #fc0c0f; text-transform: initial; font-size: 1rem; margin-left: .25rem; text-align: right; } input[type=password], input[type=search], input[type=text], input[type=email], input[type=address], input[type=tel] { border-radius: 0; height: 2.9rem; padding: 0 .75rem; border: solid thin #e4e6e6; } input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=email]:focus, input[type=address]:focus, input[type=tel]:focus { outline: solid thin rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0px 7px 0 rgba(0, 0, 0, 0.15); border: solid thin #4d4e50; } input[type=password].validate, input[type=search].validate, input[type=text].validate, input[type=email].validate, input[type=address].validate, input[type=tel].validate { border-color: #fc0c0f; box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0px 7px 0 rgba(0, 0, 0, 0.15); } input[type="search"]::placeholder { font-family: Ionicons; font-size: 1.2rem; text-indent: 2px; line-height: 1.2rem; } input::placeholder { color: #d4d4d4; } input[type=checkbox] + label, input[type=radio] + label { display: inline; } input[type=checkbox]:checked.mute { pointer-events: none; } input[type=checkbox]:checked.mute::before { color: #c2c2c2; } input[type=radio], input[type=checkbox] { -moz-appearance: none; -webkit-appearance: none; border-radius: 999px; display: inline-block; width: 1.75rem; height: 1.75rem; box-shadow: 0 0 1px black; border: solid white 4px; transition: all 0.25s ease-in; margin: 0 .5rem -.5rem 0; } input[type=radio]:active, input[type=checkbox]:active { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); } input[type=radio]:checked { outline: none; background-color: #00aeef; } form.compact input { height: 2.5rem; margin: 0; box-shadow: none; float: left; padding: 0 .75rem; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; } form.compact input[type=submit].button { height: 2.6rem; font-size: .8rem; } .palette { margin: 0 -.5rem; } .palette > div p { margin: .5rem 0; font-size: .8rem; padding-left: .5rem; } .palette .panel { background-color: #00aeef; border: solid 8px white; display: block; padding: 5rem 1rem 1rem; line-height: 1.4rem; color: white; } .palette .panel.secondary { background-color: #e1ae26; } .palette .panel.tertiary { background-color: #a4dcf3; } .palette .panel.gray { background-color: #4d4e50; } .palette .panel.light-gray { background-color: #e4e6e6; color: #4d4e50; } input[type=checkbox] { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); border: solid thin rgba(0, 0, 0, 0.1); background-color: #e4e6e6; position: relative; border-radius: 0; } input[type=checkbox]:before { content: "\f122"; font-family: Ionicons; position: absolute; bottom: -4px; left: 2px; font-size: 1.8rem; color: #e4e6e6; } input[type=checkbox]:checked:before { color: #00aeef; } input[type=checkbox]:focus { outline: none; } input[type=checkbox]:active:before { color: rgba(0, 0, 0, 0.2); } input[type="submit"] { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); -webkit-appearance: none; -moz-appearance: none; border: none; padding: 0 2rem; height: 2.9rem; vertical-align: top; } input[type="submit"]:focus { outline: none; } input[type="submit"].primary { background-color: #00aeef; } input[type="submit"].primary:hover { background-color: #4d4e50; } .accordion { margin: 1rem 0; } .accordion .accordion-header { display: block; padding: .25rem 1.5rem .25rem 4.5rem; background-color: #f5f5f5; position: relative; } .accordion .accordion-header:before { content: "\f3d3"; font-family: Ionicons; position: absolute; top: 19px; font-size: 20px; font-weight: bold; left: 2rem; } .accordion .accordion-header:hover { cursor: pointer; } .accordion .accordion-header:hover *, .accordion .accordion-header:hover:before { color: #00aeef; } .accordion .accordion-content { height: 0; overflow: hidden; margin: 0; list-style-type: none; display: block; padding: 0; } .accordion .accordion-content li { padding: 15px 75px; border-bottom: 1px solid #c2c2c2; } .accordion .accordion-content li:last-child { border-bottom: none; } .accordion.open .accordion-header *, .accordion.open .accordion-header:before { color: #00aeef; content: "\f3d0"; } .accordion.open .accordion-content { height: auto; overflow: initial; } ul.tabs { margin: 2rem 0 0; padding: 0 0 0 3rem; list-style: none; border-bottom: solid thin #e4e6e6; } @media only screen and (min-width: 768px) { ul.tabs li.tab { display: inline; text-transform: uppercase; float: left; } } ul.tabs li.tab a { border: solid thin #e4e6e6; font-weight: 300; padding: .5rem 1.5rem; display: block; } @media only screen and (min-width: 768px) { ul.tabs li.tab a { border-width: 1px 0 0 1px; } } ul.tabs li.tab:last-child a { border-width: 1px 1px 0 1px; } ul.tabs li.tab:hover a, ul.tabs li.tab.active a { background-color: #00aeef; color: white; border-color: #00aeef; } table thead { text-align: left; } table td, table th { padding: 15px 5px; } table tr td:first-child, table tr th:first-child { padding-left: 2rem; } table tbody tr:nth-child(odd) { background-color: #f5f5f5; } ul.pager { list-style: none; display: inline-block; width: 100%; padding: 0; text-align: center; margin: 1rem 0; } ul.pager li { display: inline; } ul.pager li a { font-weight: 300; color: #4d4e50; text-align: center; padding: .2rem .5rem; } @media only screen and (min-width: 768px) { ul.pager li a { padding: .2rem 1rem; } } ul.pager li a:hover, ul.pager li a.active { background-color: #00aeef; color: white; } ul.pager li.first, ul.pager li.prev, ul.pager li.next, ul.pager li.last { float: right; } ul.pager li.first a, ul.pager li.prev a, ul.pager li.next a, ul.pager li.last a { padding: .2rem 1rem; font-weight: 400; } ul.pager li.first, ul.pager li.prev { float: left; } .Select-control { border-radius: 0; } .Select-value-label { font-size: 14px; } .is-searchable .Select-control, .Select--multi .Select-control { height: 2.25rem; background-color: #4d4e50 !important; border: none; } .is-searchable .Select-control span, .is-searchable .Select-control div, .Select--multi .Select-control span, .Select--multi .Select-control div { font-size: 14px; } .is-searchable .Select-control input, .Select--multi .Select-control input { color: white; } .is-searchable .Select-value-label, .Select--multi .Select-value-label { color: white !important; } .is-searchable .Select-arrow:before, .Select--multi .Select-arrow:before { color: white; background-color: transparent; } .Select-clear-zone { display: none; } .Select-option { font-size: 14px; } .Select-option.is-focused, .Select-option.is-selected { background-color: #e0e0e0; } .is-focused .Select-arrow-zone { padding: 4px 5px 0; } .Select-arrow { border: none; position: relative; width: 35px; } .Select-arrow:before { padding: 22px 15px 10px; content: "\f3d0"; color: white; background-color: #e0e0e0; font-family: Ionicons; font-size: 1.2rem; } .Select.is-focused:not(.is-open) > .Select-control { box-shadow: none; border: solid thin #e4e6e6; } .Select--multi .Select-value { color: white; border-color: white; background: transparent; margin-bottom: .5rem; } .Select--multi .Select-value:hover { color: #e1ae26; } .Select--multi .Select-value-icon { border: none; } .Select--multi .Select-value-icon:hover { color: #e1ae26; } /*# sourceMappingURL=styles.css.map */
assets/css/styles.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700"); @import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"); * { letter-spacing: normal; border-radius: 0; } body, div { padding: 0; margin: 0; font-size: 16px; font-weight: 300; color: #4d4e50; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body *:not(.fa) { font-family: 'Open Sans', "Helvetica Neue", sans-serif !important; } h1, h2, h3, h4, h5, h6 { font-weight: 100; line-height: 1.75em; margin: 0; } h1 { font-size: 2.2rem; } h2 { font-size: 1.875rem; } h3 { font-size: 1.7rem; } h4 { font-size: 1.6rem; } h5 { font-size: 1.4rem; } h6 { font-size: 1.2rem; letter-spacing: 2px; } .hbr { border-bottom: solid thin #c2c2c2; width: 100%; padding-bottom: 20px; margin: 60px 0 30px; } img.guide-logo { max-width: 130px; margin-right: 30px; } .element-spacing { padding: 40px 0; } p { font-size: 16px; font-weight: 300; } .hero-title { font-size: 50px; } .title { font-size: 30px; } .hero-tagline { font-size: 22px; text-transform: uppercase; font-weight: 200; } strong { font-weight: 600; } blockquote { border-left: solid 4px #00aeef; background-color: whitesmoke; padding: 1rem; } a { text-decoration: none; color: #00aeef; font-weight: 700; } a:hover { color: #e1ae26; transition: all 0.15s; } small, label { text-transform: uppercase; font-size: .8rem; font-weight: 400; color: #d4d4d4; } hr { border: solid thin #a4dcf3; display: inline-block; margin: 1.5rem 0; width: 100%; } .left { float: left; } .right { float: right; } .caps { text-transform: uppercase; } .thin { font-weight: 300; } .primary { color: #00aeef; } .secondary { color: #e1ae26; } .dark { color: #4d4e50; } .text-center { text-align: center; } .uppercase { text-transform: uppercase; } .clear { clear: both; display: inline-block; width: 100%; float: none; } .box-branded { position: relative; padding: 1rem 1rem 2rem; } .logos img { vertical-align: middle; margin: 1rem 3rem 0 0; } @media only screen and (max-width: 767px) { .logos img { margin: 1rem auto 2rem; display: block; } } .button { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); background-color: #e1ae26; color: white; font-size: 1.125rem; font-weight: 300; padding: 0.7rem 2rem; border-radius: 0; transition: all 0.15s; margin: 0 1rem 1rem 0; } .button:hover { background-color: #4d4e50; color: white; } .button.dark { background-color: #4d4e50; } .button.dark:hover { background-color: #373738; } .button i:before { font-size: 16px; font-weight: bold; transform: translate(6px, 0px); transition: transform .15s ease-in; } .button.move-right:hover i:before { transform: translate(12px, 0px); } .button.move-down:hover i:before { transform: translate(6px, 2px); } .content { max-width: 48rem; margin: 0 auto; padding: 0 1rem; } input { margin: 0 1rem 1.5rem 0; } label { display: block; margin: .75rem 0; font-size: 1.1875rem; color: #4d4e50; font-weight: 300; } span.error { color: #fc0c0f; text-transform: initial; font-size: 1rem; margin-left: .25rem; text-align: right; } input[type=password], input[type=search], input[type=text], input[type=email], input[type=address], input[type=tel] { border-radius: 0; height: 2.9rem; padding: 0 .75rem; border: solid thin #e4e6e6; } input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=email]:focus, input[type=address]:focus, input[type=tel]:focus { outline: solid thin rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0px 7px 0 rgba(0, 0, 0, 0.15); border: solid thin #4d4e50; } input[type=password].validate, input[type=search].validate, input[type=text].validate, input[type=email].validate, input[type=address].validate, input[type=tel].validate { border-color: #fc0c0f; box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0px 7px 0 rgba(0, 0, 0, 0.15); } input[type="search"]::placeholder { font-family: Ionicons; font-size: 1.2rem; text-indent: 2px; line-height: 1.2rem; } input::placeholder { color: #d4d4d4; } input[type=checkbox] + label, input[type=radio] + label { display: inline; } input[type=checkbox]:checked.mute { pointer-events: none; } input[type=checkbox]:checked.mute::before { color: #c2c2c2; } input[type=radio], input[type=checkbox] { -moz-appearance: none; -webkit-appearance: none; border-radius: 999px; display: inline-block; width: 1.75rem; height: 1.75rem; box-shadow: 0 0 1px black; border: solid white 4px; transition: all 0.25s ease-in; margin: 0 .5rem -.5rem 0; } input[type=radio]:active, input[type=checkbox]:active { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); } input[type=radio]:checked { outline: none; background-color: #00aeef; } form.compact input { height: 2.5rem; margin: 0; box-shadow: none; float: left; padding: 0 .75rem; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; } form.compact input[type=submit].button { height: 2.6rem; font-size: .8rem; } .palette { margin: 0 -.5rem; } .palette > div p { margin: .5rem 0; font-size: .8rem; padding-left: .5rem; } .palette .panel { background-color: #00aeef; border: solid 8px white; display: block; padding: 5rem 1rem 1rem; line-height: 1.4rem; color: white; } .palette .panel.secondary { background-color: #e1ae26; } .palette .panel.tertiary { background-color: #a4dcf3; } .palette .panel.gray { background-color: #4d4e50; } .palette .panel.light-gray { background-color: #e4e6e6; color: #4d4e50; } input[type=checkbox] { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); border: solid thin rgba(0, 0, 0, 0.1); background-color: #e4e6e6; position: relative; border-radius: 0; } input[type=checkbox]:before { content: "\f122"; font-family: Ionicons; position: absolute; bottom: -4px; left: 2px; font-size: 1.8rem; color: #e4e6e6; } input[type=checkbox]:checked:before { color: #00aeef; } input[type=checkbox]:focus { outline: none; } input[type=checkbox]:active:before { color: rgba(0, 0, 0, 0.2); } input[type="submit"] { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.15); -webkit-appearance: none; -moz-appearance: none; border: none; padding: 0 2rem; height: 2.9rem; vertical-align: top; } input[type="submit"]:focus { outline: none; } input[type="submit"].primary { background-color: #00aeef; } input[type="submit"].primary:hover { background-color: #4d4e50; } .accordion { margin: 1rem 0; } .accordion .accordion-header { display: block; padding: .25rem 1.5rem .25rem 4.5rem; background-color: #f5f5f5; position: relative; } .accordion .accordion-header:before { content: "\f3d3"; font-family: Ionicons; position: absolute; top: 19px; font-size: 20px; font-weight: bold; left: 2rem; } .accordion .accordion-header:hover { cursor: pointer; } .accordion .accordion-header:hover *, .accordion .accordion-header:hover:before { color: #00aeef; } .accordion .accordion-content { height: 0; overflow: hidden; margin: 0; list-style-type: none; display: block; padding: 0; } .accordion .accordion-content li { padding: 15px 75px; border-bottom: 1px solid #c2c2c2; } .accordion .accordion-content li:last-child { border-bottom: none; } .accordion.open .accordion-header *, .accordion.open .accordion-header:before { color: #00aeef; content: "\f3d0"; } .accordion.open .accordion-content { height: auto; overflow: initial; } ul.tabs { margin: 2rem 0 0; padding: 0 0 0 3rem; list-style: none; border-bottom: solid thin #e4e6e6; } @media only screen and (min-width: 768px) { ul.tabs li.tab { display: inline; text-transform: uppercase; float: left; } } ul.tabs li.tab a { border: solid thin #e4e6e6; font-weight: 300; padding: .5rem 1.5rem; display: block; } @media only screen and (min-width: 768px) { ul.tabs li.tab a { border-width: 1px 0 0 1px; } } ul.tabs li.tab:last-child a { border-width: 1px 1px 0 1px; } ul.tabs li.tab:hover a, ul.tabs li.tab.active a { background-color: #00aeef; color: white; border-color: #00aeef; } table thead { text-align: left; } table td, table th { padding: 15px 5px; } table tr td:first-child, table tr th:first-child { padding-left: 2rem; } table tbody tr:nth-child(odd) { background-color: #f5f5f5; } ul.pager { list-style: none; display: inline-block; width: 100%; padding: 0; text-align: center; margin: 1rem 0; } ul.pager li { display: inline; } ul.pager li a { font-weight: 300; color: #4d4e50; text-align: center; padding: .2rem .5rem; } @media only screen and (min-width: 768px) { ul.pager li a { padding: .2rem 1rem; } } ul.pager li a:hover, ul.pager li a.active { background-color: #00aeef; color: white; } ul.pager li.first, ul.pager li.prev, ul.pager li.next, ul.pager li.last { float: right; } ul.pager li.first a, ul.pager li.prev a, ul.pager li.next a, ul.pager li.last a { padding: .2rem 1rem; font-weight: 400; } ul.pager li.first, ul.pager li.prev { float: left; } .Select-control { border-radius: 0; } .Select-value-label { font-size: 14px; } .is-searchable .Select-control, .Select--multi .Select-control { height: 2.25rem; background-color: #4d4e50 !important; border: none; } .is-searchable .Select-control span, .is-searchable .Select-control div, .Select--multi .Select-control span, .Select--multi .Select-control div { font-size: 14px; } .is-searchable .Select-control input, .Select--multi .Select-control input { color: white; } .is-searchable .Select-value-label, .Select--multi .Select-value-label { color: white !important; } .is-searchable .Select-arrow:before, .Select--multi .Select-arrow:before { color: white; background-color: transparent; } .Select-clear-zone { display: none; } .Select-option { font-size: 14px; } .Select-option.is-focused, .Select-option.is-selected { background-color: #e0e0e0; } .is-focused .Select-arrow-zone { padding: 4px 5px 0; } .Select-arrow { border: none; position: relative; width: 35px; } .Select-arrow:before { padding: 22px 15px 10px; content: "\f3d0"; color: white; background-color: #e0e0e0; font-family: Ionicons; font-size: 1.2rem; } .Select.is-focused:not(.is-open) > .Select-control { box-shadow: none; border: solid thin #e4e6e6; } .Select--multi .Select-value { color: white; border-color: white; background: transparent; margin-bottom: .5rem; } .Select--multi .Select-value:hover { color: #e1ae26; } .Select--multi .Select-value-icon { border: none; } .Select--multi .Select-value-icon:hover { color: #e1ae26; } /*# sourceMappingURL=styles.css.map */
0.299515
0.109897
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap'); * { font-family: 'Montserrat', sans-serif; letter-spacing: 2%; } .cover-page button { text-transform: uppercase; padding: 10px 20px; } header { width: 100%; position: fixed; background: #bee9ff; z-index: 1; } header, main, footer { padding-right: 10px; padding-left: 10px; } .logo { display: flex; justify-content: space-between; } .logo_phone { width: 50px; height: 50px; } .desk-logo { display: none; } .desktop-links { display: none; } body { background-image: linear-gradient(124.06deg, #ecfefa 9.47%, #bee9ff 29.35%, #dbeaff 60.79%, #f3dbff 85.49%); background-position: center; background-repeat: no-repeat; height: 100%; } .navbar-wrapper { z-index: auto; height: 100vh; } .navbar ul { padding: 0; } .navbar ul li { list-style: none; } .navbar ul li a { text-decoration: none; color: black; } .header-text { font-weight: 700; } .fw-500 { font-weight: 500; } .button { background-color: var(--dark_blue); border: 0; color: var(--white); font-weight: 700; font-size: 14px; } .modal img { width: 100%; } .offer_slide-oquvchilar img { margin-bottom: -50px; margin-top: 20px; } .dars-rasmlari img, .offer_slide-mijozlar figcaption { width: 100%; } .content-header { line-height: 40px; color: var(--dark_blue); font-weight: 700; } .contents img, .kurslar-container img, .ustozlar-container img, .mijozlar-container figure img { width: 100%; margin: auto; } figcaption h4 { font-size: 16px; font-weight: 700; } figcaption p { float: right; } .carusel-container, .carusel-container-kurslar, .carusel-container-ustozlar, .carusel-container-videolar, .carusel-container-oquvchilar, .carusel-container-mijozlar { overflow: hidden; } .carusel-inner, .carusel-inner-kurslar, .carusel-inner-ustozlar, .carusel-inner-videolar, .carusel-inner-oquvchilar, .carusel-inner-mijozlar { display: inline-flex; transition: 0.5s ease; } .kurs { margin: 0; } .offer_slide-ustozlar figcaption, .offer_slide-mijozlar figcaption { padding: 15px 7px 10px 7px; background-color: #ecfefa; } .offer_slide-kurslar figcaption { padding: 15px 7px 0 7px; background-color: #ecfefa; } .offer_slide-oquvchilar figcaption { padding: 80px 7px 15px 7px; background-color: #ecfefa; } .offer_slide, .offer_slide-kurslar, .offer_slide-ustozlar, .offer_slide-videolar, .offer_slide-oquvchilar, .offer_slide-mijozlar { width: 100%; } .lines, .lines_2, .lines_3, .lines_4, .lines_5, .lines_6 { width: 20px; height: 3px; cursor: pointer; transform: translateX(-50%); background-color: var(--grey); display: inline-block; border-radius: 5px; } .active { height: 4px; width: 22px; } .offer_slide-videolar iframe { width: 100%; } .aloqa-container iframe { width: 100%; } .aloqa-container i { color: var(--dark_blue); font-size: 24px; } footer, .registr { background: #bee9ff; } footer p, .aloqa-container p { font-size: 14px; font-weight: 400; letter-spacing: 2%; margin: 0; } footer h3 { font-size: 14px; font-weight: 700; margin: 0; } header .logo-text { font-size: 14px; font-weight: 700; margin: 0; } .social { font-size: 8px; } form input { border-radius: 0; border: 0; font-size: 14px; width: 100%; padding: 5px; } form input:focus { outline: 0; } .copyright { text-align: center; font-size: 10px; } .close-bar { width: 20px; height: 3px; background-color: black; margin: 2px 0; } .open-bar-1, .open-bar-2 { width: 20px; height: 3px; background-color: black; } .open-bar-1 { transform: rotate(45deg); margin-bottom: -3px; } .open-bar-2 { transform: rotate(135deg); } .open { padding-top: 17px; } .cover-img { display: none; } .close { padding-top: 13px; } .footer_logo { display: none; }
CSS/phone_style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap'); * { font-family: 'Montserrat', sans-serif; letter-spacing: 2%; } .cover-page button { text-transform: uppercase; padding: 10px 20px; } header { width: 100%; position: fixed; background: #bee9ff; z-index: 1; } header, main, footer { padding-right: 10px; padding-left: 10px; } .logo { display: flex; justify-content: space-between; } .logo_phone { width: 50px; height: 50px; } .desk-logo { display: none; } .desktop-links { display: none; } body { background-image: linear-gradient(124.06deg, #ecfefa 9.47%, #bee9ff 29.35%, #dbeaff 60.79%, #f3dbff 85.49%); background-position: center; background-repeat: no-repeat; height: 100%; } .navbar-wrapper { z-index: auto; height: 100vh; } .navbar ul { padding: 0; } .navbar ul li { list-style: none; } .navbar ul li a { text-decoration: none; color: black; } .header-text { font-weight: 700; } .fw-500 { font-weight: 500; } .button { background-color: var(--dark_blue); border: 0; color: var(--white); font-weight: 700; font-size: 14px; } .modal img { width: 100%; } .offer_slide-oquvchilar img { margin-bottom: -50px; margin-top: 20px; } .dars-rasmlari img, .offer_slide-mijozlar figcaption { width: 100%; } .content-header { line-height: 40px; color: var(--dark_blue); font-weight: 700; } .contents img, .kurslar-container img, .ustozlar-container img, .mijozlar-container figure img { width: 100%; margin: auto; } figcaption h4 { font-size: 16px; font-weight: 700; } figcaption p { float: right; } .carusel-container, .carusel-container-kurslar, .carusel-container-ustozlar, .carusel-container-videolar, .carusel-container-oquvchilar, .carusel-container-mijozlar { overflow: hidden; } .carusel-inner, .carusel-inner-kurslar, .carusel-inner-ustozlar, .carusel-inner-videolar, .carusel-inner-oquvchilar, .carusel-inner-mijozlar { display: inline-flex; transition: 0.5s ease; } .kurs { margin: 0; } .offer_slide-ustozlar figcaption, .offer_slide-mijozlar figcaption { padding: 15px 7px 10px 7px; background-color: #ecfefa; } .offer_slide-kurslar figcaption { padding: 15px 7px 0 7px; background-color: #ecfefa; } .offer_slide-oquvchilar figcaption { padding: 80px 7px 15px 7px; background-color: #ecfefa; } .offer_slide, .offer_slide-kurslar, .offer_slide-ustozlar, .offer_slide-videolar, .offer_slide-oquvchilar, .offer_slide-mijozlar { width: 100%; } .lines, .lines_2, .lines_3, .lines_4, .lines_5, .lines_6 { width: 20px; height: 3px; cursor: pointer; transform: translateX(-50%); background-color: var(--grey); display: inline-block; border-radius: 5px; } .active { height: 4px; width: 22px; } .offer_slide-videolar iframe { width: 100%; } .aloqa-container iframe { width: 100%; } .aloqa-container i { color: var(--dark_blue); font-size: 24px; } footer, .registr { background: #bee9ff; } footer p, .aloqa-container p { font-size: 14px; font-weight: 400; letter-spacing: 2%; margin: 0; } footer h3 { font-size: 14px; font-weight: 700; margin: 0; } header .logo-text { font-size: 14px; font-weight: 700; margin: 0; } .social { font-size: 8px; } form input { border-radius: 0; border: 0; font-size: 14px; width: 100%; padding: 5px; } form input:focus { outline: 0; } .copyright { text-align: center; font-size: 10px; } .close-bar { width: 20px; height: 3px; background-color: black; margin: 2px 0; } .open-bar-1, .open-bar-2 { width: 20px; height: 3px; background-color: black; } .open-bar-1 { transform: rotate(45deg); margin-bottom: -3px; } .open-bar-2 { transform: rotate(135deg); } .open { padding-top: 17px; } .cover-img { display: none; } .close { padding-top: 13px; } .footer_logo { display: none; }
0.386995
0.091829
.content { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px; } body { background-color: #fff2e0; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; background-color: #f9960b; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 20px; text-align: left; font-size: 48px; color: #774500; } .header .nav{ padding-right: 150px; } /*#imageHeader { z-index : 2; } */ /* Custom page footer */ .footer { padding-top: 19px; color: #774500; border-top: 1px solid #e5e5e5; position:absolute; bottom:0; height: 60px; width: 100%; } /* Customize container */ @media (min-width: 768px) { .container { max-width: 730px; } } .container-narrow > hr { margin: 30px 0; } /* Main marketing message and sign up button */ .jumbotron { text-align: center; border-bottom: 1px solid #e5e5e5; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } /* Supporting marketing content */ .marketing { margin: 40px 0; } .marketing p + h4 { margin-top: 28px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ .header { margin-bottom: 30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom: 0; } } .angular-leaflet-map{ height : 600px; width: 100 %; } .challengePic { display : block ; } /* File upload */ table { border-collapse: collapse; } .percent { position: absolute; width: 300px; height: 14px; z-index: 1; text-align: center; font-size: 0.8em; color: white; } .progress-bar { width: 300px; height: 14px; border-radius: 10px; border: 1px solid #CCC; background-image: -webkit-gradient(linear, left top, left bottom, from(#6666cc), to(#4b4b95)); border-image: initial; } .uploaded { padding: 0; height: 14px; border-radius: 10px; background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500)); border-image: initial; } .dropbox { width: 15em; height: 3em; border: 2px solid #DDD; border-radius: 8px; background-color: #FEFFEC; text-align: center; color: #BBB; font-size: 2em; font-family: Arial, sans-serif; } .dropbox span { margin-top: 0.9em; display: block; } .dropbox.not-available { background-color: #F88; } .dropbox.over { background-color: #bfb; }
client/app/styles/main.css
.content { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px; } body { background-color: #fff2e0; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; background-color: #f9960b; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 20px; text-align: left; font-size: 48px; color: #774500; } .header .nav{ padding-right: 150px; } /*#imageHeader { z-index : 2; } */ /* Custom page footer */ .footer { padding-top: 19px; color: #774500; border-top: 1px solid #e5e5e5; position:absolute; bottom:0; height: 60px; width: 100%; } /* Customize container */ @media (min-width: 768px) { .container { max-width: 730px; } } .container-narrow > hr { margin: 30px 0; } /* Main marketing message and sign up button */ .jumbotron { text-align: center; border-bottom: 1px solid #e5e5e5; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } /* Supporting marketing content */ .marketing { margin: 40px 0; } .marketing p + h4 { margin-top: 28px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ .header { margin-bottom: 30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom: 0; } } .angular-leaflet-map{ height : 600px; width: 100 %; } .challengePic { display : block ; } /* File upload */ table { border-collapse: collapse; } .percent { position: absolute; width: 300px; height: 14px; z-index: 1; text-align: center; font-size: 0.8em; color: white; } .progress-bar { width: 300px; height: 14px; border-radius: 10px; border: 1px solid #CCC; background-image: -webkit-gradient(linear, left top, left bottom, from(#6666cc), to(#4b4b95)); border-image: initial; } .uploaded { padding: 0; height: 14px; border-radius: 10px; background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500)); border-image: initial; } .dropbox { width: 15em; height: 3em; border: 2px solid #DDD; border-radius: 8px; background-color: #FEFFEC; text-align: center; color: #BBB; font-size: 2em; font-family: Arial, sans-serif; } .dropbox span { margin-top: 0.9em; display: block; } .dropbox.not-available { background-color: #F88; } .dropbox.over { background-color: #bfb; }
0.407923
0.115511
html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; line-height: 60px; } h1{ /* font-family:'Allerta Stencil';font-size: 22px; */ font-family:'splash_text';font-size: 40px; margin-top: 150px; margin-bottom: 15px; color: white; } body { font-family: "synth_text"; /* background-color #000000; background-image linear-gradient(315deg, #000000 0%, #7f8c8d 74%); */ /* background-color: #000000; background-image: linear-gradient(315deg, #000000 0%, #7f8c8d 74%); */ /* background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(6,251,238,0.33237044817927175) 100%); */ background-color:black; } p { font-size: 18px; color: #d2da31; } @font-face { font-family:"splash_text"; src:url('../fonts/heav.ttf'); } @font-face { font-family:"synth_text"; src:url('../fonts/VCR_OSD_MONO.ttf'); } #homepage-button { outline: 0; position: relative; display: inline-block; padding: 10px 30px; margin-top: 10px; font-size: 20px; overflow: hidden; cursor: pointer; border: 2px solid #5609bb; background: #5609bb; color: #000; font-weight: 600; transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out; } #homepage-button:hover { background-color: #5609bb; color: #000; box-shadow: 0 0 5px #a200ff, 0 0 20px rgb(255 255 0 / 0.8), 0 0 35px rgb(255 255 0 / 0.7), 0 0 50px rgb(255 255 0 / 0.6); border-color: #fff; } header { background-color: black; } /* .navbar-brand { color: blue; } */ #soundmaker-text{ color: #0366d6; } input[type=range][orient=vertical] { writing-mode: bt-lr; /* IE */ -webkit-appearance: slider-vertical; /* WebKit */ width: 8px; height: 175px; padding: 0 5px; } body { font-family: "synth_text"; color: white; } .column { float: left; width: 33.33%; border-style: ridge; border-width: 7px; border-color: grey; padding: 50px; background-color: #000000; background-image: linear-gradient(147deg, #000000 0%, #434343 74%); text-align: center; } .beatcss { border-style: ridge; border-width: 7px; border-color: grey; padding: 50px; background-color: #000000; background-image: linear-gradient(147deg, #000000 0%, #434343 74%); text-align: center; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } @media screen and (max-width: 600px) { .column { width: 100%; } } @font-face { font-family:"synth_text"; src:url('/fonts/VCR_OSD_MONO.ttf'); } .tape-controls-play { outline: 0; position: relative; display: inline-block; /* padding:1px 5px; */ /* font-size: 20px; */ overflow: hidden; cursor: pointer; border: 2px solid #FFFF00; background: #FFFF00; color: #000; font-weight: 600; transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out; text-align: center; } .tape-controls-play:hover { background-color: #FFFF00; color: #000; box-shadow: 0 0 5px #FFFF00, 0 0 20px rgb(255 255 0 / 0.8), 0 0 35px rgb(255 255 0 / 0.7), 0 0 50px rgb(255 255 0 / 0.6); border-color: #fff; } .beatboxplay { outline: 0; position: relative; display: inline-block; /* padding: 10px 40px; font-size: 20px; */ overflow: hidden; cursor: pointer; border: 2px solid #4b00ff; background: #4b00ff; color: #fff; font-weight: 600; transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out; text-align: center; } .beatboxplay:hover { background-color: #4b00ff; color: #fff; box-shadow: 0 0 5px #4b00ff, 0 0 20px rgb(75 0 255 / 0.8), 0 0 35px rgb(75 0 255 / 0.7), 0 0 50px rgb(75 0 255 / 0.6); border-color: #fff; } select { /* Whatever color you want */ background-color: #FF10F0; } /* select { background-color: #c32aff; } */
css/styles.css
html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; line-height: 60px; } h1{ /* font-family:'Allerta Stencil';font-size: 22px; */ font-family:'splash_text';font-size: 40px; margin-top: 150px; margin-bottom: 15px; color: white; } body { font-family: "synth_text"; /* background-color #000000; background-image linear-gradient(315deg, #000000 0%, #7f8c8d 74%); */ /* background-color: #000000; background-image: linear-gradient(315deg, #000000 0%, #7f8c8d 74%); */ /* background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(6,251,238,0.33237044817927175) 100%); */ background-color:black; } p { font-size: 18px; color: #d2da31; } @font-face { font-family:"splash_text"; src:url('../fonts/heav.ttf'); } @font-face { font-family:"synth_text"; src:url('../fonts/VCR_OSD_MONO.ttf'); } #homepage-button { outline: 0; position: relative; display: inline-block; padding: 10px 30px; margin-top: 10px; font-size: 20px; overflow: hidden; cursor: pointer; border: 2px solid #5609bb; background: #5609bb; color: #000; font-weight: 600; transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out; } #homepage-button:hover { background-color: #5609bb; color: #000; box-shadow: 0 0 5px #a200ff, 0 0 20px rgb(255 255 0 / 0.8), 0 0 35px rgb(255 255 0 / 0.7), 0 0 50px rgb(255 255 0 / 0.6); border-color: #fff; } header { background-color: black; } /* .navbar-brand { color: blue; } */ #soundmaker-text{ color: #0366d6; } input[type=range][orient=vertical] { writing-mode: bt-lr; /* IE */ -webkit-appearance: slider-vertical; /* WebKit */ width: 8px; height: 175px; padding: 0 5px; } body { font-family: "synth_text"; color: white; } .column { float: left; width: 33.33%; border-style: ridge; border-width: 7px; border-color: grey; padding: 50px; background-color: #000000; background-image: linear-gradient(147deg, #000000 0%, #434343 74%); text-align: center; } .beatcss { border-style: ridge; border-width: 7px; border-color: grey; padding: 50px; background-color: #000000; background-image: linear-gradient(147deg, #000000 0%, #434343 74%); text-align: center; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } @media screen and (max-width: 600px) { .column { width: 100%; } } @font-face { font-family:"synth_text"; src:url('/fonts/VCR_OSD_MONO.ttf'); } .tape-controls-play { outline: 0; position: relative; display: inline-block; /* padding:1px 5px; */ /* font-size: 20px; */ overflow: hidden; cursor: pointer; border: 2px solid #FFFF00; background: #FFFF00; color: #000; font-weight: 600; transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out; text-align: center; } .tape-controls-play:hover { background-color: #FFFF00; color: #000; box-shadow: 0 0 5px #FFFF00, 0 0 20px rgb(255 255 0 / 0.8), 0 0 35px rgb(255 255 0 / 0.7), 0 0 50px rgb(255 255 0 / 0.6); border-color: #fff; } .beatboxplay { outline: 0; position: relative; display: inline-block; /* padding: 10px 40px; font-size: 20px; */ overflow: hidden; cursor: pointer; border: 2px solid #4b00ff; background: #4b00ff; color: #fff; font-weight: 600; transition: box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out; text-align: center; } .beatboxplay:hover { background-color: #4b00ff; color: #fff; box-shadow: 0 0 5px #4b00ff, 0 0 20px rgb(75 0 255 / 0.8), 0 0 35px rgb(75 0 255 / 0.7), 0 0 50px rgb(75 0 255 / 0.6); border-color: #fff; } select { /* Whatever color you want */ background-color: #FF10F0; } /* select { background-color: #c32aff; } */
0.269902
0.059702
.container { padding: 0; font-family: Arial, Helvetica, sans-serif } #fontSize { font-size: 4rem; text-transform: uppercase; font-weight: bold } .minHeight { min-height: 500px !important; } h3,h2,h1,h4 { line-height: initial !important; margin-bottom: 0 !important; } .parallax__content { padding: 0; } .carousel { height: auto; } .carousel__item { transition: .8s ease-out; min-height: 90vh; } .card__media__background { background-size: initial !important; } .sizeTable .collectionH { font-size: 5rem } .collectionCard { border-radius: 10px; } .head { font-size: 2rem; text-transform: uppercase; font-weight: 500; margin: 0; padding: 0; color: #000; } .itemTitle { font-size: 22px; font-weight: 500; text-transform: uppercase; } .valute { text-transform: none; font-weight: bolder; } .btn__content::after { position: absolute; content: ""; border-right: 1px solid #333; } .card__title { justify-content: center; } .card__actions { justify-content: center; } .gallery { padding: 0 15px; background: #fafafa; } .priceBold { font-weight: 500; font-size: 1.6rem; } .requestConsult { color: #fafafa; background: url('/static/1980x600-about-us.png') center center no-repeat; } .requestForm { background-color: #fff; padding: 15px; border-radius: 6px; box-shadow: 10px 7px 15px rgba(0, 0, 0, 0.3); border: 1px solid #f2e3d2; } .popupTitle { font-size: 24px; text-transform: uppercase; } /* .white { background-image: none !important; } */ .circleBtn { border-radius: 6px; background-color: #F44336 !important; color: #fff; box-shadow: 2px 2px 5px rgba(0, 0, 0, .5); } .bradius { border-radius: 10px; transition: .4s; font-weight: bold; } .bradius .myButn { border-radius: 6px; font-weight: bold; } .bradius .card__media { transition: .4s ease; cursor: pointer; } .bradius .card__media:hover { transform: scale(1.2); transition: .7s ease; } .bradius:hover { transition: .4s ease; box-shadow: 0px 0px 15px 1px #353B55; } .bradius:hover .myButn { color: #F44336; background-color: #F44336; } .redBtn { background-color: #F44336 !important; color: #fff; } .bradius, .card { overflow: hidden; } .bradius .card__title { background-color: #fff; overflow: hidden; position: relative; } .bradius .card__actions { overflow: hidden; position: relative; } .bradius, .card__title, .card { /* background-image: url('/static/grunde.png'); */ } .card__actions { /* background-image: url('/static/grunde.png'); */ } .expansion-panel__body .card { background-image: none; } @media (max-width: 1500px) { .collectionH { font-size: 4rem !important; } } @media (max-width: 500px) { .cardActions { flex-direction: column; } .collectionH { font-size: 3rem !important; } }
src/components/main.css
.container { padding: 0; font-family: Arial, Helvetica, sans-serif } #fontSize { font-size: 4rem; text-transform: uppercase; font-weight: bold } .minHeight { min-height: 500px !important; } h3,h2,h1,h4 { line-height: initial !important; margin-bottom: 0 !important; } .parallax__content { padding: 0; } .carousel { height: auto; } .carousel__item { transition: .8s ease-out; min-height: 90vh; } .card__media__background { background-size: initial !important; } .sizeTable .collectionH { font-size: 5rem } .collectionCard { border-radius: 10px; } .head { font-size: 2rem; text-transform: uppercase; font-weight: 500; margin: 0; padding: 0; color: #000; } .itemTitle { font-size: 22px; font-weight: 500; text-transform: uppercase; } .valute { text-transform: none; font-weight: bolder; } .btn__content::after { position: absolute; content: ""; border-right: 1px solid #333; } .card__title { justify-content: center; } .card__actions { justify-content: center; } .gallery { padding: 0 15px; background: #fafafa; } .priceBold { font-weight: 500; font-size: 1.6rem; } .requestConsult { color: #fafafa; background: url('/static/1980x600-about-us.png') center center no-repeat; } .requestForm { background-color: #fff; padding: 15px; border-radius: 6px; box-shadow: 10px 7px 15px rgba(0, 0, 0, 0.3); border: 1px solid #f2e3d2; } .popupTitle { font-size: 24px; text-transform: uppercase; } /* .white { background-image: none !important; } */ .circleBtn { border-radius: 6px; background-color: #F44336 !important; color: #fff; box-shadow: 2px 2px 5px rgba(0, 0, 0, .5); } .bradius { border-radius: 10px; transition: .4s; font-weight: bold; } .bradius .myButn { border-radius: 6px; font-weight: bold; } .bradius .card__media { transition: .4s ease; cursor: pointer; } .bradius .card__media:hover { transform: scale(1.2); transition: .7s ease; } .bradius:hover { transition: .4s ease; box-shadow: 0px 0px 15px 1px #353B55; } .bradius:hover .myButn { color: #F44336; background-color: #F44336; } .redBtn { background-color: #F44336 !important; color: #fff; } .bradius, .card { overflow: hidden; } .bradius .card__title { background-color: #fff; overflow: hidden; position: relative; } .bradius .card__actions { overflow: hidden; position: relative; } .bradius, .card__title, .card { /* background-image: url('/static/grunde.png'); */ } .card__actions { /* background-image: url('/static/grunde.png'); */ } .expansion-panel__body .card { background-image: none; } @media (max-width: 1500px) { .collectionH { font-size: 4rem !important; } } @media (max-width: 500px) { .cardActions { flex-direction: column; } .collectionH { font-size: 3rem !important; } }
0.240329
0.053453
*, *::before, *::after { margin: 0; padding: 0; } html { height: 100%; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .transparent { position: absolute; } nav { margin-top: 1rem; } nav .brand-logo { margin-left: 8rem !important; font-family: "<NAME>", cursive; font-size: 1.3em !important; } nav ul { margin-right: 3rem !important; } nav li { margin-right: 1.3rem; } .sidenav { background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 150, 243, 0.94)), to(rgba(33, 150, 243, 0.94))), url("../images/bg-header.jpg") !important; background: linear-gradient(rgba(33, 150, 243, 0.94), rgba(33, 150, 243, 0.94)), url("../images/bg-header.jpg") !important; text-align: center; background-repeat: no-repeat; background-size: contain; background-attachment: fixed; } .sidenav a { color: white !important; } .header-wrapper, .footer-container { background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 150, 243, 0.94)), to(rgba(33, 150, 243, 0.94))), url("../images/bg-header.jpg"); background: linear-gradient(rgba(33, 150, 243, 0.94), rgba(33, 150, 243, 0.94)), url("../images/bg-header.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; color: whitesmoke; } .header-wrapper { text-align: center; padding: 4rem; border-bottom: 1px solid #0d8aee; } .header-wrapper h1, .header-wrapper p { padding: 1rem; font-family: "Gloria Hallelujah", cursive; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .header-wrapper h1 { font-family: "Chau Philomene One", sans-serif; font-size: 3.5rem; } .header-wrapper p { font-size: 1.2rem; } .container { min-height: calc(100vh - 6rem); } .labelSearch { color: #2196f3; } .input-field input[type=text]:focus + label { color: #2196f3 !important; margin-top: 1rem; } input[type=text]:not(.browser-default):focus:not([readonly]) { border-bottom: 1px solid #2196f3 !important; -webkit-box-shadow: 0 1px 0 0 #2196f3 !important; box-shadow: 0 1px 0 0 #2196f3 !important; } table { margin-bottom: 4em !important; } table tfoot tr th { text-align: center !important; } table tfoot tr { border: none !important; } .pagintation-wrapper { padding: 4em !important; } .pagintation-wrapper .pagination.pager { position: relative !important; padding: 2rem !important; } .pagintation-wrapper li > a { text-transform: uppercase !important; } .pagintation-wrapper li.active { background: #2196f3 !important; } .pagintation-wrapper li:hover, .pagintation-wrapper li > a:hover { background: #2196f3 !important; color: #ffffff !important; cursor: pointer !important; } .pagintation-wrapper #total_reg { display: block; margin-bottom: 2em !important; } .footer-container { position: relative; -ms-flex-item-align: end; align-self: flex-end; bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 6rem; border-top: 1px solid #0d8aee; } .footer-container h5, .footer-container p { font-family: "<NAME>", cursive; text-shadow: 0 0 3px #333, 0 0 5px #333; } .footer-container a, .footer-container a:active { color: #2196f3; } .footer-container a:hover, .footer-container a:focus, .footer-container a:active:hover, .footer-container a:active:focus { color: #0d8aee; }
assets/stylesheets/custom.css
*, *::before, *::after { margin: 0; padding: 0; } html { height: 100%; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .transparent { position: absolute; } nav { margin-top: 1rem; } nav .brand-logo { margin-left: 8rem !important; font-family: "<NAME>", cursive; font-size: 1.3em !important; } nav ul { margin-right: 3rem !important; } nav li { margin-right: 1.3rem; } .sidenav { background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 150, 243, 0.94)), to(rgba(33, 150, 243, 0.94))), url("../images/bg-header.jpg") !important; background: linear-gradient(rgba(33, 150, 243, 0.94), rgba(33, 150, 243, 0.94)), url("../images/bg-header.jpg") !important; text-align: center; background-repeat: no-repeat; background-size: contain; background-attachment: fixed; } .sidenav a { color: white !important; } .header-wrapper, .footer-container { background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 150, 243, 0.94)), to(rgba(33, 150, 243, 0.94))), url("../images/bg-header.jpg"); background: linear-gradient(rgba(33, 150, 243, 0.94), rgba(33, 150, 243, 0.94)), url("../images/bg-header.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; color: whitesmoke; } .header-wrapper { text-align: center; padding: 4rem; border-bottom: 1px solid #0d8aee; } .header-wrapper h1, .header-wrapper p { padding: 1rem; font-family: "Gloria Hallelujah", cursive; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .header-wrapper h1 { font-family: "Chau Philomene One", sans-serif; font-size: 3.5rem; } .header-wrapper p { font-size: 1.2rem; } .container { min-height: calc(100vh - 6rem); } .labelSearch { color: #2196f3; } .input-field input[type=text]:focus + label { color: #2196f3 !important; margin-top: 1rem; } input[type=text]:not(.browser-default):focus:not([readonly]) { border-bottom: 1px solid #2196f3 !important; -webkit-box-shadow: 0 1px 0 0 #2196f3 !important; box-shadow: 0 1px 0 0 #2196f3 !important; } table { margin-bottom: 4em !important; } table tfoot tr th { text-align: center !important; } table tfoot tr { border: none !important; } .pagintation-wrapper { padding: 4em !important; } .pagintation-wrapper .pagination.pager { position: relative !important; padding: 2rem !important; } .pagintation-wrapper li > a { text-transform: uppercase !important; } .pagintation-wrapper li.active { background: #2196f3 !important; } .pagintation-wrapper li:hover, .pagintation-wrapper li > a:hover { background: #2196f3 !important; color: #ffffff !important; cursor: pointer !important; } .pagintation-wrapper #total_reg { display: block; margin-bottom: 2em !important; } .footer-container { position: relative; -ms-flex-item-align: end; align-self: flex-end; bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 6rem; border-top: 1px solid #0d8aee; } .footer-container h5, .footer-container p { font-family: "<NAME>", cursive; text-shadow: 0 0 3px #333, 0 0 5px #333; } .footer-container a, .footer-container a:active { color: #2196f3; } .footer-container a:hover, .footer-container a:focus, .footer-container a:active:hover, .footer-container a:active:focus { color: #0d8aee; }
0.356895
0.075075
* { font-family: Nunito; } .navigation-container { padding: 10px; border-style: solid; border-width: 1px; } .theme--default .navigation-container { background-color: #e9e9e9; box-shadow: 3px 4px #d1d1d1; border-color: #d1d1d1; } .theme--dark .navigation-container { background-color: gray; box-shadow: 3px 4px black; border-color: black; } .left_side_navbar { list-style-type: none; margin: 0; padding: 0; overflow: hidden; display: inline-block; } .left_side_navbar > li { display: inline-block; } .left_side_navbar > li > a { text-decoration: none; padding-left: 10px; } .theme--default .left_side_navbar > li > a { color: gray; } .theme--dark .left_side_navbar > li > a { color: #F0F0F0; } .right_side_navbar { list-style-type: none; margin: 0; padding: 0; overflow: hidden; float: right; } .right_side_navbar > li { display: inline-block; } .right_side_navbar > li > a { text-decoration: none; padding-right: 10px; } .theme--default .right_side_navbar > li > a { color: gray; } .theme--dark .right_side_navbar > li > a { color: #F0F0F0; } #app { display: block; width: 60%; margin-left: auto; margin-right: auto; } @media only screen and (max-width: 650px) { #app { width: 100%; } .navigation-container { font-size: 12px; } } .welcome-holder { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } .theme--default .welcome-holder { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .welcome-holder { background-color: gray; border-color: black; color: #F0F0F0; } .about-section { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; } .theme--default .about-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .about-section { background-color: gray; border-color: black; color: #F0F0F0; } .settings-section { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } .theme--default .settings-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .settings-section { background-color: gray; border-color: black; color: #F0F0F0; } .dark-theme-button { color: white; background-color: #383838; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; border: 1px solid white; } .light-theme-button { color: #383838; background-color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; border: 1px solid #383838; } .is-invalid { background-color: #ffcccc; } .invalid-feedback { color: red; } .log-reg-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } #name, #email, #password, #password-confirm { width: 50%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 3px solid #ccc; transition: 0.5s; outline: none; } #name:focus, #email:focus, #password:focus, #password-confirm:focus { border: 3px solid #555; } .log-reg-button { background-color: #606060; color: white; padding: 12px 24px; text-align: center; display: inline-block; font-size: 16px; margin: 4px 2px; } @media only screen and (max-width: 1000px) { #name, #email, #password, #password-confirm { width: 100%; } } .alert-success { color: black; background-color: lightgreen; padding: 5px; border-bottom: 2px solid green; } .faq-header { text-align: center; width: 75%; display: block; border-style: solid; border-width: 2px; padding: 0px 20px 20px 20px; margin: 20px auto 20px auto; } .theme--default .faq-header { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .faq-header { background-color: gray; border-color: black; color: #F0F0F0; } .faq-question-holder { border-style: solid; border-width: 2px; margin-bottom: 30px; padding: 20px; background-color: #e9e9e9; } .theme--default .faq-question-holder { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .faq-question-holder { background-color: gray; border-color: black; color: #F0F0F0; } .theme--default .faq-question { color: black !important; } .theme--dark .faq-question { color: white !important; } .faq-edit-button { border: none; padding: 5px 10px 5px 10px; border-radius: 4px; font-size: 16px; margin: 4px 2px; vertical-align: middle; text-decoration: none; } .theme--default .faq-edit-button { background-color: gray; color: white; } .theme--dark .faq-edit-button { background-color: #e9e9e9; color: black; } .faq-edit-button:hover { background-color: #636363; text-decoration: none; color: white; } .faq-delete-button { background-color: #d9534f; border: none; color: white; padding: 5px 10px 5px 10px; border-radius: 4px; font-size: 16px; margin: 4px 2px; vertical-align: middle; } .faq-delete-button:hover { background-color: #c9302c; text-decoration: none; color: white; } .faq-button-holder { float: right; } .pagination { list-style-type: none; width: 100%; display: block; margin-left: auto; margin-right: auto; } .pagination li { float: left; padding: 8px 16px; font-size: 20px; } .theme--default .pagination li { color: gray; } .theme--dark .pagination li { color: #e9e9e9; } .pagination li.active { border-radius: 5px; } .theme--default .pagination li.active { background-color: gray; color: white; } .theme--dark .pagination li.active { background-color: #e9e9e9; color: black; } .pagination li a { text-decoration: none; } .theme--default .pagination li a { color: gray; } .theme--dark .pagination li a { color: #e9e9e9; } .pagination li:hover:not(.active) { background-color: #ddd; border-radius: 5px; color: black; } .pagination li a:hover { color: black; } .edit-create-section { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } .theme--default .edit-create-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .edit-create-section { background-color: gray; border-color: black; color: white; } .edit-create-button { padding: 12px 24px; text-align: center; display: inline-block; font-size: 16px; margin: 4px 2px; text-decoration: none; border: none; cursor: pointer; } .theme--default .edit-create-button { background-color: gray; color: white; } .theme--dark .edit-create-button { background-color: #e9e9e9; color: black; } input[type=text], textarea { width: 70%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 3px solid #ccc; transition: 0.5s; outline: none; resize: none; } input[type=text]:focus, textarea:focus { border: 3px solid #555; background-color: white; }
public/css/app.css
* { font-family: Nunito; } .navigation-container { padding: 10px; border-style: solid; border-width: 1px; } .theme--default .navigation-container { background-color: #e9e9e9; box-shadow: 3px 4px #d1d1d1; border-color: #d1d1d1; } .theme--dark .navigation-container { background-color: gray; box-shadow: 3px 4px black; border-color: black; } .left_side_navbar { list-style-type: none; margin: 0; padding: 0; overflow: hidden; display: inline-block; } .left_side_navbar > li { display: inline-block; } .left_side_navbar > li > a { text-decoration: none; padding-left: 10px; } .theme--default .left_side_navbar > li > a { color: gray; } .theme--dark .left_side_navbar > li > a { color: #F0F0F0; } .right_side_navbar { list-style-type: none; margin: 0; padding: 0; overflow: hidden; float: right; } .right_side_navbar > li { display: inline-block; } .right_side_navbar > li > a { text-decoration: none; padding-right: 10px; } .theme--default .right_side_navbar > li > a { color: gray; } .theme--dark .right_side_navbar > li > a { color: #F0F0F0; } #app { display: block; width: 60%; margin-left: auto; margin-right: auto; } @media only screen and (max-width: 650px) { #app { width: 100%; } .navigation-container { font-size: 12px; } } .welcome-holder { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } .theme--default .welcome-holder { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .welcome-holder { background-color: gray; border-color: black; color: #F0F0F0; } .about-section { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; } .theme--default .about-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .about-section { background-color: gray; border-color: black; color: #F0F0F0; } .settings-section { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } .theme--default .settings-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .settings-section { background-color: gray; border-color: black; color: #F0F0F0; } .dark-theme-button { color: white; background-color: #383838; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; border: 1px solid white; } .light-theme-button { color: #383838; background-color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; border: 1px solid #383838; } .is-invalid { background-color: #ffcccc; } .invalid-feedback { color: red; } .log-reg-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } #name, #email, #password, #password-confirm { width: 50%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 3px solid #ccc; transition: 0.5s; outline: none; } #name:focus, #email:focus, #password:focus, #password-confirm:focus { border: 3px solid #555; } .log-reg-button { background-color: #606060; color: white; padding: 12px 24px; text-align: center; display: inline-block; font-size: 16px; margin: 4px 2px; } @media only screen and (max-width: 1000px) { #name, #email, #password, #password-confirm { width: 100%; } } .alert-success { color: black; background-color: lightgreen; padding: 5px; border-bottom: 2px solid green; } .faq-header { text-align: center; width: 75%; display: block; border-style: solid; border-width: 2px; padding: 0px 20px 20px 20px; margin: 20px auto 20px auto; } .theme--default .faq-header { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .faq-header { background-color: gray; border-color: black; color: #F0F0F0; } .faq-question-holder { border-style: solid; border-width: 2px; margin-bottom: 30px; padding: 20px; background-color: #e9e9e9; } .theme--default .faq-question-holder { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .faq-question-holder { background-color: gray; border-color: black; color: #F0F0F0; } .theme--default .faq-question { color: black !important; } .theme--dark .faq-question { color: white !important; } .faq-edit-button { border: none; padding: 5px 10px 5px 10px; border-radius: 4px; font-size: 16px; margin: 4px 2px; vertical-align: middle; text-decoration: none; } .theme--default .faq-edit-button { background-color: gray; color: white; } .theme--dark .faq-edit-button { background-color: #e9e9e9; color: black; } .faq-edit-button:hover { background-color: #636363; text-decoration: none; color: white; } .faq-delete-button { background-color: #d9534f; border: none; color: white; padding: 5px 10px 5px 10px; border-radius: 4px; font-size: 16px; margin: 4px 2px; vertical-align: middle; } .faq-delete-button:hover { background-color: #c9302c; text-decoration: none; color: white; } .faq-button-holder { float: right; } .pagination { list-style-type: none; width: 100%; display: block; margin-left: auto; margin-right: auto; } .pagination li { float: left; padding: 8px 16px; font-size: 20px; } .theme--default .pagination li { color: gray; } .theme--dark .pagination li { color: #e9e9e9; } .pagination li.active { border-radius: 5px; } .theme--default .pagination li.active { background-color: gray; color: white; } .theme--dark .pagination li.active { background-color: #e9e9e9; color: black; } .pagination li a { text-decoration: none; } .theme--default .pagination li a { color: gray; } .theme--dark .pagination li a { color: #e9e9e9; } .pagination li:hover:not(.active) { background-color: #ddd; border-radius: 5px; color: black; } .pagination li a:hover { color: black; } .edit-create-section { display: block; margin-left: auto; margin-right: auto; padding: 30px; margin-top: 30px; width: 75%; border-style: solid; border-width: 2px; text-align: center; } .theme--default .edit-create-section { background-color: #e9e9e9; border-color: #d1d1d1; color: black; } .theme--dark .edit-create-section { background-color: gray; border-color: black; color: white; } .edit-create-button { padding: 12px 24px; text-align: center; display: inline-block; font-size: 16px; margin: 4px 2px; text-decoration: none; border: none; cursor: pointer; } .theme--default .edit-create-button { background-color: gray; color: white; } .theme--dark .edit-create-button { background-color: #e9e9e9; color: black; } input[type=text], textarea { width: 70%; padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 3px solid #ccc; transition: 0.5s; outline: none; resize: none; } input[type=text]:focus, textarea:focus { border: 3px solid #555; background-color: white; }
0.417746
0.096791
* { margin: 0; padding: 0; } html, body { align-items: center; background-color: #eee; display: flex; font-family: Arial; height: 100%; justify-content: center; overflow: hidden; text-rendering: optimizeLegibility; user-select: none; } #a { background: #fff; height: 660px; overflow: hidden; position: relative; width: 370px; } #s1, #s2 { display: flex; height: 100%; } #s1 { align-content: center; flex-direction: column; justify-content: center; } #s2 { align-items: center; position: absolute; width: 750px; } h1, h2 { font-style: italic; text-align: center; } h2 { color: #339; cursor: pointer; font-weight: 500; padding-bottom: 10px; padding-top: 10px; position: relative; text-transform: uppercase; } #nm::before { content: "✎"; position: absolute; color: #339; left: 25px; } #base { width: 350px; height: 350px; margin: 0 auto; position: relative; margin-bottom: 10px; } button { background: transparent; padding: 0.5rem 0.5rem; margin: 0 0.5rem; font-size: 1rem; cursor: pointer; border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; border-bottom-right-radius: 225px 15px; border-bottom-left-radius: 15px 255px; border: solid 2px #339; margin-bottom: 5px; color: #339; text-transform: uppercase; font-style: oblique; margin-left: 30px; margin-right: 30px; outline: none; } .st { background-image: -webkit-repeating-linear-gradient( 60deg, #fff, #fff 2px, #339 2px, #339 4px ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; text-transform: uppercase; } .st:after, .st:after { background: none; content: attr(data-text); left: -0.1em; position: absolute; text-shadow: 1px 1px 0px #339; top: -0.05em; text-transform: uppercase; } .srn { opacity: 0; position: absolute; transition: all 0.5s; transition-timing-function: ease-in; visibility: hidden; left: 0; } .srn.slide { left: -370px; } .stage { width: 100%; } .brs { width: 100%; display: flex; align-items: center; justify-content: center; } .bts { display: flex; justify-content: center; margin-bottom: 10px; } .bt { width: 15px; height: 60px; margin-right: 10px; position: relative; } .bt::after { content: ""; border: 2px solid #339; position: absolute; width: 100%; bottom: 0; } .bt.b1::after { height: 15px; } .bt.b2::after { height: 30px; } .bt.b3::after { height: 45px; } .bt.b4::after { height: 60px; } .gm { height: 50px; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 80%; margin: 0 auto; } .prg { margin-top: 5px; position: relative; width: 100%; height: 5px; } .prg::after { content: ""; width: 100%; height: 100%; position: absolute; } .sc::after { background-image: linear-gradient( 137deg, #ede 15%, #53c 15%, #53c 50%, #ede 50%, #ede 65%, #53c 65%, #53c 100% ); background-size: 14.66px 13.67px; } canvas { cursor: pointer; outline: none; outline-color: transparent; outline-style: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* Capa fija */ #f { display: flex; justify-content: space-between; opacity: 0; position: absolute; top: 30px; transition-timing-function: ease-in; transition: all 0.5s; visibility: hidden; width: 100%; z-index: 1; } #a.shake { animation: shake 0.5s; animation-iteration-count: 1; } .mo { background: #fff; margin: 0 auto; position: absolute; width: 300px; padding: 20px; border: solid 2px #339; display: flex; align-items: center; flex-direction: column; justify-content: center; } #tm { padding: 0 30px; } #em { font-size: 50px; } .ov { display: none; position: fixed; height: 100vh; background-color: #0000009e; width: 100%; } .ov.sh { align-content: center; align-items: center; display: flex; justify-content: center; flex-direction: column; z-index: 1; } .mbtns { padding-top: 10px; width: 100%; display: flex; justify-content: center; } #mok { display: block; } #mok.h { display: none; } #tt { text-align: center; color: #339; } #dev, #sha, #so { position: absolute; right: -11px; top: 23px; border: 0; font-size: 30px; font-style: normal; z-index: 1; } #dev, #so { right: initial; left: -11px; } #dev { top: 65px; } #bm { position: absolute; width: 100%; height: 50px; bottom: 10px; display: flex; justify-content: center; align-content: center; transition-timing-function: ease-in; transition: all 0.5s; visibility: hidden; } #chat { font-size: 30px; font-style: normal; border: 0; } #ejs { display: none; position: absolute; width: 80%; height: 80px; border: 1px solid #339; top: -80px; background: #fff; border-radius: 20px; box-sizing: border-box; justify-content: space-between; padding: 0 10px; overflow-y: auto; } #ejs.sh { display: flex; } #ejs button { border: 0; font-size: 30px; font-style: normal; padding: 0; margin: auto 5px; width: 40px; height: 40px; } .sh-ani { opacity: 1 !important; visibility: visible !important; } #md { position: absolute; width: 100%; height: 80px; top: 15%; display: flex; align-items: center; pointer-events: none; } #md > div { font-size: 50px; position: absolute; border: 1px solid #000; border-radius: 10px; width: 60px; height: 60px; display: flex; justify-content: center; background: #fff; transition: all 0.2s; transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); } #em-left { left: -70px; } #em-left.sh { left: 20px; } #em-right { right: -70px; } #em-right.sh { right: 20px; } #g1, #g2 { font-size: 30px; } .ri { background-position: center; transition: background 0.5s; } .ri:hover { background: #339 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%; color: #fff; } .ri:active { background-color: #339; background-size: 100%; transition: background 0s; }
public_uncompressed/styles.css
* { margin: 0; padding: 0; } html, body { align-items: center; background-color: #eee; display: flex; font-family: Arial; height: 100%; justify-content: center; overflow: hidden; text-rendering: optimizeLegibility; user-select: none; } #a { background: #fff; height: 660px; overflow: hidden; position: relative; width: 370px; } #s1, #s2 { display: flex; height: 100%; } #s1 { align-content: center; flex-direction: column; justify-content: center; } #s2 { align-items: center; position: absolute; width: 750px; } h1, h2 { font-style: italic; text-align: center; } h2 { color: #339; cursor: pointer; font-weight: 500; padding-bottom: 10px; padding-top: 10px; position: relative; text-transform: uppercase; } #nm::before { content: "✎"; position: absolute; color: #339; left: 25px; } #base { width: 350px; height: 350px; margin: 0 auto; position: relative; margin-bottom: 10px; } button { background: transparent; padding: 0.5rem 0.5rem; margin: 0 0.5rem; font-size: 1rem; cursor: pointer; border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; border-bottom-right-radius: 225px 15px; border-bottom-left-radius: 15px 255px; border: solid 2px #339; margin-bottom: 5px; color: #339; text-transform: uppercase; font-style: oblique; margin-left: 30px; margin-right: 30px; outline: none; } .st { background-image: -webkit-repeating-linear-gradient( 60deg, #fff, #fff 2px, #339 2px, #339 4px ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; text-transform: uppercase; } .st:after, .st:after { background: none; content: attr(data-text); left: -0.1em; position: absolute; text-shadow: 1px 1px 0px #339; top: -0.05em; text-transform: uppercase; } .srn { opacity: 0; position: absolute; transition: all 0.5s; transition-timing-function: ease-in; visibility: hidden; left: 0; } .srn.slide { left: -370px; } .stage { width: 100%; } .brs { width: 100%; display: flex; align-items: center; justify-content: center; } .bts { display: flex; justify-content: center; margin-bottom: 10px; } .bt { width: 15px; height: 60px; margin-right: 10px; position: relative; } .bt::after { content: ""; border: 2px solid #339; position: absolute; width: 100%; bottom: 0; } .bt.b1::after { height: 15px; } .bt.b2::after { height: 30px; } .bt.b3::after { height: 45px; } .bt.b4::after { height: 60px; } .gm { height: 50px; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 80%; margin: 0 auto; } .prg { margin-top: 5px; position: relative; width: 100%; height: 5px; } .prg::after { content: ""; width: 100%; height: 100%; position: absolute; } .sc::after { background-image: linear-gradient( 137deg, #ede 15%, #53c 15%, #53c 50%, #ede 50%, #ede 65%, #53c 65%, #53c 100% ); background-size: 14.66px 13.67px; } canvas { cursor: pointer; outline: none; outline-color: transparent; outline-style: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* Capa fija */ #f { display: flex; justify-content: space-between; opacity: 0; position: absolute; top: 30px; transition-timing-function: ease-in; transition: all 0.5s; visibility: hidden; width: 100%; z-index: 1; } #a.shake { animation: shake 0.5s; animation-iteration-count: 1; } .mo { background: #fff; margin: 0 auto; position: absolute; width: 300px; padding: 20px; border: solid 2px #339; display: flex; align-items: center; flex-direction: column; justify-content: center; } #tm { padding: 0 30px; } #em { font-size: 50px; } .ov { display: none; position: fixed; height: 100vh; background-color: #0000009e; width: 100%; } .ov.sh { align-content: center; align-items: center; display: flex; justify-content: center; flex-direction: column; z-index: 1; } .mbtns { padding-top: 10px; width: 100%; display: flex; justify-content: center; } #mok { display: block; } #mok.h { display: none; } #tt { text-align: center; color: #339; } #dev, #sha, #so { position: absolute; right: -11px; top: 23px; border: 0; font-size: 30px; font-style: normal; z-index: 1; } #dev, #so { right: initial; left: -11px; } #dev { top: 65px; } #bm { position: absolute; width: 100%; height: 50px; bottom: 10px; display: flex; justify-content: center; align-content: center; transition-timing-function: ease-in; transition: all 0.5s; visibility: hidden; } #chat { font-size: 30px; font-style: normal; border: 0; } #ejs { display: none; position: absolute; width: 80%; height: 80px; border: 1px solid #339; top: -80px; background: #fff; border-radius: 20px; box-sizing: border-box; justify-content: space-between; padding: 0 10px; overflow-y: auto; } #ejs.sh { display: flex; } #ejs button { border: 0; font-size: 30px; font-style: normal; padding: 0; margin: auto 5px; width: 40px; height: 40px; } .sh-ani { opacity: 1 !important; visibility: visible !important; } #md { position: absolute; width: 100%; height: 80px; top: 15%; display: flex; align-items: center; pointer-events: none; } #md > div { font-size: 50px; position: absolute; border: 1px solid #000; border-radius: 10px; width: 60px; height: 60px; display: flex; justify-content: center; background: #fff; transition: all 0.2s; transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1); } #em-left { left: -70px; } #em-left.sh { left: 20px; } #em-right { right: -70px; } #em-right.sh { right: 20px; } #g1, #g2 { font-size: 30px; } .ri { background-position: center; transition: background 0.5s; } .ri:hover { background: #339 radial-gradient(circle, transparent 1%, #fff 1%) center/15000%; color: #fff; } .ri:active { background-color: #339; background-size: 100%; transition: background 0s; }
0.47025
0.0704
.oeuvre { display: inline-block; position: relative; height: 110px; width: 600px; padding-right: 10px; font-size: 13px; color: #262626; overflow: hidden; background: #e1e1e1; box-shadow: 0 1px 5px rgba(0,0,0,.15); margin: 30px 15px; margin-bottom: 0; text-align: left; z-index: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; } .fiche-open .oeuvre.fadein .oeuvre:hover { background: #e5e5e5; } #all.fiche-open .oeuvre { opacity: 0; animation: none; -moz-animation: none; /* Firefox */ -webkit-animation: none; /* Safari et Chrome */ -o-animation: none; } .o-border { position: absolute; right: 0; top: 0; height: 100%; width: 0; border-right: 3px solid transparent; border-left: 3px solid transparent; } .o-real { position: absolute; left: 90px; top: 30px; text-overflow: ellipsis; overflow: hidden; max-width: 400px; white-space: nowrap; } .o-tags { position: absolute; left: 90px; bottom: 5px; text-overflow: clip; overflow: hidden; max-width: 400px; white-space: nowrap; } .o-saga { position: absolute; right: 10px; top: 35px; text-transform: uppercase; pointer-events: none; } .o-no-file { color: red; } .oeuvre .o-no-file { position: absolute; right: 72px; top: 40px; } .o-clickable { display: block; height: 100%; width: 100%; overflow: hidden; color: inherit; cursor: pointer; } .o-affiche { float: left; height: 100%; width: 80px; margin-right: 10px; } .o-affiche img { max-width: 80px; height: 100%; } .oeuvre:hover .o-affiche img { opacity: .95; } .o-nom { margin-top: 13px; line-height: 16px; display: inline-block; position: relative; font-size: 1em; font-weight: 600; white-space: nowrap; color: #262626; text-overflow: ellipsis; overflow: hidden; max-width: 360px; } .o-annee { display: inline-block; line-height: 16px; font-size: .8461538462em; font-weight: 300; color: inherit; overflow: hidden; } .o-saisons { display: inline-block; margin-right: 5px; } .o-duree { display: inline-block; margin-top: 20px; margin-right: 5px; } .o-langues { display: inline-block; margin-right: 5px; } .o-sub { display: inline-block; } .o-langues .label { margin-top: -3px; } .o-types { position: absolute; top: 8px; right: 10px; color: #f2f2f2; text-transform: uppercase; } .o-type { font-weight: normal !important; font-size: 100% !important; display: inline-block; background: #788795; border-radius: 2px; text-align: center; } .o-type2 { font-weight: normal !important; font-size: 100% !important; display: inline-block; background: #788795; border-radius: 2px; text-align: center; } .tag { display: inline-block; position: relative; } .gog-btn { min-width: 4.75em; height: 23px; font-size: 12px; background: #DFDFDF; box-shadow: 0 1px 3px -1px rgba(0,0,0,.25); padding: 0 .5em; border: 1px solid #a6a6a6; border-radius: 3px; box-sizing: border-box; font-weight: 600; /*text-transform: none;*/ text-align: center; color: #686868; cursor: pointer; transition: color .15s; } .gog-btn:hover, .gog-btn.gog-active { background-repeat: no-repeat !important; border-color: #a2a2a2 #999 #8b8b8b; background: linear-gradient(to bottom,#9fbf00,#80ab00) !important; color: #fff; } .gog-btn.gog-active:not([disabled]):not(:active):hover { background: linear-gradient(to bottom,#acce00,#8bba00) !important; } .o-notes { position: absolute; right: 10px; bottom: 5px; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight: 700; } .o-notes .sc_icon { vertical-align: middle; } .o-note-glob { background: #fafafa; border-bottom: 1px solid #ccc; height: 34px; margin: 0 4px 0 0; position: relative; font-size: 14px; line-height: 17px; padding: 8px; width: 38px; display: inline-block; text-align: center; border-radius: 3px; vertical-align: top; } .o-note-glob, .o-note-glob * { color: #333 !important; } .o-manote { position: relative; display: inline-block; background: #74d336; border-bottom: 1px solid #61b828; font-size: 14px; height: 34px; width: 34px; text-align: center; border-radius: 3px; vertical-align: top; padding: 4px; } .o-manote, .o-manote * { color: #fff !important; } .o-note-sec .sc_icon { position: absolute; width: 10px; height: 10px; background-size: 10px; } .o-note-sec .sc_icon_coeur { top: 3px; right: 3px; } .o-note-sec .sc_icon_critique { top: 3px; left: 3px; } .o-note-sec .sc_icon_envie { bottom: 3px; left: 3px; } .o-note-sec .sc_icon_encours { bottom: 3px; right: 3px; } .o-film .o-type { background-color: #E74C3C; } .o-film .o-border { border-right-color: #E74C3C; } .o-serie .o-type { background-color: #9B59B6; } .o-serie .o-border { border-right-color: #9B59B6; } .o-anime .o-type2 { background-color: #3498DB; } .o-anime .o-border { border-left-color: #3498DB; }
css/oeuvre.css
.oeuvre { display: inline-block; position: relative; height: 110px; width: 600px; padding-right: 10px; font-size: 13px; color: #262626; overflow: hidden; background: #e1e1e1; box-shadow: 0 1px 5px rgba(0,0,0,.15); margin: 30px 15px; margin-bottom: 0; text-align: left; z-index: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; } .fiche-open .oeuvre.fadein .oeuvre:hover { background: #e5e5e5; } #all.fiche-open .oeuvre { opacity: 0; animation: none; -moz-animation: none; /* Firefox */ -webkit-animation: none; /* Safari et Chrome */ -o-animation: none; } .o-border { position: absolute; right: 0; top: 0; height: 100%; width: 0; border-right: 3px solid transparent; border-left: 3px solid transparent; } .o-real { position: absolute; left: 90px; top: 30px; text-overflow: ellipsis; overflow: hidden; max-width: 400px; white-space: nowrap; } .o-tags { position: absolute; left: 90px; bottom: 5px; text-overflow: clip; overflow: hidden; max-width: 400px; white-space: nowrap; } .o-saga { position: absolute; right: 10px; top: 35px; text-transform: uppercase; pointer-events: none; } .o-no-file { color: red; } .oeuvre .o-no-file { position: absolute; right: 72px; top: 40px; } .o-clickable { display: block; height: 100%; width: 100%; overflow: hidden; color: inherit; cursor: pointer; } .o-affiche { float: left; height: 100%; width: 80px; margin-right: 10px; } .o-affiche img { max-width: 80px; height: 100%; } .oeuvre:hover .o-affiche img { opacity: .95; } .o-nom { margin-top: 13px; line-height: 16px; display: inline-block; position: relative; font-size: 1em; font-weight: 600; white-space: nowrap; color: #262626; text-overflow: ellipsis; overflow: hidden; max-width: 360px; } .o-annee { display: inline-block; line-height: 16px; font-size: .8461538462em; font-weight: 300; color: inherit; overflow: hidden; } .o-saisons { display: inline-block; margin-right: 5px; } .o-duree { display: inline-block; margin-top: 20px; margin-right: 5px; } .o-langues { display: inline-block; margin-right: 5px; } .o-sub { display: inline-block; } .o-langues .label { margin-top: -3px; } .o-types { position: absolute; top: 8px; right: 10px; color: #f2f2f2; text-transform: uppercase; } .o-type { font-weight: normal !important; font-size: 100% !important; display: inline-block; background: #788795; border-radius: 2px; text-align: center; } .o-type2 { font-weight: normal !important; font-size: 100% !important; display: inline-block; background: #788795; border-radius: 2px; text-align: center; } .tag { display: inline-block; position: relative; } .gog-btn { min-width: 4.75em; height: 23px; font-size: 12px; background: #DFDFDF; box-shadow: 0 1px 3px -1px rgba(0,0,0,.25); padding: 0 .5em; border: 1px solid #a6a6a6; border-radius: 3px; box-sizing: border-box; font-weight: 600; /*text-transform: none;*/ text-align: center; color: #686868; cursor: pointer; transition: color .15s; } .gog-btn:hover, .gog-btn.gog-active { background-repeat: no-repeat !important; border-color: #a2a2a2 #999 #8b8b8b; background: linear-gradient(to bottom,#9fbf00,#80ab00) !important; color: #fff; } .gog-btn.gog-active:not([disabled]):not(:active):hover { background: linear-gradient(to bottom,#acce00,#8bba00) !important; } .o-notes { position: absolute; right: 10px; bottom: 5px; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight: 700; } .o-notes .sc_icon { vertical-align: middle; } .o-note-glob { background: #fafafa; border-bottom: 1px solid #ccc; height: 34px; margin: 0 4px 0 0; position: relative; font-size: 14px; line-height: 17px; padding: 8px; width: 38px; display: inline-block; text-align: center; border-radius: 3px; vertical-align: top; } .o-note-glob, .o-note-glob * { color: #333 !important; } .o-manote { position: relative; display: inline-block; background: #74d336; border-bottom: 1px solid #61b828; font-size: 14px; height: 34px; width: 34px; text-align: center; border-radius: 3px; vertical-align: top; padding: 4px; } .o-manote, .o-manote * { color: #fff !important; } .o-note-sec .sc_icon { position: absolute; width: 10px; height: 10px; background-size: 10px; } .o-note-sec .sc_icon_coeur { top: 3px; right: 3px; } .o-note-sec .sc_icon_critique { top: 3px; left: 3px; } .o-note-sec .sc_icon_envie { bottom: 3px; left: 3px; } .o-note-sec .sc_icon_encours { bottom: 3px; right: 3px; } .o-film .o-type { background-color: #E74C3C; } .o-film .o-border { border-right-color: #E74C3C; } .o-serie .o-type { background-color: #9B59B6; } .o-serie .o-border { border-right-color: #9B59B6; } .o-anime .o-type2 { background-color: #3498DB; } .o-anime .o-border { border-left-color: #3498DB; }
0.36523
0.099208
body { font-family: Karla, Arial, Helvetica, sans-serif; } .nav-menu { background: #fff; border-bottom: 1px solid #f3f0f0; } .nav-item a { color: #4e4e4e; font-weight: 400; } .nav-item a:hover { color:#0069D9; background: none; } .nav-item span { font-size: 12px; } .nav-link { opacity: 0.8; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .nav-link:hover { opacity: 1; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1.2rem; padding-left: 1.2rem; outline: none; } .navbar-toggler:hover, .navbar-toggler:focus { outline: none; cursor: pointer; } .navbar { padding: 1rem 0; } .dropdown-item { border-bottom: 1px solid #f5f0f0; line-height: 1.8; padding: 0.45rem 1.5rem; } .dropdown-menu { border-radius: 0; padding: 0; } @media (min-width: 992px) { .dropdown .dropdown-menu { display: block; visibility: hidden; opacity: 0; transition: all 0.2s ease; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; } .dropdown:hover > .dropdown-menu { visibility: visible; opacity: 1; } .dropdown-submenu:hover .dropdown-menu1 { visibility: visible; opacity: 1; } .navbar-toggleable-md .navbar-collapse { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .navbar-toggleable-md .navbar-nav { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 992px) { .navbar-nav { margin: 20px 0; } .dropdown-menu { background-color: #f7f7f7; border: 0; } } .navbar-brand { margin-left: 1rem; } .navbar-light .navbar-toggler { margin-right: 1rem; } .hero-wrap { text-align: left; min-height: 500; } @media (max-width: 767px) { .hero-wrap { min-height: 600px; } } .hero-wrap h1 { color: #484848; font-weight: 700; } .hero-wrap h3 { color: #7c7c7c; margin: 15px 0 0; font-size: 1.2rem; font-weight: 300; } @media (max-width: 767px) { .hero-wrap h3 { font-size: 16px; line-height: 1.5; } } .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited { box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); border-color: #E8BE83; } .btn { padding: 5px 64px!important; font-size: 16px!important; border-radius: 5px!important; background: #E8BE83; } .button { background:#E8BE83; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #ff7761; border-color: #ff7761; /*set the color you want here*/ } .text2 { font-size: 24px; } .cta a { margin-top: 5rem !important; } .center-block { display: block; margin-left: auto; margin-right: auto; } .showcase .showcase-text { padding: 3rem; } .showcase .showcase-img { min-height: 20rem; background-size: cover; margin-top: 3rem; margin-bottom: 3rem; } @media (min-width: 768px) { .showcase . { padding: 7rem; } } .row { margin-left: 8%; margin-right: 8%; } footer.footer { padding-top: 4rem; padding-bottom: 4rem; } .call-to-action { position: relative; background-size: cover; padding-top: 7rem; padding-bottom: 7rem; margin-top: 7rem ; } .call-to-action .overlay { position: absolute; background-color:#274555; height: 100%; width: 100%; top: 0; left: 0; } .display-4 { margin-top: 15% !important; } .button_header { margin-top: 10% !important; } .quantum_computing { margin-top: 5em !important; } .cta1 { margin-top: 3rem !important; } .home-bg { background-size: cover; } .medium-body { margin: 16px 0 0; font-weight: 400; display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; } .showcase-img { box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); } .showcase-img1 { min-height: 30em ; background-size: cover no-repeat; margin: auto; background-repeat: no-repeat; width: 64px; height: 64px; box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); } .showcase1 { padding: 4rem; } .header_text { font-size: 1.2rem; } .header_text2 { font-size: 2.5rem; } .showcase-text2 { padding: 3rem; margin: auto; } .table { margin: auto; } .lead { font-size: 1rem; } .head_img { background-size: cover; background-repeat: no-repeat; } .bs-calltoaction{ position: relative; width:auto; padding: 15px 25px; border: 1px solid black; margin-bottom: 10px; border-radius: 5px; } .img-small { width: 90%; height: 90%; margin: 0; background-size: cover; } .cta-contents{ padding-top: 10px; padding-bottom: 10px; } .cta-title{ margin: 0 auto 15px; padding: 0; } .cta-desc{ padding: 0; } .cta-desc p:last-child{ margin-bottom: 0; } .cta-button{ padding-top: 10px; padding-bottom: 10px; } .cta-contents{ text-align: left; } } .bs { background-color: #274555; }
public/assets/css/style.css
body { font-family: Karla, Arial, Helvetica, sans-serif; } .nav-menu { background: #fff; border-bottom: 1px solid #f3f0f0; } .nav-item a { color: #4e4e4e; font-weight: 400; } .nav-item a:hover { color:#0069D9; background: none; } .nav-item span { font-size: 12px; } .nav-link { opacity: 0.8; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } .nav-link:hover { opacity: 1; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1.2rem; padding-left: 1.2rem; outline: none; } .navbar-toggler:hover, .navbar-toggler:focus { outline: none; cursor: pointer; } .navbar { padding: 1rem 0; } .dropdown-item { border-bottom: 1px solid #f5f0f0; line-height: 1.8; padding: 0.45rem 1.5rem; } .dropdown-menu { border-radius: 0; padding: 0; } @media (min-width: 992px) { .dropdown .dropdown-menu { display: block; visibility: hidden; opacity: 0; transition: all 0.2s ease; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; } .dropdown:hover > .dropdown-menu { visibility: visible; opacity: 1; } .dropdown-submenu:hover .dropdown-menu1 { visibility: visible; opacity: 1; } .navbar-toggleable-md .navbar-collapse { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .navbar-toggleable-md .navbar-nav { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 992px) { .navbar-nav { margin: 20px 0; } .dropdown-menu { background-color: #f7f7f7; border: 0; } } .navbar-brand { margin-left: 1rem; } .navbar-light .navbar-toggler { margin-right: 1rem; } .hero-wrap { text-align: left; min-height: 500; } @media (max-width: 767px) { .hero-wrap { min-height: 600px; } } .hero-wrap h1 { color: #484848; font-weight: 700; } .hero-wrap h3 { color: #7c7c7c; margin: 15px 0 0; font-size: 1.2rem; font-weight: 300; } @media (max-width: 767px) { .hero-wrap h3 { font-size: 16px; line-height: 1.5; } } .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited { box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); border-color: #E8BE83; } .btn { padding: 5px 64px!important; font-size: 16px!important; border-radius: 5px!important; background: #E8BE83; } .button { background:#E8BE83; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #ff7761; border-color: #ff7761; /*set the color you want here*/ } .text2 { font-size: 24px; } .cta a { margin-top: 5rem !important; } .center-block { display: block; margin-left: auto; margin-right: auto; } .showcase .showcase-text { padding: 3rem; } .showcase .showcase-img { min-height: 20rem; background-size: cover; margin-top: 3rem; margin-bottom: 3rem; } @media (min-width: 768px) { .showcase . { padding: 7rem; } } .row { margin-left: 8%; margin-right: 8%; } footer.footer { padding-top: 4rem; padding-bottom: 4rem; } .call-to-action { position: relative; background-size: cover; padding-top: 7rem; padding-bottom: 7rem; margin-top: 7rem ; } .call-to-action .overlay { position: absolute; background-color:#274555; height: 100%; width: 100%; top: 0; left: 0; } .display-4 { margin-top: 15% !important; } .button_header { margin-top: 10% !important; } .quantum_computing { margin-top: 5em !important; } .cta1 { margin-top: 3rem !important; } .home-bg { background-size: cover; } .medium-body { margin: 16px 0 0; font-weight: 400; display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; } .showcase-img { box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); } .showcase-img1 { min-height: 30em ; background-size: cover no-repeat; margin: auto; background-repeat: no-repeat; width: 64px; height: 64px; box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); } .showcase1 { padding: 4rem; } .header_text { font-size: 1.2rem; } .header_text2 { font-size: 2.5rem; } .showcase-text2 { padding: 3rem; margin: auto; } .table { margin: auto; } .lead { font-size: 1rem; } .head_img { background-size: cover; background-repeat: no-repeat; } .bs-calltoaction{ position: relative; width:auto; padding: 15px 25px; border: 1px solid black; margin-bottom: 10px; border-radius: 5px; } .img-small { width: 90%; height: 90%; margin: 0; background-size: cover; } .cta-contents{ padding-top: 10px; padding-bottom: 10px; } .cta-title{ margin: 0 auto 15px; padding: 0; } .cta-desc{ padding: 0; } .cta-desc p:last-child{ margin-bottom: 0; } .cta-button{ padding-top: 10px; padding-bottom: 10px; } .cta-contents{ text-align: left; } } .bs { background-color: #274555; }
0.371593
0.062075
p { line-height: 1.9; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Raleway', sans-serif; } body { font-size: 14px; background: #f9f9f9; font-family: 'Raleway', sans-serif; } body.ShoppingCart { padding-top: 0; } a:hover, a:focus { text-decoration: none; color: #65a9e0; } h5, .h5 { font-size: 18px; } button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner { padding: 0 !important; border: 0 none !important; } label { display: block; } input[type=radio] + label, input[type=checkbox] + label { display: inline-block; padding-left: 10px; font-weight: normal; } .well { border-radius: none; border: none; box-shadow: none; } button[disabled], html input[disabled] { background: rgb(235, 235, 228); } .col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 30px; } [class*=col-md], [class*=col-lg] { margin-bottom: inherit !important; } /* make bootstrap dropdowns work on hover */ .navbar-nav .dropdown:hover > .dropdown-menu { display: block; } .navbar-nav .dropdown:hover > a[data-toggle=dropdown] + .dropdown-menu { display: none; } .navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu { display: block; } .navbar-nav .dropdown-submenu { position: relative; } .navbar-nav .dropdown-submenu:hover > .dropdown-menu { display: block; top: -6px; margin: 0; left: 100%; } .navbar-header-leftcol { color: #65A9E0; margin-bottom: 30px; } .navbar-header-leftcol .navbar-toggle { background: none; border: 1px solid #65A9E0; } .navbar-header-leftcol .navbar-toggle .icon-bar { background: #65A9E0; } .navbar-header-leftcol .navbar-brand, .Default .navbar-header-leftcol .navbar-brand { color: #65A9E0; } .navbar-collapse.left-collapse { max-height: inherit; } .modal-body { min-height: 70px; } .modal-body .progress { top: 50%; left: 30px; right: 30px; height: 30px; margin-top: -15px; } .modal-body iframe { z-index: 1; } .PicturePopup iframe { max-width: 100%; } .table>thead>tr>th { border-bottom-width: 1px; } .text-muted a { color: inherit; } .alert a { color: inherit; } .ui-autocomplete { z-index: 10; } /* search autocomplete stuff */ .search-box input { vertical-align: top; } .ui-autocomplete { z-index: 10000; } .ui-menu .ui-menu-item a { background: none; border: none; opacity: 0.75; cursor: pointer; } .ui-menu .ui-menu-item a:hover { opacity: 1; } /* reset some stuff that bootstrap breaks */ .bx-wrapper *, .addthis_toolbox * { box-sizing: content-box; } .bx-wrapper { margin-bottom: 20px; } .bx-controls-direction { opacity: 0.25; transition: 0.25s; } .bx-controls-direction:hover { opacity: 0.75; transition: 0.25s; } .thumbnail { text-align: center; } .thumbnail .quick-view { top: 0px; left: 50%; width: 120px; margin-left: -60px; opacity: 0; display: none; transition: 0.25s; z-index: 4; } .thumbnail:hover .quick-view { top: 100px; display: block; opacity: 1; transition: 0.25s; } .thumbnail img, .Slideshow img, #imgMfgLogo, img { max-width: 100%; } .zoomWrapper img { max-width: none; } .thumbnail:hover { text-decoration: none; } .LayoutContent .homepage-product .thumbnail { min-height: 180px; line-height: 180px; margin-bottom: 10px; } .homepage-product .thumbnail img { display: inline; } .product-flag { width: 150px; height: 150px; display: none\9; line-height: 1.5; } .product-flag span { background: #65A9E0; color: #fff; text-align: center; display: block; position: absolute; width: 100%; } .product-flag.top span { bottom: 0; } .product-flag.bottom span { top: 0; } .product-flag.left { left: -90px; } .product-flag.right { right: -90px; } .product-flag.top { top: -90px; } .product-flag.bottom { bottom: -90px; } .product-flag.top.left { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .product-flag.top.right { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); } .product-flag.bottom.left { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); } .product-flag.bottom.right { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } input[type=text], input[type=password], input[type=email], select, textarea { min-height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } select { padding: 6px; } input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); } input, select, textarea { max-width: 100%; } .Hidden { display: none; } .AddressBookNameTextbox { width: 194px; } .AddressBookCityTextbox { width: 152px; } .AddressBookStateTextbox { width: 160px; } .AddressBookZipCodeTextbox { width: 112px; } .AddressBookNotes { font-family: Verdana; font-size: 10px; } .ProductGroupItemPricing { white-space: nowrap; } .ProductGroupItemQuantity { width: 40px; } .ProductGroupItemDescription { margin: 0px 4px 0px 4px; } .CustomPaymentMethodsAmountArea { float: right; } .CustomPaymentMethodsAmountTextbox { width: 80px; } .CustomPaymentMethodsFieldName { padding-left: 15px; width: 100px; text-align: right; } .CustomPaymentMethodsChooseArea { padding-left: 35px; } .CustomPaymentMethodsSeparator { height: 1px; color: #999999; } .MicroStoreMoreInfoLink { font-size: 10px; } .PaymentMethodsCC { } .PaymentMethodsNewCardNum { } .PaymentMethodsNewCardName { } .PaymentMethodsChoosePaypalButton { padding-left: 35px; } .PaymentMethodsCustomFieldName { padding-left: 35px; width: 200px; } .PaymentMethodsChooseCustomButton { padding-left: 35px; } .PaymentMethodsEcheckTextbox { width: 75px; } .PersonalizationFileUpload { width: 250px; } .ProductReviewTagSelectorRemoveTagArea { width: 15px; text-align: center; } .ProductReviewTagSelectorRemoveTagImage { border: 0 none; } .RelatedItemsContainer { padding: 10px; } .RelatedItemsSeparator { color: #999999; height: 1px; } .RelatedItemsProductPhotoArea { float: left; width: 14%; } .RelatedItemsProductNameArea { float: left; width: 34%; } .RelatedItemsPricingArea { float: left; width: 24%; } .RelatedItemsAddToCartArea { float: left; width: 24%; text-align: right; } .RelatedItemsQtyTextbox { width: 40px; } .RelatedItemsMessageText { float: left; width: 24%; text-align: right; } .RelatedItemsAddToCartButton { clear: both; text-align: right; } .ShippingMethodCalendarPickerArea { float: left; width: 49%; } .ErrorText, .errorText { display: block; } .attentionText { background: #e5e5e5; margin: 10px 0; padding: 10px; color: #000; } .itemoriginalprice { text-decoration: line-through; } .EProductCredentials { font-weight: bold; } .EProductCredentials span { font-weight: normal; padding-right: 20px; } .EProductNameContainer { display: inline; padding-right: 20px; } .EProductURLContainer { display: inline; } .EProductItemContainer { text-align: left; } .ShippingEstimationZipTextbox { width: 100px; } .ShippingEstimationItemInfo .QtyTextbox { width: 50px; text-align: center; } div.ac-admin-help { background: #fafafa; border: none; border-radius: 3px; color: #666; font-family: inherit; font-size: inherit; } .panel-heading:empty { display: none; } .nav-tabs>li>a { background: #ad0e21; } .Default .homepage-product .thumbnail { background: #c71111; } /* [/Global] */ /* [Layout] */ .LayoutTop { margin-bottom: 30px; } .topgrey { margin-bottom: 30px; border-bottom: 1px solid #cecece; position: relative; } .LayoutLeftColumnInner .well { background: #fff; border: 1px solid #ededed; border-radius: 0; box-shadow: none; } .thumbnail { border: none; } .quick-view { background: #65a9e0; border: none; color: #fff; } .quick-view:hover { background: #4F96C6; color: #fff; } .lblPriceLabel { display: none; } .lblPrice, .CategoryProductPrice { color: #65a9e0; } .homepage-product p { margin-bottom: 0; } .LayoutLeftColumnInner .category-link, .LayoutLeftColumnInner .attribute-link { padding-left: 8px; margin-left: -8px; border-bottom: 1px solid #DDDDDD; color: #000; } .LayoutLeftColumnInner .nav li:last-child .category-link, .LayoutLeftColumnInner .nav li:last-child .attribute-link { border-bottom: none; box-shadow: none; } .FreeShipping { background: #f7f7f7; } .FreeShipping p { max-width: 430px; color: #999; } .FreeShipping a { background: #CE1515; color: #fff; padding: 10px 20px; border-radius: 5px; } .newsletter { background: #000; } .newsletter h2 { color: #65A9E0; } .newsletter p { margin-top: 0; line-height: 16px; color: #666; } .LayoutLeftColumnInner .nav .ControlHeader { color: #65A9E0; } .AddToCartThemeButton, .SignInThemeButton, .PlaceOrderThemeButton, .OnePageCheckoutPlaceOrderThemeButton, .CheckoutThemeButton, .ShoppingCartCheckoutThemeButton { background: #65A9E0; border: none; color: #fff; } .AddToCartThemeButton:hover, .PlaceOrderThemeButton:hover, .OnePageCheckoutPlaceOrderThemeButton:hover, .CheckoutThemeButton:hover, .SignInThemeButton:hover, .ShoppingCartCheckoutThemeButton:hover { background: #4F96C6; } .HomeBlogPost .BlogPostTitle a { font-size: 24px; color: #000; } .HomeBlogPost .BlogPostTitle a:hover { font-size: 24px; color: #000; text-decoration: none; } .HomeBlogPost .BlogPostPostedOnBy { color: #999; } .LayoutBottom { background: #000; margin-top: 40px; color: #666; } .LayoutBottom .h4 { color: #fff; } .LayoutBottom a { color: #666; } .LayoutBottom .nav > li > a:hover, { background: none; } .MenuList .nav > li > a { display: inline; padding: 0; } .badge { background-color: #65A9E0; } .LayoutLeftColumn .ProductDisplay .ControlHeader { background: none; color: #65A9E0; display: inline-block; padding: 15px 20px; font-weight: bold; font-size: 18px; } .LayoutLeftColumn .ProductDisplay h3 { border: none; } .BlogRoll .BlogPostTitle a { color: #000; } .BlogRoll .BlogPostTitle a:hover { color: #4F96C6; } .BlogRoll > .col-lg-6 { margin-bottom: 50px !important; } .LayoutLeftColumnInner .ProductDisplay a:hover { text-decoration: none; color: #555; } .CategoryProductPriceLabel { display: none; } .Default .navbar-brand { color: #fff; } .Default .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .BlogRollBlogDescription { padding-bottom: 30px; } .top-social a { font-size: 26px; color: #91a0aa; line-height: 50px; margin-left: 30px; } .top-social a:hover { color: #748189; text-decoration: none; } .Default .ProductDisplay { background: #fff; border: 1px solid #ededed; } .ProductDisplay .ControlHeader { padding: 10px 16px; } .ProductDisplay .grad { border: 1px solid #DDDDDD; } .ProductDisplay h3 { margin: 0; font-size: 18px; font-weight: bold; } .Control .ControlHeader { color: #65a9e0; } .LayoutBottom .Control .ControlHeader { color: #fff; } .prod_view { transition: all 0.2s ease 0s; padding: 5px 15px; border: 1px solid #65a9e0; border-radius: 4px; color: #65a9e0; display: inline-block; } .prod_view:hover { background: #65a9e0; text-decoration: none; border: 1px solid #65a9e0; color: #fff; } .LayoutContentInner { background: #fff; padding: 15px; border: 1px solid #ededed; } .Default .LayoutContentInner { background: none; border: none; padding: 0; } .Default .LayoutLeftColumn .ProductDisplay { background: none; border: none; } .left-head { background: none repeat scroll 0 0 #222526; padding: 15px 20px; font-size: 18px; color: #65A9E0; } /* [/Layout] */ /* [Widgets] */ /* [/Widgets] */ /* [ProductDetails] */ .ProductDetailsPriceLabel { display: none; } input.ProductDetailsQuantityTextBox { width: 70px; text-align: center; padding: 0; } #lblProductStatus:after { content: " - "; } #lblProductStatus + br { display: none; } .varpicmax_img { border: 1px solid transparent; } .ProductDetailsVariations input[type=checkbox] + label { display: inline; font-weight: normal; padding-left: 5px; vertical-align: top; } .ProductDetailsSelectedVariant { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); } .ProductDetailsSwatches ul { margin: 0; } .ProductDetailsSwatches li { float: left; margin: 5px 5px 0 0; } .Variant > br, .ProductDetailsVariations > br { display: none; } .media-body .StarRatings { margin-left: 10px; } .ProductDetailsQuantityPriceTable tr:first-child td { border-top: none; } .ProductDetailsQuantityPriceTable p { margin: 0; line-height: inherit; } .SwatchNotApplicable { opacity:0.5; pointer-events: none; } /* [/ProductDetails] */ /* [Catalog] */ .CatalogItemQuantityBox input { width: 75px !important; text-align: center; } /* [/Catalog] */ /* [Category] */ .product-list div[class*=col-] { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; } .category-product .thumbnail { min-height: 180px; line-height: 180px; margin-bottom: 10px; } .category-product .thumbnail img { display: inline; } .Pagination li { border-radius: 2px; } .Pagination li:first-child { margin-left: 5px; } .Pagination li > a, .Pagination li > a:hover { color: inherit; border-radius: 2px; } .Pagination .CurrentPage { color: #ccc; } .category-product .description { display: none; opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; } .list-view.category-product .description { display: block; opacity: 1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; } .list-view .thumbnail { } .list-view-only { display: none; opacity: 0; } .list-view .list-view-only { display: block; opacity: 1; } /* [/Category] */ /* [ShoppingCart] */ .ShoppingCartTable { width: 100%; } .ShoppingCart { text-align: left; padding: 30px 0 0; vertical-align: top; } .ShoppingCartProductDescriptionHeader { width: 235px; } .ShoppingCartSpacer { width: 20px; padding: 0; } .ShoppingCartUnitPriceHeader { text-align: center; } .ShoppingCartTotalHeader { text-align: center; } .ShoppingCartQuantityHeader { text-align: center; } .CartBorder { border: none; height: 75px; } .ShoppingCartQuantity .CartBorder { line-height: 1; } .ProductInfo { margin: 0; } .ItemName a { color: #000; } .ItemNumber { color: #666; font-size: 11px; } .Variants { color: #666; font-size: 11px; } .Personalizations { color: #666; font-size: 11px; } .ShoppingCartPrice { font-weight: normal; font-size: 20px; text-align: center; padding: 30px 0 0 0; vertical-align: top; } .ShoppingCartQuantity { text-align: center; vertical-align: top; } .ShoppingCartRemove { text-align: center; } .UnderCartSubTotal { border: 1px solid #dddfde; border-left: none; border-right: none; margin-top: 30px; font-size: 23px; font-weight: bold; text-align: right; padding: 10px 20px; line-height: 100%; text-transform: uppercase; } .UpdateButton { font-size: 10px; } .ShoppingCartPage td.ShoppingCartTotals { text-align: left; padding: 5px; font-weight: bold; } td.ShoppingCartTotals { text-align: right; } td.ShoppingCartDiscount { text-align: left; padding: 5px; } .ShoppingCartClear { float: left; text-align: left; } .ShoppingCartChildBranch { float: left; vertical-align: top; } .dvChkSelect { display: inline; } .PayPalGoogleCO { text-align: center; } .ShoppingCartError { text-align: center; } #dvCalculateShippingForm { text-align: left; } .ShippingCalcLabel { font-weight: bold; } .ShippingCalcField { padding: 5px 0 0 0; } .ShippingCalcFieldLabel { display: block; text-align: left; padding: 2px 0 0; } .ShoppingCartSelectCheckbox { border: 0; } .ShoppingCartQtyTextbox { width: 40px; text-align: center; } .ShoppingCartInlineCalculateShippingForm { display: inline; } .ShoppingCartInlinePostalCode { display: inline; float: left; } .ShoppingCartInlinePostalCodeTextbox { width: 72px; } .ShoppingCartCouponCodeTextbox { width: 80px; } .ShoppingCartSavedCartText { text-align: center; } .cartCents, .cartUnits { font-size: 60%; top: -5px; position: relative; } .CartItemPriceArea, .CartItemTotalArea, .CartUpdateItemArea { display: table; margin: 0 auto; text-align: center; height: 75px; line-height: 1; } .CartItemPriceArea > div, .CartItemTotalArea > div, .CartUpdateItemArea > div { display: table-cell; vertical-align: middle; } .SubTotal { font-size: 25px; font-weight: bold; text-transform: uppercase; color: #000; } .Discounts { color: #dd4c15; line-height: 25px; } .ShippingCost { line-height: 25px; } .LineItemPrice { float: right; text-align: right; font-weight: bold; font-size: 23px; *position: relative; *top: -25px; } .PriceNegative { color: #dd4c15; } .GiftCertificates p { font-size: 11px; opacity: 0.75; } .GiftCertificates .LineItemPrice { font-size: 14px; } .ShoppingCartTotalsArea { position: relative; clear: both; } .ShoppingCartTotalsTable { width: 100%; margin-bottom: 15px; } .ShoppingCartLeftBottom { text-align: center; } .OrderTotal { line-height: 25px; font-size: 14px; margin: 20px 0; padding: 10px 0 0; border-top: 1px solid #dddfde; } .OrderTotal .LineItemPrice { font-size: 30px; } .ShoppingCartButtons { margin: 20px 0 20px; text-align: right; } .ShoppingCartCustomMessage { } .TopCheckoutButton { text-align: right; } .PayWith { position: relative; border: 1px solid #dddfde; border-radius: 4px; padding: 20px 0 15px; margin: 20px 0 0; text-align: center; } .PayWith strong { position: absolute; top: -7px; font-style: italic; display: block; margin-left: -50px; background: #fff; width: 100px; line-height: 100%; left: 50%; font-size: 13px; } .ShoppingCartCouponCode { padding: 20px 0; } .ShoppingCartCouponCode h3 { text-transform: uppercase; cursor: pointer; font-size: 18px; color: #333; background: none; } .ShoppingCartCouponCode .expand { } .CouponEntry { display: none; position: relative; margin: 0 0 20px 0; } .CouponMsg { margin: 5px 0; } .ShippingSelect { position: relative; margin: 0 5px 0 0; } .ShippingSelect select { width: 210px; } .ShippingSelect input { float: right; } .ShippingSelect input[type=radio] { float: none; width: auto; } .ShippingSelect input[type=radio] + label { display: inline; padding: 0; } .acceptedCreditCardLogos { } .acceptedCreditCardLogos div { display: inline-block; *display: inline; zoom: 1; margin: 0px 2px 10px; padding: 0; height: 22px; width: 33px; } .acceptedCreditCardLogos .jcb { background: url("/store/i/jcb_33x22.jpg") no-repeat; } .acceptedCreditCardLogos span { display: none; } .acceptedCreditCardLogos .visa { background: url(../images/ccs/visa.png) no-repeat; } .acceptedCreditCardLogos .amex { background: url(../images/ccs/amex.png) no-repeat; } .acceptedCreditCardLogos .discover { background: url(../images/ccs/discover.png) no-repeat; } .acceptedCreditCardLogos .bankcard { background: url("/store/i/bankcard_33x22.jpg") no-repeat; } .acceptedCreditCardLogos .mastercard { background: url(../images/ccs/mastercard.png) no-repeat; } .acceptedCreditCardLogos .dinersclub { background: url("/store/i/diners_33x22.jpg") no-repeat; } .LastItemAdded { font-size: 11px; min-height: 100px; margin-right: 255px; background: #f2f3f5; border-radius: 3px; padding: 1px; margin-bottom: 10px; } .LastItemAdded img { float: left; margin-right: 10px; max-width: 75px; max-height: 80px; } .LastItemAdded strong { display: block; padding: 0 0 10px; border-bottom: 2px solid #DDDFDE; font-size: 14px; } .UpsellItem { padding: 10px 0 0; display: block; margin: auto; cursor: pointer; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-color: transparent; border-style: solid; border-width: 1px; overflow: hidden; } .UpsellItem:hover { background-color: #fff; border-color: #686868; color: #1D4B7C; text-decoration: none; } .UpsellItemAddToCartText { visibility: hidden; padding: 4px; background: #686868; font-weight: bold; color: #fff; } .UpsellItem:hover .UpsellItemAddToCartText { visibility: visible; } input.ShoppingCartCheckoutThemeButton { width: 100%; height: 50px; font-size: 18px !important; } .RewardPointsEarned { text-align: center; } .PointsTotal { font-size: 12px; font-weight: normal; } .ShoppingCartButtons .ThemeButton { margin-bottom: 4px; vertical-align: top; } .ShoppingCartButtons .ThemeButton:last-of-type { margin-bottom: 0; } /* [/ShoppingCart] */ /* [LargeShoppingCart] */ .ShoppingCart { } .ShoppingCartHeader { } .ShoppingCartClear { } .ShoppingCartPrice { } .ShoppingCartTotals { } .ShoppingCartShippingInfo { } .ShoppingCartDiscount { } .ShoppingCartCouponCode { } .ShoppingCartThumbnail { } .ShoppingCartItemNr { } .ShoppingCartVariations { } .ShoppingCartPersonalize { } .ShoppingCartGiftMessage { } .ErrorText { } .ShoppingCartSelectCheckbox { border: 0; } input.ShoppingCartQtyTextbox { width: 40px; padding: 0; } .ShoppingCartInlineCalculateShippingForm { display: inline; } .ShoppingCartInlinePostalCode { display: inline; float: left; } .ShoppingCartInlinePostalCodeTextbox { width: 150px; } .ShoppingCartCouponCodeTextbox { width: 80px; } .ShoppingCartSavedCartText { text-align: center; } /* [/LargeShoppingCart] */ /* [LinkGroup] */ /* [/LinkGroup] */ /* [MailingList] */ /* [/MailingList] */ /* [ManufacturerNavigationLinks] */ /* [/ManufacturerNavigationLinks] */ /* [MicroStoreDropDown] */ .MicroStoreDropDown { width: 160px; } /* [/MicroStoreDropDown] */ /* [ProductDisplay] */ .FeaturedItemsRating { } .FeaturedItemsDetails { } .FeaturedItemsPriceHR { } .FeaturedItemsPriceAlignment { } .FeaturedItemsBuyMoreLinkHR { } .FeatureItemsThumbNail { } .PriceLabels { } .ProductDisplayBuyNowLink { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea { float: right; padding-right: 5px; display: inline; } /* [/ProductDisplay] */ /* [ProductReviewsListing] */ .ProductReviewDimensionName { } .ProductReviewSummary { } .ProductReviewWriteLink { } .ProductReviewAllReviewsLink { } .ProductReviewTitle { } .ProductReviewRatings { } .ProductReviewBody { } .ProductReviewProsArea { } .ProductReviewProsHeader { } .ProductReviewPros { } .ProductReviewConsArea { } .ProductReviewConsHeader { } .ProductReviewCons { } .ProductReviewItemMeta { } /* [/ProductReviewsListing] */ /* [QuickOrderEntry] */ .QuickOrderEntryHeader { text-align: center; } .QuickOrderEntryItemNumberTextbox { width: 100px; } .QuickOrderEntryQuantityTextbox { width: 50px; } .QuickOrderEntryAddButton { text-align: center; } /* [/QuickOrderEntry] */ /* [RepeatedList] */ /* [/RepeatedList] */ /* [RSSFeedReader] */ /* [/RSSFeedReader] */ /* [SearchBox] */ /* [/SearchBox] */ /* [SmallShoppingCart] */ .SmallCartItemLink { text-decoration: underline; } input.SmallCartQtyTextbox, input.SmallCartQtyTextbox:focus { padding: 0; border: none; border-bottom: 1px dotted #ccc; height: auto; width: 30px; box-shadow: none; border-radius: 0; text-align: center; } input.SmallCartQtyTextbox:focus { border-color: #66afe9; } .SmallCartItem .badge { line-height: 20px; width: 20px; padding: 0; } /* [/SmallShoppingCart] */ /* [Tabs] */ /* [/Tabs] */ /* [TreeNavigation] */ .Node { } .NodeHover { } .NodeSelected { } .RootNode { } .LeafNode { } .Island { } /* [/TreeNavigation] */ /* [WidgetArea] */ /* [/WidgetArea] */ /* [Widget6082] */ .Control_6082 { float: left; } .ControlHeader_6082 { } .ControlItem_6082 { } .ControlLink_6082 { } .ControlLink_6082 a { } .ControlLink_6082 a:hover { } .ControlLinkSeperator_6082 { } .ControlText_6082 { } .ControlInput_6082 { } .ControlFooter_6082 { } /* [/Widget6082] */ /* [Widget6083] */ .Control_6083 { float: right; } .ControlHeader_6083 { } .ControlItem_6083 { } .ControlLink_6083 { } .ControlLink_6083 a { } .ControlLink_6083 a:hover { } .ControlLinkSeperator_6083 { } .ControlText_6083 { } .ControlInput_6083 { } .ControlFooter_6083 { } /* [/Widget6083] */ /* [Widget6076] */ .Control_6076 { text-align: right; } .ControlHeader_6076 { } .ControlItem_6076 { } .ControlLink_6076 { } .ControlLink_6076 a { } .ControlLink_6076 a:hover { } .ControlLinkSeperator_6076 { } .ControlText_6076 { } .ControlInput_6076 { } .ControlFooter_6076 { } /* [/Widget6076] */ /* [Buttons] */ /* .ThemeButton { display: inline-block; background: #e4e4e4; -webkit-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -moz-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: none; padding: 7px 15px; font-family: arial; font-size: 11px; color: #595959; font-weight: bold; cursor: pointer; } .ThemeButton:hover { -webkit-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; -moz-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; color: #424242; } .ThemeButton:active { background: #e6e6e6; -webkit-box-shadow: 0px 1px 5px 0px #808080 inset; -moz-box-shadow: 0px 1px 5px 0px #808080 inset; box-shadow: 0px 1px 5px 0px #808080 inset; } */ .GoThemeButton { padding: 5px; } /* [/Buttons] */ /* [Slideshow] */ .Slideshow { position: relative; } .SlideList, Slide { margin: 0; padding: 0; list-style: none; } .Slide { overflow: hidden; } .SlideshowButtons { margin: 0; padding: 0; left: 1em; bottom: 1em; position: absolute; display: none; } .SlideshowButton { margin: 0 1em 0 0; padding: 0; float: left; list-style: none; } .SlideshowButtonLink { float: left; width: 20px; height: 20px; text-indent: -9999px; border: 3px solid #222; border-radius: 50%; } .SlideshowButtonLinkCurrent { background: #222; } .SlideshowButtonLink:focus { outline: none; } .SlideshowPrevious { position: absolute; left: 8px; color: #fff; background: url("/Shared/Themes/MegaStore/images/SlideshowPrevious.png") no-repeat; font-size: 0px; line-height: 0px; } .SlideshowNext { position: absolute; right: 8px; background: url("/Shared/Themes/MegaStore/images/SideshowNext.png") no-repeat; font-size: 0px; line-height: 0px; } .SlideshowPreviousLink { color: #fff; padding: 36px; display: block; } .SlideshowNextLink { color: #FFFFFF; display: block; padding: 36px; } /* [/Slideshow] */ /* [Widget5986] */ .Control_5986 { } .Control_5986 table { background: #f2f3f5; } .Control_5986 td { vertical-align: top; } .ControlHeader_5986 { font-size: 13px; font-style: italic; margin: 10px 0; text-align: center; } .ControlItem_5986 { text-align: center; padding: 20px 0; border-bottom: 1px solid #dfdfe1; margin: 0 12px; } .Control_5986 tr:last-child .ControlItem_5986 { border: none; } .ControlLink_5986 { padding: 10px 0; display: block; width: 120px; overflow: hidden; text-overflow: ellipsis; } .Control_5986 img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; } .Control_5986 .lblPriceLabel { display: none; } .Control_5986 .UpsellItemPrice { font-size: 20px; } /* [/Widget5986] */ /* [BlogRoll] */ /* these are shared between Blog Post, Blog Roll, and Blog Roll Widget */ .BlogPostCommentProfileName { } .BlogPostTitle { padding: 0; font-weight: normal; } .BlogPostImage { } .BlogPostCategoryAndTags { padding: 15px 0; color: #999; } .BlogPostTags { padding: 0 0 0 10px; display: inline; } .BlogPostTag { display: inline-block; *display: inline; padding: 0 3px; background: #eee; border-radius: 3px; border: 1px solid #ddd; margin: 0 5px 0 0; } .BlogPostTag a { color: #999; } .BlogPostCategories, .BlogPostCategory { display: inline; } .BlogCommentModerationMessage { background: #FEEFB3; color: #9F6000; border: 1px solid #9F6000; border-radius: 5px; padding: 10px; margin: 10px; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } .BlogCommentModerationMessage.Flash { background: #FFF5CF; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } .BlogPostComments .BlogPostCommentsHeader, .BlogPostComments .BlogPostCommentsHeader h3, .BlogPostComments .BlogPostCommentCount { display: inline; font-size: 24px; } .BlogRoll .BlogPostCommentProfileImage { float: left; padding-right: 10px; } .BlogRoll .BlogPostCommentText { margin: 0; } .BlogRoll .BlogPostCommentDisplayName { margin-top: -5px; } .BlogRoll .BlogPostCommentsAddTextbox { height: 50px; } .BlogRollFeedLinks { float: right; padding: 5px 0; } .BlogRollBlogImage { padding: 0 0 10px 0; max-width: 100%; } .BlogRollBlogImage img { display: block; max-width: 100%; } .BlogPostDatePretty { position: relative; float: left; width: 50px; height: 45px; color: #999; margin: 10px 10px 10px 0; } .DateMonth, .DateDay, .DateYear { position: absolute; text-indent: -9999px; background: url(/store/i/a/login-date-sprite.png) no-repeat; } .DateMonth { top: 0; left: 0; width: 30px; height: 18px; } .DateDay { top: 18px; font-size: 18px; line-height: 18px; width: 31px; height: 24px; text-align: center; } .DateYear { right: 0; top: 0px; width: 21px; height: 45px; } .month-1 { background-position: 0px -50px; } .month-2 { background-position: 0px -81px; } .month-3 { background-position: 0px -112px; } .month-4 { background-position: 0px -143px; } .month-5 { background-position: 0px -174px; } .month-6 { background-position: 0px -205px; } .month-7 { background-position: 0px -236px; } .month-8 { background-position: 0px -267px; } .month-9 { background-position: 0px -298px; } .month-10 { background-position: 0px -329px; } .month-11 { background-position: 0px -360px; } .month-12 { background-position: 0px -391px; } .day-1 { background-position: -51px -45px; } .day-2 { background-position: -51px -76px; } .day-3 { background-position: -51px -107px; } .day-4 { background-position: -51px -138px; } .day-5 { background-position: -51px -169px; } .day-6 { background-position: -51px -200px; } .day-7 { background-position: -51px -231px; } .day-8 { background-position: -51px -263px; } .day-9 { background-position: -51px -294px; } .day-10 { background-position: -51px -325px; } .day-11 { background-position: -51px -356px; } .day-12 { background-position: -51px -387px; } .day-13 { background-position: -51px -418px; } .day-14 { background-position: -51px -449px; } .day-15 { background-position: -101px -45px; } .day-16 { background-position: -101px -76px; } .day-17 { background-position: -101px -107px; } .day-18 { background-position: -101px -139px; } .day-19 { background-position: -101px -171px; } .day-20 { background-position: -101px -201px; } .day-21 { background-position: -101px -232px; } .day-22 { background-position: -101px -263px; } .day-23 { background-position: -101px -294px; } .day-24 { background-position: -101px -325px; } .day-25 { background-position: -101px -356px; } .day-26 { background-position: -101px -387px; } .day-27 { background-position: -101px -418px; } .day-28 { background-position: -101px -450px; } .day-29 { background-position: -101px -482px; } .day-30 { background-position: -101px -513px; } .day-31 { background-position: -101px -545px; } .year-2011 { background-position: -145px -7px; } .year-2012 { background-position: -145px -79px; } .year-2013 { background-position: -145px -145px; } .year-2014 { background-position: -145px -212px; } .year-2015 { background-position: -145px -267px; } .year-2016 { background-position: -145px -322px; } .year-2017 { background-position: -145px -378px; } .year-2018 { background-position: -145px -433px; } .year-2019 { background-position: -145px -488px; } .year-2020 { background-position: -145px -544px; } /* [/BlogRoll] */ /* [BlogPost] */ .BlogPostCommentNameDate { font-size: 10px; } .BlogPostAddCommentHide, .HideComments { display: none; } .BlogPostCommentHighlightCurrent { background: #FFFCDF; border-radius: 3px; box-shadow: 0 0 10px rgba(0,0,0,0.2); } .AdminCommentLabel, .AuthorCommentLabel { display: none; } .AdminCommentLabel.BlogPostCommentByAdmin { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; } .AuthorCommentLabel.BlogPostCommentByAuthor { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; } .CommentReplies { margin-left: 100px; } /* [/BlogPost] */ /* [Profile] */ .ProfileName { float: left; } .PofileImage { float: right; padding: 0 0 20px 20px; } .ProfileInfoTable { margin: 10px 0; clear: left; } .ProfileTableHeader { margin-top: 20px; clear: both; } .ProfileTable { width: 100%; } .ProfileTable th { background: #eee; text-align: left; padding: 3px; } .ProfileTable td { padding: 3px; border-bottom: 1px solid #eee; } /* [/Profile] */ /* [BlogTagCloud] */ .BlogTagCloud.Control { text-align: justify; } .TagCloudList { list-style-type: none; margin: 0; padding: 0; } .BlogTagCloud .ControlItem { display: inline; padding: 0 5px 0 0; vertical-align: bottom; } .BlogTagCloud .ControlLink_Link { -webkit-transition: 0.5s; -moz-transition: -.5s; } .BlogTagCloud .TagCloud_MinSize { opacity: 0.5; } .BlogTagCloud .TagCloud_MedSize { } .BlogTagCloud .TagCloud_MaxSize { font-weight: bold; } .BlogTagCloud .ControlLink_Link:hover { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; } /* [/BlogTagCloud] */ /* [WriteReview] */ ul.TagList li { width: 32%; } ul.TagList:after { content: ''; display: table; clear: left; } /* [/WriteReview] */ /* [OnePageCheckOut] */ .checkout .ShoppingCartTotals { text-align: left; font-size: inherit; font-weight: normal; padding: 5px 0; } .checkout .ShoppingCartTotals b { font-weight: normal; } .checkout .ShoppingCartPrice { font-size: inherit; text-align: right; padding: 5px 0; white-space: nowrap; } #trDiscount a, #trDiscount a:hover { text-decoration: none; } #trTotal span, #trTotal b, #trAdjustedTotal span, #trAdjustedTotal b { font-weight: bold; } .OrderGiftingArea input[type=checkbox] { margin-right: 5px; } #addrBilling_ddAddressList_dd_ddCombo, #addrShipping_ddAddressList_dd_ddCombo, #ddExpireMonth, #txtPointsToApply { width: 100% !important; } .checkout label { position: relative; font-size: 1em; padding: 20px 0 0; } .checkout label > span { position: absolute; top: 25px; line-height: 25px; left: 10px; font-size: 1em; font-weight: normal; transition: 0.1s; opacity: 0.5; cursor: text; } .checkout label span span, .checkout label input[type=checkbox] + span { position: static; opacity: 1; } .checkout label.active span, .checkout label.filled span, .checkout label select ~ span, .checkout label select + span, .checkout .address-book-label span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; } /* this is a duplicate of the above rule, it seems to break firefox if it's included with the above selectors for some reason */ .checkout input:-webkit-autofill + span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; } .checkout input[type=checkbox], .checkout input[type=radio] { width: auto !important; } .checkout label span.ErrorText { position: static; font-size: 12px; line-height: 1; color: #df8f8e; padding: 0; opacity: 1; margin: 10px 0 0; background: none; box-shadow: none; border: none; } .field-has-error { background: #ffe4e3 !important; border-color: #df8f8e !important; } .zip-code { display: table; } .zip-code > div { display: table-cell; } .zip-code label span { font-size: 12px; } .zip-plus4 { max-width: 100px; } .zip-plus4 input { padding: 0; } .zip-plus4 > div { padding-left: 5px !important; } .zip-plus4 > div:empty { padding: 0; } .zip-plus4 > div:empty + span { display: none; } .PublicCommentsArea { width: auto !important; position: static; float: none !important; } .RequiredField { color: #df8f8e; font-weight: bold; line-height: 1; font-size: 150%; padding-left: 5px; } .payment-method .payment-name { cursor: pointer; } .payment-method .payment-name:before { display: inline-block; content: ' '; width: 0px; height: 0px; border-style: solid; border-color: transparent transparent transparent; border-left-color: inherit; border-width: 5px 5px 5px 10px; position: relative; top: -3px; } .payment-method.active .payment-name:before { border-color: transparent; border-top-color: inherit; border-width: 10px 5px 5px 5px; top: 2px; } .custom-fields .field { min-height: 80px; } label.remove-payment, label.image-input-replace { position: relative; padding: 0; font-weight: inherit; } label.remove-payment a, label.image-input-replace a { cursor: pointer; position: relative; z-index: 1; } label.remove-payment input, label.image-input-replace input { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; } .floating-totals { min-height: 1px; } .BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; } .BillMeLater .payment-name span { display: none; } .BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; } .BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; } .BillMeLater .payment-name span { display: none; } .BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; } .PayPalExpress .payment-name, .PayPal .payment-name { background: url('../images/paypal-logo.png') no-repeat top left; text-indent: 90px; margin-left: 20px; height: 25px; } .PayPalExpress .payment-name:before, .PayPal .payment-name:before { left: -110px; } .PayPalExpress .payment-name span, .PayPal .payment-name span { display: none; } .PayPal .paypal-text { display: none; } .PayPal.active .paypal-text { display: block; } .OnePageCheckOut .ShoppingCartCouponCode { padding: 0; } /* [/OnePageCheckOut] */ /* [MyAccount] */ .MyAccountPercentBarArea { border: 1px solid #999; border-radius: 5px; } .MyAccountPercentBarInner { padding: 1px; } .MyAccountPercentBar { border-radius: 4px; background: #66CC66; box-shadow: -5px -5px 5px rgba(0,0,0,0.25) inset, 5px 5px 5px rgba(255,255,255,0.5) inset; text-align: center; font-weight: bold; font-size: 11px; line-height: 15px; } .MyAccountShowHideTable { display: none; } .MyAccountSection .StarRatings { float: none; margin: 0 auto; } .MyAccountSection .StarRatings td { padding: 0 2px; border: none; } .CustomField.MyAccountSectionEntry { padding: 0 0 10px; width: 48%; float: left; min-height: 40px; } .CustomField.MyAccountSectionEntry:nth-child(2n) { margin-bottom: 15px; } #trAddNew { font-weight: bold; } /* [/MyAccount] */ /* [CustomerLogin] */ .CustomerLoginEmailTextbox { width: 180px; } .FacebookButton { background-color: #4c66a4; color: #fff; } .FacebookButton:hover { background-color: #364c7c; color: #fff; } .FacebookButton .icon-facebook { font-size: 1.2em; } /* [/CustomerLogin] */ /* [CategoryNavigationLinks] */ .BrowseCategoryIcon { } /* [/CategoryNavigationLinks] */ /* [AttributeNavigationLinks] */ .BrowseByAttributeFilterButtonArea { } .BrowseByAttHeader { } .MoreAttributesLink { cursor: pointer; } .MoreAttributes { display: none; } /* [/AttributeNavigationLinks] */ /* [HTML] */ /* [/HTML] */ /* [Carousel] */ /* [/Carousel] */ /* [Widget3921] */ .Control_3921 { } .ControlHeader_3921 { } .ControlItem_3921 { } .ControlLink_3921 { } .ControlLink_3921:hover { } .ControlLink_3921 a { } .ControlLink_3921 a:hover { } .ControlLink_Link_3921 { } .ControlLink_Link_3921:hover { } .ControlLinkSeperator_3921 { } .ControlText_3921 { } .ControlInput_3921 { } .ControlFooter_3921 { } .SmallCartItemLink_3921 { text-decoration: underline; } .SmallCartQtyTextbox_3921 { border-color: #333333; border-width: 1px; border-style: Solid; font-size: 8pt; width: 30px; } /* [/Widget3921] */ /* [Widget1541] */ .Control_1541 { margin-bottom: 30px; } .ControlHeader_1541 { } .Control_1541 h4 { margin-bottom: 0; } .ControlItem_1541 { } .ControlLink_1541 { } .ControlLink_1541:hover { } .ControlLink_1541 a { } .ControlLink_1541 a:hover { } .ControlLink_Link_1541 { } .ControlLink_Link_1541:hover { } .ControlLinkSeperator_1541 { } .ControlText_1541 { } .ControlInput_1541 { } .ControlFooter_1541 { } .FeaturedItemsRating_1541 { } .FeaturedItemsDetails_1541 { } .FeaturedItemsPriceHR_1541 { } .FeaturedItemsPriceAlignment_1541 { } .FeaturedItemsBuyMoreLinkHR_1541 { } .FeaturedItemsThumbnail_1541 { } .PriceLabels_1541 { } .ProductDisplayBuyNowLink_1541 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1541 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1541 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1541 { float: right; padding-right: 5px; display: inline; } /* [/Widget1541] */ /* [Widget1705] */ .Control_1705 { padding-top: 20px; padding-bottom: 20px; } .ControlHeader_1705 { } .ControlItem_1705 { } .ControlLink_1705 { } .ControlLink_1705:hover { } .ControlLink_1705 a { } .ControlLink_1705 a:hover { } .ControlLink_Link_1705 { } .ControlLink_Link_1705:hover { } .ControlLinkSeperator_1705 { } .ControlText_1705 { } .ControlInput_1705 { } .ControlFooter_1705 { } .BlogTagCloud.Control_1705 { text-align: justify; } .TagCloudList_1705 { list-style-type: none; margin: 0; padding: 0; } .BlogTagCloud .ControlItem_1705 { display: inline; padding: 0 5px 0 0; vertical-align: bottom; } .BlogTagCloud .ControlLink_Link_1705 { -webkit-transition: 0.5s; -moz-transition: -.5s; } .BlogTagCloud .TagCloud_MinSize_1705 { opacity: 0.5; } .BlogTagCloud .TagCloud_MedSize_1705 { } .BlogTagCloud .TagCloud_MaxSize_1705 { font-weight: bold; } .BlogTagCloud .ControlLink_Link:hover_1705 { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; } /* [/Widget1705] */ /* [Widget6093] */ .ControlLink_6093:hover { } .ControlLink_Link_6093 { } .ControlLink_Link_6093:hover { } /* [/Widget6093] */ /* [Widget1538] */ .Control_1538 { margin-bottom: 30px; } .Control_1538 h4 { margin-bottom: 0; } .ControlHeader_1538 { } .ControlItem_1538 { } .ControlLink_1538 { } .ControlLink_1538:hover { } .ControlLink_1538 a { } .ControlLink_1538 a:hover { } .ControlLink_Link_1538 { } .ControlLink_Link_1538:hover { } .ControlLinkSeperator_1538 { } .ControlText_1538 { } .ControlInput_1538 { } .ControlFooter_1538 { } .FeaturedItemsRating_1538 { } .FeaturedItemsDetails_1538 { } .FeaturedItemsPriceHR_1538 { } .FeaturedItemsPriceAlignment_1538 { } .FeaturedItemsBuyMoreLinkHR_1538 { } .FeaturedItemsThumbnail_1538 { } .PriceLabels_1538 { } .ProductDisplayBuyNowLink_1538 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1538 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1538 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1538 { float: right; padding-right: 5px; display: inline; } /* [/Widget1538] */ /* [Widget1690] */ .Control_1690 { } .Control_1690 a { font-size: 1.5em; } /* [/Widget1690] */ /* [BlogDrillDown] */ .BlogDrillDownIcon { display: inline-block; *display: inline; zoom: 1; padding: 0 5px; vertical-align: middle; } .BlogDrillDown .ControlLink { display: inline-block; *display: inline; zoom: 1; } /* [/BlogDrillDown] */ /* [UploadFile] */ .ShippingEstimationRateTable td { padding: 5px 0; } .ShippingEstimationRate span { padding-left: 10px; font-weight: bold; } /* [/UploadFile] */ /* [AttributeGroupLinks] */ /* [/AttributeGroupLinks] */ /* [MenuBar] */ /* [/MenuBar] */ /* [Widget3920] */ .Control_3920 { } .Control_3920 .navbar { background: #ce1515; border: none; height: 70px; } .Control_3920 .navbar-default .navbar-nav > li > a { color: #fff; line-height: 40px; border-right: 1px solid #ad2121; } .Control_3920 .navbar-default .navbar-nav > li > a:hover { background: #ad2121; } .Control_3920 .navbar-collapse { padding-left: 0; padding-right: 0; } .ControlHeader_3920 { } .ControlItem_3920 { } .ControlLink_3920 { } .ControlLink_3920:hover { } .ControlLink_3920 a { } .ControlLink_3920 a:hover { } .ControlLink_Link_3920 { } .ControlLink_Link_3920:hover { } .ControlLinkSeperator_3920 { } .ControlText_3920 { } .ControlInput_3920 { } .ControlFooter_3920 { } /* [/Widget3920] */ /* [Widget3997] */ .Control_3997 .navbar { background: #1f2123; height: 64px; border: none; } .Control_3997 .navbar-default .navbar-nav > li > a { line-height: 34px; border-right: 1px solid #000; } .ControlHeader_3997 { } .ControlItem_3997 { } .ControlLink_3997 { } .ControlLink_3997:hover { } .ControlLink_3997 a { } .ControlLink_3997 a:hover { } .ControlLink_Link_3997 { } .ControlLink_Link_3997:hover { } .ControlLinkSeperator_3997 { } .ControlText_3997 { } .ControlInput_3997 { } .ControlFooter_3997 { } /* [/Widget3997] */ /* [Widget1680] */ .Control_1680 .navbar { background: none; border-bottom: none; margin-bottom: 0; } .Control_1680 .navbar-default .navbar-right .navbar-nav > li > a, .Control_1680 .navbar-default .navbar-right .navbar-nav > li:first-child > a { border: none; background: none; color: #999; } .Control_1680 .navbar-default .navbar-right .navbar-nav > li > a:hover { border: none; background: none; color: #fff; } .Control_1680 .navbar-default .navbar-nav > li > a { border-right: 1px solid #ccc; line-height: 20px; color: #999; } .Control_1680 .navbar-default .navbar-nav > li:first-child > a { border-left: 1px solid #ccc; } .Control_1680 .navbar-default .navbar-nav > li > a:hover { border-right: 1px solid #ccc; background: #eee; color: #444444; } .Control_1680 .navbar-collapse { padding-left: 0; padding-right: 0; } .ControlHeader_1680 { } .ControlItem_1680 { } .ControlLink_1680 { } .ControlLink_1680:hover { } .ControlLink_1680 a { } .ControlLink_1680 a:hover { } .ControlLink_Link_1680 { } .ControlLink_Link_1680:hover { } .ControlLinkSeperator_1680 { } .ControlText_1680 { } .ControlInput_1680 { } .ControlFooter_1680 { } /* [/Widget1680] */ /* [Widget1676] */ .Control_1676 .navbar { background: none repeat scroll 0 0 #222526; border-bottom: medium none; border-radius: 6px; margin-bottom: 0; position: relative; z-index: 10; } .Control_1676 .navbar-collapse { padding-left: 0; padding-right: 0; } .Control_1676 .navbar-default .navbar-nav > li > a { border-right: 1px solid #000; line-height: 35px; color: #fff; padding-left: 20px; padding-right: 20px; } .Control_1676 .navbar-default .navbar-nav > li > a:hover { border-right: 1px solid #000; background: #000; } .Control_1676 .navbar-default .navbar-nav > li:first-child > a:hover { border-radius: 6px 0 0 6px; } .Control_1676 .navbar-right { background: none repeat scroll 0 0 #65A9E0; border-radius: 0 6px 6px 0; } .Control_1676 .navbar-default .navbar-right .navbar-nav > li > a { border-right: 1px solid #4e8db7; line-height: 35px; color: #fff; padding-left: 20px; padding-right: 20px; font-size: 24px; } .Control_1676 .navbar-default .navbar-right .navbar-nav > li > a:hover { background: #4f96c6; } .Control_1676 .navbar-default .navbar-right .navbar-nav > li:last-child > a { border-right: none; border-radius: 0 6px 6px 0; } .ControlHeader_1676 { } .ControlItem_1676 { } .ControlLink_1676 { } .ControlLink_1676:hover { } .ControlLink_1676 a { } .ControlLink_1676 a:hover { } .ControlLink_Link_1676 { } .ControlLink_Link_1676:hover { } .ControlLinkSeperator_1676 { } .ControlText_1676 { } .ControlInput_1676 { } .ControlFooter_1676 { } /* [/Widget1676] */ /* [Widget1684] */ .Control_1684 .h-social a, .Control_1684 .h-social2 a { color: #fff; } .Control_1684 .h-social a:hover, .Control_1684 .h-social2 a:hover { color: #ccc; text-decoration: none; } .Control_1684 .h-search .AutocompleteSearchBox { background: none repeat scroll 0 0 #FFFFFF; border: medium none; display: inline-block; padding: 5px; position: relative; width: 100%; } .h-search { background: none repeat scroll 0 0 #222526; border-radius: 6px; padding: 12px; width: 100%; position: relative; } .Control_1684 .SearchGoThemeButton { background: none repeat scroll 0 0 #65A9E0; border: medium none; border-radius: 0 6px 6px 0; display: inline-block; margin: 0; position: absolute; top: 12px; right: 8px; color: #fff; height: 34px; } .Control_1684 .SearchGoThemeButton:hover { background: #4F96C6; } .Control_1684 .col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 0; } .Control_1684 a { } /* [/Widget1684] */ /* [Widget1542] */ .ControlInput_1542, .Control_1542 input[type="text"], .Control_1542 input[type="password"], .Control_1542 input[type="email"] { border: medium none; border-radius: 4px 0 0 4px; box-shadow: none; display: inline-block; line-height: 0; margin-bottom: 0; margin-right: 0; margin-top: 0; padding: 14px; } .Control_1542 .MailingListGoThemeButton { background: #65A9E0; border: medium none; border-radius: 0 4px 4px 0; color: #FFFFFF; display: inline-block; font-size: 18px; margin: 0 0 0 -5px; height: 44px; } .Control_1542 .MailingListGoThemeButton:hover { background: #4F96C6; } .Control_1542 { text-align: center; } .ControlHeader_1542 { display: none; } .ControlItem_1542 { } .ControlText_1542 { } .ControlInput_1542 { } /* [/Widget1542] */ /* [Widget1543] */ .Control_1543 { margin-top: 30px; background: #fff; border: 1px solid #ededed; } .Control_1543 .BlogRollBlogName { margin: 0; text-transform: uppercase; } .Control_1543 .grad { border: 1px solid #ddd; } .Control_1543 .BlogRollBlogName div { color: #65A9E0; display: inline-block; padding: 10px 16px; font-size: 18px; font-weight: bold; } .Control_1543 .BlogPostImage { margin-top: 20px; margin-bottom: 20px; } .ControlHeader_1543 { } .ControlItem_1543 { } .ControlLink_1543 { } .ControlLink_1543:hover { } .ControlLink_1543 a { } .ControlLink_1543 a:hover { } .ControlLink_Link_1543 { } .ControlLink_Link_1543:hover { } .ControlLinkSeperator_1543 { } .ControlText_1543 { } .ControlInput_1543 { } .ControlFooter_1543 { } /* [/Widget1543] */ /* [MenuList] */ /* [/MenuList] */ /* [Widget1688] */ .Control_1688 .nav > li > a:hover, .nav > li > a:focus { background: none; background-color: none; color: #999; } .ControlHeader_1688 { } .ControlItem_1688 { } .ControlLink_1688 { } .ControlLink_1688:hover { } .ControlLink_1688 a { } .ControlLink_1688 a:hover { } .ControlLink_Link_1688 { } .ControlLink_Link_1688:hover { } .ControlLinkSeperator_1688 { } .ControlText_1688 { } .ControlInput_1688 { } .ControlFooter_1688 { } /* [/Widget1688] */ /* [Widget1698] */ .Control_1698 { } .ControlItem_1698 { } .ControlLink_1698 { } .ControlLink_1698:hover { } .ControlLink_1698 a { } .ControlLink_1698 a:hover { } .ControlLink_Link_1698 { } .ControlLink_Link_1698:hover { } .ControlLinkSeperator_1698 { } .ControlText_1698 { } .ControlInput_1698 { } .ControlFooter_1698 { } .BrowseByAttributeFilterButtonArea_1698 { } .BrowseByAttHeader_1698 { } /* [/Widget1698] */ /* [Widget1701] */ .Control_1701 .well .row:last-child .ControlItem_1701 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; } .Control_1701 a { color: #000; font-size: 16px; } .LayoutLeftColumn .ProductDisplay strong .ControlHeader_1701 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; } .ControlItem_1701 { padding-left: 0; border-bottom: 1px solid #DDDDDD; color: #000; margin-bottom: 20px; } .ControlLink_1701 { } .ControlLink_1701:hover { } .ControlLink_1701 a { } .ControlLink_1701 a:hover { } .ControlLink_Link_1701 { } .ControlLink_Link_1701:hover { } .ControlLinkSeperator_1701 { } .ControlText_1701 { } .ControlInput_1701 { } .ControlFooter_1701 { } .FeaturedItemsRating_1701 { } .FeaturedItemsDetails_1701 { } .FeaturedItemsPriceHR_1701 { } .FeaturedItemsPriceAlignment_1701 { } .FeaturedItemsBuyMoreLinkHR_1701 { } .FeaturedItemsThumbnail_1701 { } .PriceLabels_1701 { } .ProductDisplayBuyNowLink_1701 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1701 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1701 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1701 { float: right; padding-right: 5px; display: inline; } /* [/Widget1701] */ /* [Widget1702] */ .Control_1702 .well .row:last-child .ControlItem_1702 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; } .Control_1702 a { color: #000; font-size: 16px; } .LayoutLeftColumn .ProductDisplay strong .ControlHeader_1702 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; } .ControlItem_1702 { padding-left: 0; border-bottom: 1px solid #DDDDDD; color: #000; margin-bottom: 20px; } .Control_1702 { } .ControlHeader_1702 { } .ControlItem_1702 { } .ControlLink_1702 { } .ControlLink_1702:hover { } .ControlLink_1702 a { } .ControlLink_1702 a:hover { } .ControlLink_Link_1702 { } .ControlLink_Link_1702:hover { } .ControlLinkSeperator_1702 { } .ControlText_1702 { } .ControlInput_1702 { } .ControlFooter_1702 { } .FeaturedItemsRating_1702 { } .FeaturedItemsDetails_1702 { } .FeaturedItemsPriceHR_1702 { } .FeaturedItemsPriceAlignment_1702 { } .FeaturedItemsBuyMoreLinkHR_1702 { } .FeaturedItemsThumbnail_1702 { } .PriceLabels_1702 { } .ProductDisplayBuyNowLink_1702 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1702 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1702 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1702 { float: right; padding-right: 5px; display: inline; } /* [/Widget1702] */ /* [Widget1703] */ .Control_1703 .well .row:last-child .ControlItem_1703 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; } .Control_1703 a { color: #000; font-size: 16px; } .LayoutLeftColumn .ProductDisplay strong .ControlHeader_1703 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; } .ControlItem_1703 { padding-left: 0; border-bottom: 1px solid #DDDDDD; color: #000; margin-bottom: 20px; } .Control_1703 { } .ControlHeader_1703 { } .ControlItem_1703 { } .ControlLink_1703 { } .ControlLink_1703:hover { } .ControlLink_1703 a { } .ControlLink_1703 a:hover { } .ControlLink_Link_1703 { } .ControlLink_Link_1703:hover { } .ControlLinkSeperator_1703 { } .ControlText_1703 { } .ControlInput_1703 { } .ControlFooter_1703 { } .FeaturedItemsRating_1703 { } .FeaturedItemsDetails_1703 { } .FeaturedItemsPriceHR_1703 { } .FeaturedItemsPriceAlignment_1703 { } .FeaturedItemsBuyMoreLinkHR_1703 { } .FeaturedItemsThumbnail_1703 { } .PriceLabels_1703 { } .ProductDisplayBuyNowLink_1703 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1703 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1703 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1703 { float: right; padding-right: 5px; display: inline; } /* [/Widget1703] */ /* [ImageLogo] */ /* [/ImageLogo] */ /* [Widget1547] */ .Control_1547 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; } .Control_1547 img:hover { border: 1px solid #65a9e0; } .ControlHeader_1547 { } .ControlItem_1547 { } .ControlLink_1547 { } .ControlLink_1547:hover { } .ControlLink_1547 a { } .ControlLink_1547 a:hover { } .ControlLink_Link_1547 { } .ControlLink_Link_1547:hover { } .ControlLinkSeperator_1547 { } .ControlText_1547 { } .ControlInput_1547 { } .ControlFooter_1547 { } /* [/Widget1547] */ /* [Widget25909] */ .Control_25909 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .Control_25909 img:hover { border: 1px solid #65a9e0; } .ControlHeader_25909 { } .ControlItem_25909 { } .ControlLink_25909 { } .ControlLink_25909:hover { } .ControlLink_25909 a { } .ControlLink_25909 a:hover { } .ControlLink_Link_25909 { } .ControlLink_Link_25909:hover { } .ControlLinkSeperator_25909 { } .ControlText_25909 { } .ControlInput_25909 { } .ControlFooter_25909 { } /* [/Widget25909] */ /* [Widget1549] */ .Control_1549 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; width: 100%; } .Control_1549 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1549 { } .ControlItem_1549 { } .ControlLink_1549 { } .ControlLink_1549:hover { } .ControlLink_1549 a { } .ControlLink_1549 a:hover { } .ControlLink_Link_1549 { } .ControlLink_Link_1549:hover { } .ControlLinkSeperator_1549 { } .ControlText_1549 { } .ControlInput_1549 { } .ControlFooter_1549 { } /* [/Widget1549] */ /* [Widget1551] */ .Control_1551 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; width: 100%; } .Control_1551 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1551 { } .ControlItem_1551 { } .ControlLink_1551 { } .ControlLink_1551:hover { } .ControlLink_1551 a { } .ControlLink_1551 a:hover { } .ControlLink_Link_1551 { } .ControlLink_Link_1551:hover { } .ControlLinkSeperator_1551 { } .ControlText_1551 { } .ControlInput_1551 { } .ControlFooter_1551 { } /* [/Widget1551] */ /* [Widget1553] */ .Control_1553 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; width: 100%; } .Control_1553 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1553 { } .ControlItem_1553 { } .ControlLink_1553 { } .ControlLink_1553:hover { } .ControlLink_1553 a { } .ControlLink_1553 a:hover { } .ControlLink_Link_1553 { } .ControlLink_Link_1553:hover { } .ControlLinkSeperator_1553 { } .ControlText_1553 { } .ControlInput_1553 { } .ControlFooter_1553 { } /* [/Widget1553] */ /* [Widget1545] */ .Control_1545 { margin-bottom: 30px; } .Control_1545 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .Control_1545 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1545 { } .ControlItem_1545 { } .ControlLink_1545 { } .ControlLink_1545:hover { } .ControlLink_1545 a { } .ControlLink_1545 a:hover { } .ControlLink_Link_1545 { } .ControlLink_Link_1545:hover { } .ControlLinkSeperator_1545 { } .ControlText_1545 { } .ControlInput_1545 { } .ControlFooter_1545 { } /* [/Widget1545] */ /* [Widget1555] */ .Control_1555 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .Control_1555 img:hover { border: 1px solid #65a9e0; } .ControlHeader_1555 { } .ControlItem_1555 { } .ControlLink_1555 { } .ControlLink_1555:hover { } .ControlLink_1555 a { } .ControlLink_1555 a:hover { } .ControlLink_Link_1555 { } .ControlLink_Link_1555:hover { } .ControlLinkSeperator_1555 { } .ControlText_1555 { } .ControlInput_1555 { } .ControlFooter_1555 { } /* [/Widget1555] */ /* [Widget1539] */ .Control_1539 { padding: 20px; background: #fff; border: 1px solid #ededed; text-align: center; margin-bottom: 30px; } .Control_1539 h2 { color: #65a9e0; } .Control_1539 a { } /* [/Widget1539] */ /* [BillMeLaterBanner] */ /* [/BillMeLaterBanner] */ /* [Widget1699] */ .Control_1699 { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #EDEDED; margin-bottom: 30px; padding: 10px; text-align: center; } .ControlHeader_1699 { } .ControlItem_1699 { } .ControlLink_1699 { } .ControlLink_1699:hover { } .ControlLink_1699 a { } .ControlLink_1699 a:hover { } .ControlLink_Link_1699 { } .ControlLink_Link_1699:hover { } .ControlLinkSeperator_1699 { } .ControlText_1699 { } .ControlInput_1699 { } .ControlFooter_1699 { } /* [/Widget1699] */ /* [CategoryList] */ .CategoryListProduct { width: 100px; float: left; margin: 20px; text-align: center; } .CategoryListProductPhoto { height: 100px; } /* [/CategoryList] */ /* [ProductCompare] */ .product-compare-table { } .product-compare-table tr > th:first-child:not(:last-child) { border-right: 1px solid #ccc; } .product-compare-table tr > td:nth-child(2n), .product-compare-table tr > th:nth-child(2n) { background: #f9f9f9; } .remove-link { top: -5px; right: -5px; } .remove-link a { color: inherit; font-size: 16px; display: block; height: 20px; width: 20px; line-height: 20px; } .remove-link a:hover { text-decoration: none; background: #666; color: #fff; border-radius: 25px; } /* [/ProductCompare] */ /* [Widget1536] */ .Control_1536 { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .ControlHeader_1536 { } .ControlItem_1536 { } .ControlLink_1536 { } .ControlLink_1536:hover { } .ControlLink_1536 a { } .ControlLink_1536 a:hover { } .ControlLink_Link_1536 { } .ControlLink_Link_1536:hover { } .ControlLinkSeperator_1536 { } .ControlText_1536 { } .ControlInput_1536 { } .ControlFooter_1536 { } .Slideshow_1536 { position: relative; } .SlideList_1536 { margin: 0; padding: 0; list-style: none; } .Slide_1536 { overflow: hidden; } .SlideshowButtons_1536 { padding: 0; bottom: 10px; left: 10px; position: absolute; } .SlideshowButton_1536 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; } .SlideshowButtonLink_1536 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; } .SlideshowButtonLinkCurrent_1536 { background: #5DC9E1; color: #fff; } .SlideshowButtonLink:focus_1536 { outline: none; } /* [CheckOut] */ .CheckOutHeader { font-weight: bold; font-size: 16px; } .CheckOutSubHeader { font-weight: bold; font-size: 16x; margin-bottom: 20px; } .CardFieldHeaders { background: #666; color: #fff; padding: 5px; } .OnePageCheckoutShoppingCart .ShoppingCartPrice { padding: 10px 0; font-size: inherit; border: none; } .SplitPaymentLink { cursor: pointer; } #tbAppliedPayments { width: 100%; } .AppliedPaymentHeader th { padding: 5px; } .AddressEditorZipCodePlus4Textbox { width: 50px; } .AddressBookEditor { padding: 2px 10px 2px 0; } .OnePageCheckoutShoppingCart td { padding: 5px; border-bottom: 1px solid #e5e5e5; } .ShoppingCartVariations td { padding: 0 0 0 20px; border: none; } .OnePageCheckoutShoppingCart .ShoppingCartTotals { border: none; } .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin input { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; } .form-signin input:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } /* [/Checkout] */ .ShippingSelect input[type="radio"] + label { margin-left: 1em; }
_/Shared/Themes/MegaStore/CSS/style.css
p { line-height: 1.9; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Raleway', sans-serif; } body { font-size: 14px; background: #f9f9f9; font-family: 'Raleway', sans-serif; } body.ShoppingCart { padding-top: 0; } a:hover, a:focus { text-decoration: none; color: #65a9e0; } h5, .h5 { font-size: 18px; } button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner { padding: 0 !important; border: 0 none !important; } label { display: block; } input[type=radio] + label, input[type=checkbox] + label { display: inline-block; padding-left: 10px; font-weight: normal; } .well { border-radius: none; border: none; box-shadow: none; } button[disabled], html input[disabled] { background: rgb(235, 235, 228); } .col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 30px; } [class*=col-md], [class*=col-lg] { margin-bottom: inherit !important; } /* make bootstrap dropdowns work on hover */ .navbar-nav .dropdown:hover > .dropdown-menu { display: block; } .navbar-nav .dropdown:hover > a[data-toggle=dropdown] + .dropdown-menu { display: none; } .navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu { display: block; } .navbar-nav .dropdown-submenu { position: relative; } .navbar-nav .dropdown-submenu:hover > .dropdown-menu { display: block; top: -6px; margin: 0; left: 100%; } .navbar-header-leftcol { color: #65A9E0; margin-bottom: 30px; } .navbar-header-leftcol .navbar-toggle { background: none; border: 1px solid #65A9E0; } .navbar-header-leftcol .navbar-toggle .icon-bar { background: #65A9E0; } .navbar-header-leftcol .navbar-brand, .Default .navbar-header-leftcol .navbar-brand { color: #65A9E0; } .navbar-collapse.left-collapse { max-height: inherit; } .modal-body { min-height: 70px; } .modal-body .progress { top: 50%; left: 30px; right: 30px; height: 30px; margin-top: -15px; } .modal-body iframe { z-index: 1; } .PicturePopup iframe { max-width: 100%; } .table>thead>tr>th { border-bottom-width: 1px; } .text-muted a { color: inherit; } .alert a { color: inherit; } .ui-autocomplete { z-index: 10; } /* search autocomplete stuff */ .search-box input { vertical-align: top; } .ui-autocomplete { z-index: 10000; } .ui-menu .ui-menu-item a { background: none; border: none; opacity: 0.75; cursor: pointer; } .ui-menu .ui-menu-item a:hover { opacity: 1; } /* reset some stuff that bootstrap breaks */ .bx-wrapper *, .addthis_toolbox * { box-sizing: content-box; } .bx-wrapper { margin-bottom: 20px; } .bx-controls-direction { opacity: 0.25; transition: 0.25s; } .bx-controls-direction:hover { opacity: 0.75; transition: 0.25s; } .thumbnail { text-align: center; } .thumbnail .quick-view { top: 0px; left: 50%; width: 120px; margin-left: -60px; opacity: 0; display: none; transition: 0.25s; z-index: 4; } .thumbnail:hover .quick-view { top: 100px; display: block; opacity: 1; transition: 0.25s; } .thumbnail img, .Slideshow img, #imgMfgLogo, img { max-width: 100%; } .zoomWrapper img { max-width: none; } .thumbnail:hover { text-decoration: none; } .LayoutContent .homepage-product .thumbnail { min-height: 180px; line-height: 180px; margin-bottom: 10px; } .homepage-product .thumbnail img { display: inline; } .product-flag { width: 150px; height: 150px; display: none\9; line-height: 1.5; } .product-flag span { background: #65A9E0; color: #fff; text-align: center; display: block; position: absolute; width: 100%; } .product-flag.top span { bottom: 0; } .product-flag.bottom span { top: 0; } .product-flag.left { left: -90px; } .product-flag.right { right: -90px; } .product-flag.top { top: -90px; } .product-flag.bottom { bottom: -90px; } .product-flag.top.left { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .product-flag.top.right { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); } .product-flag.bottom.left { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); } .product-flag.bottom.right { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } input[type=text], input[type=password], input[type=email], select, textarea { min-height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } select { padding: 6px; } input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); } input, select, textarea { max-width: 100%; } .Hidden { display: none; } .AddressBookNameTextbox { width: 194px; } .AddressBookCityTextbox { width: 152px; } .AddressBookStateTextbox { width: 160px; } .AddressBookZipCodeTextbox { width: 112px; } .AddressBookNotes { font-family: Verdana; font-size: 10px; } .ProductGroupItemPricing { white-space: nowrap; } .ProductGroupItemQuantity { width: 40px; } .ProductGroupItemDescription { margin: 0px 4px 0px 4px; } .CustomPaymentMethodsAmountArea { float: right; } .CustomPaymentMethodsAmountTextbox { width: 80px; } .CustomPaymentMethodsFieldName { padding-left: 15px; width: 100px; text-align: right; } .CustomPaymentMethodsChooseArea { padding-left: 35px; } .CustomPaymentMethodsSeparator { height: 1px; color: #999999; } .MicroStoreMoreInfoLink { font-size: 10px; } .PaymentMethodsCC { } .PaymentMethodsNewCardNum { } .PaymentMethodsNewCardName { } .PaymentMethodsChoosePaypalButton { padding-left: 35px; } .PaymentMethodsCustomFieldName { padding-left: 35px; width: 200px; } .PaymentMethodsChooseCustomButton { padding-left: 35px; } .PaymentMethodsEcheckTextbox { width: 75px; } .PersonalizationFileUpload { width: 250px; } .ProductReviewTagSelectorRemoveTagArea { width: 15px; text-align: center; } .ProductReviewTagSelectorRemoveTagImage { border: 0 none; } .RelatedItemsContainer { padding: 10px; } .RelatedItemsSeparator { color: #999999; height: 1px; } .RelatedItemsProductPhotoArea { float: left; width: 14%; } .RelatedItemsProductNameArea { float: left; width: 34%; } .RelatedItemsPricingArea { float: left; width: 24%; } .RelatedItemsAddToCartArea { float: left; width: 24%; text-align: right; } .RelatedItemsQtyTextbox { width: 40px; } .RelatedItemsMessageText { float: left; width: 24%; text-align: right; } .RelatedItemsAddToCartButton { clear: both; text-align: right; } .ShippingMethodCalendarPickerArea { float: left; width: 49%; } .ErrorText, .errorText { display: block; } .attentionText { background: #e5e5e5; margin: 10px 0; padding: 10px; color: #000; } .itemoriginalprice { text-decoration: line-through; } .EProductCredentials { font-weight: bold; } .EProductCredentials span { font-weight: normal; padding-right: 20px; } .EProductNameContainer { display: inline; padding-right: 20px; } .EProductURLContainer { display: inline; } .EProductItemContainer { text-align: left; } .ShippingEstimationZipTextbox { width: 100px; } .ShippingEstimationItemInfo .QtyTextbox { width: 50px; text-align: center; } div.ac-admin-help { background: #fafafa; border: none; border-radius: 3px; color: #666; font-family: inherit; font-size: inherit; } .panel-heading:empty { display: none; } .nav-tabs>li>a { background: #ad0e21; } .Default .homepage-product .thumbnail { background: #c71111; } /* [/Global] */ /* [Layout] */ .LayoutTop { margin-bottom: 30px; } .topgrey { margin-bottom: 30px; border-bottom: 1px solid #cecece; position: relative; } .LayoutLeftColumnInner .well { background: #fff; border: 1px solid #ededed; border-radius: 0; box-shadow: none; } .thumbnail { border: none; } .quick-view { background: #65a9e0; border: none; color: #fff; } .quick-view:hover { background: #4F96C6; color: #fff; } .lblPriceLabel { display: none; } .lblPrice, .CategoryProductPrice { color: #65a9e0; } .homepage-product p { margin-bottom: 0; } .LayoutLeftColumnInner .category-link, .LayoutLeftColumnInner .attribute-link { padding-left: 8px; margin-left: -8px; border-bottom: 1px solid #DDDDDD; color: #000; } .LayoutLeftColumnInner .nav li:last-child .category-link, .LayoutLeftColumnInner .nav li:last-child .attribute-link { border-bottom: none; box-shadow: none; } .FreeShipping { background: #f7f7f7; } .FreeShipping p { max-width: 430px; color: #999; } .FreeShipping a { background: #CE1515; color: #fff; padding: 10px 20px; border-radius: 5px; } .newsletter { background: #000; } .newsletter h2 { color: #65A9E0; } .newsletter p { margin-top: 0; line-height: 16px; color: #666; } .LayoutLeftColumnInner .nav .ControlHeader { color: #65A9E0; } .AddToCartThemeButton, .SignInThemeButton, .PlaceOrderThemeButton, .OnePageCheckoutPlaceOrderThemeButton, .CheckoutThemeButton, .ShoppingCartCheckoutThemeButton { background: #65A9E0; border: none; color: #fff; } .AddToCartThemeButton:hover, .PlaceOrderThemeButton:hover, .OnePageCheckoutPlaceOrderThemeButton:hover, .CheckoutThemeButton:hover, .SignInThemeButton:hover, .ShoppingCartCheckoutThemeButton:hover { background: #4F96C6; } .HomeBlogPost .BlogPostTitle a { font-size: 24px; color: #000; } .HomeBlogPost .BlogPostTitle a:hover { font-size: 24px; color: #000; text-decoration: none; } .HomeBlogPost .BlogPostPostedOnBy { color: #999; } .LayoutBottom { background: #000; margin-top: 40px; color: #666; } .LayoutBottom .h4 { color: #fff; } .LayoutBottom a { color: #666; } .LayoutBottom .nav > li > a:hover, { background: none; } .MenuList .nav > li > a { display: inline; padding: 0; } .badge { background-color: #65A9E0; } .LayoutLeftColumn .ProductDisplay .ControlHeader { background: none; color: #65A9E0; display: inline-block; padding: 15px 20px; font-weight: bold; font-size: 18px; } .LayoutLeftColumn .ProductDisplay h3 { border: none; } .BlogRoll .BlogPostTitle a { color: #000; } .BlogRoll .BlogPostTitle a:hover { color: #4F96C6; } .BlogRoll > .col-lg-6 { margin-bottom: 50px !important; } .LayoutLeftColumnInner .ProductDisplay a:hover { text-decoration: none; color: #555; } .CategoryProductPriceLabel { display: none; } .Default .navbar-brand { color: #fff; } .Default .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .BlogRollBlogDescription { padding-bottom: 30px; } .top-social a { font-size: 26px; color: #91a0aa; line-height: 50px; margin-left: 30px; } .top-social a:hover { color: #748189; text-decoration: none; } .Default .ProductDisplay { background: #fff; border: 1px solid #ededed; } .ProductDisplay .ControlHeader { padding: 10px 16px; } .ProductDisplay .grad { border: 1px solid #DDDDDD; } .ProductDisplay h3 { margin: 0; font-size: 18px; font-weight: bold; } .Control .ControlHeader { color: #65a9e0; } .LayoutBottom .Control .ControlHeader { color: #fff; } .prod_view { transition: all 0.2s ease 0s; padding: 5px 15px; border: 1px solid #65a9e0; border-radius: 4px; color: #65a9e0; display: inline-block; } .prod_view:hover { background: #65a9e0; text-decoration: none; border: 1px solid #65a9e0; color: #fff; } .LayoutContentInner { background: #fff; padding: 15px; border: 1px solid #ededed; } .Default .LayoutContentInner { background: none; border: none; padding: 0; } .Default .LayoutLeftColumn .ProductDisplay { background: none; border: none; } .left-head { background: none repeat scroll 0 0 #222526; padding: 15px 20px; font-size: 18px; color: #65A9E0; } /* [/Layout] */ /* [Widgets] */ /* [/Widgets] */ /* [ProductDetails] */ .ProductDetailsPriceLabel { display: none; } input.ProductDetailsQuantityTextBox { width: 70px; text-align: center; padding: 0; } #lblProductStatus:after { content: " - "; } #lblProductStatus + br { display: none; } .varpicmax_img { border: 1px solid transparent; } .ProductDetailsVariations input[type=checkbox] + label { display: inline; font-weight: normal; padding-left: 5px; vertical-align: top; } .ProductDetailsSelectedVariant { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); } .ProductDetailsSwatches ul { margin: 0; } .ProductDetailsSwatches li { float: left; margin: 5px 5px 0 0; } .Variant > br, .ProductDetailsVariations > br { display: none; } .media-body .StarRatings { margin-left: 10px; } .ProductDetailsQuantityPriceTable tr:first-child td { border-top: none; } .ProductDetailsQuantityPriceTable p { margin: 0; line-height: inherit; } .SwatchNotApplicable { opacity:0.5; pointer-events: none; } /* [/ProductDetails] */ /* [Catalog] */ .CatalogItemQuantityBox input { width: 75px !important; text-align: center; } /* [/Catalog] */ /* [Category] */ .product-list div[class*=col-] { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; } .category-product .thumbnail { min-height: 180px; line-height: 180px; margin-bottom: 10px; } .category-product .thumbnail img { display: inline; } .Pagination li { border-radius: 2px; } .Pagination li:first-child { margin-left: 5px; } .Pagination li > a, .Pagination li > a:hover { color: inherit; border-radius: 2px; } .Pagination .CurrentPage { color: #ccc; } .category-product .description { display: none; opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; } .list-view.category-product .description { display: block; opacity: 1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; } .list-view .thumbnail { } .list-view-only { display: none; opacity: 0; } .list-view .list-view-only { display: block; opacity: 1; } /* [/Category] */ /* [ShoppingCart] */ .ShoppingCartTable { width: 100%; } .ShoppingCart { text-align: left; padding: 30px 0 0; vertical-align: top; } .ShoppingCartProductDescriptionHeader { width: 235px; } .ShoppingCartSpacer { width: 20px; padding: 0; } .ShoppingCartUnitPriceHeader { text-align: center; } .ShoppingCartTotalHeader { text-align: center; } .ShoppingCartQuantityHeader { text-align: center; } .CartBorder { border: none; height: 75px; } .ShoppingCartQuantity .CartBorder { line-height: 1; } .ProductInfo { margin: 0; } .ItemName a { color: #000; } .ItemNumber { color: #666; font-size: 11px; } .Variants { color: #666; font-size: 11px; } .Personalizations { color: #666; font-size: 11px; } .ShoppingCartPrice { font-weight: normal; font-size: 20px; text-align: center; padding: 30px 0 0 0; vertical-align: top; } .ShoppingCartQuantity { text-align: center; vertical-align: top; } .ShoppingCartRemove { text-align: center; } .UnderCartSubTotal { border: 1px solid #dddfde; border-left: none; border-right: none; margin-top: 30px; font-size: 23px; font-weight: bold; text-align: right; padding: 10px 20px; line-height: 100%; text-transform: uppercase; } .UpdateButton { font-size: 10px; } .ShoppingCartPage td.ShoppingCartTotals { text-align: left; padding: 5px; font-weight: bold; } td.ShoppingCartTotals { text-align: right; } td.ShoppingCartDiscount { text-align: left; padding: 5px; } .ShoppingCartClear { float: left; text-align: left; } .ShoppingCartChildBranch { float: left; vertical-align: top; } .dvChkSelect { display: inline; } .PayPalGoogleCO { text-align: center; } .ShoppingCartError { text-align: center; } #dvCalculateShippingForm { text-align: left; } .ShippingCalcLabel { font-weight: bold; } .ShippingCalcField { padding: 5px 0 0 0; } .ShippingCalcFieldLabel { display: block; text-align: left; padding: 2px 0 0; } .ShoppingCartSelectCheckbox { border: 0; } .ShoppingCartQtyTextbox { width: 40px; text-align: center; } .ShoppingCartInlineCalculateShippingForm { display: inline; } .ShoppingCartInlinePostalCode { display: inline; float: left; } .ShoppingCartInlinePostalCodeTextbox { width: 72px; } .ShoppingCartCouponCodeTextbox { width: 80px; } .ShoppingCartSavedCartText { text-align: center; } .cartCents, .cartUnits { font-size: 60%; top: -5px; position: relative; } .CartItemPriceArea, .CartItemTotalArea, .CartUpdateItemArea { display: table; margin: 0 auto; text-align: center; height: 75px; line-height: 1; } .CartItemPriceArea > div, .CartItemTotalArea > div, .CartUpdateItemArea > div { display: table-cell; vertical-align: middle; } .SubTotal { font-size: 25px; font-weight: bold; text-transform: uppercase; color: #000; } .Discounts { color: #dd4c15; line-height: 25px; } .ShippingCost { line-height: 25px; } .LineItemPrice { float: right; text-align: right; font-weight: bold; font-size: 23px; *position: relative; *top: -25px; } .PriceNegative { color: #dd4c15; } .GiftCertificates p { font-size: 11px; opacity: 0.75; } .GiftCertificates .LineItemPrice { font-size: 14px; } .ShoppingCartTotalsArea { position: relative; clear: both; } .ShoppingCartTotalsTable { width: 100%; margin-bottom: 15px; } .ShoppingCartLeftBottom { text-align: center; } .OrderTotal { line-height: 25px; font-size: 14px; margin: 20px 0; padding: 10px 0 0; border-top: 1px solid #dddfde; } .OrderTotal .LineItemPrice { font-size: 30px; } .ShoppingCartButtons { margin: 20px 0 20px; text-align: right; } .ShoppingCartCustomMessage { } .TopCheckoutButton { text-align: right; } .PayWith { position: relative; border: 1px solid #dddfde; border-radius: 4px; padding: 20px 0 15px; margin: 20px 0 0; text-align: center; } .PayWith strong { position: absolute; top: -7px; font-style: italic; display: block; margin-left: -50px; background: #fff; width: 100px; line-height: 100%; left: 50%; font-size: 13px; } .ShoppingCartCouponCode { padding: 20px 0; } .ShoppingCartCouponCode h3 { text-transform: uppercase; cursor: pointer; font-size: 18px; color: #333; background: none; } .ShoppingCartCouponCode .expand { } .CouponEntry { display: none; position: relative; margin: 0 0 20px 0; } .CouponMsg { margin: 5px 0; } .ShippingSelect { position: relative; margin: 0 5px 0 0; } .ShippingSelect select { width: 210px; } .ShippingSelect input { float: right; } .ShippingSelect input[type=radio] { float: none; width: auto; } .ShippingSelect input[type=radio] + label { display: inline; padding: 0; } .acceptedCreditCardLogos { } .acceptedCreditCardLogos div { display: inline-block; *display: inline; zoom: 1; margin: 0px 2px 10px; padding: 0; height: 22px; width: 33px; } .acceptedCreditCardLogos .jcb { background: url("/store/i/jcb_33x22.jpg") no-repeat; } .acceptedCreditCardLogos span { display: none; } .acceptedCreditCardLogos .visa { background: url(../images/ccs/visa.png) no-repeat; } .acceptedCreditCardLogos .amex { background: url(../images/ccs/amex.png) no-repeat; } .acceptedCreditCardLogos .discover { background: url(../images/ccs/discover.png) no-repeat; } .acceptedCreditCardLogos .bankcard { background: url("/store/i/bankcard_33x22.jpg") no-repeat; } .acceptedCreditCardLogos .mastercard { background: url(../images/ccs/mastercard.png) no-repeat; } .acceptedCreditCardLogos .dinersclub { background: url("/store/i/diners_33x22.jpg") no-repeat; } .LastItemAdded { font-size: 11px; min-height: 100px; margin-right: 255px; background: #f2f3f5; border-radius: 3px; padding: 1px; margin-bottom: 10px; } .LastItemAdded img { float: left; margin-right: 10px; max-width: 75px; max-height: 80px; } .LastItemAdded strong { display: block; padding: 0 0 10px; border-bottom: 2px solid #DDDFDE; font-size: 14px; } .UpsellItem { padding: 10px 0 0; display: block; margin: auto; cursor: pointer; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-color: transparent; border-style: solid; border-width: 1px; overflow: hidden; } .UpsellItem:hover { background-color: #fff; border-color: #686868; color: #1D4B7C; text-decoration: none; } .UpsellItemAddToCartText { visibility: hidden; padding: 4px; background: #686868; font-weight: bold; color: #fff; } .UpsellItem:hover .UpsellItemAddToCartText { visibility: visible; } input.ShoppingCartCheckoutThemeButton { width: 100%; height: 50px; font-size: 18px !important; } .RewardPointsEarned { text-align: center; } .PointsTotal { font-size: 12px; font-weight: normal; } .ShoppingCartButtons .ThemeButton { margin-bottom: 4px; vertical-align: top; } .ShoppingCartButtons .ThemeButton:last-of-type { margin-bottom: 0; } /* [/ShoppingCart] */ /* [LargeShoppingCart] */ .ShoppingCart { } .ShoppingCartHeader { } .ShoppingCartClear { } .ShoppingCartPrice { } .ShoppingCartTotals { } .ShoppingCartShippingInfo { } .ShoppingCartDiscount { } .ShoppingCartCouponCode { } .ShoppingCartThumbnail { } .ShoppingCartItemNr { } .ShoppingCartVariations { } .ShoppingCartPersonalize { } .ShoppingCartGiftMessage { } .ErrorText { } .ShoppingCartSelectCheckbox { border: 0; } input.ShoppingCartQtyTextbox { width: 40px; padding: 0; } .ShoppingCartInlineCalculateShippingForm { display: inline; } .ShoppingCartInlinePostalCode { display: inline; float: left; } .ShoppingCartInlinePostalCodeTextbox { width: 150px; } .ShoppingCartCouponCodeTextbox { width: 80px; } .ShoppingCartSavedCartText { text-align: center; } /* [/LargeShoppingCart] */ /* [LinkGroup] */ /* [/LinkGroup] */ /* [MailingList] */ /* [/MailingList] */ /* [ManufacturerNavigationLinks] */ /* [/ManufacturerNavigationLinks] */ /* [MicroStoreDropDown] */ .MicroStoreDropDown { width: 160px; } /* [/MicroStoreDropDown] */ /* [ProductDisplay] */ .FeaturedItemsRating { } .FeaturedItemsDetails { } .FeaturedItemsPriceHR { } .FeaturedItemsPriceAlignment { } .FeaturedItemsBuyMoreLinkHR { } .FeatureItemsThumbNail { } .PriceLabels { } .ProductDisplayBuyNowLink { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea { float: right; padding-right: 5px; display: inline; } /* [/ProductDisplay] */ /* [ProductReviewsListing] */ .ProductReviewDimensionName { } .ProductReviewSummary { } .ProductReviewWriteLink { } .ProductReviewAllReviewsLink { } .ProductReviewTitle { } .ProductReviewRatings { } .ProductReviewBody { } .ProductReviewProsArea { } .ProductReviewProsHeader { } .ProductReviewPros { } .ProductReviewConsArea { } .ProductReviewConsHeader { } .ProductReviewCons { } .ProductReviewItemMeta { } /* [/ProductReviewsListing] */ /* [QuickOrderEntry] */ .QuickOrderEntryHeader { text-align: center; } .QuickOrderEntryItemNumberTextbox { width: 100px; } .QuickOrderEntryQuantityTextbox { width: 50px; } .QuickOrderEntryAddButton { text-align: center; } /* [/QuickOrderEntry] */ /* [RepeatedList] */ /* [/RepeatedList] */ /* [RSSFeedReader] */ /* [/RSSFeedReader] */ /* [SearchBox] */ /* [/SearchBox] */ /* [SmallShoppingCart] */ .SmallCartItemLink { text-decoration: underline; } input.SmallCartQtyTextbox, input.SmallCartQtyTextbox:focus { padding: 0; border: none; border-bottom: 1px dotted #ccc; height: auto; width: 30px; box-shadow: none; border-radius: 0; text-align: center; } input.SmallCartQtyTextbox:focus { border-color: #66afe9; } .SmallCartItem .badge { line-height: 20px; width: 20px; padding: 0; } /* [/SmallShoppingCart] */ /* [Tabs] */ /* [/Tabs] */ /* [TreeNavigation] */ .Node { } .NodeHover { } .NodeSelected { } .RootNode { } .LeafNode { } .Island { } /* [/TreeNavigation] */ /* [WidgetArea] */ /* [/WidgetArea] */ /* [Widget6082] */ .Control_6082 { float: left; } .ControlHeader_6082 { } .ControlItem_6082 { } .ControlLink_6082 { } .ControlLink_6082 a { } .ControlLink_6082 a:hover { } .ControlLinkSeperator_6082 { } .ControlText_6082 { } .ControlInput_6082 { } .ControlFooter_6082 { } /* [/Widget6082] */ /* [Widget6083] */ .Control_6083 { float: right; } .ControlHeader_6083 { } .ControlItem_6083 { } .ControlLink_6083 { } .ControlLink_6083 a { } .ControlLink_6083 a:hover { } .ControlLinkSeperator_6083 { } .ControlText_6083 { } .ControlInput_6083 { } .ControlFooter_6083 { } /* [/Widget6083] */ /* [Widget6076] */ .Control_6076 { text-align: right; } .ControlHeader_6076 { } .ControlItem_6076 { } .ControlLink_6076 { } .ControlLink_6076 a { } .ControlLink_6076 a:hover { } .ControlLinkSeperator_6076 { } .ControlText_6076 { } .ControlInput_6076 { } .ControlFooter_6076 { } /* [/Widget6076] */ /* [Buttons] */ /* .ThemeButton { display: inline-block; background: #e4e4e4; -webkit-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -moz-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: none; padding: 7px 15px; font-family: arial; font-size: 11px; color: #595959; font-weight: bold; cursor: pointer; } .ThemeButton:hover { -webkit-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; -moz-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; color: #424242; } .ThemeButton:active { background: #e6e6e6; -webkit-box-shadow: 0px 1px 5px 0px #808080 inset; -moz-box-shadow: 0px 1px 5px 0px #808080 inset; box-shadow: 0px 1px 5px 0px #808080 inset; } */ .GoThemeButton { padding: 5px; } /* [/Buttons] */ /* [Slideshow] */ .Slideshow { position: relative; } .SlideList, Slide { margin: 0; padding: 0; list-style: none; } .Slide { overflow: hidden; } .SlideshowButtons { margin: 0; padding: 0; left: 1em; bottom: 1em; position: absolute; display: none; } .SlideshowButton { margin: 0 1em 0 0; padding: 0; float: left; list-style: none; } .SlideshowButtonLink { float: left; width: 20px; height: 20px; text-indent: -9999px; border: 3px solid #222; border-radius: 50%; } .SlideshowButtonLinkCurrent { background: #222; } .SlideshowButtonLink:focus { outline: none; } .SlideshowPrevious { position: absolute; left: 8px; color: #fff; background: url("/Shared/Themes/MegaStore/images/SlideshowPrevious.png") no-repeat; font-size: 0px; line-height: 0px; } .SlideshowNext { position: absolute; right: 8px; background: url("/Shared/Themes/MegaStore/images/SideshowNext.png") no-repeat; font-size: 0px; line-height: 0px; } .SlideshowPreviousLink { color: #fff; padding: 36px; display: block; } .SlideshowNextLink { color: #FFFFFF; display: block; padding: 36px; } /* [/Slideshow] */ /* [Widget5986] */ .Control_5986 { } .Control_5986 table { background: #f2f3f5; } .Control_5986 td { vertical-align: top; } .ControlHeader_5986 { font-size: 13px; font-style: italic; margin: 10px 0; text-align: center; } .ControlItem_5986 { text-align: center; padding: 20px 0; border-bottom: 1px solid #dfdfe1; margin: 0 12px; } .Control_5986 tr:last-child .ControlItem_5986 { border: none; } .ControlLink_5986 { padding: 10px 0; display: block; width: 120px; overflow: hidden; text-overflow: ellipsis; } .Control_5986 img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; } .Control_5986 .lblPriceLabel { display: none; } .Control_5986 .UpsellItemPrice { font-size: 20px; } /* [/Widget5986] */ /* [BlogRoll] */ /* these are shared between Blog Post, Blog Roll, and Blog Roll Widget */ .BlogPostCommentProfileName { } .BlogPostTitle { padding: 0; font-weight: normal; } .BlogPostImage { } .BlogPostCategoryAndTags { padding: 15px 0; color: #999; } .BlogPostTags { padding: 0 0 0 10px; display: inline; } .BlogPostTag { display: inline-block; *display: inline; padding: 0 3px; background: #eee; border-radius: 3px; border: 1px solid #ddd; margin: 0 5px 0 0; } .BlogPostTag a { color: #999; } .BlogPostCategories, .BlogPostCategory { display: inline; } .BlogCommentModerationMessage { background: #FEEFB3; color: #9F6000; border: 1px solid #9F6000; border-radius: 5px; padding: 10px; margin: 10px; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } .BlogCommentModerationMessage.Flash { background: #FFF5CF; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } .BlogPostComments .BlogPostCommentsHeader, .BlogPostComments .BlogPostCommentsHeader h3, .BlogPostComments .BlogPostCommentCount { display: inline; font-size: 24px; } .BlogRoll .BlogPostCommentProfileImage { float: left; padding-right: 10px; } .BlogRoll .BlogPostCommentText { margin: 0; } .BlogRoll .BlogPostCommentDisplayName { margin-top: -5px; } .BlogRoll .BlogPostCommentsAddTextbox { height: 50px; } .BlogRollFeedLinks { float: right; padding: 5px 0; } .BlogRollBlogImage { padding: 0 0 10px 0; max-width: 100%; } .BlogRollBlogImage img { display: block; max-width: 100%; } .BlogPostDatePretty { position: relative; float: left; width: 50px; height: 45px; color: #999; margin: 10px 10px 10px 0; } .DateMonth, .DateDay, .DateYear { position: absolute; text-indent: -9999px; background: url(/store/i/a/login-date-sprite.png) no-repeat; } .DateMonth { top: 0; left: 0; width: 30px; height: 18px; } .DateDay { top: 18px; font-size: 18px; line-height: 18px; width: 31px; height: 24px; text-align: center; } .DateYear { right: 0; top: 0px; width: 21px; height: 45px; } .month-1 { background-position: 0px -50px; } .month-2 { background-position: 0px -81px; } .month-3 { background-position: 0px -112px; } .month-4 { background-position: 0px -143px; } .month-5 { background-position: 0px -174px; } .month-6 { background-position: 0px -205px; } .month-7 { background-position: 0px -236px; } .month-8 { background-position: 0px -267px; } .month-9 { background-position: 0px -298px; } .month-10 { background-position: 0px -329px; } .month-11 { background-position: 0px -360px; } .month-12 { background-position: 0px -391px; } .day-1 { background-position: -51px -45px; } .day-2 { background-position: -51px -76px; } .day-3 { background-position: -51px -107px; } .day-4 { background-position: -51px -138px; } .day-5 { background-position: -51px -169px; } .day-6 { background-position: -51px -200px; } .day-7 { background-position: -51px -231px; } .day-8 { background-position: -51px -263px; } .day-9 { background-position: -51px -294px; } .day-10 { background-position: -51px -325px; } .day-11 { background-position: -51px -356px; } .day-12 { background-position: -51px -387px; } .day-13 { background-position: -51px -418px; } .day-14 { background-position: -51px -449px; } .day-15 { background-position: -101px -45px; } .day-16 { background-position: -101px -76px; } .day-17 { background-position: -101px -107px; } .day-18 { background-position: -101px -139px; } .day-19 { background-position: -101px -171px; } .day-20 { background-position: -101px -201px; } .day-21 { background-position: -101px -232px; } .day-22 { background-position: -101px -263px; } .day-23 { background-position: -101px -294px; } .day-24 { background-position: -101px -325px; } .day-25 { background-position: -101px -356px; } .day-26 { background-position: -101px -387px; } .day-27 { background-position: -101px -418px; } .day-28 { background-position: -101px -450px; } .day-29 { background-position: -101px -482px; } .day-30 { background-position: -101px -513px; } .day-31 { background-position: -101px -545px; } .year-2011 { background-position: -145px -7px; } .year-2012 { background-position: -145px -79px; } .year-2013 { background-position: -145px -145px; } .year-2014 { background-position: -145px -212px; } .year-2015 { background-position: -145px -267px; } .year-2016 { background-position: -145px -322px; } .year-2017 { background-position: -145px -378px; } .year-2018 { background-position: -145px -433px; } .year-2019 { background-position: -145px -488px; } .year-2020 { background-position: -145px -544px; } /* [/BlogRoll] */ /* [BlogPost] */ .BlogPostCommentNameDate { font-size: 10px; } .BlogPostAddCommentHide, .HideComments { display: none; } .BlogPostCommentHighlightCurrent { background: #FFFCDF; border-radius: 3px; box-shadow: 0 0 10px rgba(0,0,0,0.2); } .AdminCommentLabel, .AuthorCommentLabel { display: none; } .AdminCommentLabel.BlogPostCommentByAdmin { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; } .AuthorCommentLabel.BlogPostCommentByAuthor { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; } .CommentReplies { margin-left: 100px; } /* [/BlogPost] */ /* [Profile] */ .ProfileName { float: left; } .PofileImage { float: right; padding: 0 0 20px 20px; } .ProfileInfoTable { margin: 10px 0; clear: left; } .ProfileTableHeader { margin-top: 20px; clear: both; } .ProfileTable { width: 100%; } .ProfileTable th { background: #eee; text-align: left; padding: 3px; } .ProfileTable td { padding: 3px; border-bottom: 1px solid #eee; } /* [/Profile] */ /* [BlogTagCloud] */ .BlogTagCloud.Control { text-align: justify; } .TagCloudList { list-style-type: none; margin: 0; padding: 0; } .BlogTagCloud .ControlItem { display: inline; padding: 0 5px 0 0; vertical-align: bottom; } .BlogTagCloud .ControlLink_Link { -webkit-transition: 0.5s; -moz-transition: -.5s; } .BlogTagCloud .TagCloud_MinSize { opacity: 0.5; } .BlogTagCloud .TagCloud_MedSize { } .BlogTagCloud .TagCloud_MaxSize { font-weight: bold; } .BlogTagCloud .ControlLink_Link:hover { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; } /* [/BlogTagCloud] */ /* [WriteReview] */ ul.TagList li { width: 32%; } ul.TagList:after { content: ''; display: table; clear: left; } /* [/WriteReview] */ /* [OnePageCheckOut] */ .checkout .ShoppingCartTotals { text-align: left; font-size: inherit; font-weight: normal; padding: 5px 0; } .checkout .ShoppingCartTotals b { font-weight: normal; } .checkout .ShoppingCartPrice { font-size: inherit; text-align: right; padding: 5px 0; white-space: nowrap; } #trDiscount a, #trDiscount a:hover { text-decoration: none; } #trTotal span, #trTotal b, #trAdjustedTotal span, #trAdjustedTotal b { font-weight: bold; } .OrderGiftingArea input[type=checkbox] { margin-right: 5px; } #addrBilling_ddAddressList_dd_ddCombo, #addrShipping_ddAddressList_dd_ddCombo, #ddExpireMonth, #txtPointsToApply { width: 100% !important; } .checkout label { position: relative; font-size: 1em; padding: 20px 0 0; } .checkout label > span { position: absolute; top: 25px; line-height: 25px; left: 10px; font-size: 1em; font-weight: normal; transition: 0.1s; opacity: 0.5; cursor: text; } .checkout label span span, .checkout label input[type=checkbox] + span { position: static; opacity: 1; } .checkout label.active span, .checkout label.filled span, .checkout label select ~ span, .checkout label select + span, .checkout .address-book-label span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; } /* this is a duplicate of the above rule, it seems to break firefox if it's included with the above selectors for some reason */ .checkout input:-webkit-autofill + span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; } .checkout input[type=checkbox], .checkout input[type=radio] { width: auto !important; } .checkout label span.ErrorText { position: static; font-size: 12px; line-height: 1; color: #df8f8e; padding: 0; opacity: 1; margin: 10px 0 0; background: none; box-shadow: none; border: none; } .field-has-error { background: #ffe4e3 !important; border-color: #df8f8e !important; } .zip-code { display: table; } .zip-code > div { display: table-cell; } .zip-code label span { font-size: 12px; } .zip-plus4 { max-width: 100px; } .zip-plus4 input { padding: 0; } .zip-plus4 > div { padding-left: 5px !important; } .zip-plus4 > div:empty { padding: 0; } .zip-plus4 > div:empty + span { display: none; } .PublicCommentsArea { width: auto !important; position: static; float: none !important; } .RequiredField { color: #df8f8e; font-weight: bold; line-height: 1; font-size: 150%; padding-left: 5px; } .payment-method .payment-name { cursor: pointer; } .payment-method .payment-name:before { display: inline-block; content: ' '; width: 0px; height: 0px; border-style: solid; border-color: transparent transparent transparent; border-left-color: inherit; border-width: 5px 5px 5px 10px; position: relative; top: -3px; } .payment-method.active .payment-name:before { border-color: transparent; border-top-color: inherit; border-width: 10px 5px 5px 5px; top: 2px; } .custom-fields .field { min-height: 80px; } label.remove-payment, label.image-input-replace { position: relative; padding: 0; font-weight: inherit; } label.remove-payment a, label.image-input-replace a { cursor: pointer; position: relative; z-index: 1; } label.remove-payment input, label.image-input-replace input { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; } .floating-totals { min-height: 1px; } .BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; } .BillMeLater .payment-name span { display: none; } .BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; } .BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; } .BillMeLater .payment-name span { display: none; } .BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; } .PayPalExpress .payment-name, .PayPal .payment-name { background: url('../images/paypal-logo.png') no-repeat top left; text-indent: 90px; margin-left: 20px; height: 25px; } .PayPalExpress .payment-name:before, .PayPal .payment-name:before { left: -110px; } .PayPalExpress .payment-name span, .PayPal .payment-name span { display: none; } .PayPal .paypal-text { display: none; } .PayPal.active .paypal-text { display: block; } .OnePageCheckOut .ShoppingCartCouponCode { padding: 0; } /* [/OnePageCheckOut] */ /* [MyAccount] */ .MyAccountPercentBarArea { border: 1px solid #999; border-radius: 5px; } .MyAccountPercentBarInner { padding: 1px; } .MyAccountPercentBar { border-radius: 4px; background: #66CC66; box-shadow: -5px -5px 5px rgba(0,0,0,0.25) inset, 5px 5px 5px rgba(255,255,255,0.5) inset; text-align: center; font-weight: bold; font-size: 11px; line-height: 15px; } .MyAccountShowHideTable { display: none; } .MyAccountSection .StarRatings { float: none; margin: 0 auto; } .MyAccountSection .StarRatings td { padding: 0 2px; border: none; } .CustomField.MyAccountSectionEntry { padding: 0 0 10px; width: 48%; float: left; min-height: 40px; } .CustomField.MyAccountSectionEntry:nth-child(2n) { margin-bottom: 15px; } #trAddNew { font-weight: bold; } /* [/MyAccount] */ /* [CustomerLogin] */ .CustomerLoginEmailTextbox { width: 180px; } .FacebookButton { background-color: #4c66a4; color: #fff; } .FacebookButton:hover { background-color: #364c7c; color: #fff; } .FacebookButton .icon-facebook { font-size: 1.2em; } /* [/CustomerLogin] */ /* [CategoryNavigationLinks] */ .BrowseCategoryIcon { } /* [/CategoryNavigationLinks] */ /* [AttributeNavigationLinks] */ .BrowseByAttributeFilterButtonArea { } .BrowseByAttHeader { } .MoreAttributesLink { cursor: pointer; } .MoreAttributes { display: none; } /* [/AttributeNavigationLinks] */ /* [HTML] */ /* [/HTML] */ /* [Carousel] */ /* [/Carousel] */ /* [Widget3921] */ .Control_3921 { } .ControlHeader_3921 { } .ControlItem_3921 { } .ControlLink_3921 { } .ControlLink_3921:hover { } .ControlLink_3921 a { } .ControlLink_3921 a:hover { } .ControlLink_Link_3921 { } .ControlLink_Link_3921:hover { } .ControlLinkSeperator_3921 { } .ControlText_3921 { } .ControlInput_3921 { } .ControlFooter_3921 { } .SmallCartItemLink_3921 { text-decoration: underline; } .SmallCartQtyTextbox_3921 { border-color: #333333; border-width: 1px; border-style: Solid; font-size: 8pt; width: 30px; } /* [/Widget3921] */ /* [Widget1541] */ .Control_1541 { margin-bottom: 30px; } .ControlHeader_1541 { } .Control_1541 h4 { margin-bottom: 0; } .ControlItem_1541 { } .ControlLink_1541 { } .ControlLink_1541:hover { } .ControlLink_1541 a { } .ControlLink_1541 a:hover { } .ControlLink_Link_1541 { } .ControlLink_Link_1541:hover { } .ControlLinkSeperator_1541 { } .ControlText_1541 { } .ControlInput_1541 { } .ControlFooter_1541 { } .FeaturedItemsRating_1541 { } .FeaturedItemsDetails_1541 { } .FeaturedItemsPriceHR_1541 { } .FeaturedItemsPriceAlignment_1541 { } .FeaturedItemsBuyMoreLinkHR_1541 { } .FeaturedItemsThumbnail_1541 { } .PriceLabels_1541 { } .ProductDisplayBuyNowLink_1541 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1541 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1541 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1541 { float: right; padding-right: 5px; display: inline; } /* [/Widget1541] */ /* [Widget1705] */ .Control_1705 { padding-top: 20px; padding-bottom: 20px; } .ControlHeader_1705 { } .ControlItem_1705 { } .ControlLink_1705 { } .ControlLink_1705:hover { } .ControlLink_1705 a { } .ControlLink_1705 a:hover { } .ControlLink_Link_1705 { } .ControlLink_Link_1705:hover { } .ControlLinkSeperator_1705 { } .ControlText_1705 { } .ControlInput_1705 { } .ControlFooter_1705 { } .BlogTagCloud.Control_1705 { text-align: justify; } .TagCloudList_1705 { list-style-type: none; margin: 0; padding: 0; } .BlogTagCloud .ControlItem_1705 { display: inline; padding: 0 5px 0 0; vertical-align: bottom; } .BlogTagCloud .ControlLink_Link_1705 { -webkit-transition: 0.5s; -moz-transition: -.5s; } .BlogTagCloud .TagCloud_MinSize_1705 { opacity: 0.5; } .BlogTagCloud .TagCloud_MedSize_1705 { } .BlogTagCloud .TagCloud_MaxSize_1705 { font-weight: bold; } .BlogTagCloud .ControlLink_Link:hover_1705 { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; } /* [/Widget1705] */ /* [Widget6093] */ .ControlLink_6093:hover { } .ControlLink_Link_6093 { } .ControlLink_Link_6093:hover { } /* [/Widget6093] */ /* [Widget1538] */ .Control_1538 { margin-bottom: 30px; } .Control_1538 h4 { margin-bottom: 0; } .ControlHeader_1538 { } .ControlItem_1538 { } .ControlLink_1538 { } .ControlLink_1538:hover { } .ControlLink_1538 a { } .ControlLink_1538 a:hover { } .ControlLink_Link_1538 { } .ControlLink_Link_1538:hover { } .ControlLinkSeperator_1538 { } .ControlText_1538 { } .ControlInput_1538 { } .ControlFooter_1538 { } .FeaturedItemsRating_1538 { } .FeaturedItemsDetails_1538 { } .FeaturedItemsPriceHR_1538 { } .FeaturedItemsPriceAlignment_1538 { } .FeaturedItemsBuyMoreLinkHR_1538 { } .FeaturedItemsThumbnail_1538 { } .PriceLabels_1538 { } .ProductDisplayBuyNowLink_1538 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1538 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1538 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1538 { float: right; padding-right: 5px; display: inline; } /* [/Widget1538] */ /* [Widget1690] */ .Control_1690 { } .Control_1690 a { font-size: 1.5em; } /* [/Widget1690] */ /* [BlogDrillDown] */ .BlogDrillDownIcon { display: inline-block; *display: inline; zoom: 1; padding: 0 5px; vertical-align: middle; } .BlogDrillDown .ControlLink { display: inline-block; *display: inline; zoom: 1; } /* [/BlogDrillDown] */ /* [UploadFile] */ .ShippingEstimationRateTable td { padding: 5px 0; } .ShippingEstimationRate span { padding-left: 10px; font-weight: bold; } /* [/UploadFile] */ /* [AttributeGroupLinks] */ /* [/AttributeGroupLinks] */ /* [MenuBar] */ /* [/MenuBar] */ /* [Widget3920] */ .Control_3920 { } .Control_3920 .navbar { background: #ce1515; border: none; height: 70px; } .Control_3920 .navbar-default .navbar-nav > li > a { color: #fff; line-height: 40px; border-right: 1px solid #ad2121; } .Control_3920 .navbar-default .navbar-nav > li > a:hover { background: #ad2121; } .Control_3920 .navbar-collapse { padding-left: 0; padding-right: 0; } .ControlHeader_3920 { } .ControlItem_3920 { } .ControlLink_3920 { } .ControlLink_3920:hover { } .ControlLink_3920 a { } .ControlLink_3920 a:hover { } .ControlLink_Link_3920 { } .ControlLink_Link_3920:hover { } .ControlLinkSeperator_3920 { } .ControlText_3920 { } .ControlInput_3920 { } .ControlFooter_3920 { } /* [/Widget3920] */ /* [Widget3997] */ .Control_3997 .navbar { background: #1f2123; height: 64px; border: none; } .Control_3997 .navbar-default .navbar-nav > li > a { line-height: 34px; border-right: 1px solid #000; } .ControlHeader_3997 { } .ControlItem_3997 { } .ControlLink_3997 { } .ControlLink_3997:hover { } .ControlLink_3997 a { } .ControlLink_3997 a:hover { } .ControlLink_Link_3997 { } .ControlLink_Link_3997:hover { } .ControlLinkSeperator_3997 { } .ControlText_3997 { } .ControlInput_3997 { } .ControlFooter_3997 { } /* [/Widget3997] */ /* [Widget1680] */ .Control_1680 .navbar { background: none; border-bottom: none; margin-bottom: 0; } .Control_1680 .navbar-default .navbar-right .navbar-nav > li > a, .Control_1680 .navbar-default .navbar-right .navbar-nav > li:first-child > a { border: none; background: none; color: #999; } .Control_1680 .navbar-default .navbar-right .navbar-nav > li > a:hover { border: none; background: none; color: #fff; } .Control_1680 .navbar-default .navbar-nav > li > a { border-right: 1px solid #ccc; line-height: 20px; color: #999; } .Control_1680 .navbar-default .navbar-nav > li:first-child > a { border-left: 1px solid #ccc; } .Control_1680 .navbar-default .navbar-nav > li > a:hover { border-right: 1px solid #ccc; background: #eee; color: #444444; } .Control_1680 .navbar-collapse { padding-left: 0; padding-right: 0; } .ControlHeader_1680 { } .ControlItem_1680 { } .ControlLink_1680 { } .ControlLink_1680:hover { } .ControlLink_1680 a { } .ControlLink_1680 a:hover { } .ControlLink_Link_1680 { } .ControlLink_Link_1680:hover { } .ControlLinkSeperator_1680 { } .ControlText_1680 { } .ControlInput_1680 { } .ControlFooter_1680 { } /* [/Widget1680] */ /* [Widget1676] */ .Control_1676 .navbar { background: none repeat scroll 0 0 #222526; border-bottom: medium none; border-radius: 6px; margin-bottom: 0; position: relative; z-index: 10; } .Control_1676 .navbar-collapse { padding-left: 0; padding-right: 0; } .Control_1676 .navbar-default .navbar-nav > li > a { border-right: 1px solid #000; line-height: 35px; color: #fff; padding-left: 20px; padding-right: 20px; } .Control_1676 .navbar-default .navbar-nav > li > a:hover { border-right: 1px solid #000; background: #000; } .Control_1676 .navbar-default .navbar-nav > li:first-child > a:hover { border-radius: 6px 0 0 6px; } .Control_1676 .navbar-right { background: none repeat scroll 0 0 #65A9E0; border-radius: 0 6px 6px 0; } .Control_1676 .navbar-default .navbar-right .navbar-nav > li > a { border-right: 1px solid #4e8db7; line-height: 35px; color: #fff; padding-left: 20px; padding-right: 20px; font-size: 24px; } .Control_1676 .navbar-default .navbar-right .navbar-nav > li > a:hover { background: #4f96c6; } .Control_1676 .navbar-default .navbar-right .navbar-nav > li:last-child > a { border-right: none; border-radius: 0 6px 6px 0; } .ControlHeader_1676 { } .ControlItem_1676 { } .ControlLink_1676 { } .ControlLink_1676:hover { } .ControlLink_1676 a { } .ControlLink_1676 a:hover { } .ControlLink_Link_1676 { } .ControlLink_Link_1676:hover { } .ControlLinkSeperator_1676 { } .ControlText_1676 { } .ControlInput_1676 { } .ControlFooter_1676 { } /* [/Widget1676] */ /* [Widget1684] */ .Control_1684 .h-social a, .Control_1684 .h-social2 a { color: #fff; } .Control_1684 .h-social a:hover, .Control_1684 .h-social2 a:hover { color: #ccc; text-decoration: none; } .Control_1684 .h-search .AutocompleteSearchBox { background: none repeat scroll 0 0 #FFFFFF; border: medium none; display: inline-block; padding: 5px; position: relative; width: 100%; } .h-search { background: none repeat scroll 0 0 #222526; border-radius: 6px; padding: 12px; width: 100%; position: relative; } .Control_1684 .SearchGoThemeButton { background: none repeat scroll 0 0 #65A9E0; border: medium none; border-radius: 0 6px 6px 0; display: inline-block; margin: 0; position: absolute; top: 12px; right: 8px; color: #fff; height: 34px; } .Control_1684 .SearchGoThemeButton:hover { background: #4F96C6; } .Control_1684 .col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 0; } .Control_1684 a { } /* [/Widget1684] */ /* [Widget1542] */ .ControlInput_1542, .Control_1542 input[type="text"], .Control_1542 input[type="password"], .Control_1542 input[type="email"] { border: medium none; border-radius: 4px 0 0 4px; box-shadow: none; display: inline-block; line-height: 0; margin-bottom: 0; margin-right: 0; margin-top: 0; padding: 14px; } .Control_1542 .MailingListGoThemeButton { background: #65A9E0; border: medium none; border-radius: 0 4px 4px 0; color: #FFFFFF; display: inline-block; font-size: 18px; margin: 0 0 0 -5px; height: 44px; } .Control_1542 .MailingListGoThemeButton:hover { background: #4F96C6; } .Control_1542 { text-align: center; } .ControlHeader_1542 { display: none; } .ControlItem_1542 { } .ControlText_1542 { } .ControlInput_1542 { } /* [/Widget1542] */ /* [Widget1543] */ .Control_1543 { margin-top: 30px; background: #fff; border: 1px solid #ededed; } .Control_1543 .BlogRollBlogName { margin: 0; text-transform: uppercase; } .Control_1543 .grad { border: 1px solid #ddd; } .Control_1543 .BlogRollBlogName div { color: #65A9E0; display: inline-block; padding: 10px 16px; font-size: 18px; font-weight: bold; } .Control_1543 .BlogPostImage { margin-top: 20px; margin-bottom: 20px; } .ControlHeader_1543 { } .ControlItem_1543 { } .ControlLink_1543 { } .ControlLink_1543:hover { } .ControlLink_1543 a { } .ControlLink_1543 a:hover { } .ControlLink_Link_1543 { } .ControlLink_Link_1543:hover { } .ControlLinkSeperator_1543 { } .ControlText_1543 { } .ControlInput_1543 { } .ControlFooter_1543 { } /* [/Widget1543] */ /* [MenuList] */ /* [/MenuList] */ /* [Widget1688] */ .Control_1688 .nav > li > a:hover, .nav > li > a:focus { background: none; background-color: none; color: #999; } .ControlHeader_1688 { } .ControlItem_1688 { } .ControlLink_1688 { } .ControlLink_1688:hover { } .ControlLink_1688 a { } .ControlLink_1688 a:hover { } .ControlLink_Link_1688 { } .ControlLink_Link_1688:hover { } .ControlLinkSeperator_1688 { } .ControlText_1688 { } .ControlInput_1688 { } .ControlFooter_1688 { } /* [/Widget1688] */ /* [Widget1698] */ .Control_1698 { } .ControlItem_1698 { } .ControlLink_1698 { } .ControlLink_1698:hover { } .ControlLink_1698 a { } .ControlLink_1698 a:hover { } .ControlLink_Link_1698 { } .ControlLink_Link_1698:hover { } .ControlLinkSeperator_1698 { } .ControlText_1698 { } .ControlInput_1698 { } .ControlFooter_1698 { } .BrowseByAttributeFilterButtonArea_1698 { } .BrowseByAttHeader_1698 { } /* [/Widget1698] */ /* [Widget1701] */ .Control_1701 .well .row:last-child .ControlItem_1701 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; } .Control_1701 a { color: #000; font-size: 16px; } .LayoutLeftColumn .ProductDisplay strong .ControlHeader_1701 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; } .ControlItem_1701 { padding-left: 0; border-bottom: 1px solid #DDDDDD; color: #000; margin-bottom: 20px; } .ControlLink_1701 { } .ControlLink_1701:hover { } .ControlLink_1701 a { } .ControlLink_1701 a:hover { } .ControlLink_Link_1701 { } .ControlLink_Link_1701:hover { } .ControlLinkSeperator_1701 { } .ControlText_1701 { } .ControlInput_1701 { } .ControlFooter_1701 { } .FeaturedItemsRating_1701 { } .FeaturedItemsDetails_1701 { } .FeaturedItemsPriceHR_1701 { } .FeaturedItemsPriceAlignment_1701 { } .FeaturedItemsBuyMoreLinkHR_1701 { } .FeaturedItemsThumbnail_1701 { } .PriceLabels_1701 { } .ProductDisplayBuyNowLink_1701 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1701 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1701 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1701 { float: right; padding-right: 5px; display: inline; } /* [/Widget1701] */ /* [Widget1702] */ .Control_1702 .well .row:last-child .ControlItem_1702 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; } .Control_1702 a { color: #000; font-size: 16px; } .LayoutLeftColumn .ProductDisplay strong .ControlHeader_1702 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; } .ControlItem_1702 { padding-left: 0; border-bottom: 1px solid #DDDDDD; color: #000; margin-bottom: 20px; } .Control_1702 { } .ControlHeader_1702 { } .ControlItem_1702 { } .ControlLink_1702 { } .ControlLink_1702:hover { } .ControlLink_1702 a { } .ControlLink_1702 a:hover { } .ControlLink_Link_1702 { } .ControlLink_Link_1702:hover { } .ControlLinkSeperator_1702 { } .ControlText_1702 { } .ControlInput_1702 { } .ControlFooter_1702 { } .FeaturedItemsRating_1702 { } .FeaturedItemsDetails_1702 { } .FeaturedItemsPriceHR_1702 { } .FeaturedItemsPriceAlignment_1702 { } .FeaturedItemsBuyMoreLinkHR_1702 { } .FeaturedItemsThumbnail_1702 { } .PriceLabels_1702 { } .ProductDisplayBuyNowLink_1702 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1702 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1702 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1702 { float: right; padding-right: 5px; display: inline; } /* [/Widget1702] */ /* [Widget1703] */ .Control_1703 .well .row:last-child .ControlItem_1703 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; } .Control_1703 a { color: #000; font-size: 16px; } .LayoutLeftColumn .ProductDisplay strong .ControlHeader_1703 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; } .ControlItem_1703 { padding-left: 0; border-bottom: 1px solid #DDDDDD; color: #000; margin-bottom: 20px; } .Control_1703 { } .ControlHeader_1703 { } .ControlItem_1703 { } .ControlLink_1703 { } .ControlLink_1703:hover { } .ControlLink_1703 a { } .ControlLink_1703 a:hover { } .ControlLink_Link_1703 { } .ControlLink_Link_1703:hover { } .ControlLinkSeperator_1703 { } .ControlText_1703 { } .ControlInput_1703 { } .ControlFooter_1703 { } .FeaturedItemsRating_1703 { } .FeaturedItemsDetails_1703 { } .FeaturedItemsPriceHR_1703 { } .FeaturedItemsPriceAlignment_1703 { } .FeaturedItemsBuyMoreLinkHR_1703 { } .FeaturedItemsThumbnail_1703 { } .PriceLabels_1703 { } .ProductDisplayBuyNowLink_1703 { font-size: 7pt; text-decoration: none; } .ProductDisplayMoreLink_1703 { font-size: 7pt; text-decoration: none; } .ProductDisplayStatus_1703 { font-size: 7pt; text-decoration: none; } .ProductDisplayBuyMoreArea_1703 { float: right; padding-right: 5px; display: inline; } /* [/Widget1703] */ /* [ImageLogo] */ /* [/ImageLogo] */ /* [Widget1547] */ .Control_1547 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; } .Control_1547 img:hover { border: 1px solid #65a9e0; } .ControlHeader_1547 { } .ControlItem_1547 { } .ControlLink_1547 { } .ControlLink_1547:hover { } .ControlLink_1547 a { } .ControlLink_1547 a:hover { } .ControlLink_Link_1547 { } .ControlLink_Link_1547:hover { } .ControlLinkSeperator_1547 { } .ControlText_1547 { } .ControlInput_1547 { } .ControlFooter_1547 { } /* [/Widget1547] */ /* [Widget25909] */ .Control_25909 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .Control_25909 img:hover { border: 1px solid #65a9e0; } .ControlHeader_25909 { } .ControlItem_25909 { } .ControlLink_25909 { } .ControlLink_25909:hover { } .ControlLink_25909 a { } .ControlLink_25909 a:hover { } .ControlLink_Link_25909 { } .ControlLink_Link_25909:hover { } .ControlLinkSeperator_25909 { } .ControlText_25909 { } .ControlInput_25909 { } .ControlFooter_25909 { } /* [/Widget25909] */ /* [Widget1549] */ .Control_1549 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; width: 100%; } .Control_1549 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1549 { } .ControlItem_1549 { } .ControlLink_1549 { } .ControlLink_1549:hover { } .ControlLink_1549 a { } .ControlLink_1549 a:hover { } .ControlLink_Link_1549 { } .ControlLink_Link_1549:hover { } .ControlLinkSeperator_1549 { } .ControlText_1549 { } .ControlInput_1549 { } .ControlFooter_1549 { } /* [/Widget1549] */ /* [Widget1551] */ .Control_1551 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; width: 100%; } .Control_1551 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1551 { } .ControlItem_1551 { } .ControlLink_1551 { } .ControlLink_1551:hover { } .ControlLink_1551 a { } .ControlLink_1551 a:hover { } .ControlLink_Link_1551 { } .ControlLink_Link_1551:hover { } .ControlLinkSeperator_1551 { } .ControlText_1551 { } .ControlInput_1551 { } .ControlFooter_1551 { } /* [/Widget1551] */ /* [Widget1553] */ .Control_1553 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; margin-bottom: 25px; padding: 8px; width: 100%; } .Control_1553 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1553 { } .ControlItem_1553 { } .ControlLink_1553 { } .ControlLink_1553:hover { } .ControlLink_1553 a { } .ControlLink_1553 a:hover { } .ControlLink_Link_1553 { } .ControlLink_Link_1553:hover { } .ControlLinkSeperator_1553 { } .ControlText_1553 { } .ControlInput_1553 { } .ControlFooter_1553 { } /* [/Widget1553] */ /* [Widget1545] */ .Control_1545 { margin-bottom: 30px; } .Control_1545 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .Control_1545 img:hover { border: 1px solid #65A9E0; } .ControlHeader_1545 { } .ControlItem_1545 { } .ControlLink_1545 { } .ControlLink_1545:hover { } .ControlLink_1545 a { } .ControlLink_1545 a:hover { } .ControlLink_Link_1545 { } .ControlLink_Link_1545:hover { } .ControlLinkSeperator_1545 { } .ControlText_1545 { } .ControlInput_1545 { } .ControlFooter_1545 { } /* [/Widget1545] */ /* [Widget1555] */ .Control_1555 img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .Control_1555 img:hover { border: 1px solid #65a9e0; } .ControlHeader_1555 { } .ControlItem_1555 { } .ControlLink_1555 { } .ControlLink_1555:hover { } .ControlLink_1555 a { } .ControlLink_1555 a:hover { } .ControlLink_Link_1555 { } .ControlLink_Link_1555:hover { } .ControlLinkSeperator_1555 { } .ControlText_1555 { } .ControlInput_1555 { } .ControlFooter_1555 { } /* [/Widget1555] */ /* [Widget1539] */ .Control_1539 { padding: 20px; background: #fff; border: 1px solid #ededed; text-align: center; margin-bottom: 30px; } .Control_1539 h2 { color: #65a9e0; } .Control_1539 a { } /* [/Widget1539] */ /* [BillMeLaterBanner] */ /* [/BillMeLaterBanner] */ /* [Widget1699] */ .Control_1699 { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #EDEDED; margin-bottom: 30px; padding: 10px; text-align: center; } .ControlHeader_1699 { } .ControlItem_1699 { } .ControlLink_1699 { } .ControlLink_1699:hover { } .ControlLink_1699 a { } .ControlLink_1699 a:hover { } .ControlLink_Link_1699 { } .ControlLink_Link_1699:hover { } .ControlLinkSeperator_1699 { } .ControlText_1699 { } .ControlInput_1699 { } .ControlFooter_1699 { } /* [/Widget1699] */ /* [CategoryList] */ .CategoryListProduct { width: 100px; float: left; margin: 20px; text-align: center; } .CategoryListProductPhoto { height: 100px; } /* [/CategoryList] */ /* [ProductCompare] */ .product-compare-table { } .product-compare-table tr > th:first-child:not(:last-child) { border-right: 1px solid #ccc; } .product-compare-table tr > td:nth-child(2n), .product-compare-table tr > th:nth-child(2n) { background: #f9f9f9; } .remove-link { top: -5px; right: -5px; } .remove-link a { color: inherit; font-size: 16px; display: block; height: 20px; width: 20px; line-height: 20px; } .remove-link a:hover { text-decoration: none; background: #666; color: #fff; border-radius: 25px; } /* [/ProductCompare] */ /* [Widget1536] */ .Control_1536 { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ededed; padding: 8px; } .ControlHeader_1536 { } .ControlItem_1536 { } .ControlLink_1536 { } .ControlLink_1536:hover { } .ControlLink_1536 a { } .ControlLink_1536 a:hover { } .ControlLink_Link_1536 { } .ControlLink_Link_1536:hover { } .ControlLinkSeperator_1536 { } .ControlText_1536 { } .ControlInput_1536 { } .ControlFooter_1536 { } .Slideshow_1536 { position: relative; } .SlideList_1536 { margin: 0; padding: 0; list-style: none; } .Slide_1536 { overflow: hidden; } .SlideshowButtons_1536 { padding: 0; bottom: 10px; left: 10px; position: absolute; } .SlideshowButton_1536 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; } .SlideshowButtonLink_1536 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; } .SlideshowButtonLinkCurrent_1536 { background: #5DC9E1; color: #fff; } .SlideshowButtonLink:focus_1536 { outline: none; } /* [CheckOut] */ .CheckOutHeader { font-weight: bold; font-size: 16px; } .CheckOutSubHeader { font-weight: bold; font-size: 16x; margin-bottom: 20px; } .CardFieldHeaders { background: #666; color: #fff; padding: 5px; } .OnePageCheckoutShoppingCart .ShoppingCartPrice { padding: 10px 0; font-size: inherit; border: none; } .SplitPaymentLink { cursor: pointer; } #tbAppliedPayments { width: 100%; } .AppliedPaymentHeader th { padding: 5px; } .AddressEditorZipCodePlus4Textbox { width: 50px; } .AddressBookEditor { padding: 2px 10px 2px 0; } .OnePageCheckoutShoppingCart td { padding: 5px; border-bottom: 1px solid #e5e5e5; } .ShoppingCartVariations td { padding: 0 0 0 20px; border: none; } .OnePageCheckoutShoppingCart .ShoppingCartTotals { border: none; } .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin input { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; } .form-signin input:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } /* [/Checkout] */ .ShippingSelect input[type="radio"] + label { margin-left: 1em; }
0.445047
0.096748
@font-face{ font-family: 'Arsenal-Bold'; src: url("../fonts/Arsenal-Bold.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Italic'; src: url("../fonts/Arsenal-Italic.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Regular'; src: url("../fonts/Arsenal-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Bold'; src: url("../fonts/Lato-Bold.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Light'; src: url("../fonts/Lato-Light.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Regular'; src: url("../fonts/Lato-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Thin'; src: url("../fonts/Lato-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Roboto-Regular'; src: url("../fonts/Roboto-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Sacramento-Regular'; src: url("../fonts/Sacramento-Regular.ttf") format("truetype"); font-weight:normal; } html { box-sizing: border-box; /*font-size: 62.5%;*/ min-height: 100%; } *, *:before, *:after { box-sizing: inherit; } body { min-height: 100%; } /*MAX WIDTH PANTALLA*/ @media (min-width: 1790px){ .container{ width:1760px; } } .tx_centrado{ text-align: center; } .sin-padding{ padding-left:0px; padding-right:0px; } .sin-padding-left{ padding-left:0px; } .sin-padding-right{ padding-right:0px; } .sin-padding-left-50{ padding-right:0px; padding-left:7.5px; } .sin-padding-right-50{ padding-left:0px; padding-right:7.5px; } .class_tx_h1{ position: absolute; top:-500px; z-index: -1; } .icono-down-xs{ margin-top: 10px; text-align:center; } .tx-lato-regular{ font-family: 'Lato-Regular', sans-serif; } .tx-lato-bold{ font-family: 'Lato-Bold', sans-serif; } /* HEADER */ h1,h2,h3,h4,p,a{ font-family: 'Arsenal-Regular', sans-serif; font-size: 14pt; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } td,th{ font-family: 'Lato-Regular', sans-serif; font-size: 16pt; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } @media screen and (max-width: 1789px) { td,th{ font-size: 13pt; } } @media screen and (max-width: 1199px) { td,th{ font-size: 10pt; } } @media screen and (max-width: 991px) { td,th{ font-size: 9pt; } } .navbar-inverse{ background-color: rgba(255, 255, 255, 1); border:none; border-radius: 0px; padding-bottom: 35px; padding-top: 35px; z-index:1010; margin-bottom:0px; } @media screen and (max-width: 1789px) { .navbar-inverse{ padding-bottom: 15px; padding-top: 15px; z-index:1010; } } @media screen and (max-width: 767px) { .navbar-inverse{ background-color: rgba(255, 255, 255, 1); border:none; border-radius: 0px; border-bottom:5px solid #ECEAA5; box-shadow: none; padding-bottom: 10px; padding-top: 10px; z-index:1010; } } /*MAQUETACIÓN INDEX LANDING*/ /*VIDEO*/ .cont-01-web-landing{ position: relative; min-height: 100%; background-color:#001523; } .video-position-estilos{ width: 100%; margin:0 auto; } video{ display: block; } .logo-fijo{ margin-top:60px; z-index: 400; } @media screen and (max-width: 1789px) { .logo-fijo{ margin-top:70px; z-index: 400; } } @media screen and (max-width: 1199px) { .logo-fijo{ margin-top:80px; z-index: 400; } } @media screen and (max-width: 991px) { .logo-fijo{ margin-top:70px; z-index: 400; } } .diseño-01{ background-color:#001523; padding:5px 0px 30px 0px; width: 100%; display: block; z-index: 400; } @media screen and (max-width: 1789px) { .diseño-01{ padding:10px 0px 30px 0px; } } .border-01{ border-top:1px solid #ECEAA5; } .tx-lato-light-amarillo-01{ color:#ECEAA5; text-align: center; text-transform: uppercase; font-family: 'Lato-Light', sans-serif; font-size: 24pt; margin-top:30px; } @media screen and (max-width: 1789px) { .tx-lato-light-amarillo-01{ font-size: 20pt; } } @media screen and (max-width: 991px) { .tx-lato-light-amarillo-01{ font-size: 15pt; } } .tx-lato-black-blanco-01{ color:#FFFFFF; text-align: center; font-family: 'Lato-Bold', sans-serif; font-size: 24pt; margin-top:30px; } @media screen and (max-width: 1789px) { .tx-lato-black-blanco-01{ font-size: 20pt; } } @media screen and (max-width: 991px) { .tx-lato-black-blanco-01{ font-size: 15pt; margin-top:15px; } } .tx-lato-light-amarillo-02{ color:#ECEAA5; text-align: center; font-family: 'Lato-Light', sans-serif; font-size: 20pt; padding:10px 0px 10px 0px; border:1px solid #ECEAA5; margin-top:30px; } @media screen and (max-width: 1789px) { .tx-lato-light-amarillo-02{ font-size: 16pt; } } @media screen and (max-width: 1199px) { .tx-lato-light-amarillo-02{ font-size: 12pt; margin-top: 20px; } } .margenes-img-precios{ margin-top: 30px; } @media screen and (max-width: 991px) { .margenes-img-precios{ margin-top: 20px; } } .icono-down-01{ color:#ECEAA5; font-size:25pt; margin-top: 20px; } @media screen and (max-width: 1789px) { .icono-down-01{ font-size:20pt; margin-top: 15px; } } @media screen and (max-width: 767px) { .icono-down-01{ font-size:15pt; margin-top: 10px; } } /*Contenedor 2 web*/ .sombra-contenedor{ margin:45px 45px 70px 0px; box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); padding-bottom:45px; } .diseño-02{ background-color:#FFFFFF; padding:50px 45px 0px 45px; } @media screen and (max-width: 1789px) { .diseño-02{ padding: 50px 30px 0px 30px; } } @media screen and (max-width: 1199px) { .diseño-02{ padding: 50px 20px 0px 20px; } } @media screen and (max-width: 991px) { .diseño-02{ padding: 50px 15px 0px 15px; } } .cont-02-web-landing{ background-color: #FFFFFF; padding: 45px 45px 45px 45px; } @media screen and (max-width: 1789px) { .cont-02-web-landing{ padding: 45px 30px 45px 30px; } } @media screen and (max-width: 1199px) { .cont-02-web-landing{ padding: 45px 20px 45px 20px; } } @media screen and (max-width: 991px) { .cont-02-web-landing{ padding: 25px 15px 45px 15px; } } .tx-arsenal-regular-blanco-01{ color:#152531; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; border-left: 12px solid #ECEAA5; border-bottom: 3px solid #ECEAA5; padding: 10px 0px 10px 30px; } @media screen and (max-width: 1789px) { .tx-arsenal-regular-blanco-01{ font-family: 'Arsenal-Regular', sans-serif; font-size: 20pt; } } .icono-down-02{ color:#FFFFFF; font-size:25pt; margin-top: 20px; } @media screen and (max-width: 1789px) { .icono-down-02{ font-size:20pt; margin-top: 15px; } } @media screen and (max-width: 767px) { .icono-down-02{ font-size:15pt; margin-top: 10px; } } /*Slider 01*/ .carousel-inner.alto-personalizado-01{ height: 660px; } @media screen and (max-width: 1789px) { .carousel-inner.alto-personalizado-01{ height: 414px; } } @media screen and (max-width: 1199px) { .carousel-inner.alto-personalizado-01{ height: 351px; } } @media screen and (max-width: 991px) { .carousel-inner.alto-personalizado-01{ height: 268px; } } .carousel-inner.alto-personalizado-02{ height: 660px; } @media screen and (max-width: 1789px) { .carousel-inner.alto-personalizado-02{ height: 413px; } } @media screen and (max-width: 1199px) { .carousel-inner.alto-personalizado-02{ height: 350px; } } @media screen and (max-width: 991px) { .carousel-inner.alto-personalizado-02{ height: 230px; } } .left.carousel-control{ background-image: none; } .right.carousel-control{ background-image: none; } .icono-slider-left{ padding:5px 30px; font-size: 22pt; color:#B29249; position: absolute; right: 77px; bottom:0px; background-color:rgba(0, 32, 46, 0.75); } @media screen and (max-width: 767px) { .icono-slider-left{ padding:12px 18px; font-size: 16pt; color:#B29249; position: absolute; right:auto; left:0px; bottom:45%; background-color:rgba(0, 32, 46, 1); overflow: visible; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); border-radius: 0px 0px 0px 0px; } } .icono-slider-left:hover{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } .icono-slider-left:focus{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } .icono-slider-right{ padding:5px 30px; font-size: 22pt; color:#B29249; position: absolute; right: 0px; bottom:0px; background-color:rgba(0, 32, 46, 0.75); } @media screen and (max-width: 767px) { .icono-slider-right{ padding:12px 18px; font-size: 16pt; color:#B29249; position: absolute; bottom:45%; background-color:rgba(0, 32, 46, 1); border-radius: 0px 0px 0px 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); } } .icono-slider-right:hover{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } .icono-slider-right:focus{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } /*Descripcion slider*/ .tx-lato-regular-azul-01{ color:#001523; font-family: 'Lato-Regular', sans-serif; font-size: 20pt; border-bottom:1px solid #E6E6E6; padding-bottom:15px; margin:45px 0px 25px 0px; display: inline-block; width: 100%; } @media screen and (max-width: 1199px) { .tx-lato-regular-azul-01{ font-size: 16pt; } } .tx-lato-light-azul-01{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; padding:0px 0px 15px 40px; } @media screen and (max-width: 1199px) { .tx-lato-light-azul-01{ font-size: 13pt; padding:0px 0px 10px 15px; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-01{ font-size: 11pt; padding:0px 0px 10px 15px; } } .tx-arsenal-regular-azul-02{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; border-bottom:1px solid #E6E6E6; padding-bottom:15px; margin:65px 0px 0px 0px; width: 100%; display: inline-block; border-left: 12px solid #ECEAA5; border-bottom: 3px solid #ECEAA5; padding: 10px 0px 10px 30px; } @media screen and (max-width: 1199px) { .tx-arsenal-regular-azul-02{ font-size: 20pt; } } /*Tabla Casas*/ .margenes-tabla{ padding:0px 45px 25px 45px; background-color: #FFFFFF; overflow: hidden; } @media screen and (max-width: 1789px) { .margenes-tabla{ padding:0px 30px 25px 30px; } } @media screen and (max-width: 1199px) { .margenes-tabla{ padding:0px 20px 25px 20px; } } @media screen and (max-width: 991px) { .margenes-tabla{ padding:0px 15px 25px 15px; } } table thead { color: #001523; background-color: #FFFFFF; } .table>thead>tr>th{ padding: 20px 0px 20px 0px; border-bottom:1px solid #E6E6E6; } .table>tbody>tr>th{ padding: 50px 0px 50px 0px; border:none; border-bottom:1px solid #E6E6E6; width: 11%; vertical-align: middle; } @media screen and (max-width: 1789px) { .table>tbody>tr>th{ width: 10%; } } .table>tbody>tr>td{ padding: 50px 0px 50px 0px; border:none; border-bottom:1px solid #E6E6E6; width: 11%; vertical-align: middle; } @media screen and (max-width: 1789px) { .table>tbody>tr>td{ width: 10%; } } .table>tbody>tr>td.boton-tabla{ padding: 50px 0px 50px 0px; border:none; border-bottom:1px solid #E6E6E6; width: 17%; } @media screen and (max-width: 1789px) { .table>tbody>tr>td.boton-tabla{ width: 20%; } } table th { text-align: center; } table td { text-align: center; } .tx_oculto{ opacity: 0; cursor:default; } .tx-lato-bold-tabla{ font-family: 'Lato-Bold', sans-serif; } .enlace-tabla-01{ font-family: 'Lato-Regular', sans-serif; font-size: 15pt; color:#001523; border: 1px solid #001523; padding: 20px; background-color: transparent; } @media screen and (max-width: 1789px) { .enlace-tabla-01{ font-size: 12pt; padding: 15px 5px; } } @media screen and (max-width: 1199px) { .enlace-tabla-01{ font-size: 10pt; padding: 15px 5px; } } @media screen and (max-width: 991px) { .enlace-tabla-01{ font-size: 8pt; padding: 10px 5px; } } .enlace-tabla-01:hover{ text-decoration: none; color: #FFFFFF; background-color:#001523; } .enlace-tabla-01:focus{ text-decoration: none; color: #FFFFFF; background-color:#001523; } .enlace-tabla-02{ font-family: 'Lato-Regular', sans-serif; font-size: 15pt; color:#001523; border: 1px solid transparent; padding: 20px; background:linear-gradient(0deg, #D0C079 0%, #ECEAA5 50%, #D0C079 100%); } @media screen and (max-width: 1789px) { .enlace-tabla-02{ font-size: 12pt; padding: 15px 5px; } } @media screen and (max-width: 1199px) { .enlace-tabla-02{ font-size: 10pt; padding: 15px 5px; } } @media screen and (max-width: 991px) { .enlace-tabla-02{ font-size: 8pt; padding: 10px 5px; } } .enlace-tabla-02:hover{ text-decoration: none; color:#152531; background-color:#FFFFFF; border: 1px solid #152531; } .enlace-tabla-02:focus{ text-decoration: none; color:#152531; background-color:#FFFFFF; border: 1px solid #152531; } /*Contenedor 03 */ .cont-03-web-landing{ background-color: #FFFFFF; padding: 0px 45px 25px 45px; overflow: hidden; } @media screen and (max-width: 1789px) { .cont-03-web-landing{ padding: 0px 30px 25px 30px; } } @media screen and (max-width: 1199px) { .cont-03-web-landing{ padding: 0px 20px 25px 20px; } } @media screen and (max-width: 991px) { .cont-03-web-landing{ padding: 0px 15px 25px 15px; } } .tx-arsenal-regular-azul-03{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; border-bottom:1px solid #E6E6E6; padding-bottom:15px; margin:65px 0px 45px 0px; width: 100%; display: inline-block; border-left: 12px solid #ECEAA5; border-bottom: 3px solid #ECEAA5; padding: 10px 0px 10px 30px; } @media screen and (max-width: 1199px) { .tx-arsenal-regular-azul-03{ font-size: 20pt; } } .tx-lato-light-azul-02{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; padding:0px 0px 45px 0px; } @media screen and (max-width: 1199px) { .tx-lato-light-azul-02{ font-size: 13pt; } } /*IMG CALL TO ACTION*/ .img-call-to-action{ position: relative; left:45px; margin-top: 30px; z-index:150; width: 102.5%; } @media screen and (max-width: 1789px) { .img-call-to-action{ position: relative; left:30px; margin-top: 30px; width: 102%; } } @media screen and (max-width: 1199px) { .img-call-to-action{ position: relative; left:20px; margin-top: 30px; width: 102%; } } @media screen and (max-width: 991px) { .img-call-to-action{ position: relative; left:15px; margin-top: 30px; width: 108%; } } /*Footer*/ .cont-04-web-landing{ background-color: #FFFFFF; padding: 70px 45px 0px 45px; overflow: hidden; } @media screen and (max-width: 1789px) { .cont-04-web-landing{ padding: 70px 30px 25px 30px; } } @media screen and (max-width: 1199px) { .cont-04-web-landing{ padding: 60px 20px 25px 20px; } } @media screen and (max-width: 991px) { .cont-04-web-landing{ padding: 50px 15px 25px 15px; } } .tx-arsenal-regular-azul-04{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 12pt; margin:30px 0px 0px 0px; } @media screen and (max-width: 1789px) { .tx-arsenal-regular-azul-04{ font-size: 11pt; margin:0px 0px 0px 0px; padding-right: 30px; } } @media screen and (max-width: 991px) { .tx-arsenal-regular-azul-04{ font-size: 8pt; margin:0px 0px 0px 0px; padding-right: 30px; } } /*FORMULARIO DE CONTACTO INDEX*/ .diseño-encabezado-formulario{ padding:25px 0px 25px 0px; border-left:12px solid #ECEAA5; } @media screen and (max-width: 1789px) { .diseño-encabezado-formulario{ padding:15px 20px 15px 20px; border-left:10px solid #ECEAA5; } } .indentacion-formulario{ padding: 0px 35px 0px 35px; } @media screen and (max-width: 1789px) { .indentacion-formulario{ padding: 10px 20px 0px 20px; } } .tx-arsenal-regular-azul-05{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; text-align:center; } @media screen and (max-width: 1789px) { .tx-arsenal-regular-azul-05{ font-size: 18pt; } } @media screen and (max-width: 1199px) { .tx-arsenal-regular-azul-05{ font-size: 15pt; } } @media screen and (max-width: 768px) { .tx-arsenal-regular-azul-05{ font-size: 14pt; } } .tx-bold-arsenal-05{ font-family: 'Arsenal-Bold', sans-serif; } .tx-lato-light-azul-03{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 14pt; text-align: center; padding:0px 0px 15px 0px; border-bottom:1px solid #E6E6E6; margin-bottom: 20px; } @media screen and (max-width: 1789px) { .tx-lato-light-azul-03{ padding:0px 0px 15px 0px; font-size: 13pt; } } @media screen and (max-width: 1199px) { .tx-lato-light-azul-03{ font-size: 11pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-03{ font-size: 10pt; } } .form-control{ color:#898989; text-align: center; font-family: 'Lato-Light', sans-serif; font-size: 14pt; width:100%; height: 40px; border: 1px solid #898989; border-radius: 0px; } @media screen and (max-width: 1789px) { .form-control{ font-size: 11pt; height: 35px; } } @media screen and (max-width: 1199px) { .form-control{ font-size: 10pt; height: 30px; } } @media screen and (max-width: 991px) { .form-control{ font-size: 9pt; height: 30px; } } .form-control::-webkit-input-placeholder { color: black; } .form-group{ margin-bottom:15px; } @media screen and (max-width: 1789px) { .form-group{ margin-bottom:5px; } } label{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 14pt; font-weight: normal; margin-bottom:5px; } @media screen and (max-width: 1789px) { label{ font-size: 11pt; margin-bottom:3px; } } @media screen and (max-width: 1199px) { label{ font-size: 10pt; } } @media screen and (max-width: 991px) { label{ font-size: 9pt; } } @media screen and (max-width: 767px) { label{ font-size: 10pt; font-family: 'Lato-Bold', sans-serif; } } .checkbox{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 13pt; line-height: 13pt; margin:25px 0px 10px 0px; padding:0px 0px 0px 30px; } @media screen and (max-width: 1789px) { .checkbox{ font-size: 9pt; line-height: 9pt; margin:15px 0px 0px 0px; } } @media screen and (max-width: 1199px) { .checkbox{ padding:0px 0px 0px 40px; font-size: 8pt; } } @media screen and (max-width: 991px) { .checkbox{ padding:0px 0px 0px 30px; font-size: 8pt; } } @media screen and (max-width: 767px) { .checkbox{ padding:0px 0px 0px 30px; font-size: 9pt; } } .formulario-home{ box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); background-color: white; padding: 0px 0px 20px 0px; margin:45px 0px 0px 0px; } .fixed-form{ position:fixed; z-index:1; top:0px; width: 432.5px; } @media screen and (max-width: 1789px) { .fixed-form{ top:0px; width: 285px; } } @media screen and (max-width: 1366px) { .fixed-form{ top:-45px; } } @media screen and (max-width: 1199px) { .fixed-form{ top:-45px; width: 235px; } } @media screen and (max-width: 991px) { .fixed-form{ top:-45px; width: 180px; } } .tx_terminos{ color:#001523; font-family: 'Lato-Bold', sans-serif; font-size: 11pt; -webkit-appearance: none; cursor: pointer; } @media screen and (max-width: 1789px) { .tx_terminos{ font-size: 9pt; } } .tx_terminos:focus{ color:#232852; text-decoration: none; } .tx_terminos:hover{ color:#232852; text-decoration: none; } @keyframes next_index_css{ 0%{ background-position: 100%; opacity: 1; } 50%{ background-position: 0%; opacity: 1; } 100%{ background-position: 100%; opacity: 1; } } button.btn.btn-warning.btn-lg{ background: linear-gradient(90deg, #bd9242 0%, #ECEAA5 50%, #bd9242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; background-size: 200%; color: #152531; animation-name: next_index_css; animation-duration:2.3s; animation-iteration-count: infinite; animation-timing-function:linear; margin-top: 35px; border-radius:0px; border:none; font-family: 'Lato-Bold', sans-serif; font-size: 13pt; line-height: 13pt; padding:12px 35px 14px 36px; opacity: 1; text-transform: uppercase; margin-bottom:10px; } @media screen and (max-width: 1789px) { button.btn.btn-warning.btn-lg{ margin-top: 30px; padding:10px 25px 10px 25px; } } @media screen and (max-width: 1199px) { button.btn.btn-warning.btn-lg{ font-size: 11pt; margin-top: 25px; padding:7px 25px 7px 25px; margin-bottom:5px; } } @media screen and (max-width: 1199px) { button.btn.btn-warning.btn-lg{ font-size: 10pt; padding:5px 10px 5px 10px; } } @media screen and (max-width: 767px) { button.btn.btn-warning.btn-lg{ font-size: 10pt; margin-top: 20px; padding:7px 25px 7px 25px; } } button.btn.btn-warning.btn-lg:focus{ color:#FFFFFF; background: #001523; } button.btn.btn-warning.btn-lg:hover{ color:#FFFFFF; background: #001523; } .list-unstyled { font-family: 'Lato-Regular', sans-serif; font-size: 11pt; text-align: center; } @media screen and (max-width: 1789px) { .list-unstyled { font-size: 9pt; } } @media screen and (max-width: 767px) { .list-unstyled { font-size: 10pt; } } .tx_form_error { font-family: 'Lato-Regular', sans-serif; font-size: 11pt; } @media screen and (max-width: 1789px) { .tx_form_error { font-size: 9pt; } } @media screen and (max-width: 767px) { .tx_form_error { font-size: 10pt; } } /*MODAL GALERIA*/ .modal-dialog.modal-sm.galeria-tabs{ min-width: 60%; } @media screen and (max-width: 1789px) { .modal-dialog.modal-sm.galeria-tabs{ min-width: 53%; } } @media screen and (max-width: 991px) { .modal-dialog.modal-sm.galeria-tabs{ min-width: 65%; } } .modal-content.galeria-tabs{ border-radius: 0px; margin-top: 50px; height: auto; } @media screen and (max-width: 1789px) { .modal-content.galeria-tabs{ border-radius: 0px; margin-top: 25px; height: auto; } } @media screen and (max-width: 991px) { .modal-content.galeria-tabs{ border-radius: 0px; margin-top: 50px; } } .modal-body{ padding: 0px; } .modal-backdrop.in { background-color:#001523; filter: alpha(opacity=50); opacity: .8; } .close_modal{ -webkit-appearance: none; background-color: transparent; color: #FFFFFF; font-size: 15pt; font-family: 'Roboto-Regular', sans-serif; } @media screen and (max-width: 1789px) { .close_modal{ font-size: 14pt; } } @media screen and (max-width: 1199px) { .close_modal{ font-size: 13pt; } } @media screen and (max-width: 767px) { .close_modal{ font-size: 11pt; } } .close_modal:hover{ text-decoration:none; color: #ECEAA5; cursor: pointer; } .modal-open.modal{ z-index: 1500; } .encabezado-volver-modal-galeria{ background-color: #001523; padding:10px 35px; } @media screen and (max-width: 767px) { .encabezado-volver-modal-galeria{ background-color: #001523; padding:5px 15px; } } /*TABS*/ .sin-padding{ padding-left: 0; padding-right: 0; } .ancho-tab-interno{ text-align: center; z-index: 10; width: 50%; margin-right: 0px; border:none; } @media screen and (max-width: 1199px) { .ancho-tab-interno{ text-align: center; z-index: 10; width: 33.33%; margin-right: 0px; border:none; } } .ancho-tab-interno-xs{ text-align: center; z-index: 10; width: 50%; margin-right: 0px; border:none; display: block; } .nav-tabs.tab-web-01>li>a{ margin-right: 0px; border:none; border-bottom:10px solid transparent; border-radius: 0px; color:#001523; font-family: 'Roboto-Regular', sans-serif; font-size: 14pt; background-color:#DDDDDD; } @media screen and (max-width: 1789px) { .nav-tabs.tab-web-01>li>a{ font-size: 13pt; } } @media screen and (max-width: 1199px) { .nav-tabs.tab-web-01>li>a{ font-size: 12pt; } } .nav-tabs.tab-web-01>li>a:hover{ border:none; border-bottom:10px solid #B29249; } .nav-tabs.tab-web-01>li>a:focus{ border:none; border-bottom:10px solid #B29249; } .nav-tabs.tab-web-01>li.active>a{ border:none; border-bottom:10px solid #B29249; background-color: #FFFFFF; border-radius: 0px; color:#001523; font-family: 'Roboto-Regular', sans-serif; font-size: 14pt; } @media screen and (max-width: 1789px) { .nav-tabs.tab-web-01>li.active>a{ font-size: 13pt; } } @media screen and (max-width: 1199px) { .nav-tabs.tab-web-01>li.active>a{ font-size: 12pt; } } .nav-tabs.tab-web-01>li.active>a:hover{ color:#001523; border:none; border-bottom:10px solid #B29249; } .nav-tabs.tab-web-01>li.active>a:focus{ color:#001523; border:none; border-bottom:10px solid #B29249 ; } .alto-img-tab{ height:auto; } @media screen and (max-width: 1789px) { .alto-img-tab{ height:auto; } } /*MODAL FORMULARIO*/ .formulario-home-modal{ box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); background-color: white; padding: 30px 30px 30px 30px; } @media screen and (max-width: 767px) { .formulario-home-modal{ box-shadow: none; background-color: transparent; padding: 0px 5px 40px 5px; margin:30px 0px 0px 0px; margin:0auto; } } .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; text-align: center; padding:30px 80px 30px 80px; } @media screen and (max-width: 1789px) { .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; text-align: center; padding:20px 80px 20px 80px; } } @media screen and (max-width: 1199px) { .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 13pt; text-align: center; padding:15px 60px 15px 60px; } } .modal-dialog.modal-sm.formulario-modal{ min-width: 40%; } @media screen and (max-width: 1789px) { .modal-dialog.modal-sm.formulario-modal{ min-width: 50%; } } @media screen and (max-width: 1199px) { .modal-dialog.modal-sm.formulario-modal{ min-width: 60%; } } @media screen and (max-width: 991px) { .modal-dialog.modal-sm.formulario-modal{ min-width: 65%; } } .modal-content.formulario-modal{ border-radius: 0px; margin-top: 50px; } @media screen and (max-width: 1789px) { .modal-content.formulario-modal{ border-radius: 0px; margin-top: 25px; } } @media screen and (max-width: 991px) { .modal-content.formulario-modal{ border-radius: 0px; margin-top: 50px; } } .checkbox-formulario-modal{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 11pt; line-height: 11pt; margin:10px 0px 0px 0px; padding:0px 0px 0px 35px; } @media screen and (max-width: 1789px) { .checkbox-formulario-modal{ margin:0px 0px 20px 0px; font-size: 10pt; line-height: 10pt; } } @media screen and (max-width: 1430px) { .checkbox-formulario-modal{ padding:0px 0px 0px 20px; } } /*MAQUETACION XS*/ .cont-01-xs-landing{ background: url(../images/background-hero-xs.png); background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; min-height: 1040px; background-color: #001523; padding: 40px 0px 10px 0px; /*border-bottom: 3px solid #ECEAA5;*/ } @media screen and (max-width: 450px) { .cont-01-xs-landing{ min-height: 600px; } } .tx-lato-light-amarillo-03{ font-family: 'Lato-Bold', sans-serif; font-size: 14pt; color:#FFF; text-transform: uppercase; text-align: left; padding: 30px 12.5px 750px 12.5px; margin: 40px 0px 0px 30px; width: 80%; /* border:1px solid #ECEAA5; */ } @media screen and (max-width: 450px) { .tx-lato-light-amarillo-03{ padding: 20px 12.5px 400px 12.5px; margin: 20px 0px 0px 10px; width: 85%; /* border:1px solid #ECEAA5; */ } } @media screen and (max-width: 400px) { .tx-lato-light-amarillo-03{ padding: 20px 12.5px 400px 12.5px; margin: 20px 0px 0px 0px; width: 85%; /* border:1px solid #ECEAA5; */ } } .tx-lato-black-blanco-02{ font-family: 'Lato-Light', sans-serif; font-size: 11pt; text-align: left; color:#FFF; margin:20px 0px 0px 0px;; } .tx-lato-light-amarillo-04{ font-family: 'Lato-Regular', sans-serif; font-size: 13pt; color:#FFF; text-align: left; margin:10px 0px 0px 0px;; } /*FIXED CONTACTO*/ .navbar.menu_contacto{ min-height: 0px; border: none; } .navbar-inverse.menu_contacto{ padding: 0px 0px 0px 0px; } .navbar-header.estilo-personalizado{ width: 100%; margin: 0px; padding: 0px; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-top:3px solid #ECEBA2; border-bottom:3px solid #ECEBA2; border-radius:8px 8px 0px 0px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .2); padding: 0px 0px 20px 0px; } @keyframes next_index_css{ 0%{ background-position: 100%; opacity: 1; } 50%{ background-position: 0%; opacity: 1; } 100%{ background-position: 100%; opacity: 1; } } .navbar-toggle.estilo-personalizado{ position: relative; color:#00202E; font-family: 'Lato-Regular', sans-serif; font-size: 13pt; background:linear-gradient(90deg, #ECEBA2 0%, #BC913E 100%); background-size: 200%; animation-name: next_index_css; animation-duration:2.3s; animation-iteration-count: infinite; animation-timing-function:linear; display: block; width: 100%; margin: 0px; border:none; padding: 15px 0px 15px 0px; border-radius: 0px; } /*ICONOS ANIMADOS*/ @keyframes animacion-iconos{ 0%{ background-position: 20px center; } 25%{ background-position: 20px center; } 50%{ background-position: 40px center; } 75%{ background-position: 40px center; } 100%{ background-position: 60px center; } } .iconos-contacto-fixed-animados{ position: absolute; top: 15px; left: 20px; background-image: url(../images/iconos-animation-fixed-xs.png); background-size: 40px 20px; background-position: center center; background-repeat: no-repeat; background-repeat: repeat-x, no-repeat; height: 20px; width: 20px; animation-name: animacion-iconos; animation-duration: 2.5s; animation-iteration-count: infinite; /* animation-timing-function: steps(2); */ animation-timing-function: ease-in; animation-fill-mode: forwards; z-index: 101; } @media screen and (max-width: 450px) { .iconos-contacto-fixed-animados{ top: 15px; left: 25px; } } @media screen and (max-width: 370px) { .iconos-contacto-fixed-animados{ top: 15px; left: 15px; } } .nav.navbar-nav.estilo-personalizado{ margin:0px 0px; } .asesoria-adp{ margin: 50px 0px 0px 20px; } @media screen and (max-width: 350px) { .asesoria-adp{ margin: 50px 0px 0px 10px; } } .margin-img-contacto-xs{ position: absolute; top:20px; right: 20px; max-height: 30px; } .margen-btn-img-xs{ margin-right:18px; max-height: 25px; } .estilo-dudas-xs{ position: relative; font-family: 'Lato-Regular', sans-serif; font-size: 12pt; width: 100%; display: block; text-align: left; padding: 30px 15px 0px 7px; margin-bottom: 10px; } @media screen and (max-width: 380px) { .estilo-dudas-xs{ padding: 30px 0px 0px 22.5px; } } @media screen and (max-width: 350px) { .estilo-dudas-xs{ padding: 30px 0px 0px 22.5px; } } .cerrar-menu-xs{ font-family: 'Lato-Regular', sans-serif; cursor:pointer; position: absolute; top:-5px; right: 7px; padding: 10px; } .enlace-url-contacto-fixed-xs{ display: block; color: #ECEBA2; background-color: #000F18; width: 70%; border-radius: 30px; padding: 10px 20px; margin: auto auto 10px auto; font-family: 'Lato-Regular', sans-serif; font-size: 12pt; text-align: center; } @media screen and (max-width: 370px) { .enlace-url-contacto-fixed-xs{ font-size: 11.5pt; width: 80%; } } .enlace-url-contacto-fixed-xs:focus{ color: #ECEBA2; text-decoration: none; } .enlace-url-contacto-fixed-xs:hover{ color: #ECEBA2; text-decoration: none; } /*SECCION 02 XS*/ .cont-06-xs-casas-campestres{ border-bottom: 2px solid #ECEAA5; border-top: 2px solid #ECEAA5; background-color: #EFEFEF; padding: 90px 15px 100px 15px; background-image: url(../images/background-cont-02-casas-campestres.png); background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; min-height: 1150px; } .tx-lato-regular-azul-01{ color:#152531; font-family: 'Lato-Regular', sans-serif; font-size: 16pt; letter-spacing: 25px; margin-top: 25px; } @media screen and (max-width: 1569px) { .tx-lato-regular-azul-01{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-regular-azul-01{ font-size: 14pt; } } @media screen and (max-width: 767px) { .tx-lato-regular-azul-01{ font-size: 14pt; text-align:center; } } @media screen and (max-width: 380px) { .tx-lato-regular-azul-01{ font-size: 14pt; letter-spacing: 15px; text-align:center; } } .tx-lato-light-azul-01{ color:#152531; font-family: 'Lato-Light', sans-serif; font-size: 16pt; margin-top: 10px; } @media screen and (max-width: 1569px) { .tx-lato-light-azul-01{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-01{ font-size: 14pt; } } @media screen and (max-width: 767px) { .tx-lato-light-azul-01{ font-size: 12pt; } } .borde-dorado-02{ background:linear-gradient(90deg, #D0C079 0%, #ECEAA5 50%, #D0C079 100%); height: 10px; width: 230px; margin-top: 20px; } @media screen and (max-width: 991px) { .borde-dorado-02{ height: 5px; } } @media screen and (max-width: 767px) { .borde-dorado-02{ width: 115px; } } .estilo-comillas-01{ margin-top: 45px; } .tx-lato-light-azul-02{ font-family: 'Lato-Light', sans-serif; font-size: 16pt; margin-top: 40px; text-align: justify; } @media screen and (max-width:1569px) { .tx-lato-light-azul-02{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-02{ font-size: 14pt; } } .tx-lato-regular-azul-02{ font-family: 'Lato-Regular', sans-serif; } .tx-sacramento-azul-01{ font-family: 'Sacramento-Regular', sans-serif; text-align: right; font-size: 35pt; margin-top: 110px; } @media screen and (max-width: 991px) { .tx-sacramento-azul-01{ font-size: 25pt; } } @media screen and (max-width: 380px) { .tx-sacramento-azul-01{ margin-top: 50px; } } .tx-lato-light-azul-estilo{ font-family: 'Lato-Light', sans-serif; font-size: 16pt; text-align: right; } @media screen and (max-width: 1569px) { .tx-lato-light-azul-estilo{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-estilo{ font-size: 14pt; } } /*SLIDER XS 01*/ .carousel-inner.alto-personalizado-03{ min-height:auto; } .carousel-indicators.slider-xs-01{ bottom:20px; } .carousel-indicators li{ border:1px solid #152531; } .carousel-indicators .active{ background-color: transparent; border: 2px solid #ECEAA5; width: 13px; height: 13px; } .tx-slider-xs-01{ font-family: 'Arsenal-Regular', sans-serif; font-size: 16pt; text-align: center; margin-top:50px; color:#152531; } /*CONT 02 xs*/ .cont-02-xs-landing{ background-color: #001523; padding: 25px 0px 10px 0px; /*border-bottom: 3px solid #ECEAA5;*/ /*margin-top: 20px;*/ } /* .tx-arsenal-regular-amarillo-01{ font-family: 'Arsenal-Regular', sans-serif; font-size: 14pt; color:#ECEAA5; text-align: center; } */ /*CONT 03 xs*/ .cont-03-xs-landing{ background-color: #FFFFFF; padding: 0px 0px 0px 0px; margin-top: 0px; border-bottom: 3px solid #ECEAA5; } .padding-info-tabs{ padding: 0px 15px 0px 15px; } .nav-tabs.tabs-xs-01>li>a{ background-color: #001523; font-family: 'Roboto-Regular', sans-serif; font-size: 11pt; margin-right: 0px; border: none; border-bottom:1px solid #152531; color: #FFF; border-radius: 0px; } .nav-tabs.tabs-xs-01>li>.bordes-tab-xs{ border-left: 1px solid #707070; border-right: 1px solid #707070; } .nav-tabs.tabs-xs-01>li>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01>li>a:focus{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01>li.active>a{ color:#001523; background-color: #FFF; border-top:1px solid #001523; /* border-left:1px solid #707070; */ /* border-right:1px solid #707070; */ border-bottom:none; } .nav-tabs.tabs-xs-01>li.active>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01>li.active>a:focus{ text-decoration: none; color: #152531; } .tab-content.tabs-xs-01{ padding: 15px 0px 0px 0px; } /*02*/ .nav-tabs.tabs-xs-01-b{ margin: 10px 0px 0px 0px; } .nav-tabs.tabs-xs-01-b>li>a{ background-color: rgba(255, 255, 255, .8); font-family: 'Roboto-Regular', sans-serif; font-size: 11pt; margin-right: 0px; border: none; color: #152531; border-radius: 0px; } .nav-tabs.tabs-xs-01-b>li>.bordes-tab-xs{ border-left: 1px solid #707070; border-right: 1px solid #707070; } .nav-tabs.tabs-xs-01-b>li>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01-b>li>a:focus{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01-b>li.active>a{ color:#001523; background-color: rgba(255, 255, 255, 1); border-top:none; border-left:1px solid transparent; border-right:1px solid transparent; border-bottom:none; border-bottom:2px solid #C1A66D; } .nav-tabs.tabs-xs-01-b>li.active>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01-b>li.active>a:focus{ text-decoration: none; color: #152531; } .tab-content.tabs-xs-01-b{ padding: 0px 0px 0px 0px; position: relative; top:-40px; } .estilo-numero{ font-family: 'Lato-Bold', sans-serif; font-size: 11pt; } .tx-info-tab-xs{ border-top: 1px solid rgba(0, 0, 0, .2); border-bottom: 1px solid rgba(0, 0, 0, .2); text-align: center; padding: 10px 0px 10px 0px; font-family: 'Lato-Light', sans-serif; font-size: 12pt; } .borde-info-xs{ border-left: 1px solid rgba(0, 0, 0, .2); } .tx-lato-light-azul-05{ font-family: 'Arsenal-Bold', sans-serif; font-size: 12pt; text-align:center; margin:0px 0px 15px 0px; } .tx-lato-bold-amarillo-01{ color:#C1A66D; font-family: 'Lato-Bold', sans-serif; font-size: 15pt; text-align: center; margin:30px 0px 30px 0px; } .enlace-tab-modal-xs-01{ color:#152531; font-family: 'Lato-Light', sans-serif; font-size: 11pt; padding: 10px; border:1px solid #152531; text-align: center; -webkit-appearance: none; cursor: pointer; } .enlace-tab-modal-xs-01:hover{ text-decoration: none; } .enlace-tab-modal-xs-01:focus{ text-decoration: none; } .enlace-tab-modal-xs-02{ color:#152531; font-family: 'Lato-Regular', sans-serif; font-size: 11pt; padding: 10px; border:1px solid transparent; text-align: center; -webkit-appearance: none; cursor: pointer; background:linear-gradient(0deg, #D0C079 0%, #ECEAA5 50%, #D0C079 100%); } .enlace-tab-modal-xs-02:hover{ text-decoration: none; border:1px solid #152531; } .enlace-tab-modal-xs-02:focus{ text-decoration: none; border:1px solid #152531; } .icono-puntero{ margin-bottom: 5px; margin-right: 6px; } .tx-lato-bold-azul-01{ font-family: 'Lato-Bold', sans-serif; font-size: 11pt; text-align: center; margin:20px 0px 0px 0px; } .tx-arsenal-regular-blanco-02{ font-family: 'Arsenal-Bold', sans-serif; font-size: 14pt; color:#FFFFFF; text-align: center; } .cont-04-xs-landing{ background-color: #001523; padding: 25px 0px 15px 0px; /*border-bottom: 3px solid #ECEAA5;*/ } .cont-05-xs-landing{ background-color: #FFFFFF; padding: 20px 0px 20px 0px; border-bottom: 3px solid #ECEAA5; } @media screen and (max-width: 767px) { .tx-lato-light-azul-03{ font-size: 11pt; } } /*SECCION CONTACTO XS NUEVA*/ .borde-dorado-contenido-xs{ border: 1px solid #ECEAA5; padding: 30px 15px 80px 15px; margin:20px 0px 30px 0px; } .tx-seccion-contacto-xs-01{ font-family: 'Lato-Light', sans-serif; font-size: 13pt; color:#FFFFFF; text-align: center; margin-bottom: 15px; letter-spacing: 3px; } .btn-seccion-contacto-xs{ background: linear-gradient(-90deg, #ECEBA2 0%, #BC913E 100%); font-family: 'Lato-Bold', sans-serif; font-size: 12pt; color:#00202E; padding: 10px 5px; text-align: center; display: block; } /*FOOTER*/ footer{ background-color: #000F18; padding: 15px 0px 20px 0px; } @media screen and (max-width: 767px) { footer{ background-color: #000F18; padding: 15px 0px 70px 0px; } } .tx-arsenal-regular-azul-06{ color:#FFFFFF; font-family: 'Arsenal-Regular', sans-serif; font-size: 8pt; padding-right: 10px; } .-cons-alianza-xs{ min-width: 100%; } /*MODAL GALERIA TABS XS*/ .modal-dialog.modal-sm.galeria-tabs-xs{ min-width: 60%; } .modal-content.galeria-tabs-xs{ border-radius: 0px; margin-top: 0px; } .ancho-tab-interno-galeria{ text-align: center; z-index: 10; width: 100%; margin-right: 0px; border:none; } .nav-tabs.tabs-galeria-xs-01>li>a{ background-color: #D1D1D1; font-family: 'Roboto-Regular', sans-serif; font-size: 11pt; margin-right: 0px; border: none; color: #152531; border-bottom:5px solid transparent; } .nav-tabs.tabs-galeria-xs-01>li>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-galeria-xs-01>li>a:focus{ text-decoration: none; color: #152531; } .nav-tabs.tabs-galeria-xs-01>li.active>a{ background-color: #FFFFFF; border:none; border-bottom:5px solid #C1A66D; } .nav-tabs.tabs-galeria-xs-01>li.active>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-galeria-xs-01>li.active>a:focus{ text-decoration: none; color: #152531; } .tab-content.tabs-galeria-xs-01{ padding: 0px 0px 0px 0px; } .alto-img-tab-galeria-xs{ width:100%; } /*MODAL FORMULARIO XS*/ .formulario-home-modal-xs{ box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); background-color: white; padding: 30px 10px 30px 10px; border-left:10px solid #ECEAA5; } @media screen and (max-width: 767px) { .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 11pt; text-align: center; padding:30px 20px 10px 20px; } } @media screen and (max-width: 767px) { .modal-content.formulario-modal{ border-radius: 0px; margin-top: 0px; } } .checkbox-formulario-modal-xs{ color:#001523; font-family: 'Lato-Light', sans-serif; line-height: 9pt; margin:10px 0px 30px 0px; padding: 0px 0px 0px 15px; font-size: 9pt; } /*MODAL*/ .iframe-modal-condiciones{ width: 100%; height: 520px; border-top:1px solid #EAEAEA; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right: none; margin:0px 0px 10px 0px; } @media screen and (max-width: 1199px) { .iframe-modal-condiciones{ height: 490px; } } @media screen and (max-width: 991px) { .iframe-modal-condiciones{ height: 470px; } } @media screen and (max-width: 767px) { .iframe-modal-condiciones{ height: 440px; } } .modal.terminos-modal{ padding-top:80px; } @media screen and (max-width: 767px) { .modal.terminos-modal{ padding-top:30px; } } .modal-content.terminos-modal{ border-radius: 25px; box-shadow:rgba(255, 0, 0, 0.5); border:none; } .modal-body.terminos-modal{ padding: 70px 25px 25px 25px; } .modal-lg.terminos-modal{ width: 35%; } @media screen and (max-width: 1199px) { .modal-lg.terminos-modal{ width: 60%; } } @media screen and (max-width: 991px) { .modal-lg.terminos-modal{ width: 70%; } } @media screen and (max-width: 767px) { .modal-lg.terminos-modal{ width: 91%; margin-left:15px; } } .close.terminos_condiciones.terminos-modal{ color:#939393; position: absolute; right: 22px; top:25px; opacity: 1; font-size: 20pt; text-shadow: none; } .icono_aceptar.terminos-modal{ font-size: 15pt; }
css/estilos-landing.css
@font-face{ font-family: 'Arsenal-Bold'; src: url("../fonts/Arsenal-Bold.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Italic'; src: url("../fonts/Arsenal-Italic.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Regular'; src: url("../fonts/Arsenal-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Bold'; src: url("../fonts/Lato-Bold.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Light'; src: url("../fonts/Lato-Light.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Regular'; src: url("../fonts/Lato-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Lato-Thin'; src: url("../fonts/Lato-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Roboto-Regular'; src: url("../fonts/Roboto-Regular.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Sacramento-Regular'; src: url("../fonts/Sacramento-Regular.ttf") format("truetype"); font-weight:normal; } html { box-sizing: border-box; /*font-size: 62.5%;*/ min-height: 100%; } *, *:before, *:after { box-sizing: inherit; } body { min-height: 100%; } /*MAX WIDTH PANTALLA*/ @media (min-width: 1790px){ .container{ width:1760px; } } .tx_centrado{ text-align: center; } .sin-padding{ padding-left:0px; padding-right:0px; } .sin-padding-left{ padding-left:0px; } .sin-padding-right{ padding-right:0px; } .sin-padding-left-50{ padding-right:0px; padding-left:7.5px; } .sin-padding-right-50{ padding-left:0px; padding-right:7.5px; } .class_tx_h1{ position: absolute; top:-500px; z-index: -1; } .icono-down-xs{ margin-top: 10px; text-align:center; } .tx-lato-regular{ font-family: 'Lato-Regular', sans-serif; } .tx-lato-bold{ font-family: 'Lato-Bold', sans-serif; } /* HEADER */ h1,h2,h3,h4,p,a{ font-family: 'Arsenal-Regular', sans-serif; font-size: 14pt; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } td,th{ font-family: 'Lato-Regular', sans-serif; font-size: 16pt; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; } @media screen and (max-width: 1789px) { td,th{ font-size: 13pt; } } @media screen and (max-width: 1199px) { td,th{ font-size: 10pt; } } @media screen and (max-width: 991px) { td,th{ font-size: 9pt; } } .navbar-inverse{ background-color: rgba(255, 255, 255, 1); border:none; border-radius: 0px; padding-bottom: 35px; padding-top: 35px; z-index:1010; margin-bottom:0px; } @media screen and (max-width: 1789px) { .navbar-inverse{ padding-bottom: 15px; padding-top: 15px; z-index:1010; } } @media screen and (max-width: 767px) { .navbar-inverse{ background-color: rgba(255, 255, 255, 1); border:none; border-radius: 0px; border-bottom:5px solid #ECEAA5; box-shadow: none; padding-bottom: 10px; padding-top: 10px; z-index:1010; } } /*MAQUETACIÓN INDEX LANDING*/ /*VIDEO*/ .cont-01-web-landing{ position: relative; min-height: 100%; background-color:#001523; } .video-position-estilos{ width: 100%; margin:0 auto; } video{ display: block; } .logo-fijo{ margin-top:60px; z-index: 400; } @media screen and (max-width: 1789px) { .logo-fijo{ margin-top:70px; z-index: 400; } } @media screen and (max-width: 1199px) { .logo-fijo{ margin-top:80px; z-index: 400; } } @media screen and (max-width: 991px) { .logo-fijo{ margin-top:70px; z-index: 400; } } .diseño-01{ background-color:#001523; padding:5px 0px 30px 0px; width: 100%; display: block; z-index: 400; } @media screen and (max-width: 1789px) { .diseño-01{ padding:10px 0px 30px 0px; } } .border-01{ border-top:1px solid #ECEAA5; } .tx-lato-light-amarillo-01{ color:#ECEAA5; text-align: center; text-transform: uppercase; font-family: 'Lato-Light', sans-serif; font-size: 24pt; margin-top:30px; } @media screen and (max-width: 1789px) { .tx-lato-light-amarillo-01{ font-size: 20pt; } } @media screen and (max-width: 991px) { .tx-lato-light-amarillo-01{ font-size: 15pt; } } .tx-lato-black-blanco-01{ color:#FFFFFF; text-align: center; font-family: 'Lato-Bold', sans-serif; font-size: 24pt; margin-top:30px; } @media screen and (max-width: 1789px) { .tx-lato-black-blanco-01{ font-size: 20pt; } } @media screen and (max-width: 991px) { .tx-lato-black-blanco-01{ font-size: 15pt; margin-top:15px; } } .tx-lato-light-amarillo-02{ color:#ECEAA5; text-align: center; font-family: 'Lato-Light', sans-serif; font-size: 20pt; padding:10px 0px 10px 0px; border:1px solid #ECEAA5; margin-top:30px; } @media screen and (max-width: 1789px) { .tx-lato-light-amarillo-02{ font-size: 16pt; } } @media screen and (max-width: 1199px) { .tx-lato-light-amarillo-02{ font-size: 12pt; margin-top: 20px; } } .margenes-img-precios{ margin-top: 30px; } @media screen and (max-width: 991px) { .margenes-img-precios{ margin-top: 20px; } } .icono-down-01{ color:#ECEAA5; font-size:25pt; margin-top: 20px; } @media screen and (max-width: 1789px) { .icono-down-01{ font-size:20pt; margin-top: 15px; } } @media screen and (max-width: 767px) { .icono-down-01{ font-size:15pt; margin-top: 10px; } } /*Contenedor 2 web*/ .sombra-contenedor{ margin:45px 45px 70px 0px; box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); padding-bottom:45px; } .diseño-02{ background-color:#FFFFFF; padding:50px 45px 0px 45px; } @media screen and (max-width: 1789px) { .diseño-02{ padding: 50px 30px 0px 30px; } } @media screen and (max-width: 1199px) { .diseño-02{ padding: 50px 20px 0px 20px; } } @media screen and (max-width: 991px) { .diseño-02{ padding: 50px 15px 0px 15px; } } .cont-02-web-landing{ background-color: #FFFFFF; padding: 45px 45px 45px 45px; } @media screen and (max-width: 1789px) { .cont-02-web-landing{ padding: 45px 30px 45px 30px; } } @media screen and (max-width: 1199px) { .cont-02-web-landing{ padding: 45px 20px 45px 20px; } } @media screen and (max-width: 991px) { .cont-02-web-landing{ padding: 25px 15px 45px 15px; } } .tx-arsenal-regular-blanco-01{ color:#152531; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; border-left: 12px solid #ECEAA5; border-bottom: 3px solid #ECEAA5; padding: 10px 0px 10px 30px; } @media screen and (max-width: 1789px) { .tx-arsenal-regular-blanco-01{ font-family: 'Arsenal-Regular', sans-serif; font-size: 20pt; } } .icono-down-02{ color:#FFFFFF; font-size:25pt; margin-top: 20px; } @media screen and (max-width: 1789px) { .icono-down-02{ font-size:20pt; margin-top: 15px; } } @media screen and (max-width: 767px) { .icono-down-02{ font-size:15pt; margin-top: 10px; } } /*Slider 01*/ .carousel-inner.alto-personalizado-01{ height: 660px; } @media screen and (max-width: 1789px) { .carousel-inner.alto-personalizado-01{ height: 414px; } } @media screen and (max-width: 1199px) { .carousel-inner.alto-personalizado-01{ height: 351px; } } @media screen and (max-width: 991px) { .carousel-inner.alto-personalizado-01{ height: 268px; } } .carousel-inner.alto-personalizado-02{ height: 660px; } @media screen and (max-width: 1789px) { .carousel-inner.alto-personalizado-02{ height: 413px; } } @media screen and (max-width: 1199px) { .carousel-inner.alto-personalizado-02{ height: 350px; } } @media screen and (max-width: 991px) { .carousel-inner.alto-personalizado-02{ height: 230px; } } .left.carousel-control{ background-image: none; } .right.carousel-control{ background-image: none; } .icono-slider-left{ padding:5px 30px; font-size: 22pt; color:#B29249; position: absolute; right: 77px; bottom:0px; background-color:rgba(0, 32, 46, 0.75); } @media screen and (max-width: 767px) { .icono-slider-left{ padding:12px 18px; font-size: 16pt; color:#B29249; position: absolute; right:auto; left:0px; bottom:45%; background-color:rgba(0, 32, 46, 1); overflow: visible; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); border-radius: 0px 0px 0px 0px; } } .icono-slider-left:hover{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } .icono-slider-left:focus{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } .icono-slider-right{ padding:5px 30px; font-size: 22pt; color:#B29249; position: absolute; right: 0px; bottom:0px; background-color:rgba(0, 32, 46, 0.75); } @media screen and (max-width: 767px) { .icono-slider-right{ padding:12px 18px; font-size: 16pt; color:#B29249; position: absolute; bottom:45%; background-color:rgba(0, 32, 46, 1); border-radius: 0px 0px 0px 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); } } .icono-slider-right:hover{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } .icono-slider-right:focus{ background-color:rgba(0, 32, 46, 1); transition:0.5s; } /*Descripcion slider*/ .tx-lato-regular-azul-01{ color:#001523; font-family: 'Lato-Regular', sans-serif; font-size: 20pt; border-bottom:1px solid #E6E6E6; padding-bottom:15px; margin:45px 0px 25px 0px; display: inline-block; width: 100%; } @media screen and (max-width: 1199px) { .tx-lato-regular-azul-01{ font-size: 16pt; } } .tx-lato-light-azul-01{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; padding:0px 0px 15px 40px; } @media screen and (max-width: 1199px) { .tx-lato-light-azul-01{ font-size: 13pt; padding:0px 0px 10px 15px; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-01{ font-size: 11pt; padding:0px 0px 10px 15px; } } .tx-arsenal-regular-azul-02{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; border-bottom:1px solid #E6E6E6; padding-bottom:15px; margin:65px 0px 0px 0px; width: 100%; display: inline-block; border-left: 12px solid #ECEAA5; border-bottom: 3px solid #ECEAA5; padding: 10px 0px 10px 30px; } @media screen and (max-width: 1199px) { .tx-arsenal-regular-azul-02{ font-size: 20pt; } } /*Tabla Casas*/ .margenes-tabla{ padding:0px 45px 25px 45px; background-color: #FFFFFF; overflow: hidden; } @media screen and (max-width: 1789px) { .margenes-tabla{ padding:0px 30px 25px 30px; } } @media screen and (max-width: 1199px) { .margenes-tabla{ padding:0px 20px 25px 20px; } } @media screen and (max-width: 991px) { .margenes-tabla{ padding:0px 15px 25px 15px; } } table thead { color: #001523; background-color: #FFFFFF; } .table>thead>tr>th{ padding: 20px 0px 20px 0px; border-bottom:1px solid #E6E6E6; } .table>tbody>tr>th{ padding: 50px 0px 50px 0px; border:none; border-bottom:1px solid #E6E6E6; width: 11%; vertical-align: middle; } @media screen and (max-width: 1789px) { .table>tbody>tr>th{ width: 10%; } } .table>tbody>tr>td{ padding: 50px 0px 50px 0px; border:none; border-bottom:1px solid #E6E6E6; width: 11%; vertical-align: middle; } @media screen and (max-width: 1789px) { .table>tbody>tr>td{ width: 10%; } } .table>tbody>tr>td.boton-tabla{ padding: 50px 0px 50px 0px; border:none; border-bottom:1px solid #E6E6E6; width: 17%; } @media screen and (max-width: 1789px) { .table>tbody>tr>td.boton-tabla{ width: 20%; } } table th { text-align: center; } table td { text-align: center; } .tx_oculto{ opacity: 0; cursor:default; } .tx-lato-bold-tabla{ font-family: 'Lato-Bold', sans-serif; } .enlace-tabla-01{ font-family: 'Lato-Regular', sans-serif; font-size: 15pt; color:#001523; border: 1px solid #001523; padding: 20px; background-color: transparent; } @media screen and (max-width: 1789px) { .enlace-tabla-01{ font-size: 12pt; padding: 15px 5px; } } @media screen and (max-width: 1199px) { .enlace-tabla-01{ font-size: 10pt; padding: 15px 5px; } } @media screen and (max-width: 991px) { .enlace-tabla-01{ font-size: 8pt; padding: 10px 5px; } } .enlace-tabla-01:hover{ text-decoration: none; color: #FFFFFF; background-color:#001523; } .enlace-tabla-01:focus{ text-decoration: none; color: #FFFFFF; background-color:#001523; } .enlace-tabla-02{ font-family: 'Lato-Regular', sans-serif; font-size: 15pt; color:#001523; border: 1px solid transparent; padding: 20px; background:linear-gradient(0deg, #D0C079 0%, #ECEAA5 50%, #D0C079 100%); } @media screen and (max-width: 1789px) { .enlace-tabla-02{ font-size: 12pt; padding: 15px 5px; } } @media screen and (max-width: 1199px) { .enlace-tabla-02{ font-size: 10pt; padding: 15px 5px; } } @media screen and (max-width: 991px) { .enlace-tabla-02{ font-size: 8pt; padding: 10px 5px; } } .enlace-tabla-02:hover{ text-decoration: none; color:#152531; background-color:#FFFFFF; border: 1px solid #152531; } .enlace-tabla-02:focus{ text-decoration: none; color:#152531; background-color:#FFFFFF; border: 1px solid #152531; } /*Contenedor 03 */ .cont-03-web-landing{ background-color: #FFFFFF; padding: 0px 45px 25px 45px; overflow: hidden; } @media screen and (max-width: 1789px) { .cont-03-web-landing{ padding: 0px 30px 25px 30px; } } @media screen and (max-width: 1199px) { .cont-03-web-landing{ padding: 0px 20px 25px 20px; } } @media screen and (max-width: 991px) { .cont-03-web-landing{ padding: 0px 15px 25px 15px; } } .tx-arsenal-regular-azul-03{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; border-bottom:1px solid #E6E6E6; padding-bottom:15px; margin:65px 0px 45px 0px; width: 100%; display: inline-block; border-left: 12px solid #ECEAA5; border-bottom: 3px solid #ECEAA5; padding: 10px 0px 10px 30px; } @media screen and (max-width: 1199px) { .tx-arsenal-regular-azul-03{ font-size: 20pt; } } .tx-lato-light-azul-02{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; padding:0px 0px 45px 0px; } @media screen and (max-width: 1199px) { .tx-lato-light-azul-02{ font-size: 13pt; } } /*IMG CALL TO ACTION*/ .img-call-to-action{ position: relative; left:45px; margin-top: 30px; z-index:150; width: 102.5%; } @media screen and (max-width: 1789px) { .img-call-to-action{ position: relative; left:30px; margin-top: 30px; width: 102%; } } @media screen and (max-width: 1199px) { .img-call-to-action{ position: relative; left:20px; margin-top: 30px; width: 102%; } } @media screen and (max-width: 991px) { .img-call-to-action{ position: relative; left:15px; margin-top: 30px; width: 108%; } } /*Footer*/ .cont-04-web-landing{ background-color: #FFFFFF; padding: 70px 45px 0px 45px; overflow: hidden; } @media screen and (max-width: 1789px) { .cont-04-web-landing{ padding: 70px 30px 25px 30px; } } @media screen and (max-width: 1199px) { .cont-04-web-landing{ padding: 60px 20px 25px 20px; } } @media screen and (max-width: 991px) { .cont-04-web-landing{ padding: 50px 15px 25px 15px; } } .tx-arsenal-regular-azul-04{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 12pt; margin:30px 0px 0px 0px; } @media screen and (max-width: 1789px) { .tx-arsenal-regular-azul-04{ font-size: 11pt; margin:0px 0px 0px 0px; padding-right: 30px; } } @media screen and (max-width: 991px) { .tx-arsenal-regular-azul-04{ font-size: 8pt; margin:0px 0px 0px 0px; padding-right: 30px; } } /*FORMULARIO DE CONTACTO INDEX*/ .diseño-encabezado-formulario{ padding:25px 0px 25px 0px; border-left:12px solid #ECEAA5; } @media screen and (max-width: 1789px) { .diseño-encabezado-formulario{ padding:15px 20px 15px 20px; border-left:10px solid #ECEAA5; } } .indentacion-formulario{ padding: 0px 35px 0px 35px; } @media screen and (max-width: 1789px) { .indentacion-formulario{ padding: 10px 20px 0px 20px; } } .tx-arsenal-regular-azul-05{ color:#001523; font-family: 'Arsenal-Regular', sans-serif; font-size: 24pt; text-align:center; } @media screen and (max-width: 1789px) { .tx-arsenal-regular-azul-05{ font-size: 18pt; } } @media screen and (max-width: 1199px) { .tx-arsenal-regular-azul-05{ font-size: 15pt; } } @media screen and (max-width: 768px) { .tx-arsenal-regular-azul-05{ font-size: 14pt; } } .tx-bold-arsenal-05{ font-family: 'Arsenal-Bold', sans-serif; } .tx-lato-light-azul-03{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 14pt; text-align: center; padding:0px 0px 15px 0px; border-bottom:1px solid #E6E6E6; margin-bottom: 20px; } @media screen and (max-width: 1789px) { .tx-lato-light-azul-03{ padding:0px 0px 15px 0px; font-size: 13pt; } } @media screen and (max-width: 1199px) { .tx-lato-light-azul-03{ font-size: 11pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-03{ font-size: 10pt; } } .form-control{ color:#898989; text-align: center; font-family: 'Lato-Light', sans-serif; font-size: 14pt; width:100%; height: 40px; border: 1px solid #898989; border-radius: 0px; } @media screen and (max-width: 1789px) { .form-control{ font-size: 11pt; height: 35px; } } @media screen and (max-width: 1199px) { .form-control{ font-size: 10pt; height: 30px; } } @media screen and (max-width: 991px) { .form-control{ font-size: 9pt; height: 30px; } } .form-control::-webkit-input-placeholder { color: black; } .form-group{ margin-bottom:15px; } @media screen and (max-width: 1789px) { .form-group{ margin-bottom:5px; } } label{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 14pt; font-weight: normal; margin-bottom:5px; } @media screen and (max-width: 1789px) { label{ font-size: 11pt; margin-bottom:3px; } } @media screen and (max-width: 1199px) { label{ font-size: 10pt; } } @media screen and (max-width: 991px) { label{ font-size: 9pt; } } @media screen and (max-width: 767px) { label{ font-size: 10pt; font-family: 'Lato-Bold', sans-serif; } } .checkbox{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 13pt; line-height: 13pt; margin:25px 0px 10px 0px; padding:0px 0px 0px 30px; } @media screen and (max-width: 1789px) { .checkbox{ font-size: 9pt; line-height: 9pt; margin:15px 0px 0px 0px; } } @media screen and (max-width: 1199px) { .checkbox{ padding:0px 0px 0px 40px; font-size: 8pt; } } @media screen and (max-width: 991px) { .checkbox{ padding:0px 0px 0px 30px; font-size: 8pt; } } @media screen and (max-width: 767px) { .checkbox{ padding:0px 0px 0px 30px; font-size: 9pt; } } .formulario-home{ box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); background-color: white; padding: 0px 0px 20px 0px; margin:45px 0px 0px 0px; } .fixed-form{ position:fixed; z-index:1; top:0px; width: 432.5px; } @media screen and (max-width: 1789px) { .fixed-form{ top:0px; width: 285px; } } @media screen and (max-width: 1366px) { .fixed-form{ top:-45px; } } @media screen and (max-width: 1199px) { .fixed-form{ top:-45px; width: 235px; } } @media screen and (max-width: 991px) { .fixed-form{ top:-45px; width: 180px; } } .tx_terminos{ color:#001523; font-family: 'Lato-Bold', sans-serif; font-size: 11pt; -webkit-appearance: none; cursor: pointer; } @media screen and (max-width: 1789px) { .tx_terminos{ font-size: 9pt; } } .tx_terminos:focus{ color:#232852; text-decoration: none; } .tx_terminos:hover{ color:#232852; text-decoration: none; } @keyframes next_index_css{ 0%{ background-position: 100%; opacity: 1; } 50%{ background-position: 0%; opacity: 1; } 100%{ background-position: 100%; opacity: 1; } } button.btn.btn-warning.btn-lg{ background: linear-gradient(90deg, #bd9242 0%, #ECEAA5 50%, #bd9242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */; background-size: 200%; color: #152531; animation-name: next_index_css; animation-duration:2.3s; animation-iteration-count: infinite; animation-timing-function:linear; margin-top: 35px; border-radius:0px; border:none; font-family: 'Lato-Bold', sans-serif; font-size: 13pt; line-height: 13pt; padding:12px 35px 14px 36px; opacity: 1; text-transform: uppercase; margin-bottom:10px; } @media screen and (max-width: 1789px) { button.btn.btn-warning.btn-lg{ margin-top: 30px; padding:10px 25px 10px 25px; } } @media screen and (max-width: 1199px) { button.btn.btn-warning.btn-lg{ font-size: 11pt; margin-top: 25px; padding:7px 25px 7px 25px; margin-bottom:5px; } } @media screen and (max-width: 1199px) { button.btn.btn-warning.btn-lg{ font-size: 10pt; padding:5px 10px 5px 10px; } } @media screen and (max-width: 767px) { button.btn.btn-warning.btn-lg{ font-size: 10pt; margin-top: 20px; padding:7px 25px 7px 25px; } } button.btn.btn-warning.btn-lg:focus{ color:#FFFFFF; background: #001523; } button.btn.btn-warning.btn-lg:hover{ color:#FFFFFF; background: #001523; } .list-unstyled { font-family: 'Lato-Regular', sans-serif; font-size: 11pt; text-align: center; } @media screen and (max-width: 1789px) { .list-unstyled { font-size: 9pt; } } @media screen and (max-width: 767px) { .list-unstyled { font-size: 10pt; } } .tx_form_error { font-family: 'Lato-Regular', sans-serif; font-size: 11pt; } @media screen and (max-width: 1789px) { .tx_form_error { font-size: 9pt; } } @media screen and (max-width: 767px) { .tx_form_error { font-size: 10pt; } } /*MODAL GALERIA*/ .modal-dialog.modal-sm.galeria-tabs{ min-width: 60%; } @media screen and (max-width: 1789px) { .modal-dialog.modal-sm.galeria-tabs{ min-width: 53%; } } @media screen and (max-width: 991px) { .modal-dialog.modal-sm.galeria-tabs{ min-width: 65%; } } .modal-content.galeria-tabs{ border-radius: 0px; margin-top: 50px; height: auto; } @media screen and (max-width: 1789px) { .modal-content.galeria-tabs{ border-radius: 0px; margin-top: 25px; height: auto; } } @media screen and (max-width: 991px) { .modal-content.galeria-tabs{ border-radius: 0px; margin-top: 50px; } } .modal-body{ padding: 0px; } .modal-backdrop.in { background-color:#001523; filter: alpha(opacity=50); opacity: .8; } .close_modal{ -webkit-appearance: none; background-color: transparent; color: #FFFFFF; font-size: 15pt; font-family: 'Roboto-Regular', sans-serif; } @media screen and (max-width: 1789px) { .close_modal{ font-size: 14pt; } } @media screen and (max-width: 1199px) { .close_modal{ font-size: 13pt; } } @media screen and (max-width: 767px) { .close_modal{ font-size: 11pt; } } .close_modal:hover{ text-decoration:none; color: #ECEAA5; cursor: pointer; } .modal-open.modal{ z-index: 1500; } .encabezado-volver-modal-galeria{ background-color: #001523; padding:10px 35px; } @media screen and (max-width: 767px) { .encabezado-volver-modal-galeria{ background-color: #001523; padding:5px 15px; } } /*TABS*/ .sin-padding{ padding-left: 0; padding-right: 0; } .ancho-tab-interno{ text-align: center; z-index: 10; width: 50%; margin-right: 0px; border:none; } @media screen and (max-width: 1199px) { .ancho-tab-interno{ text-align: center; z-index: 10; width: 33.33%; margin-right: 0px; border:none; } } .ancho-tab-interno-xs{ text-align: center; z-index: 10; width: 50%; margin-right: 0px; border:none; display: block; } .nav-tabs.tab-web-01>li>a{ margin-right: 0px; border:none; border-bottom:10px solid transparent; border-radius: 0px; color:#001523; font-family: 'Roboto-Regular', sans-serif; font-size: 14pt; background-color:#DDDDDD; } @media screen and (max-width: 1789px) { .nav-tabs.tab-web-01>li>a{ font-size: 13pt; } } @media screen and (max-width: 1199px) { .nav-tabs.tab-web-01>li>a{ font-size: 12pt; } } .nav-tabs.tab-web-01>li>a:hover{ border:none; border-bottom:10px solid #B29249; } .nav-tabs.tab-web-01>li>a:focus{ border:none; border-bottom:10px solid #B29249; } .nav-tabs.tab-web-01>li.active>a{ border:none; border-bottom:10px solid #B29249; background-color: #FFFFFF; border-radius: 0px; color:#001523; font-family: 'Roboto-Regular', sans-serif; font-size: 14pt; } @media screen and (max-width: 1789px) { .nav-tabs.tab-web-01>li.active>a{ font-size: 13pt; } } @media screen and (max-width: 1199px) { .nav-tabs.tab-web-01>li.active>a{ font-size: 12pt; } } .nav-tabs.tab-web-01>li.active>a:hover{ color:#001523; border:none; border-bottom:10px solid #B29249; } .nav-tabs.tab-web-01>li.active>a:focus{ color:#001523; border:none; border-bottom:10px solid #B29249 ; } .alto-img-tab{ height:auto; } @media screen and (max-width: 1789px) { .alto-img-tab{ height:auto; } } /*MODAL FORMULARIO*/ .formulario-home-modal{ box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); background-color: white; padding: 30px 30px 30px 30px; } @media screen and (max-width: 767px) { .formulario-home-modal{ box-shadow: none; background-color: transparent; padding: 0px 5px 40px 5px; margin:30px 0px 0px 0px; margin:0auto; } } .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; text-align: center; padding:30px 80px 30px 80px; } @media screen and (max-width: 1789px) { .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 15pt; text-align: center; padding:20px 80px 20px 80px; } } @media screen and (max-width: 1199px) { .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 13pt; text-align: center; padding:15px 60px 15px 60px; } } .modal-dialog.modal-sm.formulario-modal{ min-width: 40%; } @media screen and (max-width: 1789px) { .modal-dialog.modal-sm.formulario-modal{ min-width: 50%; } } @media screen and (max-width: 1199px) { .modal-dialog.modal-sm.formulario-modal{ min-width: 60%; } } @media screen and (max-width: 991px) { .modal-dialog.modal-sm.formulario-modal{ min-width: 65%; } } .modal-content.formulario-modal{ border-radius: 0px; margin-top: 50px; } @media screen and (max-width: 1789px) { .modal-content.formulario-modal{ border-radius: 0px; margin-top: 25px; } } @media screen and (max-width: 991px) { .modal-content.formulario-modal{ border-radius: 0px; margin-top: 50px; } } .checkbox-formulario-modal{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 11pt; line-height: 11pt; margin:10px 0px 0px 0px; padding:0px 0px 0px 35px; } @media screen and (max-width: 1789px) { .checkbox-formulario-modal{ margin:0px 0px 20px 0px; font-size: 10pt; line-height: 10pt; } } @media screen and (max-width: 1430px) { .checkbox-formulario-modal{ padding:0px 0px 0px 20px; } } /*MAQUETACION XS*/ .cont-01-xs-landing{ background: url(../images/background-hero-xs.png); background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; min-height: 1040px; background-color: #001523; padding: 40px 0px 10px 0px; /*border-bottom: 3px solid #ECEAA5;*/ } @media screen and (max-width: 450px) { .cont-01-xs-landing{ min-height: 600px; } } .tx-lato-light-amarillo-03{ font-family: 'Lato-Bold', sans-serif; font-size: 14pt; color:#FFF; text-transform: uppercase; text-align: left; padding: 30px 12.5px 750px 12.5px; margin: 40px 0px 0px 30px; width: 80%; /* border:1px solid #ECEAA5; */ } @media screen and (max-width: 450px) { .tx-lato-light-amarillo-03{ padding: 20px 12.5px 400px 12.5px; margin: 20px 0px 0px 10px; width: 85%; /* border:1px solid #ECEAA5; */ } } @media screen and (max-width: 400px) { .tx-lato-light-amarillo-03{ padding: 20px 12.5px 400px 12.5px; margin: 20px 0px 0px 0px; width: 85%; /* border:1px solid #ECEAA5; */ } } .tx-lato-black-blanco-02{ font-family: 'Lato-Light', sans-serif; font-size: 11pt; text-align: left; color:#FFF; margin:20px 0px 0px 0px;; } .tx-lato-light-amarillo-04{ font-family: 'Lato-Regular', sans-serif; font-size: 13pt; color:#FFF; text-align: left; margin:10px 0px 0px 0px;; } /*FIXED CONTACTO*/ .navbar.menu_contacto{ min-height: 0px; border: none; } .navbar-inverse.menu_contacto{ padding: 0px 0px 0px 0px; } .navbar-header.estilo-personalizado{ width: 100%; margin: 0px; padding: 0px; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-top:3px solid #ECEBA2; border-bottom:3px solid #ECEBA2; border-radius:8px 8px 0px 0px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .2); padding: 0px 0px 20px 0px; } @keyframes next_index_css{ 0%{ background-position: 100%; opacity: 1; } 50%{ background-position: 0%; opacity: 1; } 100%{ background-position: 100%; opacity: 1; } } .navbar-toggle.estilo-personalizado{ position: relative; color:#00202E; font-family: 'Lato-Regular', sans-serif; font-size: 13pt; background:linear-gradient(90deg, #ECEBA2 0%, #BC913E 100%); background-size: 200%; animation-name: next_index_css; animation-duration:2.3s; animation-iteration-count: infinite; animation-timing-function:linear; display: block; width: 100%; margin: 0px; border:none; padding: 15px 0px 15px 0px; border-radius: 0px; } /*ICONOS ANIMADOS*/ @keyframes animacion-iconos{ 0%{ background-position: 20px center; } 25%{ background-position: 20px center; } 50%{ background-position: 40px center; } 75%{ background-position: 40px center; } 100%{ background-position: 60px center; } } .iconos-contacto-fixed-animados{ position: absolute; top: 15px; left: 20px; background-image: url(../images/iconos-animation-fixed-xs.png); background-size: 40px 20px; background-position: center center; background-repeat: no-repeat; background-repeat: repeat-x, no-repeat; height: 20px; width: 20px; animation-name: animacion-iconos; animation-duration: 2.5s; animation-iteration-count: infinite; /* animation-timing-function: steps(2); */ animation-timing-function: ease-in; animation-fill-mode: forwards; z-index: 101; } @media screen and (max-width: 450px) { .iconos-contacto-fixed-animados{ top: 15px; left: 25px; } } @media screen and (max-width: 370px) { .iconos-contacto-fixed-animados{ top: 15px; left: 15px; } } .nav.navbar-nav.estilo-personalizado{ margin:0px 0px; } .asesoria-adp{ margin: 50px 0px 0px 20px; } @media screen and (max-width: 350px) { .asesoria-adp{ margin: 50px 0px 0px 10px; } } .margin-img-contacto-xs{ position: absolute; top:20px; right: 20px; max-height: 30px; } .margen-btn-img-xs{ margin-right:18px; max-height: 25px; } .estilo-dudas-xs{ position: relative; font-family: 'Lato-Regular', sans-serif; font-size: 12pt; width: 100%; display: block; text-align: left; padding: 30px 15px 0px 7px; margin-bottom: 10px; } @media screen and (max-width: 380px) { .estilo-dudas-xs{ padding: 30px 0px 0px 22.5px; } } @media screen and (max-width: 350px) { .estilo-dudas-xs{ padding: 30px 0px 0px 22.5px; } } .cerrar-menu-xs{ font-family: 'Lato-Regular', sans-serif; cursor:pointer; position: absolute; top:-5px; right: 7px; padding: 10px; } .enlace-url-contacto-fixed-xs{ display: block; color: #ECEBA2; background-color: #000F18; width: 70%; border-radius: 30px; padding: 10px 20px; margin: auto auto 10px auto; font-family: 'Lato-Regular', sans-serif; font-size: 12pt; text-align: center; } @media screen and (max-width: 370px) { .enlace-url-contacto-fixed-xs{ font-size: 11.5pt; width: 80%; } } .enlace-url-contacto-fixed-xs:focus{ color: #ECEBA2; text-decoration: none; } .enlace-url-contacto-fixed-xs:hover{ color: #ECEBA2; text-decoration: none; } /*SECCION 02 XS*/ .cont-06-xs-casas-campestres{ border-bottom: 2px solid #ECEAA5; border-top: 2px solid #ECEAA5; background-color: #EFEFEF; padding: 90px 15px 100px 15px; background-image: url(../images/background-cont-02-casas-campestres.png); background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; min-height: 1150px; } .tx-lato-regular-azul-01{ color:#152531; font-family: 'Lato-Regular', sans-serif; font-size: 16pt; letter-spacing: 25px; margin-top: 25px; } @media screen and (max-width: 1569px) { .tx-lato-regular-azul-01{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-regular-azul-01{ font-size: 14pt; } } @media screen and (max-width: 767px) { .tx-lato-regular-azul-01{ font-size: 14pt; text-align:center; } } @media screen and (max-width: 380px) { .tx-lato-regular-azul-01{ font-size: 14pt; letter-spacing: 15px; text-align:center; } } .tx-lato-light-azul-01{ color:#152531; font-family: 'Lato-Light', sans-serif; font-size: 16pt; margin-top: 10px; } @media screen and (max-width: 1569px) { .tx-lato-light-azul-01{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-01{ font-size: 14pt; } } @media screen and (max-width: 767px) { .tx-lato-light-azul-01{ font-size: 12pt; } } .borde-dorado-02{ background:linear-gradient(90deg, #D0C079 0%, #ECEAA5 50%, #D0C079 100%); height: 10px; width: 230px; margin-top: 20px; } @media screen and (max-width: 991px) { .borde-dorado-02{ height: 5px; } } @media screen and (max-width: 767px) { .borde-dorado-02{ width: 115px; } } .estilo-comillas-01{ margin-top: 45px; } .tx-lato-light-azul-02{ font-family: 'Lato-Light', sans-serif; font-size: 16pt; margin-top: 40px; text-align: justify; } @media screen and (max-width:1569px) { .tx-lato-light-azul-02{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-02{ font-size: 14pt; } } .tx-lato-regular-azul-02{ font-family: 'Lato-Regular', sans-serif; } .tx-sacramento-azul-01{ font-family: 'Sacramento-Regular', sans-serif; text-align: right; font-size: 35pt; margin-top: 110px; } @media screen and (max-width: 991px) { .tx-sacramento-azul-01{ font-size: 25pt; } } @media screen and (max-width: 380px) { .tx-sacramento-azul-01{ margin-top: 50px; } } .tx-lato-light-azul-estilo{ font-family: 'Lato-Light', sans-serif; font-size: 16pt; text-align: right; } @media screen and (max-width: 1569px) { .tx-lato-light-azul-estilo{ font-size: 15pt; } } @media screen and (max-width: 991px) { .tx-lato-light-azul-estilo{ font-size: 14pt; } } /*SLIDER XS 01*/ .carousel-inner.alto-personalizado-03{ min-height:auto; } .carousel-indicators.slider-xs-01{ bottom:20px; } .carousel-indicators li{ border:1px solid #152531; } .carousel-indicators .active{ background-color: transparent; border: 2px solid #ECEAA5; width: 13px; height: 13px; } .tx-slider-xs-01{ font-family: 'Arsenal-Regular', sans-serif; font-size: 16pt; text-align: center; margin-top:50px; color:#152531; } /*CONT 02 xs*/ .cont-02-xs-landing{ background-color: #001523; padding: 25px 0px 10px 0px; /*border-bottom: 3px solid #ECEAA5;*/ /*margin-top: 20px;*/ } /* .tx-arsenal-regular-amarillo-01{ font-family: 'Arsenal-Regular', sans-serif; font-size: 14pt; color:#ECEAA5; text-align: center; } */ /*CONT 03 xs*/ .cont-03-xs-landing{ background-color: #FFFFFF; padding: 0px 0px 0px 0px; margin-top: 0px; border-bottom: 3px solid #ECEAA5; } .padding-info-tabs{ padding: 0px 15px 0px 15px; } .nav-tabs.tabs-xs-01>li>a{ background-color: #001523; font-family: 'Roboto-Regular', sans-serif; font-size: 11pt; margin-right: 0px; border: none; border-bottom:1px solid #152531; color: #FFF; border-radius: 0px; } .nav-tabs.tabs-xs-01>li>.bordes-tab-xs{ border-left: 1px solid #707070; border-right: 1px solid #707070; } .nav-tabs.tabs-xs-01>li>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01>li>a:focus{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01>li.active>a{ color:#001523; background-color: #FFF; border-top:1px solid #001523; /* border-left:1px solid #707070; */ /* border-right:1px solid #707070; */ border-bottom:none; } .nav-tabs.tabs-xs-01>li.active>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01>li.active>a:focus{ text-decoration: none; color: #152531; } .tab-content.tabs-xs-01{ padding: 15px 0px 0px 0px; } /*02*/ .nav-tabs.tabs-xs-01-b{ margin: 10px 0px 0px 0px; } .nav-tabs.tabs-xs-01-b>li>a{ background-color: rgba(255, 255, 255, .8); font-family: 'Roboto-Regular', sans-serif; font-size: 11pt; margin-right: 0px; border: none; color: #152531; border-radius: 0px; } .nav-tabs.tabs-xs-01-b>li>.bordes-tab-xs{ border-left: 1px solid #707070; border-right: 1px solid #707070; } .nav-tabs.tabs-xs-01-b>li>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01-b>li>a:focus{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01-b>li.active>a{ color:#001523; background-color: rgba(255, 255, 255, 1); border-top:none; border-left:1px solid transparent; border-right:1px solid transparent; border-bottom:none; border-bottom:2px solid #C1A66D; } .nav-tabs.tabs-xs-01-b>li.active>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-xs-01-b>li.active>a:focus{ text-decoration: none; color: #152531; } .tab-content.tabs-xs-01-b{ padding: 0px 0px 0px 0px; position: relative; top:-40px; } .estilo-numero{ font-family: 'Lato-Bold', sans-serif; font-size: 11pt; } .tx-info-tab-xs{ border-top: 1px solid rgba(0, 0, 0, .2); border-bottom: 1px solid rgba(0, 0, 0, .2); text-align: center; padding: 10px 0px 10px 0px; font-family: 'Lato-Light', sans-serif; font-size: 12pt; } .borde-info-xs{ border-left: 1px solid rgba(0, 0, 0, .2); } .tx-lato-light-azul-05{ font-family: 'Arsenal-Bold', sans-serif; font-size: 12pt; text-align:center; margin:0px 0px 15px 0px; } .tx-lato-bold-amarillo-01{ color:#C1A66D; font-family: 'Lato-Bold', sans-serif; font-size: 15pt; text-align: center; margin:30px 0px 30px 0px; } .enlace-tab-modal-xs-01{ color:#152531; font-family: 'Lato-Light', sans-serif; font-size: 11pt; padding: 10px; border:1px solid #152531; text-align: center; -webkit-appearance: none; cursor: pointer; } .enlace-tab-modal-xs-01:hover{ text-decoration: none; } .enlace-tab-modal-xs-01:focus{ text-decoration: none; } .enlace-tab-modal-xs-02{ color:#152531; font-family: 'Lato-Regular', sans-serif; font-size: 11pt; padding: 10px; border:1px solid transparent; text-align: center; -webkit-appearance: none; cursor: pointer; background:linear-gradient(0deg, #D0C079 0%, #ECEAA5 50%, #D0C079 100%); } .enlace-tab-modal-xs-02:hover{ text-decoration: none; border:1px solid #152531; } .enlace-tab-modal-xs-02:focus{ text-decoration: none; border:1px solid #152531; } .icono-puntero{ margin-bottom: 5px; margin-right: 6px; } .tx-lato-bold-azul-01{ font-family: 'Lato-Bold', sans-serif; font-size: 11pt; text-align: center; margin:20px 0px 0px 0px; } .tx-arsenal-regular-blanco-02{ font-family: 'Arsenal-Bold', sans-serif; font-size: 14pt; color:#FFFFFF; text-align: center; } .cont-04-xs-landing{ background-color: #001523; padding: 25px 0px 15px 0px; /*border-bottom: 3px solid #ECEAA5;*/ } .cont-05-xs-landing{ background-color: #FFFFFF; padding: 20px 0px 20px 0px; border-bottom: 3px solid #ECEAA5; } @media screen and (max-width: 767px) { .tx-lato-light-azul-03{ font-size: 11pt; } } /*SECCION CONTACTO XS NUEVA*/ .borde-dorado-contenido-xs{ border: 1px solid #ECEAA5; padding: 30px 15px 80px 15px; margin:20px 0px 30px 0px; } .tx-seccion-contacto-xs-01{ font-family: 'Lato-Light', sans-serif; font-size: 13pt; color:#FFFFFF; text-align: center; margin-bottom: 15px; letter-spacing: 3px; } .btn-seccion-contacto-xs{ background: linear-gradient(-90deg, #ECEBA2 0%, #BC913E 100%); font-family: 'Lato-Bold', sans-serif; font-size: 12pt; color:#00202E; padding: 10px 5px; text-align: center; display: block; } /*FOOTER*/ footer{ background-color: #000F18; padding: 15px 0px 20px 0px; } @media screen and (max-width: 767px) { footer{ background-color: #000F18; padding: 15px 0px 70px 0px; } } .tx-arsenal-regular-azul-06{ color:#FFFFFF; font-family: 'Arsenal-Regular', sans-serif; font-size: 8pt; padding-right: 10px; } .-cons-alianza-xs{ min-width: 100%; } /*MODAL GALERIA TABS XS*/ .modal-dialog.modal-sm.galeria-tabs-xs{ min-width: 60%; } .modal-content.galeria-tabs-xs{ border-radius: 0px; margin-top: 0px; } .ancho-tab-interno-galeria{ text-align: center; z-index: 10; width: 100%; margin-right: 0px; border:none; } .nav-tabs.tabs-galeria-xs-01>li>a{ background-color: #D1D1D1; font-family: 'Roboto-Regular', sans-serif; font-size: 11pt; margin-right: 0px; border: none; color: #152531; border-bottom:5px solid transparent; } .nav-tabs.tabs-galeria-xs-01>li>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-galeria-xs-01>li>a:focus{ text-decoration: none; color: #152531; } .nav-tabs.tabs-galeria-xs-01>li.active>a{ background-color: #FFFFFF; border:none; border-bottom:5px solid #C1A66D; } .nav-tabs.tabs-galeria-xs-01>li.active>a:hover{ text-decoration: none; color: #152531; } .nav-tabs.tabs-galeria-xs-01>li.active>a:focus{ text-decoration: none; color: #152531; } .tab-content.tabs-galeria-xs-01{ padding: 0px 0px 0px 0px; } .alto-img-tab-galeria-xs{ width:100%; } /*MODAL FORMULARIO XS*/ .formulario-home-modal-xs{ box-shadow: 0px 5px 15px rgba(0, 0, 0, .3); background-color: white; padding: 30px 10px 30px 10px; border-left:10px solid #ECEAA5; } @media screen and (max-width: 767px) { .tx-lato-light-azul-04{ color:#001523; font-family: 'Lato-Light', sans-serif; font-size: 11pt; text-align: center; padding:30px 20px 10px 20px; } } @media screen and (max-width: 767px) { .modal-content.formulario-modal{ border-radius: 0px; margin-top: 0px; } } .checkbox-formulario-modal-xs{ color:#001523; font-family: 'Lato-Light', sans-serif; line-height: 9pt; margin:10px 0px 30px 0px; padding: 0px 0px 0px 15px; font-size: 9pt; } /*MODAL*/ .iframe-modal-condiciones{ width: 100%; height: 520px; border-top:1px solid #EAEAEA; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right: none; margin:0px 0px 10px 0px; } @media screen and (max-width: 1199px) { .iframe-modal-condiciones{ height: 490px; } } @media screen and (max-width: 991px) { .iframe-modal-condiciones{ height: 470px; } } @media screen and (max-width: 767px) { .iframe-modal-condiciones{ height: 440px; } } .modal.terminos-modal{ padding-top:80px; } @media screen and (max-width: 767px) { .modal.terminos-modal{ padding-top:30px; } } .modal-content.terminos-modal{ border-radius: 25px; box-shadow:rgba(255, 0, 0, 0.5); border:none; } .modal-body.terminos-modal{ padding: 70px 25px 25px 25px; } .modal-lg.terminos-modal{ width: 35%; } @media screen and (max-width: 1199px) { .modal-lg.terminos-modal{ width: 60%; } } @media screen and (max-width: 991px) { .modal-lg.terminos-modal{ width: 70%; } } @media screen and (max-width: 767px) { .modal-lg.terminos-modal{ width: 91%; margin-left:15px; } } .close.terminos_condiciones.terminos-modal{ color:#939393; position: absolute; right: 22px; top:25px; opacity: 1; font-size: 20pt; text-shadow: none; } .icono_aceptar.terminos-modal{ font-size: 15pt; }
0.16944
0.042483
height: 24px; padding: 6px; margin-right: 16px; background: white; border-radius: 50%; opacity: 1; transition: opacity 0.2s; } #dfpLogo:hover { opacity: 0.7; } #tabsArea md-content { background-color: transparent !important; } #tabsArea md-content md-tabs { border: 1px solid #e1e1e1; } #tabsArea md-content md-tabs md-tab-content { background: #f6f6f6; } #tabsArea md-content md-tabs md-tabs-wrapper { background: white; } #tabsArea md-content h1:first-child { margin-top: 0; } #tabsArea md-input-container { padding-bottom: 0; } #tabsArea .remove-tab { margin-bottom: 40px; } #tabsArea .demo-tab > div > div { padding: 25px; box-sizing: border-box; } #tabsArea .edit-form input { width: 100%; } #tabsArea md-tabs { border-bottom: 1px solid rgba(0, 0, 0, 0.12); } #tabsArea md-tab[disabled] { opacity: 0.5; } #tabsArea label { text-align: left; font-size: 16px; } #tabsArea .long > input { width: 264px; } #tabsArea .md-button.add-tab { transform: translateY(5px); } #tabsArea .hint { /* Position the hint */ position: absolute; left: 2px; right: auto; bottom: 7px; /* Copy styles from ng-messages */ font-size: 14px; line-height: 14px; transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); /* Set our own color */ color: gray; } #tabsArea .hint.ng-hide, #tabsArea .hint.ng-enter, #tabsArea .hint.ng-leave.ng-leave-active { bottom: 26px; opacity: 0; } #tabsArea .hint.ng-leave, #tabsArea .hint.ng-enter.ng-enter-active { bottom: 7px; opacity: 1; } #tabsArea md-list { padding-top: 0; } #tabsArea md-list-item > p, #tabsArea md-list-item > .md-list-item-inner > p, #tabsArea md-list-item .md-list-item-inner > p, #tabsArea md-list-item .md-list-item-inner > .md-list-item-inner > p { -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ user-select: none; /* Likely future */ } md-select { font-size: 16px; } #topRow md-select { min-width: 300px; } .md-button { height: 42px; /* 3x default font size */ padding: 0 10px; /* increase default padding */ } md-tab-item.md-active { font-weight: bold; } md-tab-item:hover, md-prev-button:not(.md-disabled):hover md-icon, md-next-button:not(.md-disabled):hover md-icon { color: rgb(76,175,80); } md-list-item .mdl-collapse__content-wrapper { max-height: 0; display: none; /* to be overridden */ transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); } md-list-item .mdl-collapse__content { background: white; border-radius: 10px; margin-bottom: 10px; } md-list-item .mdl-collapse.mdl-collapse--opened .mdl-collapse__content-wrapper { max-height: 100vh; /* cannot use 'none' to animate */ overflow: scroll; } .mdl-layout__header-row .mdl-layout-title, .mdl-layout__header-row .mdl-navigation__link, .md-button span { color: white; } .mdl-layout__header-row a:hover { color: lightgreen; } .mdl-layout__header-row .mdl-navigation ul li a { color: black; text-decoration: none; } ul.pagination { display: inline-block; padding: 0; margin: 0; } ul.pagination li { display: inline; } ul.pagination li a { color: black; float: left; padding: 4px 12px 0; text-decoration: none; transition: background-color .3s; margin: 0 4px; border-radius: 5px; } ul.pagination li a:hover { background-color: #ddd; } ul.pagination a[disabled] { cursor: not-allowed; color: lightgray; } ul.service-list li { padding: 0; } ul.service-list { padding: 0; margin: 0; } .selected-service { border: 1px solid grey; }
static/css/style.css
height: 24px; padding: 6px; margin-right: 16px; background: white; border-radius: 50%; opacity: 1; transition: opacity 0.2s; } #dfpLogo:hover { opacity: 0.7; } #tabsArea md-content { background-color: transparent !important; } #tabsArea md-content md-tabs { border: 1px solid #e1e1e1; } #tabsArea md-content md-tabs md-tab-content { background: #f6f6f6; } #tabsArea md-content md-tabs md-tabs-wrapper { background: white; } #tabsArea md-content h1:first-child { margin-top: 0; } #tabsArea md-input-container { padding-bottom: 0; } #tabsArea .remove-tab { margin-bottom: 40px; } #tabsArea .demo-tab > div > div { padding: 25px; box-sizing: border-box; } #tabsArea .edit-form input { width: 100%; } #tabsArea md-tabs { border-bottom: 1px solid rgba(0, 0, 0, 0.12); } #tabsArea md-tab[disabled] { opacity: 0.5; } #tabsArea label { text-align: left; font-size: 16px; } #tabsArea .long > input { width: 264px; } #tabsArea .md-button.add-tab { transform: translateY(5px); } #tabsArea .hint { /* Position the hint */ position: absolute; left: 2px; right: auto; bottom: 7px; /* Copy styles from ng-messages */ font-size: 14px; line-height: 14px; transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); /* Set our own color */ color: gray; } #tabsArea .hint.ng-hide, #tabsArea .hint.ng-enter, #tabsArea .hint.ng-leave.ng-leave-active { bottom: 26px; opacity: 0; } #tabsArea .hint.ng-leave, #tabsArea .hint.ng-enter.ng-enter-active { bottom: 7px; opacity: 1; } #tabsArea md-list { padding-top: 0; } #tabsArea md-list-item > p, #tabsArea md-list-item > .md-list-item-inner > p, #tabsArea md-list-item .md-list-item-inner > p, #tabsArea md-list-item .md-list-item-inner > .md-list-item-inner > p { -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ user-select: none; /* Likely future */ } md-select { font-size: 16px; } #topRow md-select { min-width: 300px; } .md-button { height: 42px; /* 3x default font size */ padding: 0 10px; /* increase default padding */ } md-tab-item.md-active { font-weight: bold; } md-tab-item:hover, md-prev-button:not(.md-disabled):hover md-icon, md-next-button:not(.md-disabled):hover md-icon { color: rgb(76,175,80); } md-list-item .mdl-collapse__content-wrapper { max-height: 0; display: none; /* to be overridden */ transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); } md-list-item .mdl-collapse__content { background: white; border-radius: 10px; margin-bottom: 10px; } md-list-item .mdl-collapse.mdl-collapse--opened .mdl-collapse__content-wrapper { max-height: 100vh; /* cannot use 'none' to animate */ overflow: scroll; } .mdl-layout__header-row .mdl-layout-title, .mdl-layout__header-row .mdl-navigation__link, .md-button span { color: white; } .mdl-layout__header-row a:hover { color: lightgreen; } .mdl-layout__header-row .mdl-navigation ul li a { color: black; text-decoration: none; } ul.pagination { display: inline-block; padding: 0; margin: 0; } ul.pagination li { display: inline; } ul.pagination li a { color: black; float: left; padding: 4px 12px 0; text-decoration: none; transition: background-color .3s; margin: 0 4px; border-radius: 5px; } ul.pagination li a:hover { background-color: #ddd; } ul.pagination a[disabled] { cursor: not-allowed; color: lightgray; } ul.service-list li { padding: 0; } ul.service-list { padding: 0; margin: 0; } .selected-service { border: 1px solid grey; }
0.442637
0.069668
:root { --😀: rgb(216, 174, 74); --😃: rgb(214, 171, 73); --😄: rgb(217, 175, 74); --😁: rgb(221, 182, 85); --😆: rgb(216, 173, 73); --😅: rgb(207, 174, 85); --🤣: rgb(192, 165, 92); --😂: rgb(195, 169, 92); --🙂: rgb(230, 184, 67); --🙃: rgb(229, 183, 64); --😉: rgb(228, 183, 67); --😊: rgb(229, 177, 70); --😇: rgb(208, 178, 84); --🥰: rgb(227, 152, 65); --😍: rgb(222, 141, 69); --🤩: rgb(211, 148, 84); --😘: rgb(231, 174, 67); --😗: rgb(232, 186, 67); --☺: rgb(232, 178, 69); --😚: rgb(233, 179, 70); --😙: rgb(234, 188, 68); --🥲: rgb(225, 188, 68); --😋: rgb(230, 178, 69); --😛: rgb(220, 165, 72); --😜: rgb(222, 170, 87); --🤪: rgb(217, 173, 101); --😝: rgb(219, 165, 72); --🤑: rgb(183, 179, 72); --🤗: rgb(227, 179, 77); --🤭: rgb(232, 185, 77); --🤫: rgb(228, 184, 72); --🤔: rgb(227, 184, 75); --🤐: rgb(220, 180, 75); --🤨: rgb(228, 182, 63); --😐: rgb(230, 184, 66); --😑: rgb(234, 188, 68); --😶: rgb(235, 189, 67); --😶‍🌫️: rgb(213, 200, 107); --😏: rgb(230, 183, 67); --😒: rgb(229, 183, 67); --🙄: rgb(235, 196, 96); --😬: rgb(219, 181, 81); --😮‍💨: rgb(231, 191, 56); --🤥: rgb(229, 181, 66); --😌: rgb(228, 183, 67); --😔: rgb(231, 185, 67); --😪: rgb(217, 184, 82); --🤤: rgb(221, 181, 72); --😴: rgb(216, 178, 76); --😷: rgb(232, 201, 120); --🤒: rgb(225, 167, 69); --🤕: rgb(221, 185, 105); --🤢: rgb(141, 176, 64); --🤮: rgb(181, 173, 60); --🤧: rgb(224, 185, 100); --🥵: rgb(202, 120, 86); --🥶: rgb(103, 174, 215); --🥴: rgb(225, 179, 70); --😵: rgb(213, 167, 74); --😵‍💫: rgb(223, 179, 38); --🤯: rgb(215, 180, 119); --🤠: rgb(189, 144, 61); --🥳: rgb(212, 168, 91); --🥸: rgb(184, 148, 62); --😎: rgb(183, 146, 65); --🤓: rgb(200, 164, 77); --🧐: rgb(218, 179, 78); --😕: rgb(232, 186, 68); --😟: rgb(227, 180, 65); --🙁: rgb(230, 184, 66); --☹: rgb(228, 183, 66); --😮: rgb(226, 181, 66); --😯: rgb(228, 182, 65); --😲: rgb(222, 180, 79); --😳: rgb(230, 185, 98); --🥺: rgb(218, 176, 79); --😦: rgb(225, 180, 66); --😧: rgb(222, 177, 66); --😨: rgb(174, 166, 120); --😰: rgb(164, 167, 130); --😥: rgb(217, 183, 79); --😢: rgb(217, 183, 81); --😭: rgb(186, 175, 104); --😱: rgb(182, 173, 141); --😖: rgb(219, 172, 75); --😣: rgb(221, 174, 75); --😞: rgb(233, 187, 69); --😓: rgb(217, 185, 84); --😩: rgb(215, 170, 67); --😫: rgb(212, 168, 66); --🥱: rgb(220, 173, 62); --😤: rgb(226, 188, 102); --😡: rgb(219, 113, 59); --😠: rgb(228, 182, 66); --🤬: rgb(181, 100, 65); --😈: rgb(158, 74, 159); --👿: rgb(158, 76, 158); --💀: rgb(186, 189, 191); --☠: rgb(186, 190, 193); --💩: rgb(155, 115, 95); --🤡: rgb(208, 170, 157); --👹: rgb(142, 72, 68); --👺: rgb(182, 86, 82); --👻: rgb(198, 193, 196); --👽: rgb(141, 167, 137); --👾: rgb(114, 85, 150); --🤖: rgb(139, 164, 178); --😺: rgb(214, 172, 79); --😸: rgb(213, 172, 78); --😹: rgb(193, 170, 97); --😻: rgb(216, 147, 79); --😼: rgb(219, 176, 78); --😽: rgb(224, 177, 79); --🙀: rgb(218, 174, 85); --😿: rgb(210, 177, 89); --😾: rgb(220, 176, 75); --🙈: rgb(182, 137, 107); --🙉: rgb(179, 138, 109); --🙊: rgb(180, 139, 110); --💋: rgb(220, 75, 79); --💌: rgb(220, 182, 191); --💘: rgb(213, 93, 114); --💝: rgb(232, 125, 92); --💖: rgb(233, 95, 106); --💗: rgb(233, 123, 149); --💓: rgb(230, 93, 121); --💞: rgb(226, 85, 119); --💕: rgb(231, 87, 120); --💟: rgb(219, 121, 164); --❣: rgb(230, 90, 93); --💔: rgb(227, 70, 88); --❤️‍🔥: rgb(244, 126, 29); --❤️‍🩹: rgb(232, 133, 127); --❤: rgb(231, 71, 75); --🧡: rgb(243, 149, 47); --💛: rgb(242, 200, 70); --💚: rgb(100, 196, 71); --💙: rgb(58, 161, 231); --💜: rgb(175, 94, 221); --🤎: rgb(152, 95, 67); --🖤: rgb(72, 74, 78); --🤍: rgb(220, 221, 223); --💯: rgb(206, 72, 75); --💢: rgb(214, 92, 96); --💥: rgb(232, 136, 96); --💫: rgb(211, 192, 130); --💦: rgb(95, 188, 231); --💨: rgb(190, 209, 222); --🕳: rgb(111, 111, 113); --💣: rgb(93, 90, 90); --💬: rgb(212, 221, 226); --👁️‍🗨️: rgb(92, 108, 121); --🗨: rgb(129, 170, 198); --🗯: rgb(217, 222, 225); --💭: rgb(221, 227, 232); --💤: rgb(111, 156, 211); --👋: rgb(227, 186, 89); --🤚: rgb(239, 192, 90); --🖐: rgb(234, 187, 87); --✋: rgb(238, 192, 91); --🖖: rgb(238, 192, 91); --👌: rgb(229, 185, 92); --🤌: rgb(250, 194, 67); --🤏: rgb(227, 172, 64); --✌: rgb(231, 186, 93); --🤞: rgb(231, 185, 94); --🤟: rgb(235, 189, 90); --🤘: rgb(229, 184, 92); --🤙: rgb(238, 195, 101); --👈: rgb(235, 197, 99); --👉: rgb(236, 197, 99); --👆: rgb(237, 196, 98); --🖕: rgb(242, 202, 107); --👇: rgb(234, 197, 100); --☝: rgb(232, 188, 97); --👍: rgb(236, 191, 94); --👎: rgb(236, 190, 94); --✊: rgb(238, 189, 84); --👊: rgb(236, 188, 86); --🤛: rgb(241, 196, 98); --🤜: rgb(240, 195, 95); --👏: rgb(231, 184, 83); --🙌: rgb(223, 184, 91); --👐: rgb(235, 195, 107); --🤲: rgb(236, 184, 78); --🤝: rgb(236, 190, 94); --🙏: rgb(176, 177, 140); --✍: rgb(207, 173, 101); --💅: rgb(220, 156, 102); --🤳: rgb(160, 159, 144); --💪: rgb(235, 191, 99); --🦾: rgb(122, 128, 132); --🦿: rgb(131, 132, 137); --🦵: rgb(236, 199, 118); --🦶: rgb(237, 195, 100); --👂: rgb(236, 193, 98); --🦻: rgb(214, 172, 90); --👃: rgb(238, 198, 106); --🧠: rgb(230, 151, 159); --🫀: rgb(200, 78, 89); --🫁: rgb(238, 125, 125); --🦷: rgb(217, 218, 218); --🦴: rgb(219, 210, 200); --👀: rgb(194, 194, 196); --👁: rgb(177, 168, 162); --👅: rgb(196, 105, 116); --👄: rgb(206, 102, 110); --👶: rgb(224, 186, 93); --🧒: rgb(195, 153, 78); --👦: rgb(204, 163, 85); --👧: rgb(196, 152, 79); --🧑: rgb(200, 158, 81); --👱: rgb(232, 194, 91); --👨: rgb(208, 165, 82); --🧔: rgb(195, 150, 76); --🧔‍♂️: rgb(164, 123, 46); --🧔‍♀️: rgb(142, 106, 50); --👨‍🦰: rgb(221, 168, 86); --👨‍🦱: rgb(190, 155, 80); --👨‍🦳: rgb(217, 197, 132); --👨‍🦲: rgb(225, 193, 101); --👩: rgb(188, 143, 74); --👩‍🦰: rgb(217, 139, 74); --🧑‍🦰: rgb(230, 140, 49); --👩‍🦱: rgb(184, 141, 79); --🧑‍🦱: rgb(215, 159, 62); --👩‍🦳: rgb(209, 189, 154); --🧑‍🦳: rgb(228, 196, 129); --👩‍🦲: rgb(227, 187, 107); --🧑‍🦲: rgb(241, 189, 69); --👱‍♀️: rgb(224, 185, 87); --👱‍♂️: rgb(224, 193, 94); --🧓: rgb(213, 187, 126); --👴: rgb(230, 193, 99); --👵: rgb(209, 182, 120); --🙍: rgb(189, 142, 94); --🙍‍♂️: rgb(165, 160, 112); --🙍‍♀️: rgb(174, 129, 107); --🙎: rgb(190, 143, 94); --🙎‍♂️: rgb(163, 158, 111); --🙎‍♀️: rgb(173, 128, 106); --🙅: rgb(191, 140, 94); --🙅‍♂️: rgb(145, 153, 118); --🙅‍♀️: rgb(166, 121, 121); --🙆: rgb(193, 136, 91); --🙆‍♂️: rgb(126, 148, 116); --🙆‍♀️: rgb(160, 110, 126); --💁: rgb(190, 143, 96); --💁‍♂️: rgb(157, 158, 114); --💁‍♀️: rgb(172, 127, 111); --🙋: rgb(192, 139, 88); --🙋‍♂️: rgb(149, 154, 109); --🙋‍♀️: rgb(171, 122, 110); --🧏: rgb(187, 140, 65); --🧏‍♂️: rgb(177, 159, 88); --🧏‍♀️: rgb(177, 126, 83); --🙇: rgb(170, 143, 98); --🙇‍♂️: rgb(142, 144, 107); --🙇‍♀️: rgb(162, 120, 110); --🤦: rgb(193, 142, 93); --🤦‍♂️: rgb(156, 156, 112); --🤦‍♀️: rgb(175, 127, 112); --🤷: rgb(190, 139, 93); --🤷‍♂️: rgb(139, 154, 117); --🤷‍♀️: rgb(164, 119, 124); --🧑‍⚕️: rgb(183, 159, 105); --👨‍⚕️: rgb(189, 171, 128); --👩‍⚕️: rgb(182, 156, 116); --🧑‍🎓: rgb(136, 109, 62); --👨‍🎓: rgb(138, 121, 84); --👩‍🎓: rgb(135, 113, 80); --🧑‍🏫: rgb(160, 148, 96); --👨‍🏫: rgb(149, 145, 101); --👩‍🏫: rgb(141, 132, 98); --🧑‍⚖️: rgb(164, 132, 76); --👨‍⚖️: rgb(158, 131, 87); --👩‍⚖️: rgb(148, 121, 81); --🧑‍🌾: rgb(175, 148, 82); --👨‍🌾: rgb(165, 147, 90); --👩‍🌾: rgb(164, 142, 87); --🧑‍🍳: rgb(215, 194, 152); --👨‍🍳: rgb(202, 188, 156); --👩‍🍳: rgb(196, 179, 150); --🧑‍🔧: rgb(154, 152, 124); --👨‍🔧: rgb(162, 153, 124); --👩‍🔧: rgb(158, 144, 116); --🧑‍🏭: rgb(133, 135, 119); --👨‍🏭: rgb(146, 147, 132); --👩‍🏭: rgb(138, 134, 120); --🧑‍💼: rgb(192, 168, 118); --👨‍💼: rgb(181, 166, 133); --👩‍💼: rgb(167, 151, 118); --🧑‍🔬: rgb(197, 179, 133); --👨‍🔬: rgb(192, 179, 144); --👩‍🔬: rgb(185, 166, 135); --🧑‍💻: rgb(161, 156, 117); --👨‍💻: rgb(157, 157, 123); --👩‍💻: rgb(153, 148, 121); --🧑‍🎤: rgb(174, 133, 67); --👨‍🎤: rgb(147, 139, 109); --👩‍🎤: rgb(163, 116, 111); --🧑‍🎨: rgb(167, 137, 87); --👨‍🎨: rgb(166, 144, 100); --👩‍🎨: rgb(161, 134, 96); --🧑‍✈️: rgb(144, 122, 74); --👨‍✈️: rgb(142, 125, 88); --👩‍✈️: rgb(140, 120, 83); --🧑‍🚀: rgb(180, 160, 121); --👨‍🚀: rgb(178, 164, 134); --👩‍🚀: rgb(177, 160, 132); --🧑‍🚒: rgb(200, 116, 64); --👨‍🚒: rgb(198, 130, 83); --👩‍🚒: rgb(190, 126, 80); --👮: rgb(131, 138, 124); --👮‍♂️: rgb(131, 139, 126); --👮‍♀️: rgb(128, 132, 118); --🕵: rgb(141, 132, 108); --🕵️‍♂️: rgb(142, 133, 107); --🕵️‍♀️: rgb(139, 130, 106); --💂: rgb(115, 91, 77); --💂‍♂️: rgb(119, 93, 79); --💂‍♀️: rgb(116, 90, 77); --🥷: rgb(73, 67, 58); --👷: rgb(213, 183, 95); --👷‍♂️: rgb(211, 181, 95); --👷‍♀️: rgb(201, 167, 86); --🤴: rgb(201, 174, 98); --👸: rgb(194, 161, 97); --👳: rgb(209, 179, 138); --👳‍♂️: rgb(204, 178, 133); --👳‍♀️: rgb(210, 191, 152); --👲: rgb(182, 140, 82); --🧕: rgb(157, 117, 135); --🤵: rgb(164, 138, 92); --🤵‍♂️: rgb(168, 137, 76); --🤵‍♀️: rgb(164, 130, 73); --👰: rgb(206, 183, 143); --👰‍♂️: rgb(218, 195, 152); --👰‍♀️: rgb(212, 182, 131); --🤰: rgb(181, 130, 138); --🤱: rgb(167, 139, 119); --👩‍🍼: rgb(170, 136, 125); --👨‍🍼: rgb(153, 166, 120); --🧑‍🍼: rgb(199, 151, 84); --👼: rgb(205, 184, 118); --🎅: rgb(220, 174, 144); --🤶: rgb(223, 175, 130); --🧑‍🎄: rgb(227, 166, 123); --🦸: rgb(155, 130, 124); --🦸‍♂️: rgb(154, 131, 125); --🦸‍♀️: rgb(156, 125, 115); --🦹: rgb(137, 122, 113); --🦹‍♂️: rgb(131, 116, 111); --🦹‍♀️: rgb(134, 121, 109); --🧙: rgb(154, 144, 127); --🧙‍♂️: rgb(145, 151, 147); --🧙‍♀️: rgb(152, 143, 123); --🧚: rgb(193, 184, 145); --🧚‍♂️: rgb(175, 191, 161); --🧚‍♀️: rgb(190, 185, 152); --🧛: rgb(130, 98, 71); --🧛‍♂️: rgb(140, 103, 73); --🧛‍♀️: rgb(132, 100, 71); --🧜: rgb(183, 151, 112); --🧜‍♂️: rgb(151, 171, 132); --🧜‍♀️: rgb(174, 145, 138); --🧝: rgb(189, 170, 102); --🧝‍♂️: rgb(182, 174, 117); --🧝‍♀️: rgb(192, 176, 126); --🧞: rgb(134, 146, 165); --🧞‍♂️: rgb(111, 162, 179); --🧞‍♀️: rgb(124, 136, 162); --🧟: rgb(127, 124, 99); --🧟‍♂️: rgb(117, 133, 113); --🧟‍♀️: rgb(114, 113, 112); --💆: rgb(203, 156, 92); --💆‍♂️: rgb(179, 168, 112); --💆‍♀️: rgb(188, 144, 102); --💇: rgb(180, 138, 92); --💇‍♂️: rgb(158, 151, 112); --💇‍♀️: rgb(166, 125, 98); --🚶: rgb(170, 157, 147); --🚶‍♂️: rgb(167, 164, 146); --🚶‍♀️: rgb(167, 155, 153); --🧍: rgb(149, 122, 67); --🧍‍♂️: rgb(147, 144, 91); --🧍‍♀️: rgb(159, 121, 106); --🧎: rgb(129, 114, 77); --🧎‍♂️: rgb(120, 123, 94); --🧎‍♀️: rgb(133, 108, 107); --🧑‍🦯: rgb(153, 125, 95); --👨‍🦯: rgb(116, 118, 97); --👩‍🦯: rgb(128, 102, 113); --🧑‍🦼: rgb(115, 98, 89); --👨‍🦼: rgb(102, 86, 79); --👩‍🦼: rgb(105, 84, 85); --🧑‍🦽: rgb(130, 107, 90); --👨‍🦽: rgb(104, 90, 79); --👩‍🦽: rgb(110, 84, 89); --🏃: rgb(183, 159, 131); --🏃‍♂️: rgb(163, 156, 133); --🏃‍♀️: rgb(173, 146, 130); --💃: rgb(197, 112, 90); --🕺: rgb(153, 143, 144); --🕴: rgb(145, 141, 134); --👯: rgb(141, 111, 55); --👯‍♂️: rgb(143, 113, 55); --👯‍♀️: rgb(149, 115, 55); --🧖: rgb(209, 192, 152); --🧖‍♂️: rgb(203, 190, 147); --🧖‍♀️: rgb(205, 188, 147); --🧗: rgb(145, 136, 126); --🧗‍♂️: rgb(139, 139, 129); --🧗‍♀️: rgb(142, 132, 127); --🤺: rgb(171, 174, 175); --🏇: rgb(160, 129, 110); --⛷: rgb(156, 166, 170); --🏂: rgb(164, 160, 158); --🏌: rgb(165, 156, 147); --🏌️‍♂️: rgb(138, 157, 158); --🏌️‍♀️: rgb(173, 150, 156); --🏄: rgb(153, 165, 145); --🏄‍♂️: rgb(140, 169, 145); --🏄‍♀️: rgb(155, 164, 148); --🚣: rgb(150, 145, 139); --🚣‍♂️: rgb(146, 147, 142); --🚣‍♀️: rgb(149, 141, 143); --🏊: rgb(148, 177, 164); --🏊‍♂️: rgb(148, 186, 170); --🏊‍♀️: rgb(144, 172, 177); --⛹: rgb(191, 160, 125); --⛹️‍♂️: rgb(168, 161, 133); --⛹️‍♀️: rgb(193, 147, 121); --🏋: rgb(175, 155, 126); --🏋️‍♂️: rgb(161, 153, 124); --🏋️‍♀️: rgb(172, 145, 124); --🚴: rgb(150, 143, 124); --🚴‍♂️: rgb(133, 143, 132); --🚴‍♀️: rgb(146, 131, 129); --🚵: rgb(128, 139, 111); --🚵‍♂️: rgb(120, 141, 116); --🚵‍♀️: rgb(129, 133, 113); --🤸: rgb(192, 169, 138); --🤸‍♂️: rgb(164, 169, 145); --🤸‍♀️: rgb(192, 154, 136); --🤼: rgb(186, 153, 107); --🤼‍♂️: rgb(173, 154, 112); --🤼‍♀️: rgb(182, 141, 116); --🤽: rgb(168, 175, 144); --🤽‍♂️: rgb(165, 181, 144); --🤽‍♀️: rgb(157, 160, 158); --🤾: rgb(180, 162, 135); --🤾‍♂️: rgb(170, 160, 132); --🤾‍♀️: rgb(178, 152, 137); --🤹: rgb(183, 159, 120); --🤹‍♂️: rgb(173, 164, 126); --🤹‍♀️: rgb(173, 150, 123); --🧘: rgb(194, 158, 103); --🧘‍♂️: rgb(184, 164, 102); --🧘‍♀️: rgb(184, 151, 115); --🛀: rgb(197, 198, 192); --🛌: rgb(171, 144, 135); --🧑‍🤝‍🧑: rgb(140, 127, 85); --👭: rgb(163, 111, 96); --👫: rgb(143, 117, 93); --👬: rgb(119, 120, 88); --💏: rgb(206, 136, 84); --👩‍❤️‍💋‍👨: rgb(206, 137, 82); --👨‍❤️‍💋‍👨: rgb(212, 142, 86); --👩‍❤️‍💋‍👩: rgb(202, 132, 79); --💑: rgb(198, 131, 89); --👩‍❤️‍👨: rgb(198, 135, 95); --👨‍❤️‍👨: rgb(197, 141, 100); --👩‍❤️‍👩: rgb(198, 129, 93); --👪: rgb(180, 142, 84); --👨‍👩‍👦: rgb(160, 134, 102); --👨‍👩‍👧: rgb(167, 131, 99); --👨‍👩‍👧‍👦: rgb(172, 138, 92); --👨‍👩‍👦‍👦: rgb(164, 140, 95); --👨‍👩‍👧‍👧: rgb(177, 136, 90); --👨‍👨‍👦: rgb(148, 149, 104); --👨‍👨‍👧: rgb(156, 145, 100); --👨‍👨‍👧‍👦: rgb(169, 148, 93); --👨‍👨‍👦‍👦: rgb(161, 151, 96); --👨‍👨‍👧‍👧: rgb(176, 146, 90); --👩‍👩‍👦: rgb(180, 125, 99); --👩‍👩‍👧: rgb(185, 123, 95); --👩‍👩‍👧‍👦: rgb(183, 133, 89); --👩‍👩‍👦‍👦: rgb(177, 135, 92); --👩‍👩‍👧‍👧: rgb(188, 131, 86); --👨‍👦: rgb(176, 166, 122); --👨‍👦‍👦: rgb(175, 162, 111); --👨‍👧: rgb(186, 159, 116); --👨‍👧‍👦: rgb(184, 158, 107); --👨‍👧‍👧: rgb(191, 153, 103); --👩‍👦: rgb(186, 150, 115); --👩‍👦‍👦: rgb(183, 152, 107); --👩‍👧: rgb(194, 146, 108); --👩‍👧‍👦: rgb(191, 148, 103); --👩‍👧‍👧: rgb(197, 144, 99); --🗣: rgb(91, 133, 165); --👤: rgb(87, 130, 164); --👥: rgb(92, 135, 168); --🫂: rgb(55, 133, 191); --👣: rgb(122, 106, 110); --🦰: rgb(223, 148, 94); --🦱: rgb(180, 146, 96); --🦳: rgb(217, 209, 187); --🦲: rgb(237, 203, 109); --🐵: rgb(180, 141, 111); --🐒: rgb(162, 124, 98); --🦍: rgb(84, 87, 90); --🦧: rgb(158, 89, 52); --🐶: rgb(193, 160, 137); --🐕: rgb(197, 158, 125); --🦮: rgb(178, 142, 91); --🐕‍🦺: rgb(147, 102, 77); --🐩: rgb(184, 187, 189); --🐺: rgb(149, 152, 155); --🦊: rgb(207, 136, 81); --🦝: rgb(139, 139, 138); --🐱: rgb(223, 180, 83); --🐈: rgb(202, 170, 96); --🐈‍⬛: rgb(67, 67, 73); --🦁: rgb(185, 139, 78); --🐯: rgb(195, 150, 90); --🐅: rgb(195, 145, 94); --🐆: rgb(206, 169, 101); --🐴: rgb(160, 118, 88); --🐎: rgb(161, 124, 98); --🦄: rgb(190, 187, 203); --🦓: rgb(121, 121, 123); --🦌: rgb(144, 97, 71); --🦬: rgb(118, 76, 61); --🐮: rgb(194, 172, 158); --🐂: rgb(165, 121, 95); --🐃: rgb(114, 113, 115); --🐄: rgb(159, 158, 159); --🐷: rgb(221, 163, 161); --🐖: rgb(227, 180, 176); --🐗: rgb(154, 111, 91); --🐽: rgb(212, 140, 147); --🐏: rgb(195, 189, 179); --🐑: rgb(208, 205, 199); --🐐: rgb(184, 171, 158); --🐪: rgb(201, 158, 113); --🐫: rgb(199, 147, 107); --🦙: rgb(208, 185, 165); --🦒: rgb(204, 162, 99); --🐘: rgb(152, 156, 159); --🦣: rgb(166, 110, 84); --🦏: rgb(146, 153, 155); --🦛: rgb(161, 150, 147); --🐭: rgb(179, 171, 175); --🐁: rgb(209, 196, 194); --🐀: rgb(153, 147, 146); --🐹: rgb(218, 174, 137); --🐰: rgb(191, 181, 183); --🐇: rgb(202, 195, 191); --🐿: rgb(173, 123, 84); --🦫: rgb(148, 98, 73); --🦔: rgb(155, 123, 105); --🦇: rgb(137, 127, 124); --🐻: rgb(150, 105, 78); --🐻‍❄️: rgb(201, 206, 210); --🐨: rgb(150, 149, 151); --🐼: rgb(168, 168, 170); --🦥: rgb(131, 110, 91); --🦦: rgb(125, 99, 82); --🦨: rgb(91, 90, 90); --🦘: rgb(194, 155, 126); --🦡: rgb(140, 140, 140); --🐾: rgb(130, 115, 112); --🦃: rgb(123, 96, 88); --🐔: rgb(217, 177, 162); --🐓: rgb(153, 123, 103); --🐣: rgb(225, 201, 142); --🐤: rgb(229, 188, 86); --🐥: rgb(231, 187, 85); --🐦: rgb(146, 149, 164); --🐧: rgb(161, 155, 148); --🕊: rgb(200, 204, 198); --🦅: rgb(137, 126, 116); --🦆: rgb(163, 155, 132); --🦢: rgb(215, 217, 216); --🦉: rgb(173, 136, 110); --🦤: rgb(166, 160, 148); --🪶: rgb(155, 125, 106); --🦩: rgb(201, 98, 111); --🦚: rgb(95, 161, 120); --🦜: rgb(166, 152, 113); --🐸: rgb(143, 173, 85); --🐊: rgb(114, 146, 91); --🐢: rgb(127, 158, 90); --🦎: rgb(117, 164, 88); --🐍: rgb(138, 180, 98); --🐲: rgb(136, 162, 89); --🐉: rgb(127, 165, 99); --🦕: rgb(117, 166, 141); --🦖: rgb(140, 152, 99); --🐳: rgb(85, 175, 209); --🐋: rgb(134, 181, 201); --🐬: rgb(116, 173, 200); --🦭: rgb(162, 167, 169); --🐟: rgb(109, 166, 204); --🐠: rgb(182, 170, 115); --🐡: rgb(206, 168, 131); --🦈: rgb(157, 166, 169); --🐙: rgb(190, 110, 129); --🐚: rgb(203, 187, 175); --🐌: rgb(179, 139, 106); --🦋: rgb(109, 118, 116); --🐛: rgb(156, 168, 105); --🐜: rgb(124, 107, 99); --🐝: rgb(165, 149, 108); --🪲: rgb(90, 143, 47); --🐞: rgb(150, 81, 79); --🦗: rgb(158, 139, 113); --🪳: rgb(134, 69, 50); --🕷: rgb(108, 110, 110); --🕸: rgb(168, 172, 175); --🦂: rgb(169, 133, 100); --🦟: rgb(153, 143, 137); --🪰: rgb(114, 103, 96); --🪱: rgb(216, 103, 109); --🦠: rgb(98, 174, 137); --💐: rgb(169, 153, 96); --🌸: rgb(237, 173, 193); --💮: rgb(240, 172, 176); --🏵: rgb(233, 162, 75); --🌹: rgb(185, 90, 78); --🥀: rgb(153, 120, 94); --🌺: rgb(216, 107, 120); --🌻: rgb(170, 151, 61); --🌼: rgb(221, 198, 114); --🌷: rgb(185, 142, 123); --🌱: rgb(154, 188, 110); --🪴: rgb(137, 151, 66); --🌲: rgb(100, 151, 81); --🌳: rgb(107, 160, 60); --🌴: rgb(139, 164, 98); --🌵: rgb(131, 175, 84); --🌾: rgb(173, 176, 97); --🌿: rgb(132, 177, 91); --☘: rgb(119, 188, 81); --🍀: rgb(115, 184, 71); --🍁: rgb(213, 103, 74); --🍂: rgb(212, 141, 86); --🍃: rgb(143, 186, 114); --🍇: rgb(145, 77, 141); --🍈: rgb(181, 196, 125); --🍉: rgb(204, 123, 98); --🍊: rgb(219, 145, 52); --🍋: rgb(213, 196, 73); --🍌: rgb(230, 204, 127); --🍍: rgb(182, 161, 79); --🥭: rgb(203, 146, 69); --🍎: rgb(204, 68, 61); --🍏: rgb(145, 185, 72); --🍐: rgb(182, 195, 88); --🍑: rgb(223, 148, 108); --🍒: rgb(173, 91, 75); --🍓: rgb(191, 89, 70); --🫐: rgb(71, 101, 172); --🥝: rgb(161, 167, 88); --🍅: rgb(204, 76, 63); --🫒: rgb(136, 144, 51); --🥥: rgb(169, 148, 134); --🥑: rgb(160, 169, 96); --🍆: rgb(136, 101, 142); --🥔: rgb(192, 145, 100); --🥕: rgb(201, 153, 88); --🌽: rgb(178, 175, 75); --🌶: rgb(204, 102, 97); --🫑: rgb(124, 119, 52); --🥒: rgb(116, 171, 88); --🥬: rgb(106, 170, 95); --🥦: rgb(90, 139, 61); --🧄: rgb(210, 188, 174); --🧅: rgb(210, 152, 87); --🍄: rgb(217, 133, 130); --🥜: rgb(203, 154, 103); --🌰: rgb(156, 87, 60); --🍞: rgb(218, 171, 117); --🥐: rgb(223, 156, 78); --🥖: rgb(227, 181, 121); --🫓: rgb(224, 184, 140); --🥨: rgb(199, 130, 66); --🥯: rgb(219, 167, 117); --🥞: rgb(217, 165, 104); --🧇: rgb(215, 150, 67); --🧀: rgb(243, 189, 81); --🍖: rgb(200, 127, 98); --🍗: rgb(193, 130, 96); --🥩: rgb(216, 120, 113); --🥓: rgb(211, 134, 104); --🍔: rgb(195, 135, 75); --🍟: rgb(223, 113, 64); --🍕: rgb(218, 144, 93); --🌭: rgb(217, 153, 92); --🥪: rgb(214, 175, 112); --🌮: rgb(209, 175, 98); --🌯: rgb(194, 180, 160); --🫔: rgb(229, 176, 88); --🥙: rgb(192, 165, 118); --🧆: rgb(154, 115, 62); --🥚: rgb(228, 204, 186); --🍳: rgb(129, 126, 120); --🥘: rgb(167, 125, 74); --🍲: rgb(170, 151, 125); --🫕: rgb(169, 83, 72); --🥣: rgb(155, 129, 136); --🥗: rgb(157, 169, 123); --🍿: rgb(226, 160, 143); --🧈: rgb(218, 202, 140); --🧂: rgb(198, 202, 204); --🥫: rgb(188, 170, 121); --🍱: rgb(144, 111, 91); --🍘: rgb(158, 113, 65); --🍙: rgb(178, 178, 175); --🍚: rgb(195, 177, 178); --🍛: rgb(210, 185, 162); --🍜: rgb(202, 169, 148); --🍝: rgb(213, 175, 137); --🍠: rgb(209, 135, 91); --🍢: rgb(192, 167, 140); --🍣: rgb(217, 138, 122); --🍤: rgb(230, 163, 95); --🍥: rgb(226, 205, 212); --🥮: rgb(200, 127, 59); --🍡: rgb(206, 185, 158); --🥟: rgb(233, 205, 154); --🥠: rgb(227, 184, 119); --🥡: rgb(204, 192, 195); --🦀: rgb(197, 93, 71); --🦞: rgb(198, 86, 76); --🦐: rgb(209, 113, 79); --🦑: rgb(214, 129, 135); --🦪: rgb(181, 161, 143); --🍦: rgb(234, 203, 158); --🍧: rgb(188, 182, 180); --🍨: rgb(194, 186, 187); --🍩: rgb(152, 109, 78); --🍪: rgb(205, 153, 95); --🎂: rgb(207, 170, 150); --🍰: rgb(230, 190, 146); --🧁: rgb(204, 178, 162); --🥧: rgb(213, 161, 107); --🍫: rgb(192, 107, 103); --🍬: rgb(190, 126, 142); --🍭: rgb(206, 163, 136); --🍮: rgb(207, 174, 140); --🍯: rgb(206, 154, 71); --🍼: rgb(209, 215, 207); --🥛: rgb(210, 212, 212); --☕: rgb(179, 175, 172); --🫖: rgb(127, 149, 176); --🍵: rgb(156, 161, 137); --🍶: rgb(188, 192, 196); --🍾: rgb(162, 165, 127); --🍷: rgb(186, 149, 155); --🍸: rgb(192, 195, 182); --🍹: rgb(199, 171, 126); --🍺: rgb(219, 187, 130); --🍻: rgb(219, 189, 138); --🥂: rgb(208, 193, 155); --🥃: rgb(210, 183, 154); --🥤: rgb(196, 142, 156); --🧋: rgb(179, 167, 146); --🧃: rgb(172, 172, 110); --🧉: rgb(148, 100, 74); --🧊: rgb(137, 195, 220); --🥢: rgb(184, 147, 143); --🍽: rgb(202, 205, 207); --🍴: rgb(188, 193, 197); --🥄: rgb(199, 203, 206); --🔪: rgb(184, 184, 184); --🏺: rgb(170, 124, 79); --🌍: rgb(92, 158, 142); --🌎: rgb(73, 151, 164); --🌏: rgb(84, 155, 155); --🌐: rgb(93, 171, 216); --🗺: rgb(115, 174, 184); --🗾: rgb(105, 176, 189); --🧭: rgb(202, 181, 149); --🏔: rgb(128, 148, 140); --⛰: rgb(107, 130, 113); --🌋: rgb(160, 120, 111); --🗻: rgb(113, 145, 160); --🏕: rgb(129, 135, 77); --🏖: rgb(196, 179, 150); --🏜: rgb(184, 169, 74); --🏝: rgb(139, 175, 143); --🏞: rgb(105, 161, 143); --🏟: rgb(164, 146, 138); --🏛: rgb(150, 169, 168); --🏗: rgb(186, 149, 109); --🧱: rgb(187, 102, 76); --🪨: rgb(139, 144, 145); --🪵: rgb(152, 103, 74); --🛖: rgb(175, 133, 97); --🏘: rgb(183, 157, 132); --🏚: rgb(167, 144, 130); --🏠: rgb(193, 165, 142); --🏡: rgb(166, 168, 112); --🏢: rgb(153, 181, 192); --🏣: rgb(173, 169, 171); --🏤: rgb(182, 131, 116); --🏥: rgb(163, 176, 185); --🏦: rgb(162, 176, 171); --🏨: rgb(178, 169, 157); --🏩: rgb(204, 142, 168); --🏪: rgb(164, 158, 155); --🏫: rgb(192, 171, 141); --🏬: rgb(161, 162, 164); --🏭: rgb(177, 129, 121); --🏯: rgb(149, 152, 154); --🏰: rgb(160, 162, 166); --💒: rgb(200, 148, 160); --🗼: rgb(198, 134, 135); --🗽: rgb(108, 170, 169); --⛪: rgb(188, 172, 164); --🕌: rgb(202, 176, 127); --🛕: rgb(188, 114, 67); --🕍: rgb(173, 158, 142); --⛩: rgb(177, 87, 82); --🕋: rgb(91, 81, 56); --⛲: rgb(150, 184, 195); --⛺: rgb(174, 143, 86); --🌁: rgb(176, 186, 200); --🌃: rgb(46, 88, 109); --🏙: rgb(104, 150, 174); --🌄: rgb(151, 147, 85); --🌅: rgb(177, 158, 117); --🌆: rgb(134, 77, 72); --🌇: rgb(166, 101, 59); --🌉: rgb(84, 86, 104); --♨: rgb(208, 85, 88); --🎠: rgb(181, 163, 155); --🎡: rgb(169, 154, 155); --🎢: rgb(163, 159, 164); --💈: rgb(186, 173, 191); --🎪: rgb(204, 125, 114); --🚂: rgb(154, 107, 100); --🚃: rgb(161, 169, 125); --🚄: rgb(140, 165, 182); --🚅: rgb(159, 177, 190); --🚆: rgb(147, 165, 174); --🚇: rgb(97, 98, 106); --🚈: rgb(138, 159, 171); --🚉: rgb(123, 136, 134); --🚊: rgb(134, 154, 148); --🚝: rgb(149, 163, 174); --🚞: rgb(150, 164, 142); --🚋: rgb(162, 141, 128); --🚌: rgb(157, 166, 151); --🚍: rgb(137, 150, 133); --🚎: rgb(133, 164, 157); --🚐: rgb(168, 183, 184); --🚑: rgb(187, 166, 169); --🚒: rgb(190, 114, 117); --🚓: rgb(143, 150, 155); --🚔: rgb(127, 139, 147); --🚕: rgb(184, 171, 115); --🚖: rgb(177, 169, 116); --🚗: rgb(181, 118, 123); --🚘: rgb(151, 125, 137); --🚙: rgb(98, 146, 165); --🛻: rgb(153, 79, 85); --🚚: rgb(179, 155, 124); --🚛: rgb(147, 155, 131); --🚜: rgb(131, 134, 94); --🏎: rgb(175, 138, 135); --🏍: rgb(144, 124, 115); --🛵: rgb(174, 144, 106); --🦽: rgb(83, 71, 80); --🦼: rgb(91, 75, 80); --🛺: rgb(116, 132, 62); --🚲: rgb(144, 141, 139); --🛴: rgb(150, 157, 162); --🛹: rgb(128, 121, 127); --🛼: rgb(122, 162, 165); --🚏: rgb(155, 176, 188); --🛣: rgb(133, 164, 132); --🛤: rgb(124, 145, 119); --🛢: rgb(110, 111, 141); --⛽: rgb(181, 103, 100); --🚨: rgb(198, 97, 99); --🚥: rgb(116, 111, 96); --🚦: rgb(108, 104, 93); --🛑: rgb(227, 89, 87); --🚧: rgb(159, 142, 96); --⚓: rgb(152, 164, 173); --⛵: rgb(182, 168, 147); --🛶: rgb(168, 134, 110); --🚤: rgb(144, 172, 178); --🛳: rgb(134, 165, 184); --⛴: rgb(115, 157, 183); --🛥: rgb(144, 176, 193); --🚢: rgb(145, 150, 163); --✈: rgb(138, 180, 204); --🛩: rgb(185, 153, 144); --🛫: rgb(159, 178, 182); --🛬: rgb(156, 176, 183); --🪂: rgb(146, 108, 86); --💺: rgb(104, 147, 183); --🚁: rgb(180, 158, 134); --🚟: rgb(142, 140, 134); --🚠: rgb(139, 141, 154); --🚡: rgb(157, 136, 123); --🛰: rgb(131, 162, 182); --🚀: rgb(171, 146, 147); --🛸: rgb(151, 185, 186); --🛎: rgb(186, 150, 75); --🧳: rgb(106, 137, 158); --⌛: rgb(191, 175, 155); --⏳: rgb(190, 172, 149); --⌚: rgb(152, 151, 151); --⏰: rgb(205, 159, 156); --⏱: rgb(192, 191, 194); --⏲: rgb(188, 197, 202); --🕰: rgb(162, 133, 118); --🕛: rgb(204, 208, 210); --🕧: rgb(197, 199, 202); --🕐: rgb(202, 206, 208); --🕜: rgb(200, 202, 205); --🕑: rgb(203, 206, 209); --🕝: rgb(199, 201, 204); --🕒: rgb(203, 206, 208); --🕞: rgb(200, 201, 204); --🕓: rgb(202, 206, 208); --🕟: rgb(200, 202, 205); --🕔: rgb(203, 206, 208); --🕠: rgb(201, 203, 206); --🕕: rgb(203, 206, 209); --🕡: rgb(200, 203, 206); --🕖: rgb(203, 206, 208); --🕢: rgb(200, 202, 205); --🕗: rgb(203, 206, 208); --🕣: rgb(199, 201, 204); --🕘: rgb(203, 206, 209); --🕤: rgb(200, 201, 204); --🕙: rgb(203, 206, 208); --🕥: rgb(199, 201, 204); --🕚: rgb(203, 206, 209); --🕦: rgb(200, 202, 205); --🌑: rgb(86, 91, 101); --🌒: rgb(120, 116, 97); --🌓: rgb(161, 148, 100); --🌔: rgb(197, 177, 103); --🌕: rgb(239, 210, 111); --🌖: rgb(202, 182, 105); --🌗: rgb(160, 148, 102); --🌘: rgb(120, 116, 96); --🌙: rgb(233, 207, 126); --🌚: rgb(98, 108, 118); --🌛: rgb(227, 205, 133); --🌜: rgb(230, 207, 134); --🌡: rgb(211, 169, 172); --☀: rgb(238, 191, 87); --🌝: rgb(231, 205, 125); --🌞: rgb(233, 182, 75); --🪐: rgb(185, 143, 98); --⭐: rgb(240, 203, 98); --🌟: rgb(232, 202, 94); --🌠: rgb(108, 122, 123); --🌌: rgb(71, 82, 138); --☁: rgb(213, 227, 234); --⛅: rgb(219, 217, 197); --⛈: rgb(195, 207, 206); --🌤: rgb(228, 206, 153); --🌥: rgb(217, 222, 215); --🌦: rgb(198, 205, 195); --🌧: rgb(189, 209, 220); --🌨: rgb(197, 213, 223); --🌩: rgb(214, 215, 208); --🌪: rgb(177, 186, 192); --🌫: rgb(206, 209, 212); --🌬: rgb(162, 198, 213); --🌀: rgb(85, 159, 218); --🌈: rgb(176, 148, 118); --🌂: rgb(152, 128, 170); --☂: rgb(153, 114, 188); --☔: rgb(141, 132, 196); --⛱: rgb(203, 154, 123); --⚡: rgb(236, 205, 131); --❄: rgb(142, 200, 224); --☃: rgb(172, 168, 167); --⛄: rgb(182, 175, 173); --☄: rgb(178, 189, 196); --🔥: rgb(243, 155, 75); --💧: rgb(102, 193, 235); --🌊: rgb(103, 177, 212); --🎃: rgb(211, 131, 42); --🎄: rgb(116, 154, 91); --🎆: rgb(105, 100, 126); --🎇: rgb(98, 103, 101); --🧨: rgb(212, 106, 94); --✨: rgb(148, 135, 78); --🎈: rgb(222, 101, 105); --🎉: rgb(188, 146, 122); --🎊: rgb(185, 145, 110); --🎋: rgb(148, 149, 91); --🎍: rgb(158, 166, 103); --🎎: rgb(137, 113, 115); --🎏: rgb(161, 147, 153); --🎐: rgb(194, 206, 207); --🎑: rgb(104, 120, 118); --🧧: rgb(222, 75, 65); --🎀: rgb(221, 82, 112); --🎁: rgb(174, 135, 98); --🎗: rgb(231, 182, 106); --🎟: rgb(186, 130, 133); --🎫: rgb(188, 185, 160); --🎖: rgb(212, 179, 134); --🏆: rgb(211, 167, 75); --🏅: rgb(190, 180, 128); --🥇: rgb(201, 167, 109); --🥈: rgb(162, 171, 185); --🥉: rgb(178, 137, 104); --⚽: rgb(168, 169, 170); --⚾: rgb(210, 192, 193); --🥎: rgb(211, 202, 55); --🏀: rgb(198, 107, 46); --🏐: rgb(197, 199, 200); --🏈: rgb(160, 111, 93); --🏉: rgb(198, 145, 87); --🎾: rgb(174, 194, 126); --🥏: rgb(148, 154, 146); --🎳: rgb(149, 143, 144); --🏏: rgb(203, 152, 125); --🏑: rgb(188, 164, 140); --🏒: rgb(180, 152, 141); --🥍: rgb(171, 165, 161); --🏓: rgb(223, 102, 93); --🏸: rgb(171, 182, 190); --🥊: rgb(204, 82, 83); --🥋: rgb(196, 196, 197); --🥅: rgb(187, 150, 153); --⛳: rgb(149, 166, 96); --⛸: rgb(180, 182, 184); --🎣: rgb(139, 156, 166); --🤿: rgb(105, 127, 107); --🎽: rgb(79, 170, 193); --🎿: rgb(137, 161, 159); --🛷: rgb(193, 146, 132); --🥌: rgb(155, 124, 125); --🎯: rgb(195, 121, 125); --🪀: rgb(173, 85, 82); --🪁: rgb(113, 120, 120); --🎱: rgb(93, 95, 97); --🔮: rgb(146, 132, 190); --🪄: rgb(166, 149, 103); --🧿: rgb(73, 101, 190); --🎮: rgb(100, 101, 101); --🕹: rgb(119, 96, 106); --🎰: rgb(157, 144, 140); --🎲: rgb(194, 152, 156); --🧩: rgb(147, 173, 130); --🧸: rgb(194, 140, 97); --🪅: rgb(173, 149, 128); --🪆: rgb(175, 122, 97); --♠: rgb(80, 81, 84); --♥: rgb(224, 64, 67); --♦: rgb(227, 91, 94); --♣: rgb(75, 76, 79); --♟: rgb(102, 103, 107); --🃏: rgb(213, 200, 198); --🀄: rgb(221, 198, 191); --🎴: rgb(156, 93, 93); --🎭: rgb(147, 148, 137); --🖼: rgb(170, 170, 115); --🎨: rgb(201, 161, 100); --🧵: rgb(160, 123, 123); --🪡: rgb(146, 145, 169); --🧶: rgb(114, 133, 125); --🪢: rgb(122, 111, 146); --👓: rgb(144, 162, 173); --🕶: rgb(109, 108, 112); --🥽: rgb(166, 185, 194); --🥼: rgb(217, 221, 224); --🦺: rgb(194, 116, 54); --👔: rgb(146, 167, 193); --👕: rgb(112, 162, 161); --👖: rgb(79, 125, 174); --🧣: rgb(171, 108, 94); --🧤: rgb(109, 125, 131); --🧥: rgb(121, 120, 134); --🧦: rgb(159, 166, 157); --👗: rgb(114, 138, 174); --👘: rgb(163, 141, 136); --🥻: rgb(149, 125, 88); --🩱: rgb(127, 75, 147); --🩲: rgb(75, 133, 161); --🩳: rgb(94, 149, 105); --👙: rgb(182, 134, 151); --👚: rgb(198, 152, 196); --👛: rgb(203, 126, 145); --👜: rgb(166, 126, 115); --👝: rgb(205, 157, 128); --🛍: rgb(193, 145, 157); --🎒: rgb(166, 75, 87); --🩴: rgb(93, 154, 169); --👞: rgb(148, 100, 80); --👟: rgb(155, 158, 162); --🥾: rgb(140, 107, 83); --🥿: rgb(144, 159, 162); --👠: rgb(197, 105, 101); --👡: rgb(202, 147, 137); --🩰: rgb(224, 144, 152); --👢: rgb(171, 124, 99); --👑: rgb(216, 175, 73); --👒: rgb(202, 174, 118); --🎩: rgb(85, 82, 87); --🎓: rgb(100, 99, 93); --🧢: rgb(60, 126, 188); --🪖: rgb(104, 107, 71); --⛑: rgb(195, 92, 91); --📿: rgb(170, 113, 114); --💄: rgb(211, 124, 100); --💍: rgb(160, 183, 195); --💎: rgb(104, 191, 231); --🔇: rgb(165, 111, 120); --🔈: rgb(143, 162, 177); --🔉: rgb(143, 163, 177); --🔊: rgb(128, 154, 167); --📢: rgb(181, 146, 149); --📣: rgb(181, 133, 117); --📯: rgb(221, 171, 103); --🔔: rgb(225, 179, 82); --🔕: rgb(203, 124, 80); --🎼: rgb(106, 113, 118); --🎵: rgb(109, 123, 166); --🎶: rgb(112, 124, 162); --🎙: rgb(143, 148, 151); --🎚: rgb(169, 176, 181); --🎛: rgb(155, 167, 175); --🎤: rgb(130, 139, 146); --🎧: rgb(94, 109, 120); --📻: rgb(152, 153, 121); --🎷: rgb(211, 178, 97); --🪗: rgb(187, 111, 98); --🎸: rgb(191, 132, 124); --🎹: rgb(142, 143, 145); --🎺: rgb(201, 169, 101); --🎻: rgb(179, 129, 94); --🪕: rgb(162, 151, 139); --🥁: rgb(178, 145, 144); --🪘: rgb(181, 114, 77); --📱: rgb(90, 113, 132); --📲: rgb(84, 113, 134); --☎: rgb(201, 76, 81); --📞: rgb(124, 116, 118); --📟: rgb(105, 124, 100); --📠: rgb(146, 151, 149); --🔋: rgb(132, 185, 117); --🔌: rgb(112, 114, 117); --💻: rgb(113, 128, 137); --🖥: rgb(112, 133, 145); --🖨: rgb(149, 158, 163); --⌨: rgb(171, 196, 203); --🖱: rgb(193, 196, 199); --🖲: rgb(132, 118, 129); --💽: rgb(162, 155, 140); --💾: rgb(139, 139, 144); --💿: rgb(189, 194, 200); --📀: rgb(211, 187, 118); --🧮: rgb(170, 132, 107); --🎥: rgb(88, 90, 94); --🎞: rgb(138, 133, 130); --📽: rgb(96, 116, 126); --🎬: rgb(97, 111, 108); --📺: rgb(120, 133, 139); --📷: rgb(106, 111, 117); --📸: rgb(123, 119, 108); --📹: rgb(136, 150, 160); --📼: rgb(102, 104, 108); --🔍: rgb(171, 187, 196); --🔎: rgb(173, 188, 197); --🕯: rgb(217, 208, 194); --💡: rgb(227, 215, 164); --🔦: rgb(150, 145, 137); --🏮: rgb(189, 74, 67); --🪔: rgb(163, 87, 46); --📔: rgb(207, 172, 135); --📕: rgb(193, 71, 76); --📖: rgb(185, 189, 193); --📗: rgb(99, 166, 82); --📘: rgb(71, 144, 198); --📙: rgb(223, 138, 59); --📚: rgb(152, 142, 129); --📓: rgb(126, 131, 135); --📒: rgb(225, 182, 66); --📃: rgb(209, 212, 213); --📜: rgb(195, 163, 126); --📄: rgb(211, 214, 216); --📰: rgb(180, 185, 187); --🗞: rgb(171, 177, 180); --📑: rgb(209, 211, 213); --🔖: rgb(220, 154, 152); --🏷: rgb(232, 198, 123); --💰: rgb(203, 169, 106); --🪙: rgb(219, 180, 88); --💴: rgb(202, 180, 153); --💵: rgb(172, 187, 145); --💶: rgb(147, 188, 195); --💷: rgb(188, 170, 194); --💸: rgb(180, 194, 159); --💳: rgb(191, 173, 128); --🧾: rgb(209, 213, 216); --💹: rgb(125, 200, 125); --✉: rgb(218, 216, 200); --📧: rgb(192, 202, 201); --📨: rgb(204, 205, 188); --📩: rgb(207, 196, 190); --📤: rgb(184, 150, 144); --📥: rgb(178, 159, 145); --📦: rgb(191, 148, 111); --📫: rgb(124, 148, 178); --📪: rgb(126, 151, 180); --📬: rgb(132, 148, 168); --📭: rgb(109, 130, 154); --📮: rgb(182, 82, 92); --🗳: rgb(147, 169, 171); --✏: rgb(220, 183, 125); --✒: rgb(147, 148, 147); --🖋: rgb(138, 140, 139); --🖊: rgb(140, 151, 154); --🖌: rgb(145, 159, 174); --🖍: rgb(207, 117, 118); --📝: rgb(212, 205, 196); --💼: rgb(144, 97, 68); --📁: rgb(203, 189, 127); --📂: rgb(199, 183, 127); --🗂: rgb(234, 203, 130); --📅: rgb(195, 163, 168); --📆: rgb(183, 155, 160); --🗒: rgb(208, 204, 187); --🗓: rgb(193, 182, 190); --📇: rgb(168, 173, 176); --📈: rgb(216, 209, 208); --📉: rgb(204, 212, 219); --📊: rgb(179, 195, 185); --📋: rgb(200, 189, 180); --📌: rgb(207, 105, 111); --📍: rgb(212, 127, 129); --📎: rgb(174, 179, 185); --🖇: rgb(172, 178, 182); --📏: rgb(200, 197, 179); --📐: rgb(204, 198, 175); --✂: rgb(197, 148, 154); --🗃: rgb(130, 125, 115); --🗄: rgb(136, 141, 146); --🗑: rgb(148, 156, 161); --🔒: rgb(209, 172, 95); --🔓: rgb(209, 172, 96); --🔏: rgb(176, 156, 112); --🔐: rgb(212, 165, 76); --🔑: rgb(218, 172, 98); --🗝: rgb(148, 143, 135); --🔨: rgb(179, 163, 150); --🪓: rgb(161, 115, 91); --⛏: rgb(181, 167, 149); --⚒: rgb(162, 145, 126); --🛠: rgb(163, 155, 146); --🗡: rgb(172, 175, 167); --⚔: rgb(168, 169, 165); --🔫: rgb(146, 182, 97); --🪃: rgb(175, 133, 106); --🏹: rgb(178, 152, 140); --🛡: rgb(164, 166, 168); --🪚: rgb(188, 170, 160); --🔧: rgb(174, 178, 181); --🪛: rgb(166, 101, 85); --🔩: rgb(167, 170, 173); --⚙: rgb(153, 159, 164); --🗜: rgb(146, 133, 140); --⚖: rgb(165, 155, 137); --🦯: rgb(125, 103, 104); --🔗: rgb(160, 165, 169); --⛓: rgb(164, 168, 170); --🪝: rgb(210, 176, 96); --🧰: rgb(195, 73, 79); --🧲: rgb(206, 93, 98); --🪜: rgb(158, 108, 79); --⚗: rgb(161, 189, 193); --🧪: rgb(147, 201, 165); --🧫: rgb(192, 196, 187); --🧬: rgb(146, 154, 173); --🔬: rgb(150, 142, 146); --🔭: rgb(176, 159, 162); --📡: rgb(156, 161, 168); --💉: rgb(203, 163, 168); --🩸: rgb(214, 34, 43); --💊: rgb(227, 146, 89); --🩹: rgb(207, 157, 109); --🩺: rgb(73, 94, 110); --🚪: rgb(161, 112, 78); --🛗: rgb(106, 167, 226); --🪞: rgb(201, 194, 179); --🪟: rgb(171, 168, 156); --🛏: rgb(174, 148, 142); --🛋: rgb(150, 151, 144); --🪑: rgb(136, 84, 59); --🚽: rgb(203, 206, 209); --🪠: rgb(193, 97, 79); --🚿: rgb(153, 181, 193); --🛁: rgb(196, 203, 206); --🪤: rgb(192, 146, 105); --🪒: rgb(81, 117, 120); --🧴: rgb(209, 190, 157); --🧷: rgb(170, 176, 181); --🧹: rgb(206, 179, 140); --🧺: rgb(172, 141, 118); --🧻: rgb(210, 213, 213); --🪣: rgb(48, 136, 181); --🧼: rgb(207, 187, 196); --🪥: rgb(133, 167, 143); --🧽: rgb(236, 194, 88); --🧯: rgb(182, 111, 113); --🛒: rgb(173, 154, 146); --🚬: rgb(203, 193, 181); --⚰: rgb(166, 115, 84); --🪦: rgb(155, 162, 156); --⚱: rgb(206, 145, 78); --🗿: rgb(149, 149, 141); --🪧: rgb(220, 203, 182); --🏧: rgb(81, 134, 179); --🚮: rgb(84, 158, 205); --🚰: rgb(88, 150, 218); --♿: rgb(65, 143, 219); --🚹: rgb(58, 141, 220); --🚺: rgb(147, 121, 192); --🚻: rgb(124, 173, 223); --🚼: rgb(165, 151, 137); --🚾: rgb(66, 143, 221); --🛂: rgb(77, 151, 224); --🛃: rgb(78, 152, 224); --🛄: rgb(92, 159, 225); --🛅: rgb(83, 154, 224); --⚠: rgb(226, 188, 72); --🚸: rgb(193, 169, 67); --⛔: rgb(227, 92, 93); --🚫: rgb(228, 111, 113); --🚳: rgb(158, 82, 84); --🚭: rgb(158, 83, 86); --🚯: rgb(161, 85, 87); --🚱: rgb(166, 89, 91); --🚷: rgb(158, 82, 84); --📵: rgb(153, 77, 79); --🔞: rgb(165, 86, 89); --☢: rgb(211, 165, 76); --☣: rgb(219, 161, 61); --⬆: rgb(87, 162, 205); --↗: rgb(88, 162, 206); --➡: rgb(87, 162, 205); --↘: rgb(88, 163, 206); --⬇: rgb(87, 163, 206); --↙: rgb(88, 163, 206); --⬅: rgb(87, 162, 205); --↖: rgb(88, 162, 206); --↕: rgb(92, 164, 207); --↔: rgb(92, 164, 207); --↩: rgb(94, 164, 206); --↪: rgb(95, 164, 206); --⤴: rgb(88, 162, 205); --⤵: rgb(87, 162, 206); --🔃: rgb(103, 169, 208); --🔄: rgb(105, 172, 212); --🔙: rgb(90, 132, 157); --🔚: rgb(87, 133, 159); --🔛: rgb(87, 131, 157); --🔜: rgb(88, 133, 158); --🔝: rgb(91, 143, 172); --🛐: rgb(167, 102, 220); --⚛: rgb(170, 109, 220); --🕉: rgb(169, 108, 221); --✡: rgb(171, 111, 221); --☸: rgb(176, 120, 223); --☯: rgb(171, 126, 209); --✝: rgb(165, 100, 220); --☦: rgb(169, 106, 221); --☪: rgb(169, 108, 221); --☮: rgb(171, 124, 225); --🕎: rgb(176, 120, 221); --🔯: rgb(169, 109, 217); --♈: rgb(166, 90, 196); --♉: rgb(168, 95, 196); --♊: rgb(170, 102, 195); --♋: rgb(170, 106, 199); --♌: rgb(171, 108, 199); --♍: rgb(162, 110, 200); --♎: rgb(154, 106, 200); --♏: rgb(146, 101, 204); --♐: rgb(144, 93, 207); --♑: rgb(158, 95, 208); --♒: rgb(162, 95, 208); --♓: rgb(165, 89, 202); --⛎: rgb(149, 106, 210); --🔀: rgb(124, 166, 194); --🔁: rgb(126, 168, 195); --🔂: rgb(128, 169, 195); --▶: rgb(119, 160, 183); --⏩: rgb(123, 163, 185); --⏭: rgb(127, 168, 192); --⏯: rgb(129, 168, 194); --◀: rgb(120, 160, 183); --⏪: rgb(123, 162, 185); --⏮: rgb(126, 167, 192); --🔼: rgb(133, 166, 185); --⏫: rgb(123, 162, 186); --🔽: rgb(132, 165, 185); --⏬: rgb(122, 162, 185); --⏸: rgb(123, 164, 190); --⏹: rgb(142, 176, 198); --⏺: rgb(135, 171, 194); --⏏: rgb(126, 167, 193); --🎦: rgb(143, 178, 200); --🔅: rgb(202, 176, 134); --🔆: rgb(207, 177, 126); --📶: rgb(115, 168, 180); --📳: rgb(209, 140, 76); --📴: rgb(216, 139, 73); --♀: rgb(216, 113, 142); --♂: rgb(95, 158, 181); --⚧: rgb(152, 135, 166); --✖: rgb(114, 116, 120); --➕: rgb(123, 123, 127); --➖: rgb(149, 151, 156); --➗: rgb(130, 130, 137); --♾: rgb(129, 147, 205); --‼: rgb(219, 89, 91); --⁉: rgb(213, 83, 84); --❓: rgb(218, 116, 119); --❔: rgb(218, 217, 219); --❕: rgb(223, 222, 223); --❗: rgb(226, 129, 131); --〰: rgb(164, 165, 168); --💱: rgb(118, 129, 121); --💲: rgb(105, 141, 115); --⚕: rgb(151, 138, 216); --♻: rgb(87, 170, 81); --⚜: rgb(204, 162, 103); --🔱: rgb(220, 181, 93); --📛: rgb(228, 106, 112); --🔰: rgb(130, 176, 105); --⭕: rgb(222, 70, 76); --✅: rgb(94, 193, 85); --☑: rgb(107, 148, 171); --✔: rgb(131, 141, 139); --❌: rgb(219, 67, 72); --❎: rgb(131, 167, 85); --➰: rgb(120, 130, 137); --➿: rgb(107, 128, 165); --〽: rgb(236, 203, 114); --✳: rgb(110, 196, 117); --✴: rgb(229, 144, 57); --❇: rgb(100, 192, 104); --©: rgb(120, 122, 124); --®: rgb(116, 118, 121); --™: rgb(132, 133, 137); --\#️⃣: rgb(87, 149, 198); --\*️⃣: rgb(88, 152, 202); --\30 ️⃣: rgb(87, 148, 197); --\31 ️⃣: rgb(77, 143, 195); --\32 ️⃣: rgb(84, 147, 196); --\33 ️⃣: rgb(84, 147, 196); --\34 ️⃣: rgb(84, 147, 197); --\35 ️⃣: rgb(85, 147, 197); --\36 ️⃣: rgb(85, 148, 197); --\37 ️⃣: rgb(80, 144, 195); --\38 ️⃣: rgb(88, 149, 198); --\39 ️⃣: rgb(85, 148, 197); --🔟: rgb(94, 149, 188); --🔠: rgb(83, 153, 193); --🔡: rgb(78, 150, 191); --🔢: rgb(75, 149, 191); --🔣: rgb(80, 151, 191); --🔤: rgb(73, 148, 191); --🅰: rgb(228, 103, 100); --🆎: rgb(228, 111, 109); --🅱: rgb(228, 107, 104); --🆑: rgb(228, 94, 77); --🆒: rgb(84, 149, 213); --🆓: rgb(78, 165, 195); --ℹ: rgb(72, 159, 212); --🆔: rgb(178, 123, 185); --Ⓜ: rgb(90, 173, 226); --🆕: rgb(78, 161, 210); --🆖: rgb(109, 156, 195); --🅾: rgb(228, 109, 106); --🆗: rgb(90, 169, 198); --🅿: rgb(56, 143, 216); --🆘: rgb(227, 101, 98); --🆙: rgb(84, 166, 194); --🆚: rgb(239, 156, 67); --🈁: rgb(83, 166, 216); --🈂: rgb(75, 130, 192); --🈷: rgb(220, 161, 73); --🈶: rgb(239, 146, 71); --🈯: rgb(102, 193, 102); --🉐: rgb(230, 102, 100); --🈹: rgb(227, 102, 96); --🈚: rgb(221, 163, 100); --🈲: rgb(228, 97, 95); --🉑: rgb(218, 162, 102); --🈸: rgb(241, 156, 65); --🈴: rgb(228, 90, 88); --🈳: rgb(87, 146, 208); --㊗: rgb(233, 101, 103); --㊙: rgb(232, 105, 105); --🈺: rgb(220, 161, 99); --🈵: rgb(227, 98, 98); --🔴: rgb(224, 58, 59); --🟠: rgb(243, 138, 40); --🟡: rgb(246, 205, 67); --🟢: rgb(63, 186, 66); --🔵: rgb(42, 144, 224); --🟣: rgb(160, 75, 215); --🟤: rgb(146, 90, 65); --⚫: rgb(64, 65, 70); --⚪: rgb(223, 223, 225); --🟥: rgb(227, 45, 50); --🟧: rgb(249, 141, 41); --🟨: rgb(248, 206, 63); --🟩: rgb(64, 188, 67); --🟦: rgb(31, 132, 229); --🟪: rgb(163, 78, 218); --🟫: rgb(146, 89, 62); --⬛: rgb(50, 52, 56); --⬜: rgb(223, 224, 225); --◼: rgb(68, 71, 73); --◻: rgb(225, 225, 225); --◾: rgb(97, 100, 101); --◽: rgb(228, 227, 226); --▪: rgb(138, 142, 141); --▫: rgb(232, 229, 228); --🔶: rgb(244, 157, 65); --🔷: rgb(64, 156, 225); --🔸: rgb(242, 174, 105); --🔹: rgb(109, 176, 228); --🔺: rgb(229, 100, 101); --🔻: rgb(233, 108, 108); --💠: rgb(97, 183, 221); --🔘: rgb(129, 158, 172); --🔳: rgb(143, 144, 148); --🔲: rgb(132, 134, 137); --🏁: rgb(152, 153, 155); --🚩: rgb(213, 106, 108); --🎌: rgb(193, 171, 175); --🏴: rgb(92, 92, 94); --🏳: rgb(214, 216, 218); --🏳️‍🌈: rgb(152, 120, 99); --🏳️‍⚧️: rgb(185, 197, 219); --🏴‍☠️: rgb(93, 93, 95); --🇦🇨: rgb(92, 98, 142); --🇦🇩: rgb(172, 125, 109); --🇦🇪: rgb(147, 126, 113); --🇦🇫: rgb(127, 98, 76); --🇦🇬: rgb(157, 92, 99); --🇦🇮: rgb(98, 99, 146); --🇦🇱: rgb(199, 60, 66); --🇦🇲: rgb(161, 99, 99); --🇦🇴: rgb(146, 69, 65); --🇦🇶: rgb(120, 168, 213); --🇦🇷: rgb(177, 204, 221); --🇦🇸: rgb(137, 124, 156); --🇦🇹: rgb(237, 132, 141); --🇦🇺: rgb(90, 91, 151); --🇦🇼: rgb(103, 161, 194); --🇦🇽: rgb(118, 111, 129); --🇦🇿: rgb(121, 137, 131); --🇧🇦: rgb(124, 127, 132); --🇧🇧: rgb(110, 117, 114); --🇧🇩: rgb(93, 120, 93); --🇧🇪: rgb(187, 130, 75); --🇧🇫: rgb(147, 122, 83); --🇧🇬: rgb(167, 157, 138); --🇧🇭: rgb(224, 119, 130); --🇧🇮: rgb(175, 163, 136); --🇧🇯: rgb(158, 144, 85); --🇧🇱: rgb(221, 215, 209); --🇧🇲: rgb(198, 82, 97); --🇧🇳: rgb(210, 180, 100); --🇧🇴: rgb(173, 145, 70); --🇧🇶: rgb(149, 154, 174); --🇧🇷: rgb(96, 169, 94); --🇧🇸: rgb(90, 152, 135); --🇧🇹: rgb(241, 173, 98); --🇧🇻: rgb(188, 92, 108); --🇧🇼: rgb(128, 163, 192); --🇧🇾: rgb(180, 107, 94); --🇧🇿: rgb(112, 125, 150); --🇨🇦: rgb(236, 127, 129); --🇨🇨: rgb(79, 158, 56); --🇨🇩: rgb(112, 140, 172); --🇨🇫: rgb(163, 155, 122); --🇨🇬: rgb(171, 151, 85); --🇨🇭: rgb(233, 95, 99); --🇨🇮: rgb(190, 194, 147); --🇨🇰: rgb(89, 91, 145); --🇨🇱: rgb(200, 133, 144); --🇨🇲: rgb(176, 132, 83); --🇨🇳: rgb(224, 70, 57); --🇨🇴: rgb(184, 144, 93); --🇨🇵: rgb(179, 146, 176); --🇨🇷: rgb(164, 109, 138); --🇨🇺: rgb(145, 126, 165); --🇨🇻: rgb(99, 116, 161); --🇨🇼: rgb(73, 104, 137); --🇨🇽: rgb(69, 122, 130); --🇨🇾: rgb(236, 230, 222); --🇨🇿: rgb(184, 136, 152); --🇩🇪: rgb(176, 99, 56); --🇩🇬: rgb(153, 147, 169); --🇩🇯: rgb(124, 195, 171); --🇩🇰: rgb(219, 105, 125); --🇩🇲: rgb(97, 134, 96); --🇩🇴: rgb(165, 125, 146); --🇩🇿: rgb(162, 180, 161); --🇪🇦: rgb(223, 126, 67); --🇪🇨: rgb(189, 148, 91); --🇪🇪: rgb(114, 141, 163); --🇪🇬: rgb(175, 122, 127); --🇪🇭: rgb(129, 122, 109); --🇪🇷: rgb(155, 122, 112); --🇪🇸: rgb(221, 124, 64); --🇪🇹: rgb(149, 135, 90); --🇪🇺: rgb(51, 92, 158); --🇫🇮: rgb(164, 181, 204); --🇫🇯: rgb(125, 168, 192); --🇫🇰: rgb(92, 99, 147); --🇫🇲: rgb(120, 189, 220); --🇫🇴: rgb(216, 181, 193); --🇫🇷: rgb(172, 131, 163); --🇬🇦: rgb(125, 172, 122); --🇬🇧: rgb(186, 123, 145); --🇬🇩: rgb(172, 145, 84); --🇬🇪: rgb(238, 166, 171); --🇬🇫: rgb(155, 183, 70); --🇬🇬: rgb(239, 198, 181); --🇬🇭: rgb(169, 132, 75); --🇬🇮: rgb(220, 148, 148); --🇬🇱: rgb(229, 146, 161); --🇬🇲: rgb(135, 109, 114); --🇬🇳: rgb(186, 152, 81); --🇬🇵: rgb(94, 100, 83); --🇬🇶: rgb(162, 151, 127); --🇬🇷: rgb(127, 163, 203); --🇬🇸: rgb(87, 93, 140); --🇬🇹: rgb(151, 200, 219); --🇬🇺: rgb(71, 90, 141); --🇬🇼: rgb(170, 145, 78); --🇬🇾: rgb(143, 155, 98); --🇭🇰: rgb(227, 87, 82); --🇭🇲: rgb(90, 92, 148); --🇭🇳: rgb(106, 163, 209); --🇭🇷: rgb(176, 123, 152); --🇭🇹: rgb(133, 75, 127); --🇭🇺: rgb(183, 152, 143); --🇮🇨: rgb(161, 181, 162); --🇮🇩: rgb(235, 146, 152); --🇮🇪: rgb(187, 195, 159); --🇮🇱: rgb(168, 185, 219); --🇮🇲: rgb(217, 70, 85); --🇮🇳: rgb(180, 185, 129); --🇮🇴: rgb(153, 148, 171); --🇮🇶: rgb(166, 119, 122); --🇮🇷: rgb(184, 159, 137); --🇮🇸: rgb(106, 105, 151); --🇮🇹: rgb(169, 158, 139); --🇯🇪: rgb(236, 190, 194); --🇯🇲: rgb(125, 149, 67); --🇯🇴: rgb(134, 118, 107); --🇯🇵: rgb(233, 204, 209); --🇰🇪: rgb(130, 102, 83); --🇰🇬: rgb(235, 78, 77); --🇰🇭: rgb(144, 88, 135); --🇰🇮: rgb(184, 117, 129); --🇰🇲: rgb(169, 162, 133); --🇰🇳: rgb(120, 111, 77); --🇰🇵: rgb(178, 106, 132); --🇰🇷: rgb(207, 199, 205); --🇰🇼: rgb(149, 132, 120); --🇰🇾: rgb(93, 92, 139); --🇰🇿: rgb(69, 190, 189); --🇱🇦: rgb(139, 83, 114); --🇱🇧: rgb(223, 150, 146); --🇱🇨: rgb(117, 198, 214); --🇱🇮: rgb(135, 72, 105); --🇱🇰: rgb(193, 129, 73); --🇱🇷: rgb(203, 136, 155); --🇱🇸: rgb(123, 162, 170); --🇱🇹: rgb(165, 133, 77); --🇱🇺: rgb(173, 161, 182); --🇱🇻: rgb(191, 109, 115); --🇱🇾: rgb(103, 84, 70); --🇲🇦: rgb(206, 67, 73); --🇲🇨: rgb(229, 147, 157); --🇲🇩: rgb(171, 129, 110); --🇲🇪: rgb(215, 86, 70); --🇲🇫: rgb(179, 146, 176); --🇲🇬: rgb(175, 150, 127); --🇲🇭: rgb(104, 124, 159); --🇲🇰: rgb(228, 116, 60); --🇲🇱: rgb(180, 162, 74); --🇲🇲: rgb(196, 165, 97); --🇲🇳: rgb(141, 97, 113); --🇲🇴: rgb(65, 151, 128); --🇲🇵: rgb(82, 144, 189); --🇲🇶: rgb(135, 155, 194); --🇲🇷: rgb(91, 113, 61); --🇲🇸: rgb(88, 92, 140); --🇲🇹: rgb(225, 136, 147); --🇲🇺: rgb(146, 133, 96); --🇲🇻: rgb(149, 100, 86); --🇲🇼: rgb(134, 92, 73); --🇲🇽: rgb(171, 152, 143); --🇲🇾: rgb(189, 131, 145); --🇲🇿: rgb(148, 134, 90); --🇳🇦: rgb(120, 119, 117); --🇳🇨: rgb(126, 132, 104); --🇳🇪: rgb(179, 176, 122); --🇳🇫: rgb(113, 175, 132); --🇳🇬: rgb(133, 194, 160); --🇳🇮: rgb(120, 167, 211); --🇳🇱: rgb(166, 135, 157); --🇳🇴: rgb(189, 92, 108); --🇳🇵: rgb(194, 89, 118); --🇳🇷: rgb(67, 98, 141); --🇳🇺: rgb(227, 190, 98); --🇳🇿: rgb(86, 86, 141); --🇴🇲: rgb(190, 128, 111); --🇵🇦: rgb(183, 153, 175); --🇵🇪: rgb(227, 118, 128); --🇵🇫: rgb(223, 142, 150); --🇵🇬: rgb(144, 69, 69); --🇵🇭: rgb(155, 112, 144); --🇵🇰: rgb(113, 151, 116); --🇵🇱: rgb(233, 151, 163); --🇵🇲: rgb(137, 162, 151); --🇵🇳: rgb(90, 99, 136); --🇵🇷: rgb(184, 121, 153); --🇵🇸: rgb(134, 124, 112); --🇵🇹: rgb(171, 98, 64); --🇵🇼: rgb(103, 191, 187); --🇵🇾: rgb(169, 136, 161); --🇶🇦: rgb(184, 120, 138); --🇷🇪: rgb(139, 117, 153); --🇷🇴: rgb(175, 130, 94); --🇷🇸: rgb(179, 142, 155); --🇷🇺: rgb(159, 128, 157); --🇷🇼: rgb(105, 176, 143); --🇸🇦: rgb(67, 143, 93); --🇸🇧: rgb(84, 132, 126); --🇸🇨: rgb(168, 139, 122); --🇸🇩: rgb(146, 117, 112); --🇸🇪: rgb(108, 155, 139); --🇸🇬: rgb(238, 161, 168); --🇸🇭: rgb(89, 96, 142); --🇸🇮: rgb(164, 133, 161); --🇸🇯: rgb(189, 92, 108); --🇸🇰: rgb(182, 134, 158); --🇸🇱: rgb(116, 187, 175); --🇸🇲: rgb(167, 205, 213); --🇸🇳: rgb(176, 159, 84); --🇸🇴: rgb(86, 159, 219); --🇸🇷: rgb(169, 133, 115); --🇸🇸: rgb(103, 106, 104); --🇸🇹: rgb(136, 163, 72); --🇸🇻: rgb(116, 146, 195); --🇸🇽: rgb(155, 100, 129); --🇸🇾: rgb(171, 121, 126); --🇸🇿: rgb(151, 110, 115); --🇹🇦: rgb(96, 102, 146); --🇹🇨: rgb(95, 94, 135); --🇹🇩: rgb(174, 127, 87); --🇹🇫: rgb(84, 101, 168); --🇹🇬: rgb(158, 145, 86); --🇹🇭: rgb(167, 126, 147); --🇹🇯: rgb(186, 159, 136); --🇹🇰: rgb(100, 115, 123); --🇹🇱: rgb(201, 85, 72); --🇹🇲: rgb(94, 158, 103); --🇹🇳: rgb(233, 76, 89); --🇹🇴: rgb(213, 85, 90); --🇹🇷: rgb(231, 70, 82); --🇹🇹: rgb(183, 78, 92); --🇹🇻: rgb(130, 154, 167); --🇹🇼: rgb(202, 60, 88); --🇹🇿: rgb(78, 141, 106); --🇺🇦: rgb(144, 165, 125); --🇺🇬: rgb(176, 116, 64); --🇺🇲: rgb(192, 140, 157); --🇺🇳: rgb(83, 168, 220); --🇺🇸: rgb(189, 138, 154); --🇺🇾: rgb(160, 175, 203); --🇺🇿: rgb(129, 192, 169); --🇻🇦: rgb(239, 227, 153); --🇻🇨: rgb(136, 181, 110); --🇻🇪: rgb(161, 114, 97); --🇻🇬: rgb(95, 97, 139); --🇻🇮: rgb(217, 214, 194); --🇻🇳: rgb(225, 80, 66); --🇻🇺: rgb(128, 105, 74); --🇼🇫: rgb(223, 94, 112); --🇼🇸: rgb(179, 67, 94); --🇽🇰: rgb(81, 112, 162); --🇾🇪: rgb(173, 119, 126); --🇾🇹: rgb(224, 216, 218); --🇿🇦: rgb(120, 126, 117); --🇿🇲: rgb(91, 140, 53); --🇿🇼: rgb(177, 144, 82); --🏴󠁧󠁢󠁥󠁮󠁧󠁿: rgb(232, 179, 183); --🏴󠁧󠁢󠁳󠁣󠁴󠁿: rgb(120, 171, 212); --🏴󠁧󠁢󠁷󠁬󠁳󠁿: rgb(169, 152, 128); }
tests/regression-data/writing/emoji-average-colors.gpl.out.css
:root { --😀: rgb(216, 174, 74); --😃: rgb(214, 171, 73); --😄: rgb(217, 175, 74); --😁: rgb(221, 182, 85); --😆: rgb(216, 173, 73); --😅: rgb(207, 174, 85); --🤣: rgb(192, 165, 92); --😂: rgb(195, 169, 92); --🙂: rgb(230, 184, 67); --🙃: rgb(229, 183, 64); --😉: rgb(228, 183, 67); --😊: rgb(229, 177, 70); --😇: rgb(208, 178, 84); --🥰: rgb(227, 152, 65); --😍: rgb(222, 141, 69); --🤩: rgb(211, 148, 84); --😘: rgb(231, 174, 67); --😗: rgb(232, 186, 67); --☺: rgb(232, 178, 69); --😚: rgb(233, 179, 70); --😙: rgb(234, 188, 68); --🥲: rgb(225, 188, 68); --😋: rgb(230, 178, 69); --😛: rgb(220, 165, 72); --😜: rgb(222, 170, 87); --🤪: rgb(217, 173, 101); --😝: rgb(219, 165, 72); --🤑: rgb(183, 179, 72); --🤗: rgb(227, 179, 77); --🤭: rgb(232, 185, 77); --🤫: rgb(228, 184, 72); --🤔: rgb(227, 184, 75); --🤐: rgb(220, 180, 75); --🤨: rgb(228, 182, 63); --😐: rgb(230, 184, 66); --😑: rgb(234, 188, 68); --😶: rgb(235, 189, 67); --😶‍🌫️: rgb(213, 200, 107); --😏: rgb(230, 183, 67); --😒: rgb(229, 183, 67); --🙄: rgb(235, 196, 96); --😬: rgb(219, 181, 81); --😮‍💨: rgb(231, 191, 56); --🤥: rgb(229, 181, 66); --😌: rgb(228, 183, 67); --😔: rgb(231, 185, 67); --😪: rgb(217, 184, 82); --🤤: rgb(221, 181, 72); --😴: rgb(216, 178, 76); --😷: rgb(232, 201, 120); --🤒: rgb(225, 167, 69); --🤕: rgb(221, 185, 105); --🤢: rgb(141, 176, 64); --🤮: rgb(181, 173, 60); --🤧: rgb(224, 185, 100); --🥵: rgb(202, 120, 86); --🥶: rgb(103, 174, 215); --🥴: rgb(225, 179, 70); --😵: rgb(213, 167, 74); --😵‍💫: rgb(223, 179, 38); --🤯: rgb(215, 180, 119); --🤠: rgb(189, 144, 61); --🥳: rgb(212, 168, 91); --🥸: rgb(184, 148, 62); --😎: rgb(183, 146, 65); --🤓: rgb(200, 164, 77); --🧐: rgb(218, 179, 78); --😕: rgb(232, 186, 68); --😟: rgb(227, 180, 65); --🙁: rgb(230, 184, 66); --☹: rgb(228, 183, 66); --😮: rgb(226, 181, 66); --😯: rgb(228, 182, 65); --😲: rgb(222, 180, 79); --😳: rgb(230, 185, 98); --🥺: rgb(218, 176, 79); --😦: rgb(225, 180, 66); --😧: rgb(222, 177, 66); --😨: rgb(174, 166, 120); --😰: rgb(164, 167, 130); --😥: rgb(217, 183, 79); --😢: rgb(217, 183, 81); --😭: rgb(186, 175, 104); --😱: rgb(182, 173, 141); --😖: rgb(219, 172, 75); --😣: rgb(221, 174, 75); --😞: rgb(233, 187, 69); --😓: rgb(217, 185, 84); --😩: rgb(215, 170, 67); --😫: rgb(212, 168, 66); --🥱: rgb(220, 173, 62); --😤: rgb(226, 188, 102); --😡: rgb(219, 113, 59); --😠: rgb(228, 182, 66); --🤬: rgb(181, 100, 65); --😈: rgb(158, 74, 159); --👿: rgb(158, 76, 158); --💀: rgb(186, 189, 191); --☠: rgb(186, 190, 193); --💩: rgb(155, 115, 95); --🤡: rgb(208, 170, 157); --👹: rgb(142, 72, 68); --👺: rgb(182, 86, 82); --👻: rgb(198, 193, 196); --👽: rgb(141, 167, 137); --👾: rgb(114, 85, 150); --🤖: rgb(139, 164, 178); --😺: rgb(214, 172, 79); --😸: rgb(213, 172, 78); --😹: rgb(193, 170, 97); --😻: rgb(216, 147, 79); --😼: rgb(219, 176, 78); --😽: rgb(224, 177, 79); --🙀: rgb(218, 174, 85); --😿: rgb(210, 177, 89); --😾: rgb(220, 176, 75); --🙈: rgb(182, 137, 107); --🙉: rgb(179, 138, 109); --🙊: rgb(180, 139, 110); --💋: rgb(220, 75, 79); --💌: rgb(220, 182, 191); --💘: rgb(213, 93, 114); --💝: rgb(232, 125, 92); --💖: rgb(233, 95, 106); --💗: rgb(233, 123, 149); --💓: rgb(230, 93, 121); --💞: rgb(226, 85, 119); --💕: rgb(231, 87, 120); --💟: rgb(219, 121, 164); --❣: rgb(230, 90, 93); --💔: rgb(227, 70, 88); --❤️‍🔥: rgb(244, 126, 29); --❤️‍🩹: rgb(232, 133, 127); --❤: rgb(231, 71, 75); --🧡: rgb(243, 149, 47); --💛: rgb(242, 200, 70); --💚: rgb(100, 196, 71); --💙: rgb(58, 161, 231); --💜: rgb(175, 94, 221); --🤎: rgb(152, 95, 67); --🖤: rgb(72, 74, 78); --🤍: rgb(220, 221, 223); --💯: rgb(206, 72, 75); --💢: rgb(214, 92, 96); --💥: rgb(232, 136, 96); --💫: rgb(211, 192, 130); --💦: rgb(95, 188, 231); --💨: rgb(190, 209, 222); --🕳: rgb(111, 111, 113); --💣: rgb(93, 90, 90); --💬: rgb(212, 221, 226); --👁️‍🗨️: rgb(92, 108, 121); --🗨: rgb(129, 170, 198); --🗯: rgb(217, 222, 225); --💭: rgb(221, 227, 232); --💤: rgb(111, 156, 211); --👋: rgb(227, 186, 89); --🤚: rgb(239, 192, 90); --🖐: rgb(234, 187, 87); --✋: rgb(238, 192, 91); --🖖: rgb(238, 192, 91); --👌: rgb(229, 185, 92); --🤌: rgb(250, 194, 67); --🤏: rgb(227, 172, 64); --✌: rgb(231, 186, 93); --🤞: rgb(231, 185, 94); --🤟: rgb(235, 189, 90); --🤘: rgb(229, 184, 92); --🤙: rgb(238, 195, 101); --👈: rgb(235, 197, 99); --👉: rgb(236, 197, 99); --👆: rgb(237, 196, 98); --🖕: rgb(242, 202, 107); --👇: rgb(234, 197, 100); --☝: rgb(232, 188, 97); --👍: rgb(236, 191, 94); --👎: rgb(236, 190, 94); --✊: rgb(238, 189, 84); --👊: rgb(236, 188, 86); --🤛: rgb(241, 196, 98); --🤜: rgb(240, 195, 95); --👏: rgb(231, 184, 83); --🙌: rgb(223, 184, 91); --👐: rgb(235, 195, 107); --🤲: rgb(236, 184, 78); --🤝: rgb(236, 190, 94); --🙏: rgb(176, 177, 140); --✍: rgb(207, 173, 101); --💅: rgb(220, 156, 102); --🤳: rgb(160, 159, 144); --💪: rgb(235, 191, 99); --🦾: rgb(122, 128, 132); --🦿: rgb(131, 132, 137); --🦵: rgb(236, 199, 118); --🦶: rgb(237, 195, 100); --👂: rgb(236, 193, 98); --🦻: rgb(214, 172, 90); --👃: rgb(238, 198, 106); --🧠: rgb(230, 151, 159); --🫀: rgb(200, 78, 89); --🫁: rgb(238, 125, 125); --🦷: rgb(217, 218, 218); --🦴: rgb(219, 210, 200); --👀: rgb(194, 194, 196); --👁: rgb(177, 168, 162); --👅: rgb(196, 105, 116); --👄: rgb(206, 102, 110); --👶: rgb(224, 186, 93); --🧒: rgb(195, 153, 78); --👦: rgb(204, 163, 85); --👧: rgb(196, 152, 79); --🧑: rgb(200, 158, 81); --👱: rgb(232, 194, 91); --👨: rgb(208, 165, 82); --🧔: rgb(195, 150, 76); --🧔‍♂️: rgb(164, 123, 46); --🧔‍♀️: rgb(142, 106, 50); --👨‍🦰: rgb(221, 168, 86); --👨‍🦱: rgb(190, 155, 80); --👨‍🦳: rgb(217, 197, 132); --👨‍🦲: rgb(225, 193, 101); --👩: rgb(188, 143, 74); --👩‍🦰: rgb(217, 139, 74); --🧑‍🦰: rgb(230, 140, 49); --👩‍🦱: rgb(184, 141, 79); --🧑‍🦱: rgb(215, 159, 62); --👩‍🦳: rgb(209, 189, 154); --🧑‍🦳: rgb(228, 196, 129); --👩‍🦲: rgb(227, 187, 107); --🧑‍🦲: rgb(241, 189, 69); --👱‍♀️: rgb(224, 185, 87); --👱‍♂️: rgb(224, 193, 94); --🧓: rgb(213, 187, 126); --👴: rgb(230, 193, 99); --👵: rgb(209, 182, 120); --🙍: rgb(189, 142, 94); --🙍‍♂️: rgb(165, 160, 112); --🙍‍♀️: rgb(174, 129, 107); --🙎: rgb(190, 143, 94); --🙎‍♂️: rgb(163, 158, 111); --🙎‍♀️: rgb(173, 128, 106); --🙅: rgb(191, 140, 94); --🙅‍♂️: rgb(145, 153, 118); --🙅‍♀️: rgb(166, 121, 121); --🙆: rgb(193, 136, 91); --🙆‍♂️: rgb(126, 148, 116); --🙆‍♀️: rgb(160, 110, 126); --💁: rgb(190, 143, 96); --💁‍♂️: rgb(157, 158, 114); --💁‍♀️: rgb(172, 127, 111); --🙋: rgb(192, 139, 88); --🙋‍♂️: rgb(149, 154, 109); --🙋‍♀️: rgb(171, 122, 110); --🧏: rgb(187, 140, 65); --🧏‍♂️: rgb(177, 159, 88); --🧏‍♀️: rgb(177, 126, 83); --🙇: rgb(170, 143, 98); --🙇‍♂️: rgb(142, 144, 107); --🙇‍♀️: rgb(162, 120, 110); --🤦: rgb(193, 142, 93); --🤦‍♂️: rgb(156, 156, 112); --🤦‍♀️: rgb(175, 127, 112); --🤷: rgb(190, 139, 93); --🤷‍♂️: rgb(139, 154, 117); --🤷‍♀️: rgb(164, 119, 124); --🧑‍⚕️: rgb(183, 159, 105); --👨‍⚕️: rgb(189, 171, 128); --👩‍⚕️: rgb(182, 156, 116); --🧑‍🎓: rgb(136, 109, 62); --👨‍🎓: rgb(138, 121, 84); --👩‍🎓: rgb(135, 113, 80); --🧑‍🏫: rgb(160, 148, 96); --👨‍🏫: rgb(149, 145, 101); --👩‍🏫: rgb(141, 132, 98); --🧑‍⚖️: rgb(164, 132, 76); --👨‍⚖️: rgb(158, 131, 87); --👩‍⚖️: rgb(148, 121, 81); --🧑‍🌾: rgb(175, 148, 82); --👨‍🌾: rgb(165, 147, 90); --👩‍🌾: rgb(164, 142, 87); --🧑‍🍳: rgb(215, 194, 152); --👨‍🍳: rgb(202, 188, 156); --👩‍🍳: rgb(196, 179, 150); --🧑‍🔧: rgb(154, 152, 124); --👨‍🔧: rgb(162, 153, 124); --👩‍🔧: rgb(158, 144, 116); --🧑‍🏭: rgb(133, 135, 119); --👨‍🏭: rgb(146, 147, 132); --👩‍🏭: rgb(138, 134, 120); --🧑‍💼: rgb(192, 168, 118); --👨‍💼: rgb(181, 166, 133); --👩‍💼: rgb(167, 151, 118); --🧑‍🔬: rgb(197, 179, 133); --👨‍🔬: rgb(192, 179, 144); --👩‍🔬: rgb(185, 166, 135); --🧑‍💻: rgb(161, 156, 117); --👨‍💻: rgb(157, 157, 123); --👩‍💻: rgb(153, 148, 121); --🧑‍🎤: rgb(174, 133, 67); --👨‍🎤: rgb(147, 139, 109); --👩‍🎤: rgb(163, 116, 111); --🧑‍🎨: rgb(167, 137, 87); --👨‍🎨: rgb(166, 144, 100); --👩‍🎨: rgb(161, 134, 96); --🧑‍✈️: rgb(144, 122, 74); --👨‍✈️: rgb(142, 125, 88); --👩‍✈️: rgb(140, 120, 83); --🧑‍🚀: rgb(180, 160, 121); --👨‍🚀: rgb(178, 164, 134); --👩‍🚀: rgb(177, 160, 132); --🧑‍🚒: rgb(200, 116, 64); --👨‍🚒: rgb(198, 130, 83); --👩‍🚒: rgb(190, 126, 80); --👮: rgb(131, 138, 124); --👮‍♂️: rgb(131, 139, 126); --👮‍♀️: rgb(128, 132, 118); --🕵: rgb(141, 132, 108); --🕵️‍♂️: rgb(142, 133, 107); --🕵️‍♀️: rgb(139, 130, 106); --💂: rgb(115, 91, 77); --💂‍♂️: rgb(119, 93, 79); --💂‍♀️: rgb(116, 90, 77); --🥷: rgb(73, 67, 58); --👷: rgb(213, 183, 95); --👷‍♂️: rgb(211, 181, 95); --👷‍♀️: rgb(201, 167, 86); --🤴: rgb(201, 174, 98); --👸: rgb(194, 161, 97); --👳: rgb(209, 179, 138); --👳‍♂️: rgb(204, 178, 133); --👳‍♀️: rgb(210, 191, 152); --👲: rgb(182, 140, 82); --🧕: rgb(157, 117, 135); --🤵: rgb(164, 138, 92); --🤵‍♂️: rgb(168, 137, 76); --🤵‍♀️: rgb(164, 130, 73); --👰: rgb(206, 183, 143); --👰‍♂️: rgb(218, 195, 152); --👰‍♀️: rgb(212, 182, 131); --🤰: rgb(181, 130, 138); --🤱: rgb(167, 139, 119); --👩‍🍼: rgb(170, 136, 125); --👨‍🍼: rgb(153, 166, 120); --🧑‍🍼: rgb(199, 151, 84); --👼: rgb(205, 184, 118); --🎅: rgb(220, 174, 144); --🤶: rgb(223, 175, 130); --🧑‍🎄: rgb(227, 166, 123); --🦸: rgb(155, 130, 124); --🦸‍♂️: rgb(154, 131, 125); --🦸‍♀️: rgb(156, 125, 115); --🦹: rgb(137, 122, 113); --🦹‍♂️: rgb(131, 116, 111); --🦹‍♀️: rgb(134, 121, 109); --🧙: rgb(154, 144, 127); --🧙‍♂️: rgb(145, 151, 147); --🧙‍♀️: rgb(152, 143, 123); --🧚: rgb(193, 184, 145); --🧚‍♂️: rgb(175, 191, 161); --🧚‍♀️: rgb(190, 185, 152); --🧛: rgb(130, 98, 71); --🧛‍♂️: rgb(140, 103, 73); --🧛‍♀️: rgb(132, 100, 71); --🧜: rgb(183, 151, 112); --🧜‍♂️: rgb(151, 171, 132); --🧜‍♀️: rgb(174, 145, 138); --🧝: rgb(189, 170, 102); --🧝‍♂️: rgb(182, 174, 117); --🧝‍♀️: rgb(192, 176, 126); --🧞: rgb(134, 146, 165); --🧞‍♂️: rgb(111, 162, 179); --🧞‍♀️: rgb(124, 136, 162); --🧟: rgb(127, 124, 99); --🧟‍♂️: rgb(117, 133, 113); --🧟‍♀️: rgb(114, 113, 112); --💆: rgb(203, 156, 92); --💆‍♂️: rgb(179, 168, 112); --💆‍♀️: rgb(188, 144, 102); --💇: rgb(180, 138, 92); --💇‍♂️: rgb(158, 151, 112); --💇‍♀️: rgb(166, 125, 98); --🚶: rgb(170, 157, 147); --🚶‍♂️: rgb(167, 164, 146); --🚶‍♀️: rgb(167, 155, 153); --🧍: rgb(149, 122, 67); --🧍‍♂️: rgb(147, 144, 91); --🧍‍♀️: rgb(159, 121, 106); --🧎: rgb(129, 114, 77); --🧎‍♂️: rgb(120, 123, 94); --🧎‍♀️: rgb(133, 108, 107); --🧑‍🦯: rgb(153, 125, 95); --👨‍🦯: rgb(116, 118, 97); --👩‍🦯: rgb(128, 102, 113); --🧑‍🦼: rgb(115, 98, 89); --👨‍🦼: rgb(102, 86, 79); --👩‍🦼: rgb(105, 84, 85); --🧑‍🦽: rgb(130, 107, 90); --👨‍🦽: rgb(104, 90, 79); --👩‍🦽: rgb(110, 84, 89); --🏃: rgb(183, 159, 131); --🏃‍♂️: rgb(163, 156, 133); --🏃‍♀️: rgb(173, 146, 130); --💃: rgb(197, 112, 90); --🕺: rgb(153, 143, 144); --🕴: rgb(145, 141, 134); --👯: rgb(141, 111, 55); --👯‍♂️: rgb(143, 113, 55); --👯‍♀️: rgb(149, 115, 55); --🧖: rgb(209, 192, 152); --🧖‍♂️: rgb(203, 190, 147); --🧖‍♀️: rgb(205, 188, 147); --🧗: rgb(145, 136, 126); --🧗‍♂️: rgb(139, 139, 129); --🧗‍♀️: rgb(142, 132, 127); --🤺: rgb(171, 174, 175); --🏇: rgb(160, 129, 110); --⛷: rgb(156, 166, 170); --🏂: rgb(164, 160, 158); --🏌: rgb(165, 156, 147); --🏌️‍♂️: rgb(138, 157, 158); --🏌️‍♀️: rgb(173, 150, 156); --🏄: rgb(153, 165, 145); --🏄‍♂️: rgb(140, 169, 145); --🏄‍♀️: rgb(155, 164, 148); --🚣: rgb(150, 145, 139); --🚣‍♂️: rgb(146, 147, 142); --🚣‍♀️: rgb(149, 141, 143); --🏊: rgb(148, 177, 164); --🏊‍♂️: rgb(148, 186, 170); --🏊‍♀️: rgb(144, 172, 177); --⛹: rgb(191, 160, 125); --⛹️‍♂️: rgb(168, 161, 133); --⛹️‍♀️: rgb(193, 147, 121); --🏋: rgb(175, 155, 126); --🏋️‍♂️: rgb(161, 153, 124); --🏋️‍♀️: rgb(172, 145, 124); --🚴: rgb(150, 143, 124); --🚴‍♂️: rgb(133, 143, 132); --🚴‍♀️: rgb(146, 131, 129); --🚵: rgb(128, 139, 111); --🚵‍♂️: rgb(120, 141, 116); --🚵‍♀️: rgb(129, 133, 113); --🤸: rgb(192, 169, 138); --🤸‍♂️: rgb(164, 169, 145); --🤸‍♀️: rgb(192, 154, 136); --🤼: rgb(186, 153, 107); --🤼‍♂️: rgb(173, 154, 112); --🤼‍♀️: rgb(182, 141, 116); --🤽: rgb(168, 175, 144); --🤽‍♂️: rgb(165, 181, 144); --🤽‍♀️: rgb(157, 160, 158); --🤾: rgb(180, 162, 135); --🤾‍♂️: rgb(170, 160, 132); --🤾‍♀️: rgb(178, 152, 137); --🤹: rgb(183, 159, 120); --🤹‍♂️: rgb(173, 164, 126); --🤹‍♀️: rgb(173, 150, 123); --🧘: rgb(194, 158, 103); --🧘‍♂️: rgb(184, 164, 102); --🧘‍♀️: rgb(184, 151, 115); --🛀: rgb(197, 198, 192); --🛌: rgb(171, 144, 135); --🧑‍🤝‍🧑: rgb(140, 127, 85); --👭: rgb(163, 111, 96); --👫: rgb(143, 117, 93); --👬: rgb(119, 120, 88); --💏: rgb(206, 136, 84); --👩‍❤️‍💋‍👨: rgb(206, 137, 82); --👨‍❤️‍💋‍👨: rgb(212, 142, 86); --👩‍❤️‍💋‍👩: rgb(202, 132, 79); --💑: rgb(198, 131, 89); --👩‍❤️‍👨: rgb(198, 135, 95); --👨‍❤️‍👨: rgb(197, 141, 100); --👩‍❤️‍👩: rgb(198, 129, 93); --👪: rgb(180, 142, 84); --👨‍👩‍👦: rgb(160, 134, 102); --👨‍👩‍👧: rgb(167, 131, 99); --👨‍👩‍👧‍👦: rgb(172, 138, 92); --👨‍👩‍👦‍👦: rgb(164, 140, 95); --👨‍👩‍👧‍👧: rgb(177, 136, 90); --👨‍👨‍👦: rgb(148, 149, 104); --👨‍👨‍👧: rgb(156, 145, 100); --👨‍👨‍👧‍👦: rgb(169, 148, 93); --👨‍👨‍👦‍👦: rgb(161, 151, 96); --👨‍👨‍👧‍👧: rgb(176, 146, 90); --👩‍👩‍👦: rgb(180, 125, 99); --👩‍👩‍👧: rgb(185, 123, 95); --👩‍👩‍👧‍👦: rgb(183, 133, 89); --👩‍👩‍👦‍👦: rgb(177, 135, 92); --👩‍👩‍👧‍👧: rgb(188, 131, 86); --👨‍👦: rgb(176, 166, 122); --👨‍👦‍👦: rgb(175, 162, 111); --👨‍👧: rgb(186, 159, 116); --👨‍👧‍👦: rgb(184, 158, 107); --👨‍👧‍👧: rgb(191, 153, 103); --👩‍👦: rgb(186, 150, 115); --👩‍👦‍👦: rgb(183, 152, 107); --👩‍👧: rgb(194, 146, 108); --👩‍👧‍👦: rgb(191, 148, 103); --👩‍👧‍👧: rgb(197, 144, 99); --🗣: rgb(91, 133, 165); --👤: rgb(87, 130, 164); --👥: rgb(92, 135, 168); --🫂: rgb(55, 133, 191); --👣: rgb(122, 106, 110); --🦰: rgb(223, 148, 94); --🦱: rgb(180, 146, 96); --🦳: rgb(217, 209, 187); --🦲: rgb(237, 203, 109); --🐵: rgb(180, 141, 111); --🐒: rgb(162, 124, 98); --🦍: rgb(84, 87, 90); --🦧: rgb(158, 89, 52); --🐶: rgb(193, 160, 137); --🐕: rgb(197, 158, 125); --🦮: rgb(178, 142, 91); --🐕‍🦺: rgb(147, 102, 77); --🐩: rgb(184, 187, 189); --🐺: rgb(149, 152, 155); --🦊: rgb(207, 136, 81); --🦝: rgb(139, 139, 138); --🐱: rgb(223, 180, 83); --🐈: rgb(202, 170, 96); --🐈‍⬛: rgb(67, 67, 73); --🦁: rgb(185, 139, 78); --🐯: rgb(195, 150, 90); --🐅: rgb(195, 145, 94); --🐆: rgb(206, 169, 101); --🐴: rgb(160, 118, 88); --🐎: rgb(161, 124, 98); --🦄: rgb(190, 187, 203); --🦓: rgb(121, 121, 123); --🦌: rgb(144, 97, 71); --🦬: rgb(118, 76, 61); --🐮: rgb(194, 172, 158); --🐂: rgb(165, 121, 95); --🐃: rgb(114, 113, 115); --🐄: rgb(159, 158, 159); --🐷: rgb(221, 163, 161); --🐖: rgb(227, 180, 176); --🐗: rgb(154, 111, 91); --🐽: rgb(212, 140, 147); --🐏: rgb(195, 189, 179); --🐑: rgb(208, 205, 199); --🐐: rgb(184, 171, 158); --🐪: rgb(201, 158, 113); --🐫: rgb(199, 147, 107); --🦙: rgb(208, 185, 165); --🦒: rgb(204, 162, 99); --🐘: rgb(152, 156, 159); --🦣: rgb(166, 110, 84); --🦏: rgb(146, 153, 155); --🦛: rgb(161, 150, 147); --🐭: rgb(179, 171, 175); --🐁: rgb(209, 196, 194); --🐀: rgb(153, 147, 146); --🐹: rgb(218, 174, 137); --🐰: rgb(191, 181, 183); --🐇: rgb(202, 195, 191); --🐿: rgb(173, 123, 84); --🦫: rgb(148, 98, 73); --🦔: rgb(155, 123, 105); --🦇: rgb(137, 127, 124); --🐻: rgb(150, 105, 78); --🐻‍❄️: rgb(201, 206, 210); --🐨: rgb(150, 149, 151); --🐼: rgb(168, 168, 170); --🦥: rgb(131, 110, 91); --🦦: rgb(125, 99, 82); --🦨: rgb(91, 90, 90); --🦘: rgb(194, 155, 126); --🦡: rgb(140, 140, 140); --🐾: rgb(130, 115, 112); --🦃: rgb(123, 96, 88); --🐔: rgb(217, 177, 162); --🐓: rgb(153, 123, 103); --🐣: rgb(225, 201, 142); --🐤: rgb(229, 188, 86); --🐥: rgb(231, 187, 85); --🐦: rgb(146, 149, 164); --🐧: rgb(161, 155, 148); --🕊: rgb(200, 204, 198); --🦅: rgb(137, 126, 116); --🦆: rgb(163, 155, 132); --🦢: rgb(215, 217, 216); --🦉: rgb(173, 136, 110); --🦤: rgb(166, 160, 148); --🪶: rgb(155, 125, 106); --🦩: rgb(201, 98, 111); --🦚: rgb(95, 161, 120); --🦜: rgb(166, 152, 113); --🐸: rgb(143, 173, 85); --🐊: rgb(114, 146, 91); --🐢: rgb(127, 158, 90); --🦎: rgb(117, 164, 88); --🐍: rgb(138, 180, 98); --🐲: rgb(136, 162, 89); --🐉: rgb(127, 165, 99); --🦕: rgb(117, 166, 141); --🦖: rgb(140, 152, 99); --🐳: rgb(85, 175, 209); --🐋: rgb(134, 181, 201); --🐬: rgb(116, 173, 200); --🦭: rgb(162, 167, 169); --🐟: rgb(109, 166, 204); --🐠: rgb(182, 170, 115); --🐡: rgb(206, 168, 131); --🦈: rgb(157, 166, 169); --🐙: rgb(190, 110, 129); --🐚: rgb(203, 187, 175); --🐌: rgb(179, 139, 106); --🦋: rgb(109, 118, 116); --🐛: rgb(156, 168, 105); --🐜: rgb(124, 107, 99); --🐝: rgb(165, 149, 108); --🪲: rgb(90, 143, 47); --🐞: rgb(150, 81, 79); --🦗: rgb(158, 139, 113); --🪳: rgb(134, 69, 50); --🕷: rgb(108, 110, 110); --🕸: rgb(168, 172, 175); --🦂: rgb(169, 133, 100); --🦟: rgb(153, 143, 137); --🪰: rgb(114, 103, 96); --🪱: rgb(216, 103, 109); --🦠: rgb(98, 174, 137); --💐: rgb(169, 153, 96); --🌸: rgb(237, 173, 193); --💮: rgb(240, 172, 176); --🏵: rgb(233, 162, 75); --🌹: rgb(185, 90, 78); --🥀: rgb(153, 120, 94); --🌺: rgb(216, 107, 120); --🌻: rgb(170, 151, 61); --🌼: rgb(221, 198, 114); --🌷: rgb(185, 142, 123); --🌱: rgb(154, 188, 110); --🪴: rgb(137, 151, 66); --🌲: rgb(100, 151, 81); --🌳: rgb(107, 160, 60); --🌴: rgb(139, 164, 98); --🌵: rgb(131, 175, 84); --🌾: rgb(173, 176, 97); --🌿: rgb(132, 177, 91); --☘: rgb(119, 188, 81); --🍀: rgb(115, 184, 71); --🍁: rgb(213, 103, 74); --🍂: rgb(212, 141, 86); --🍃: rgb(143, 186, 114); --🍇: rgb(145, 77, 141); --🍈: rgb(181, 196, 125); --🍉: rgb(204, 123, 98); --🍊: rgb(219, 145, 52); --🍋: rgb(213, 196, 73); --🍌: rgb(230, 204, 127); --🍍: rgb(182, 161, 79); --🥭: rgb(203, 146, 69); --🍎: rgb(204, 68, 61); --🍏: rgb(145, 185, 72); --🍐: rgb(182, 195, 88); --🍑: rgb(223, 148, 108); --🍒: rgb(173, 91, 75); --🍓: rgb(191, 89, 70); --🫐: rgb(71, 101, 172); --🥝: rgb(161, 167, 88); --🍅: rgb(204, 76, 63); --🫒: rgb(136, 144, 51); --🥥: rgb(169, 148, 134); --🥑: rgb(160, 169, 96); --🍆: rgb(136, 101, 142); --🥔: rgb(192, 145, 100); --🥕: rgb(201, 153, 88); --🌽: rgb(178, 175, 75); --🌶: rgb(204, 102, 97); --🫑: rgb(124, 119, 52); --🥒: rgb(116, 171, 88); --🥬: rgb(106, 170, 95); --🥦: rgb(90, 139, 61); --🧄: rgb(210, 188, 174); --🧅: rgb(210, 152, 87); --🍄: rgb(217, 133, 130); --🥜: rgb(203, 154, 103); --🌰: rgb(156, 87, 60); --🍞: rgb(218, 171, 117); --🥐: rgb(223, 156, 78); --🥖: rgb(227, 181, 121); --🫓: rgb(224, 184, 140); --🥨: rgb(199, 130, 66); --🥯: rgb(219, 167, 117); --🥞: rgb(217, 165, 104); --🧇: rgb(215, 150, 67); --🧀: rgb(243, 189, 81); --🍖: rgb(200, 127, 98); --🍗: rgb(193, 130, 96); --🥩: rgb(216, 120, 113); --🥓: rgb(211, 134, 104); --🍔: rgb(195, 135, 75); --🍟: rgb(223, 113, 64); --🍕: rgb(218, 144, 93); --🌭: rgb(217, 153, 92); --🥪: rgb(214, 175, 112); --🌮: rgb(209, 175, 98); --🌯: rgb(194, 180, 160); --🫔: rgb(229, 176, 88); --🥙: rgb(192, 165, 118); --🧆: rgb(154, 115, 62); --🥚: rgb(228, 204, 186); --🍳: rgb(129, 126, 120); --🥘: rgb(167, 125, 74); --🍲: rgb(170, 151, 125); --🫕: rgb(169, 83, 72); --🥣: rgb(155, 129, 136); --🥗: rgb(157, 169, 123); --🍿: rgb(226, 160, 143); --🧈: rgb(218, 202, 140); --🧂: rgb(198, 202, 204); --🥫: rgb(188, 170, 121); --🍱: rgb(144, 111, 91); --🍘: rgb(158, 113, 65); --🍙: rgb(178, 178, 175); --🍚: rgb(195, 177, 178); --🍛: rgb(210, 185, 162); --🍜: rgb(202, 169, 148); --🍝: rgb(213, 175, 137); --🍠: rgb(209, 135, 91); --🍢: rgb(192, 167, 140); --🍣: rgb(217, 138, 122); --🍤: rgb(230, 163, 95); --🍥: rgb(226, 205, 212); --🥮: rgb(200, 127, 59); --🍡: rgb(206, 185, 158); --🥟: rgb(233, 205, 154); --🥠: rgb(227, 184, 119); --🥡: rgb(204, 192, 195); --🦀: rgb(197, 93, 71); --🦞: rgb(198, 86, 76); --🦐: rgb(209, 113, 79); --🦑: rgb(214, 129, 135); --🦪: rgb(181, 161, 143); --🍦: rgb(234, 203, 158); --🍧: rgb(188, 182, 180); --🍨: rgb(194, 186, 187); --🍩: rgb(152, 109, 78); --🍪: rgb(205, 153, 95); --🎂: rgb(207, 170, 150); --🍰: rgb(230, 190, 146); --🧁: rgb(204, 178, 162); --🥧: rgb(213, 161, 107); --🍫: rgb(192, 107, 103); --🍬: rgb(190, 126, 142); --🍭: rgb(206, 163, 136); --🍮: rgb(207, 174, 140); --🍯: rgb(206, 154, 71); --🍼: rgb(209, 215, 207); --🥛: rgb(210, 212, 212); --☕: rgb(179, 175, 172); --🫖: rgb(127, 149, 176); --🍵: rgb(156, 161, 137); --🍶: rgb(188, 192, 196); --🍾: rgb(162, 165, 127); --🍷: rgb(186, 149, 155); --🍸: rgb(192, 195, 182); --🍹: rgb(199, 171, 126); --🍺: rgb(219, 187, 130); --🍻: rgb(219, 189, 138); --🥂: rgb(208, 193, 155); --🥃: rgb(210, 183, 154); --🥤: rgb(196, 142, 156); --🧋: rgb(179, 167, 146); --🧃: rgb(172, 172, 110); --🧉: rgb(148, 100, 74); --🧊: rgb(137, 195, 220); --🥢: rgb(184, 147, 143); --🍽: rgb(202, 205, 207); --🍴: rgb(188, 193, 197); --🥄: rgb(199, 203, 206); --🔪: rgb(184, 184, 184); --🏺: rgb(170, 124, 79); --🌍: rgb(92, 158, 142); --🌎: rgb(73, 151, 164); --🌏: rgb(84, 155, 155); --🌐: rgb(93, 171, 216); --🗺: rgb(115, 174, 184); --🗾: rgb(105, 176, 189); --🧭: rgb(202, 181, 149); --🏔: rgb(128, 148, 140); --⛰: rgb(107, 130, 113); --🌋: rgb(160, 120, 111); --🗻: rgb(113, 145, 160); --🏕: rgb(129, 135, 77); --🏖: rgb(196, 179, 150); --🏜: rgb(184, 169, 74); --🏝: rgb(139, 175, 143); --🏞: rgb(105, 161, 143); --🏟: rgb(164, 146, 138); --🏛: rgb(150, 169, 168); --🏗: rgb(186, 149, 109); --🧱: rgb(187, 102, 76); --🪨: rgb(139, 144, 145); --🪵: rgb(152, 103, 74); --🛖: rgb(175, 133, 97); --🏘: rgb(183, 157, 132); --🏚: rgb(167, 144, 130); --🏠: rgb(193, 165, 142); --🏡: rgb(166, 168, 112); --🏢: rgb(153, 181, 192); --🏣: rgb(173, 169, 171); --🏤: rgb(182, 131, 116); --🏥: rgb(163, 176, 185); --🏦: rgb(162, 176, 171); --🏨: rgb(178, 169, 157); --🏩: rgb(204, 142, 168); --🏪: rgb(164, 158, 155); --🏫: rgb(192, 171, 141); --🏬: rgb(161, 162, 164); --🏭: rgb(177, 129, 121); --🏯: rgb(149, 152, 154); --🏰: rgb(160, 162, 166); --💒: rgb(200, 148, 160); --🗼: rgb(198, 134, 135); --🗽: rgb(108, 170, 169); --⛪: rgb(188, 172, 164); --🕌: rgb(202, 176, 127); --🛕: rgb(188, 114, 67); --🕍: rgb(173, 158, 142); --⛩: rgb(177, 87, 82); --🕋: rgb(91, 81, 56); --⛲: rgb(150, 184, 195); --⛺: rgb(174, 143, 86); --🌁: rgb(176, 186, 200); --🌃: rgb(46, 88, 109); --🏙: rgb(104, 150, 174); --🌄: rgb(151, 147, 85); --🌅: rgb(177, 158, 117); --🌆: rgb(134, 77, 72); --🌇: rgb(166, 101, 59); --🌉: rgb(84, 86, 104); --♨: rgb(208, 85, 88); --🎠: rgb(181, 163, 155); --🎡: rgb(169, 154, 155); --🎢: rgb(163, 159, 164); --💈: rgb(186, 173, 191); --🎪: rgb(204, 125, 114); --🚂: rgb(154, 107, 100); --🚃: rgb(161, 169, 125); --🚄: rgb(140, 165, 182); --🚅: rgb(159, 177, 190); --🚆: rgb(147, 165, 174); --🚇: rgb(97, 98, 106); --🚈: rgb(138, 159, 171); --🚉: rgb(123, 136, 134); --🚊: rgb(134, 154, 148); --🚝: rgb(149, 163, 174); --🚞: rgb(150, 164, 142); --🚋: rgb(162, 141, 128); --🚌: rgb(157, 166, 151); --🚍: rgb(137, 150, 133); --🚎: rgb(133, 164, 157); --🚐: rgb(168, 183, 184); --🚑: rgb(187, 166, 169); --🚒: rgb(190, 114, 117); --🚓: rgb(143, 150, 155); --🚔: rgb(127, 139, 147); --🚕: rgb(184, 171, 115); --🚖: rgb(177, 169, 116); --🚗: rgb(181, 118, 123); --🚘: rgb(151, 125, 137); --🚙: rgb(98, 146, 165); --🛻: rgb(153, 79, 85); --🚚: rgb(179, 155, 124); --🚛: rgb(147, 155, 131); --🚜: rgb(131, 134, 94); --🏎: rgb(175, 138, 135); --🏍: rgb(144, 124, 115); --🛵: rgb(174, 144, 106); --🦽: rgb(83, 71, 80); --🦼: rgb(91, 75, 80); --🛺: rgb(116, 132, 62); --🚲: rgb(144, 141, 139); --🛴: rgb(150, 157, 162); --🛹: rgb(128, 121, 127); --🛼: rgb(122, 162, 165); --🚏: rgb(155, 176, 188); --🛣: rgb(133, 164, 132); --🛤: rgb(124, 145, 119); --🛢: rgb(110, 111, 141); --⛽: rgb(181, 103, 100); --🚨: rgb(198, 97, 99); --🚥: rgb(116, 111, 96); --🚦: rgb(108, 104, 93); --🛑: rgb(227, 89, 87); --🚧: rgb(159, 142, 96); --⚓: rgb(152, 164, 173); --⛵: rgb(182, 168, 147); --🛶: rgb(168, 134, 110); --🚤: rgb(144, 172, 178); --🛳: rgb(134, 165, 184); --⛴: rgb(115, 157, 183); --🛥: rgb(144, 176, 193); --🚢: rgb(145, 150, 163); --✈: rgb(138, 180, 204); --🛩: rgb(185, 153, 144); --🛫: rgb(159, 178, 182); --🛬: rgb(156, 176, 183); --🪂: rgb(146, 108, 86); --💺: rgb(104, 147, 183); --🚁: rgb(180, 158, 134); --🚟: rgb(142, 140, 134); --🚠: rgb(139, 141, 154); --🚡: rgb(157, 136, 123); --🛰: rgb(131, 162, 182); --🚀: rgb(171, 146, 147); --🛸: rgb(151, 185, 186); --🛎: rgb(186, 150, 75); --🧳: rgb(106, 137, 158); --⌛: rgb(191, 175, 155); --⏳: rgb(190, 172, 149); --⌚: rgb(152, 151, 151); --⏰: rgb(205, 159, 156); --⏱: rgb(192, 191, 194); --⏲: rgb(188, 197, 202); --🕰: rgb(162, 133, 118); --🕛: rgb(204, 208, 210); --🕧: rgb(197, 199, 202); --🕐: rgb(202, 206, 208); --🕜: rgb(200, 202, 205); --🕑: rgb(203, 206, 209); --🕝: rgb(199, 201, 204); --🕒: rgb(203, 206, 208); --🕞: rgb(200, 201, 204); --🕓: rgb(202, 206, 208); --🕟: rgb(200, 202, 205); --🕔: rgb(203, 206, 208); --🕠: rgb(201, 203, 206); --🕕: rgb(203, 206, 209); --🕡: rgb(200, 203, 206); --🕖: rgb(203, 206, 208); --🕢: rgb(200, 202, 205); --🕗: rgb(203, 206, 208); --🕣: rgb(199, 201, 204); --🕘: rgb(203, 206, 209); --🕤: rgb(200, 201, 204); --🕙: rgb(203, 206, 208); --🕥: rgb(199, 201, 204); --🕚: rgb(203, 206, 209); --🕦: rgb(200, 202, 205); --🌑: rgb(86, 91, 101); --🌒: rgb(120, 116, 97); --🌓: rgb(161, 148, 100); --🌔: rgb(197, 177, 103); --🌕: rgb(239, 210, 111); --🌖: rgb(202, 182, 105); --🌗: rgb(160, 148, 102); --🌘: rgb(120, 116, 96); --🌙: rgb(233, 207, 126); --🌚: rgb(98, 108, 118); --🌛: rgb(227, 205, 133); --🌜: rgb(230, 207, 134); --🌡: rgb(211, 169, 172); --☀: rgb(238, 191, 87); --🌝: rgb(231, 205, 125); --🌞: rgb(233, 182, 75); --🪐: rgb(185, 143, 98); --⭐: rgb(240, 203, 98); --🌟: rgb(232, 202, 94); --🌠: rgb(108, 122, 123); --🌌: rgb(71, 82, 138); --☁: rgb(213, 227, 234); --⛅: rgb(219, 217, 197); --⛈: rgb(195, 207, 206); --🌤: rgb(228, 206, 153); --🌥: rgb(217, 222, 215); --🌦: rgb(198, 205, 195); --🌧: rgb(189, 209, 220); --🌨: rgb(197, 213, 223); --🌩: rgb(214, 215, 208); --🌪: rgb(177, 186, 192); --🌫: rgb(206, 209, 212); --🌬: rgb(162, 198, 213); --🌀: rgb(85, 159, 218); --🌈: rgb(176, 148, 118); --🌂: rgb(152, 128, 170); --☂: rgb(153, 114, 188); --☔: rgb(141, 132, 196); --⛱: rgb(203, 154, 123); --⚡: rgb(236, 205, 131); --❄: rgb(142, 200, 224); --☃: rgb(172, 168, 167); --⛄: rgb(182, 175, 173); --☄: rgb(178, 189, 196); --🔥: rgb(243, 155, 75); --💧: rgb(102, 193, 235); --🌊: rgb(103, 177, 212); --🎃: rgb(211, 131, 42); --🎄: rgb(116, 154, 91); --🎆: rgb(105, 100, 126); --🎇: rgb(98, 103, 101); --🧨: rgb(212, 106, 94); --✨: rgb(148, 135, 78); --🎈: rgb(222, 101, 105); --🎉: rgb(188, 146, 122); --🎊: rgb(185, 145, 110); --🎋: rgb(148, 149, 91); --🎍: rgb(158, 166, 103); --🎎: rgb(137, 113, 115); --🎏: rgb(161, 147, 153); --🎐: rgb(194, 206, 207); --🎑: rgb(104, 120, 118); --🧧: rgb(222, 75, 65); --🎀: rgb(221, 82, 112); --🎁: rgb(174, 135, 98); --🎗: rgb(231, 182, 106); --🎟: rgb(186, 130, 133); --🎫: rgb(188, 185, 160); --🎖: rgb(212, 179, 134); --🏆: rgb(211, 167, 75); --🏅: rgb(190, 180, 128); --🥇: rgb(201, 167, 109); --🥈: rgb(162, 171, 185); --🥉: rgb(178, 137, 104); --⚽: rgb(168, 169, 170); --⚾: rgb(210, 192, 193); --🥎: rgb(211, 202, 55); --🏀: rgb(198, 107, 46); --🏐: rgb(197, 199, 200); --🏈: rgb(160, 111, 93); --🏉: rgb(198, 145, 87); --🎾: rgb(174, 194, 126); --🥏: rgb(148, 154, 146); --🎳: rgb(149, 143, 144); --🏏: rgb(203, 152, 125); --🏑: rgb(188, 164, 140); --🏒: rgb(180, 152, 141); --🥍: rgb(171, 165, 161); --🏓: rgb(223, 102, 93); --🏸: rgb(171, 182, 190); --🥊: rgb(204, 82, 83); --🥋: rgb(196, 196, 197); --🥅: rgb(187, 150, 153); --⛳: rgb(149, 166, 96); --⛸: rgb(180, 182, 184); --🎣: rgb(139, 156, 166); --🤿: rgb(105, 127, 107); --🎽: rgb(79, 170, 193); --🎿: rgb(137, 161, 159); --🛷: rgb(193, 146, 132); --🥌: rgb(155, 124, 125); --🎯: rgb(195, 121, 125); --🪀: rgb(173, 85, 82); --🪁: rgb(113, 120, 120); --🎱: rgb(93, 95, 97); --🔮: rgb(146, 132, 190); --🪄: rgb(166, 149, 103); --🧿: rgb(73, 101, 190); --🎮: rgb(100, 101, 101); --🕹: rgb(119, 96, 106); --🎰: rgb(157, 144, 140); --🎲: rgb(194, 152, 156); --🧩: rgb(147, 173, 130); --🧸: rgb(194, 140, 97); --🪅: rgb(173, 149, 128); --🪆: rgb(175, 122, 97); --♠: rgb(80, 81, 84); --♥: rgb(224, 64, 67); --♦: rgb(227, 91, 94); --♣: rgb(75, 76, 79); --♟: rgb(102, 103, 107); --🃏: rgb(213, 200, 198); --🀄: rgb(221, 198, 191); --🎴: rgb(156, 93, 93); --🎭: rgb(147, 148, 137); --🖼: rgb(170, 170, 115); --🎨: rgb(201, 161, 100); --🧵: rgb(160, 123, 123); --🪡: rgb(146, 145, 169); --🧶: rgb(114, 133, 125); --🪢: rgb(122, 111, 146); --👓: rgb(144, 162, 173); --🕶: rgb(109, 108, 112); --🥽: rgb(166, 185, 194); --🥼: rgb(217, 221, 224); --🦺: rgb(194, 116, 54); --👔: rgb(146, 167, 193); --👕: rgb(112, 162, 161); --👖: rgb(79, 125, 174); --🧣: rgb(171, 108, 94); --🧤: rgb(109, 125, 131); --🧥: rgb(121, 120, 134); --🧦: rgb(159, 166, 157); --👗: rgb(114, 138, 174); --👘: rgb(163, 141, 136); --🥻: rgb(149, 125, 88); --🩱: rgb(127, 75, 147); --🩲: rgb(75, 133, 161); --🩳: rgb(94, 149, 105); --👙: rgb(182, 134, 151); --👚: rgb(198, 152, 196); --👛: rgb(203, 126, 145); --👜: rgb(166, 126, 115); --👝: rgb(205, 157, 128); --🛍: rgb(193, 145, 157); --🎒: rgb(166, 75, 87); --🩴: rgb(93, 154, 169); --👞: rgb(148, 100, 80); --👟: rgb(155, 158, 162); --🥾: rgb(140, 107, 83); --🥿: rgb(144, 159, 162); --👠: rgb(197, 105, 101); --👡: rgb(202, 147, 137); --🩰: rgb(224, 144, 152); --👢: rgb(171, 124, 99); --👑: rgb(216, 175, 73); --👒: rgb(202, 174, 118); --🎩: rgb(85, 82, 87); --🎓: rgb(100, 99, 93); --🧢: rgb(60, 126, 188); --🪖: rgb(104, 107, 71); --⛑: rgb(195, 92, 91); --📿: rgb(170, 113, 114); --💄: rgb(211, 124, 100); --💍: rgb(160, 183, 195); --💎: rgb(104, 191, 231); --🔇: rgb(165, 111, 120); --🔈: rgb(143, 162, 177); --🔉: rgb(143, 163, 177); --🔊: rgb(128, 154, 167); --📢: rgb(181, 146, 149); --📣: rgb(181, 133, 117); --📯: rgb(221, 171, 103); --🔔: rgb(225, 179, 82); --🔕: rgb(203, 124, 80); --🎼: rgb(106, 113, 118); --🎵: rgb(109, 123, 166); --🎶: rgb(112, 124, 162); --🎙: rgb(143, 148, 151); --🎚: rgb(169, 176, 181); --🎛: rgb(155, 167, 175); --🎤: rgb(130, 139, 146); --🎧: rgb(94, 109, 120); --📻: rgb(152, 153, 121); --🎷: rgb(211, 178, 97); --🪗: rgb(187, 111, 98); --🎸: rgb(191, 132, 124); --🎹: rgb(142, 143, 145); --🎺: rgb(201, 169, 101); --🎻: rgb(179, 129, 94); --🪕: rgb(162, 151, 139); --🥁: rgb(178, 145, 144); --🪘: rgb(181, 114, 77); --📱: rgb(90, 113, 132); --📲: rgb(84, 113, 134); --☎: rgb(201, 76, 81); --📞: rgb(124, 116, 118); --📟: rgb(105, 124, 100); --📠: rgb(146, 151, 149); --🔋: rgb(132, 185, 117); --🔌: rgb(112, 114, 117); --💻: rgb(113, 128, 137); --🖥: rgb(112, 133, 145); --🖨: rgb(149, 158, 163); --⌨: rgb(171, 196, 203); --🖱: rgb(193, 196, 199); --🖲: rgb(132, 118, 129); --💽: rgb(162, 155, 140); --💾: rgb(139, 139, 144); --💿: rgb(189, 194, 200); --📀: rgb(211, 187, 118); --🧮: rgb(170, 132, 107); --🎥: rgb(88, 90, 94); --🎞: rgb(138, 133, 130); --📽: rgb(96, 116, 126); --🎬: rgb(97, 111, 108); --📺: rgb(120, 133, 139); --📷: rgb(106, 111, 117); --📸: rgb(123, 119, 108); --📹: rgb(136, 150, 160); --📼: rgb(102, 104, 108); --🔍: rgb(171, 187, 196); --🔎: rgb(173, 188, 197); --🕯: rgb(217, 208, 194); --💡: rgb(227, 215, 164); --🔦: rgb(150, 145, 137); --🏮: rgb(189, 74, 67); --🪔: rgb(163, 87, 46); --📔: rgb(207, 172, 135); --📕: rgb(193, 71, 76); --📖: rgb(185, 189, 193); --📗: rgb(99, 166, 82); --📘: rgb(71, 144, 198); --📙: rgb(223, 138, 59); --📚: rgb(152, 142, 129); --📓: rgb(126, 131, 135); --📒: rgb(225, 182, 66); --📃: rgb(209, 212, 213); --📜: rgb(195, 163, 126); --📄: rgb(211, 214, 216); --📰: rgb(180, 185, 187); --🗞: rgb(171, 177, 180); --📑: rgb(209, 211, 213); --🔖: rgb(220, 154, 152); --🏷: rgb(232, 198, 123); --💰: rgb(203, 169, 106); --🪙: rgb(219, 180, 88); --💴: rgb(202, 180, 153); --💵: rgb(172, 187, 145); --💶: rgb(147, 188, 195); --💷: rgb(188, 170, 194); --💸: rgb(180, 194, 159); --💳: rgb(191, 173, 128); --🧾: rgb(209, 213, 216); --💹: rgb(125, 200, 125); --✉: rgb(218, 216, 200); --📧: rgb(192, 202, 201); --📨: rgb(204, 205, 188); --📩: rgb(207, 196, 190); --📤: rgb(184, 150, 144); --📥: rgb(178, 159, 145); --📦: rgb(191, 148, 111); --📫: rgb(124, 148, 178); --📪: rgb(126, 151, 180); --📬: rgb(132, 148, 168); --📭: rgb(109, 130, 154); --📮: rgb(182, 82, 92); --🗳: rgb(147, 169, 171); --✏: rgb(220, 183, 125); --✒: rgb(147, 148, 147); --🖋: rgb(138, 140, 139); --🖊: rgb(140, 151, 154); --🖌: rgb(145, 159, 174); --🖍: rgb(207, 117, 118); --📝: rgb(212, 205, 196); --💼: rgb(144, 97, 68); --📁: rgb(203, 189, 127); --📂: rgb(199, 183, 127); --🗂: rgb(234, 203, 130); --📅: rgb(195, 163, 168); --📆: rgb(183, 155, 160); --🗒: rgb(208, 204, 187); --🗓: rgb(193, 182, 190); --📇: rgb(168, 173, 176); --📈: rgb(216, 209, 208); --📉: rgb(204, 212, 219); --📊: rgb(179, 195, 185); --📋: rgb(200, 189, 180); --📌: rgb(207, 105, 111); --📍: rgb(212, 127, 129); --📎: rgb(174, 179, 185); --🖇: rgb(172, 178, 182); --📏: rgb(200, 197, 179); --📐: rgb(204, 198, 175); --✂: rgb(197, 148, 154); --🗃: rgb(130, 125, 115); --🗄: rgb(136, 141, 146); --🗑: rgb(148, 156, 161); --🔒: rgb(209, 172, 95); --🔓: rgb(209, 172, 96); --🔏: rgb(176, 156, 112); --🔐: rgb(212, 165, 76); --🔑: rgb(218, 172, 98); --🗝: rgb(148, 143, 135); --🔨: rgb(179, 163, 150); --🪓: rgb(161, 115, 91); --⛏: rgb(181, 167, 149); --⚒: rgb(162, 145, 126); --🛠: rgb(163, 155, 146); --🗡: rgb(172, 175, 167); --⚔: rgb(168, 169, 165); --🔫: rgb(146, 182, 97); --🪃: rgb(175, 133, 106); --🏹: rgb(178, 152, 140); --🛡: rgb(164, 166, 168); --🪚: rgb(188, 170, 160); --🔧: rgb(174, 178, 181); --🪛: rgb(166, 101, 85); --🔩: rgb(167, 170, 173); --⚙: rgb(153, 159, 164); --🗜: rgb(146, 133, 140); --⚖: rgb(165, 155, 137); --🦯: rgb(125, 103, 104); --🔗: rgb(160, 165, 169); --⛓: rgb(164, 168, 170); --🪝: rgb(210, 176, 96); --🧰: rgb(195, 73, 79); --🧲: rgb(206, 93, 98); --🪜: rgb(158, 108, 79); --⚗: rgb(161, 189, 193); --🧪: rgb(147, 201, 165); --🧫: rgb(192, 196, 187); --🧬: rgb(146, 154, 173); --🔬: rgb(150, 142, 146); --🔭: rgb(176, 159, 162); --📡: rgb(156, 161, 168); --💉: rgb(203, 163, 168); --🩸: rgb(214, 34, 43); --💊: rgb(227, 146, 89); --🩹: rgb(207, 157, 109); --🩺: rgb(73, 94, 110); --🚪: rgb(161, 112, 78); --🛗: rgb(106, 167, 226); --🪞: rgb(201, 194, 179); --🪟: rgb(171, 168, 156); --🛏: rgb(174, 148, 142); --🛋: rgb(150, 151, 144); --🪑: rgb(136, 84, 59); --🚽: rgb(203, 206, 209); --🪠: rgb(193, 97, 79); --🚿: rgb(153, 181, 193); --🛁: rgb(196, 203, 206); --🪤: rgb(192, 146, 105); --🪒: rgb(81, 117, 120); --🧴: rgb(209, 190, 157); --🧷: rgb(170, 176, 181); --🧹: rgb(206, 179, 140); --🧺: rgb(172, 141, 118); --🧻: rgb(210, 213, 213); --🪣: rgb(48, 136, 181); --🧼: rgb(207, 187, 196); --🪥: rgb(133, 167, 143); --🧽: rgb(236, 194, 88); --🧯: rgb(182, 111, 113); --🛒: rgb(173, 154, 146); --🚬: rgb(203, 193, 181); --⚰: rgb(166, 115, 84); --🪦: rgb(155, 162, 156); --⚱: rgb(206, 145, 78); --🗿: rgb(149, 149, 141); --🪧: rgb(220, 203, 182); --🏧: rgb(81, 134, 179); --🚮: rgb(84, 158, 205); --🚰: rgb(88, 150, 218); --♿: rgb(65, 143, 219); --🚹: rgb(58, 141, 220); --🚺: rgb(147, 121, 192); --🚻: rgb(124, 173, 223); --🚼: rgb(165, 151, 137); --🚾: rgb(66, 143, 221); --🛂: rgb(77, 151, 224); --🛃: rgb(78, 152, 224); --🛄: rgb(92, 159, 225); --🛅: rgb(83, 154, 224); --⚠: rgb(226, 188, 72); --🚸: rgb(193, 169, 67); --⛔: rgb(227, 92, 93); --🚫: rgb(228, 111, 113); --🚳: rgb(158, 82, 84); --🚭: rgb(158, 83, 86); --🚯: rgb(161, 85, 87); --🚱: rgb(166, 89, 91); --🚷: rgb(158, 82, 84); --📵: rgb(153, 77, 79); --🔞: rgb(165, 86, 89); --☢: rgb(211, 165, 76); --☣: rgb(219, 161, 61); --⬆: rgb(87, 162, 205); --↗: rgb(88, 162, 206); --➡: rgb(87, 162, 205); --↘: rgb(88, 163, 206); --⬇: rgb(87, 163, 206); --↙: rgb(88, 163, 206); --⬅: rgb(87, 162, 205); --↖: rgb(88, 162, 206); --↕: rgb(92, 164, 207); --↔: rgb(92, 164, 207); --↩: rgb(94, 164, 206); --↪: rgb(95, 164, 206); --⤴: rgb(88, 162, 205); --⤵: rgb(87, 162, 206); --🔃: rgb(103, 169, 208); --🔄: rgb(105, 172, 212); --🔙: rgb(90, 132, 157); --🔚: rgb(87, 133, 159); --🔛: rgb(87, 131, 157); --🔜: rgb(88, 133, 158); --🔝: rgb(91, 143, 172); --🛐: rgb(167, 102, 220); --⚛: rgb(170, 109, 220); --🕉: rgb(169, 108, 221); --✡: rgb(171, 111, 221); --☸: rgb(176, 120, 223); --☯: rgb(171, 126, 209); --✝: rgb(165, 100, 220); --☦: rgb(169, 106, 221); --☪: rgb(169, 108, 221); --☮: rgb(171, 124, 225); --🕎: rgb(176, 120, 221); --🔯: rgb(169, 109, 217); --♈: rgb(166, 90, 196); --♉: rgb(168, 95, 196); --♊: rgb(170, 102, 195); --♋: rgb(170, 106, 199); --♌: rgb(171, 108, 199); --♍: rgb(162, 110, 200); --♎: rgb(154, 106, 200); --♏: rgb(146, 101, 204); --♐: rgb(144, 93, 207); --♑: rgb(158, 95, 208); --♒: rgb(162, 95, 208); --♓: rgb(165, 89, 202); --⛎: rgb(149, 106, 210); --🔀: rgb(124, 166, 194); --🔁: rgb(126, 168, 195); --🔂: rgb(128, 169, 195); --▶: rgb(119, 160, 183); --⏩: rgb(123, 163, 185); --⏭: rgb(127, 168, 192); --⏯: rgb(129, 168, 194); --◀: rgb(120, 160, 183); --⏪: rgb(123, 162, 185); --⏮: rgb(126, 167, 192); --🔼: rgb(133, 166, 185); --⏫: rgb(123, 162, 186); --🔽: rgb(132, 165, 185); --⏬: rgb(122, 162, 185); --⏸: rgb(123, 164, 190); --⏹: rgb(142, 176, 198); --⏺: rgb(135, 171, 194); --⏏: rgb(126, 167, 193); --🎦: rgb(143, 178, 200); --🔅: rgb(202, 176, 134); --🔆: rgb(207, 177, 126); --📶: rgb(115, 168, 180); --📳: rgb(209, 140, 76); --📴: rgb(216, 139, 73); --♀: rgb(216, 113, 142); --♂: rgb(95, 158, 181); --⚧: rgb(152, 135, 166); --✖: rgb(114, 116, 120); --➕: rgb(123, 123, 127); --➖: rgb(149, 151, 156); --➗: rgb(130, 130, 137); --♾: rgb(129, 147, 205); --‼: rgb(219, 89, 91); --⁉: rgb(213, 83, 84); --❓: rgb(218, 116, 119); --❔: rgb(218, 217, 219); --❕: rgb(223, 222, 223); --❗: rgb(226, 129, 131); --〰: rgb(164, 165, 168); --💱: rgb(118, 129, 121); --💲: rgb(105, 141, 115); --⚕: rgb(151, 138, 216); --♻: rgb(87, 170, 81); --⚜: rgb(204, 162, 103); --🔱: rgb(220, 181, 93); --📛: rgb(228, 106, 112); --🔰: rgb(130, 176, 105); --⭕: rgb(222, 70, 76); --✅: rgb(94, 193, 85); --☑: rgb(107, 148, 171); --✔: rgb(131, 141, 139); --❌: rgb(219, 67, 72); --❎: rgb(131, 167, 85); --➰: rgb(120, 130, 137); --➿: rgb(107, 128, 165); --〽: rgb(236, 203, 114); --✳: rgb(110, 196, 117); --✴: rgb(229, 144, 57); --❇: rgb(100, 192, 104); --©: rgb(120, 122, 124); --®: rgb(116, 118, 121); --™: rgb(132, 133, 137); --\#️⃣: rgb(87, 149, 198); --\*️⃣: rgb(88, 152, 202); --\30 ️⃣: rgb(87, 148, 197); --\31 ️⃣: rgb(77, 143, 195); --\32 ️⃣: rgb(84, 147, 196); --\33 ️⃣: rgb(84, 147, 196); --\34 ️⃣: rgb(84, 147, 197); --\35 ️⃣: rgb(85, 147, 197); --\36 ️⃣: rgb(85, 148, 197); --\37 ️⃣: rgb(80, 144, 195); --\38 ️⃣: rgb(88, 149, 198); --\39 ️⃣: rgb(85, 148, 197); --🔟: rgb(94, 149, 188); --🔠: rgb(83, 153, 193); --🔡: rgb(78, 150, 191); --🔢: rgb(75, 149, 191); --🔣: rgb(80, 151, 191); --🔤: rgb(73, 148, 191); --🅰: rgb(228, 103, 100); --🆎: rgb(228, 111, 109); --🅱: rgb(228, 107, 104); --🆑: rgb(228, 94, 77); --🆒: rgb(84, 149, 213); --🆓: rgb(78, 165, 195); --ℹ: rgb(72, 159, 212); --🆔: rgb(178, 123, 185); --Ⓜ: rgb(90, 173, 226); --🆕: rgb(78, 161, 210); --🆖: rgb(109, 156, 195); --🅾: rgb(228, 109, 106); --🆗: rgb(90, 169, 198); --🅿: rgb(56, 143, 216); --🆘: rgb(227, 101, 98); --🆙: rgb(84, 166, 194); --🆚: rgb(239, 156, 67); --🈁: rgb(83, 166, 216); --🈂: rgb(75, 130, 192); --🈷: rgb(220, 161, 73); --🈶: rgb(239, 146, 71); --🈯: rgb(102, 193, 102); --🉐: rgb(230, 102, 100); --🈹: rgb(227, 102, 96); --🈚: rgb(221, 163, 100); --🈲: rgb(228, 97, 95); --🉑: rgb(218, 162, 102); --🈸: rgb(241, 156, 65); --🈴: rgb(228, 90, 88); --🈳: rgb(87, 146, 208); --㊗: rgb(233, 101, 103); --㊙: rgb(232, 105, 105); --🈺: rgb(220, 161, 99); --🈵: rgb(227, 98, 98); --🔴: rgb(224, 58, 59); --🟠: rgb(243, 138, 40); --🟡: rgb(246, 205, 67); --🟢: rgb(63, 186, 66); --🔵: rgb(42, 144, 224); --🟣: rgb(160, 75, 215); --🟤: rgb(146, 90, 65); --⚫: rgb(64, 65, 70); --⚪: rgb(223, 223, 225); --🟥: rgb(227, 45, 50); --🟧: rgb(249, 141, 41); --🟨: rgb(248, 206, 63); --🟩: rgb(64, 188, 67); --🟦: rgb(31, 132, 229); --🟪: rgb(163, 78, 218); --🟫: rgb(146, 89, 62); --⬛: rgb(50, 52, 56); --⬜: rgb(223, 224, 225); --◼: rgb(68, 71, 73); --◻: rgb(225, 225, 225); --◾: rgb(97, 100, 101); --◽: rgb(228, 227, 226); --▪: rgb(138, 142, 141); --▫: rgb(232, 229, 228); --🔶: rgb(244, 157, 65); --🔷: rgb(64, 156, 225); --🔸: rgb(242, 174, 105); --🔹: rgb(109, 176, 228); --🔺: rgb(229, 100, 101); --🔻: rgb(233, 108, 108); --💠: rgb(97, 183, 221); --🔘: rgb(129, 158, 172); --🔳: rgb(143, 144, 148); --🔲: rgb(132, 134, 137); --🏁: rgb(152, 153, 155); --🚩: rgb(213, 106, 108); --🎌: rgb(193, 171, 175); --🏴: rgb(92, 92, 94); --🏳: rgb(214, 216, 218); --🏳️‍🌈: rgb(152, 120, 99); --🏳️‍⚧️: rgb(185, 197, 219); --🏴‍☠️: rgb(93, 93, 95); --🇦🇨: rgb(92, 98, 142); --🇦🇩: rgb(172, 125, 109); --🇦🇪: rgb(147, 126, 113); --🇦🇫: rgb(127, 98, 76); --🇦🇬: rgb(157, 92, 99); --🇦🇮: rgb(98, 99, 146); --🇦🇱: rgb(199, 60, 66); --🇦🇲: rgb(161, 99, 99); --🇦🇴: rgb(146, 69, 65); --🇦🇶: rgb(120, 168, 213); --🇦🇷: rgb(177, 204, 221); --🇦🇸: rgb(137, 124, 156); --🇦🇹: rgb(237, 132, 141); --🇦🇺: rgb(90, 91, 151); --🇦🇼: rgb(103, 161, 194); --🇦🇽: rgb(118, 111, 129); --🇦🇿: rgb(121, 137, 131); --🇧🇦: rgb(124, 127, 132); --🇧🇧: rgb(110, 117, 114); --🇧🇩: rgb(93, 120, 93); --🇧🇪: rgb(187, 130, 75); --🇧🇫: rgb(147, 122, 83); --🇧🇬: rgb(167, 157, 138); --🇧🇭: rgb(224, 119, 130); --🇧🇮: rgb(175, 163, 136); --🇧🇯: rgb(158, 144, 85); --🇧🇱: rgb(221, 215, 209); --🇧🇲: rgb(198, 82, 97); --🇧🇳: rgb(210, 180, 100); --🇧🇴: rgb(173, 145, 70); --🇧🇶: rgb(149, 154, 174); --🇧🇷: rgb(96, 169, 94); --🇧🇸: rgb(90, 152, 135); --🇧🇹: rgb(241, 173, 98); --🇧🇻: rgb(188, 92, 108); --🇧🇼: rgb(128, 163, 192); --🇧🇾: rgb(180, 107, 94); --🇧🇿: rgb(112, 125, 150); --🇨🇦: rgb(236, 127, 129); --🇨🇨: rgb(79, 158, 56); --🇨🇩: rgb(112, 140, 172); --🇨🇫: rgb(163, 155, 122); --🇨🇬: rgb(171, 151, 85); --🇨🇭: rgb(233, 95, 99); --🇨🇮: rgb(190, 194, 147); --🇨🇰: rgb(89, 91, 145); --🇨🇱: rgb(200, 133, 144); --🇨🇲: rgb(176, 132, 83); --🇨🇳: rgb(224, 70, 57); --🇨🇴: rgb(184, 144, 93); --🇨🇵: rgb(179, 146, 176); --🇨🇷: rgb(164, 109, 138); --🇨🇺: rgb(145, 126, 165); --🇨🇻: rgb(99, 116, 161); --🇨🇼: rgb(73, 104, 137); --🇨🇽: rgb(69, 122, 130); --🇨🇾: rgb(236, 230, 222); --🇨🇿: rgb(184, 136, 152); --🇩🇪: rgb(176, 99, 56); --🇩🇬: rgb(153, 147, 169); --🇩🇯: rgb(124, 195, 171); --🇩🇰: rgb(219, 105, 125); --🇩🇲: rgb(97, 134, 96); --🇩🇴: rgb(165, 125, 146); --🇩🇿: rgb(162, 180, 161); --🇪🇦: rgb(223, 126, 67); --🇪🇨: rgb(189, 148, 91); --🇪🇪: rgb(114, 141, 163); --🇪🇬: rgb(175, 122, 127); --🇪🇭: rgb(129, 122, 109); --🇪🇷: rgb(155, 122, 112); --🇪🇸: rgb(221, 124, 64); --🇪🇹: rgb(149, 135, 90); --🇪🇺: rgb(51, 92, 158); --🇫🇮: rgb(164, 181, 204); --🇫🇯: rgb(125, 168, 192); --🇫🇰: rgb(92, 99, 147); --🇫🇲: rgb(120, 189, 220); --🇫🇴: rgb(216, 181, 193); --🇫🇷: rgb(172, 131, 163); --🇬🇦: rgb(125, 172, 122); --🇬🇧: rgb(186, 123, 145); --🇬🇩: rgb(172, 145, 84); --🇬🇪: rgb(238, 166, 171); --🇬🇫: rgb(155, 183, 70); --🇬🇬: rgb(239, 198, 181); --🇬🇭: rgb(169, 132, 75); --🇬🇮: rgb(220, 148, 148); --🇬🇱: rgb(229, 146, 161); --🇬🇲: rgb(135, 109, 114); --🇬🇳: rgb(186, 152, 81); --🇬🇵: rgb(94, 100, 83); --🇬🇶: rgb(162, 151, 127); --🇬🇷: rgb(127, 163, 203); --🇬🇸: rgb(87, 93, 140); --🇬🇹: rgb(151, 200, 219); --🇬🇺: rgb(71, 90, 141); --🇬🇼: rgb(170, 145, 78); --🇬🇾: rgb(143, 155, 98); --🇭🇰: rgb(227, 87, 82); --🇭🇲: rgb(90, 92, 148); --🇭🇳: rgb(106, 163, 209); --🇭🇷: rgb(176, 123, 152); --🇭🇹: rgb(133, 75, 127); --🇭🇺: rgb(183, 152, 143); --🇮🇨: rgb(161, 181, 162); --🇮🇩: rgb(235, 146, 152); --🇮🇪: rgb(187, 195, 159); --🇮🇱: rgb(168, 185, 219); --🇮🇲: rgb(217, 70, 85); --🇮🇳: rgb(180, 185, 129); --🇮🇴: rgb(153, 148, 171); --🇮🇶: rgb(166, 119, 122); --🇮🇷: rgb(184, 159, 137); --🇮🇸: rgb(106, 105, 151); --🇮🇹: rgb(169, 158, 139); --🇯🇪: rgb(236, 190, 194); --🇯🇲: rgb(125, 149, 67); --🇯🇴: rgb(134, 118, 107); --🇯🇵: rgb(233, 204, 209); --🇰🇪: rgb(130, 102, 83); --🇰🇬: rgb(235, 78, 77); --🇰🇭: rgb(144, 88, 135); --🇰🇮: rgb(184, 117, 129); --🇰🇲: rgb(169, 162, 133); --🇰🇳: rgb(120, 111, 77); --🇰🇵: rgb(178, 106, 132); --🇰🇷: rgb(207, 199, 205); --🇰🇼: rgb(149, 132, 120); --🇰🇾: rgb(93, 92, 139); --🇰🇿: rgb(69, 190, 189); --🇱🇦: rgb(139, 83, 114); --🇱🇧: rgb(223, 150, 146); --🇱🇨: rgb(117, 198, 214); --🇱🇮: rgb(135, 72, 105); --🇱🇰: rgb(193, 129, 73); --🇱🇷: rgb(203, 136, 155); --🇱🇸: rgb(123, 162, 170); --🇱🇹: rgb(165, 133, 77); --🇱🇺: rgb(173, 161, 182); --🇱🇻: rgb(191, 109, 115); --🇱🇾: rgb(103, 84, 70); --🇲🇦: rgb(206, 67, 73); --🇲🇨: rgb(229, 147, 157); --🇲🇩: rgb(171, 129, 110); --🇲🇪: rgb(215, 86, 70); --🇲🇫: rgb(179, 146, 176); --🇲🇬: rgb(175, 150, 127); --🇲🇭: rgb(104, 124, 159); --🇲🇰: rgb(228, 116, 60); --🇲🇱: rgb(180, 162, 74); --🇲🇲: rgb(196, 165, 97); --🇲🇳: rgb(141, 97, 113); --🇲🇴: rgb(65, 151, 128); --🇲🇵: rgb(82, 144, 189); --🇲🇶: rgb(135, 155, 194); --🇲🇷: rgb(91, 113, 61); --🇲🇸: rgb(88, 92, 140); --🇲🇹: rgb(225, 136, 147); --🇲🇺: rgb(146, 133, 96); --🇲🇻: rgb(149, 100, 86); --🇲🇼: rgb(134, 92, 73); --🇲🇽: rgb(171, 152, 143); --🇲🇾: rgb(189, 131, 145); --🇲🇿: rgb(148, 134, 90); --🇳🇦: rgb(120, 119, 117); --🇳🇨: rgb(126, 132, 104); --🇳🇪: rgb(179, 176, 122); --🇳🇫: rgb(113, 175, 132); --🇳🇬: rgb(133, 194, 160); --🇳🇮: rgb(120, 167, 211); --🇳🇱: rgb(166, 135, 157); --🇳🇴: rgb(189, 92, 108); --🇳🇵: rgb(194, 89, 118); --🇳🇷: rgb(67, 98, 141); --🇳🇺: rgb(227, 190, 98); --🇳🇿: rgb(86, 86, 141); --🇴🇲: rgb(190, 128, 111); --🇵🇦: rgb(183, 153, 175); --🇵🇪: rgb(227, 118, 128); --🇵🇫: rgb(223, 142, 150); --🇵🇬: rgb(144, 69, 69); --🇵🇭: rgb(155, 112, 144); --🇵🇰: rgb(113, 151, 116); --🇵🇱: rgb(233, 151, 163); --🇵🇲: rgb(137, 162, 151); --🇵🇳: rgb(90, 99, 136); --🇵🇷: rgb(184, 121, 153); --🇵🇸: rgb(134, 124, 112); --🇵🇹: rgb(171, 98, 64); --🇵🇼: rgb(103, 191, 187); --🇵🇾: rgb(169, 136, 161); --🇶🇦: rgb(184, 120, 138); --🇷🇪: rgb(139, 117, 153); --🇷🇴: rgb(175, 130, 94); --🇷🇸: rgb(179, 142, 155); --🇷🇺: rgb(159, 128, 157); --🇷🇼: rgb(105, 176, 143); --🇸🇦: rgb(67, 143, 93); --🇸🇧: rgb(84, 132, 126); --🇸🇨: rgb(168, 139, 122); --🇸🇩: rgb(146, 117, 112); --🇸🇪: rgb(108, 155, 139); --🇸🇬: rgb(238, 161, 168); --🇸🇭: rgb(89, 96, 142); --🇸🇮: rgb(164, 133, 161); --🇸🇯: rgb(189, 92, 108); --🇸🇰: rgb(182, 134, 158); --🇸🇱: rgb(116, 187, 175); --🇸🇲: rgb(167, 205, 213); --🇸🇳: rgb(176, 159, 84); --🇸🇴: rgb(86, 159, 219); --🇸🇷: rgb(169, 133, 115); --🇸🇸: rgb(103, 106, 104); --🇸🇹: rgb(136, 163, 72); --🇸🇻: rgb(116, 146, 195); --🇸🇽: rgb(155, 100, 129); --🇸🇾: rgb(171, 121, 126); --🇸🇿: rgb(151, 110, 115); --🇹🇦: rgb(96, 102, 146); --🇹🇨: rgb(95, 94, 135); --🇹🇩: rgb(174, 127, 87); --🇹🇫: rgb(84, 101, 168); --🇹🇬: rgb(158, 145, 86); --🇹🇭: rgb(167, 126, 147); --🇹🇯: rgb(186, 159, 136); --🇹🇰: rgb(100, 115, 123); --🇹🇱: rgb(201, 85, 72); --🇹🇲: rgb(94, 158, 103); --🇹🇳: rgb(233, 76, 89); --🇹🇴: rgb(213, 85, 90); --🇹🇷: rgb(231, 70, 82); --🇹🇹: rgb(183, 78, 92); --🇹🇻: rgb(130, 154, 167); --🇹🇼: rgb(202, 60, 88); --🇹🇿: rgb(78, 141, 106); --🇺🇦: rgb(144, 165, 125); --🇺🇬: rgb(176, 116, 64); --🇺🇲: rgb(192, 140, 157); --🇺🇳: rgb(83, 168, 220); --🇺🇸: rgb(189, 138, 154); --🇺🇾: rgb(160, 175, 203); --🇺🇿: rgb(129, 192, 169); --🇻🇦: rgb(239, 227, 153); --🇻🇨: rgb(136, 181, 110); --🇻🇪: rgb(161, 114, 97); --🇻🇬: rgb(95, 97, 139); --🇻🇮: rgb(217, 214, 194); --🇻🇳: rgb(225, 80, 66); --🇻🇺: rgb(128, 105, 74); --🇼🇫: rgb(223, 94, 112); --🇼🇸: rgb(179, 67, 94); --🇽🇰: rgb(81, 112, 162); --🇾🇪: rgb(173, 119, 126); --🇾🇹: rgb(224, 216, 218); --🇿🇦: rgb(120, 126, 117); --🇿🇲: rgb(91, 140, 53); --🇿🇼: rgb(177, 144, 82); --🏴󠁧󠁢󠁥󠁮󠁧󠁿: rgb(232, 179, 183); --🏴󠁧󠁢󠁳󠁣󠁴󠁿: rgb(120, 171, 212); --🏴󠁧󠁢󠁷󠁬󠁳󠁿: rgb(169, 152, 128); }
0.517571
0.189615
> MAP GLOBAL/DEFAULT RESPONSIVE TYPOGRAPHY > FROM CONFIG .YML FILES > TARGET TAGS: <body>, <h>, <paragraph>, <small>, <blockquote> > SET VALUES: font-family, font-size, line-height, color > SOURCE: https://stevenloria.com/responsive-typography/ */ html { @map font primary; @map font baseline normal-text; @map line-height atDefault body; @map font color text; } h1 { @map font secondary; @map step 5; @map font color headline; @map line-height atDefault h1; @mixin atSmall { @map line-height atSmall h1; } @mixin atMedium { @map line-height atMedium h1; } @mixin atLarge { @map line-height atLarge h1; } @mixin atXLarge { @map line-height atXLarge h1; } } h2 { display: block; @map font secondary; @map step 4; @map font color headline; @map line-height atDefault h2; @mixin atSmall { @map line-height atSmall h2; } @mixin atMedium { @map line-height atMedium h2; } @mixin atLarge { @map line-height atLarge h2; } @mixin atXLarge { @map line-height atXLarge h2; } } h3 { @map font secondary; @map font color headline; @map step 3; @map line-height atDefault h3; @mixin atSmall { @map line-height atSmall h3; } @mixin atMedium { @map line-height atMedium h3; } @mixin atLarge { @map line-height atLarge h3; } @mixin atXLarge { @map line-height atXLarge h3; } } h4 { @map font secondary; @map font color headline; @map step 2; @map line-height atDefault h4; @mixin atSmall { @map line-height atSmall h4; } @mixin atMedium { @map line-height atMedium h4; } @mixin atLarge { @map line-height atLarge h4; } @mixin atXLarge { @map line-height atXLarge h4; } } h5 { @map font secondary; @map font color headline; @map step 1; @map line-height atDefault h5; @mixin atSmall { @map line-height atSmall h5; } @mixin atMedium { @map line-height atMedium h5; } @mixin atLarge { @map line-height atLarge h5; } @mixin atXLarge { @map line-height atXLarge h5; } } h6 { @map font secondary; @map font color headline; @map step 0; @map line-height atDefault h6; @mixin atSmall { @map line-height atSmall h6; } @mixin atMedium { @map line-height atMedium h6; } @mixin atLarge { @map line-height atLarge h6; } @mixin atXLarge { @map line-height atXLarge h6; } } p { @map font primary; @map font color text; @map step 0; @map line-height atXLarge p; } small { @map font primary; @map step -1; @map line-height atXLarge small; } blockquote { @map font primary; @map step 0; @map line-height atXLarge blockquote; font-weight: 100; font-style: italic; } a { @map font color link; text-decoration: none; } li { @map font color list; }
src/styles/postcss/base/_typography.css
> MAP GLOBAL/DEFAULT RESPONSIVE TYPOGRAPHY > FROM CONFIG .YML FILES > TARGET TAGS: <body>, <h>, <paragraph>, <small>, <blockquote> > SET VALUES: font-family, font-size, line-height, color > SOURCE: https://stevenloria.com/responsive-typography/ */ html { @map font primary; @map font baseline normal-text; @map line-height atDefault body; @map font color text; } h1 { @map font secondary; @map step 5; @map font color headline; @map line-height atDefault h1; @mixin atSmall { @map line-height atSmall h1; } @mixin atMedium { @map line-height atMedium h1; } @mixin atLarge { @map line-height atLarge h1; } @mixin atXLarge { @map line-height atXLarge h1; } } h2 { display: block; @map font secondary; @map step 4; @map font color headline; @map line-height atDefault h2; @mixin atSmall { @map line-height atSmall h2; } @mixin atMedium { @map line-height atMedium h2; } @mixin atLarge { @map line-height atLarge h2; } @mixin atXLarge { @map line-height atXLarge h2; } } h3 { @map font secondary; @map font color headline; @map step 3; @map line-height atDefault h3; @mixin atSmall { @map line-height atSmall h3; } @mixin atMedium { @map line-height atMedium h3; } @mixin atLarge { @map line-height atLarge h3; } @mixin atXLarge { @map line-height atXLarge h3; } } h4 { @map font secondary; @map font color headline; @map step 2; @map line-height atDefault h4; @mixin atSmall { @map line-height atSmall h4; } @mixin atMedium { @map line-height atMedium h4; } @mixin atLarge { @map line-height atLarge h4; } @mixin atXLarge { @map line-height atXLarge h4; } } h5 { @map font secondary; @map font color headline; @map step 1; @map line-height atDefault h5; @mixin atSmall { @map line-height atSmall h5; } @mixin atMedium { @map line-height atMedium h5; } @mixin atLarge { @map line-height atLarge h5; } @mixin atXLarge { @map line-height atXLarge h5; } } h6 { @map font secondary; @map font color headline; @map step 0; @map line-height atDefault h6; @mixin atSmall { @map line-height atSmall h6; } @mixin atMedium { @map line-height atMedium h6; } @mixin atLarge { @map line-height atLarge h6; } @mixin atXLarge { @map line-height atXLarge h6; } } p { @map font primary; @map font color text; @map step 0; @map line-height atXLarge p; } small { @map font primary; @map step -1; @map line-height atXLarge small; } blockquote { @map font primary; @map step 0; @map line-height atXLarge blockquote; font-weight: 100; font-style: italic; } a { @map font color link; text-decoration: none; } li { @map font color list; }
0.408867
0.130812
* @desc triangle * @param $width * @param $height * @param $color * @param $direction: top bottom left right */ /** * @desc Use svg */ /*user-select Start*/ /*user-select End*/ /*width Start*/ /*width End*/ .webkit-sassui-justify-dib, .justify-demo2, .justify-demo { text-align: justify; /* fully justify all items in browsers other than IE */ /* Attention:IE7 don't need the solution when you use span/a/input and the other default inline element. */ } .webkit-sassui-justify-dib > *, .justify-demo2 > *, .justify-demo > * { text-align: left; /* customize to suit */ display: inline-block; } .webkit-sassui-justify-dib:after, .justify-demo2:after, .justify-demo:after { content: ''; display: inline-block; width: 100%; } .webkit-sassui-justify-inline { text-align: justify; -moz-text-align-last: justify; text-align-last: justify; text-justify: inter-ideograph; } .webkit-sassui-justify-flex, .webkit-flex-justify-demo, .webkit-sassui-justify-flex-y1 { -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } .webkit-sassui-justify-flex, .webkit-flex-justify-demo, .webkit-sassui-justify-flex-y1, .webkit-sassui-justify-flex > *, .webkit-flex-justify-demo > *, .webkit-sassui-justify-flex-y1 > * { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; } /*justify End*/ * { margin: 0; padding: 0; } .webkit-sassui-justify-lmr-demo { display: table; width: 100%; } .webkit-sassui-justify-lmr-demo > * { display: table-cell; width: 1%; } .webkit-sassui-justify-lmr-demo > .left { text-align: left; } .webkit-sassui-justify-lmr-demo > .middle { text-align: center; } .webkit-sassui-justify-lmr-demo > .right { text-align: right; } .t3-text { font-size: 12px; color: #999; } .t3-text > span { text-align: left; } .container { width: 400px; margin: 50px auto 0; } .place-img img { vertical-align: top; } .justify-text-demo { margin: 0 auto; border: 1px solid #f00; } .test-element-b-span > span { width: 30%; margin-bottom: 10px; min-height: 80px; } .justify-text-demo > * { width: 24px; line-height: 24px; text-align: center; background: #333; color: white; border-radius: 50%; } .justify-demo2 { font-size: 0; } .justify-demo2 > * { font-size: 14px; } .justify-demo { font-size: 0; } .justify-demo > * { font-size: 14px; } .justify-demo > * { width: 24px; line-height: 24px; text-align: center; background: #333; color: white; border-radius: 50%; } .justify-demo-use-css { height: 24px; } .justify-demo-use-css > * { width: 24px; line-height: 24px; text-align: center; background: #f60; color: white; border-radius: 50%; } .webkit-sassui-justify-flex-y1 { height: 300px; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .webkit-sassui-justify-flex-y1 > * { border: 1px solid #000; }
docs/test.css
* @desc triangle * @param $width * @param $height * @param $color * @param $direction: top bottom left right */ /** * @desc Use svg */ /*user-select Start*/ /*user-select End*/ /*width Start*/ /*width End*/ .webkit-sassui-justify-dib, .justify-demo2, .justify-demo { text-align: justify; /* fully justify all items in browsers other than IE */ /* Attention:IE7 don't need the solution when you use span/a/input and the other default inline element. */ } .webkit-sassui-justify-dib > *, .justify-demo2 > *, .justify-demo > * { text-align: left; /* customize to suit */ display: inline-block; } .webkit-sassui-justify-dib:after, .justify-demo2:after, .justify-demo:after { content: ''; display: inline-block; width: 100%; } .webkit-sassui-justify-inline { text-align: justify; -moz-text-align-last: justify; text-align-last: justify; text-justify: inter-ideograph; } .webkit-sassui-justify-flex, .webkit-flex-justify-demo, .webkit-sassui-justify-flex-y1 { -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } .webkit-sassui-justify-flex, .webkit-flex-justify-demo, .webkit-sassui-justify-flex-y1, .webkit-sassui-justify-flex > *, .webkit-flex-justify-demo > *, .webkit-sassui-justify-flex-y1 > * { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; } /*justify End*/ * { margin: 0; padding: 0; } .webkit-sassui-justify-lmr-demo { display: table; width: 100%; } .webkit-sassui-justify-lmr-demo > * { display: table-cell; width: 1%; } .webkit-sassui-justify-lmr-demo > .left { text-align: left; } .webkit-sassui-justify-lmr-demo > .middle { text-align: center; } .webkit-sassui-justify-lmr-demo > .right { text-align: right; } .t3-text { font-size: 12px; color: #999; } .t3-text > span { text-align: left; } .container { width: 400px; margin: 50px auto 0; } .place-img img { vertical-align: top; } .justify-text-demo { margin: 0 auto; border: 1px solid #f00; } .test-element-b-span > span { width: 30%; margin-bottom: 10px; min-height: 80px; } .justify-text-demo > * { width: 24px; line-height: 24px; text-align: center; background: #333; color: white; border-radius: 50%; } .justify-demo2 { font-size: 0; } .justify-demo2 > * { font-size: 14px; } .justify-demo { font-size: 0; } .justify-demo > * { font-size: 14px; } .justify-demo > * { width: 24px; line-height: 24px; text-align: center; background: #333; color: white; border-radius: 50%; } .justify-demo-use-css { height: 24px; } .justify-demo-use-css > * { width: 24px; line-height: 24px; text-align: center; background: #f60; color: white; border-radius: 50%; } .webkit-sassui-justify-flex-y1 { height: 300px; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .webkit-sassui-justify-flex-y1 > * { border: 1px solid #000; }
0.445288
0.036597
@-moz-document url-prefix("https://account.nicovideo.jp/login") { /* ログインページ */ #ads {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/my"), url-prefix("https://www.nicovideo.jp/user") { /* ユーザーページ */ .PcUniTop468x60NorthAdContainer, /* ヘッダ 広告 */ .RightSideContainer-adWrap, /* 右サイド 広告 */ #web_pc_footer /* フッタ 広告 */ {display:none!important} } @-moz-document regexp("https://www.nicovideo.jp/($|\\?.*)") { /* 総合Top */ .HeaderContainer_Re-ad, /* ヘッダ広告 */ .TopPage-billboardAdSection, /* 上部 広告エリア */ .AuroraVisionContainer-ad .PcUniTop300x250EastAdContainer, /* オーロラビジョン枠 広告 */ .SpecialPickupBannerContainer, /* 最上段直下 スペシャル・ピックアップ */ .TopPage-middleBillboardAdSection, /* 中段 広告エリア */ .PcUniTop350x240MiddleEastAdContainer, /* ニコニコニュース広告枠 */ .PcUniTop228x1024SideWallLeftAdContainer, .PcUniTop228x1024SideWallRightAdContainer /* 両サイドウォール広告枠 */ {display:none!important} /* 公式ツイッターリンク常時表示 */ .AuroraVisionContainer-ad .NiconicoTwitterBanner {display:flex!important} /* 検索バー ブラウザサイズによるプルダウンメニュー化抑止 20201206保留 */ /* .CrossSearch_Re-pullDownSelector {display:none!important} */ /* .CrossSearch_Re-rowSelector {display:block!important} */ /* ヘッダ直下 お知らせ ブラウザサイズによる表示変更抑止 */ .OneLineLinkContainer-link .OneLineLinkContainer-linkText{max-width:260px} /* ニコニコからのお知らせ横 関連サービスバナー削除と修正 */ .TopPage-section .FooterAreaContainer .FooterAreaContainer-upper .FooterAreaContainer-right {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/video_top"), url-prefix("https://www.nicovideo.jp/ranking"), url-prefix("https://www.nicovideo.jp/recommendations") { /* 動画トップ, ランキング, あなたへのおすすめ */ /* 広告要素 */ /* 動画トップ */ .HeaderContainer-ads, /* ヘッダ広告 */ .VideoIntroductionAreaContainer, /* いきなり動画紹介 サイド広告枠もまとめて */ .VideoTop-billboard, /* ビルボード */ .RecommendAreaContainer-banners, /* おすすめ動画右 */ .Ads300x250WebPcMiddle, /* ランキング右 */ .Ads300x250WebPcSideFollow, /* 新着動画右 */ .Ads728x90WebPcFooter, /* フッタ広告 */ /* 動画各カテゴリ */ .Ads300x250WebPcPrime /* 新着コメント動画右 */ {display:none!important} /* 動画トップ おすすめ動画 1行6列化 */ .RecommendAreaContainer-columnLeft {width:1024px!important} .RecommendAreaContainer .RecommendVideoContainer .VideoCard {width:160px!important} .RecommendVideoContainer .VideoCard:nth-child(n+4) {margin-top:0!important} .RecommendAreaContainer .RecommendVideoContainer .VideoCard:nth-child(n+6) {margin-top:0!important} .RecommendAreaContainer .RecommendVideoContainer .VideoItem:nth-child(n+7) {margin-top:24px!important} /* 公式オススメ増量時の保険 */ /* tkasは過去のflogと同じ視聴傾向と無関係にすすめてくるアイテムなので広告として削除 */ .RecommendVideoContainer-tkas {display:none!important} /* .RecommendVideoContainer .RecommendVideoContainer-flog:last-child {margin-right:345.6px!important} */ /* 動画トップ ランキング 1行6列化 */ .RankingMatrixContainer-columnRight {display:none!important} .RankingMatrixContainer-columnLeft {width:1024px!important} .RankingVideosContainer .VideoCard {width:160px!important;min-height:137px!important} .RankingVideosContainer .VideoCard:nth-child(n+4) {margin-top:0!important} /* 動画トップ 新着動画 2行6列化 */ .NewArrivalVideosContainer-columnRight {display:none!important} .NewArrivalVideosContainer-columnLeft {width:1024px!important} .NewArrivalVideosContainer .VideoCard:nth-child(n+5) {margin-top:0!important} .NewArrivalVideosContainer .VideoCard:nth-child(n+7) {margin-top:24px!important} /* 動画カテゴリ別 人気のタグ */ .TrendyTagsContainer-list {height:138px} /* 三行までに縮小 */ .TrendyTagAreaContainer-columnRight {display:none!important} .TrendyTagAreaContainer-columnLeft {width:1024px!important} /* 動画カテゴリ別 新着コメント動画 2行6列化 */ .NewCommentVideosContainer-columnRight {display:none!important} .NewCommentVideosContainer-columnLeft {width:1024px!important} .NewCommentVideosContainer[data-has-billboard=false] .VideoCard:nth-child(n+9) {display:block!important} .NewCommentVideosContainer[data-has-billboard=false] .VideoCard:nth-child(n+5) {margin-top:0!important} .NewCommentVideosContainer[data-has-billboard=false] .VideoCard:nth-child(n+7) {margin-top:24px!important} /* 動画カテゴリ別 動画ランキング */ .RankingVideosContainer-columnRight {display:none!important} .RankingVideosContainer-columnLeft {width:1024px!important} .RankingVideosContainer .VideoItem {width:160px!important;min-height:0!important} .RankingVideosContainer .VideoItem:nth-child(n+4) {margin-top:0!important} /* 動画トップ&カテゴリ ヘッダ検索バー */ .HeaderContainer-searchBox {justify-content:left!important} .SearchBoxContainer .SearchBox {width:auto!important} .SearchBoxContainer .SearchBox-optionTab {float:left!important;padding-top:5px!important} .SearchBoxContainer .SearchBox-form {margin-left:200px!important} /* ランキング */ .MatrixRankingBannerAd, /* ランキングTOP 挿入広告 */ .RankingMatrixNicoadsRow, /* ランキングTOP ニコニ広告 */ .NC-NicoadMediaObject, /* ジャンルランキング ニコニ広告アイテム */ .Ads300x60WebPc360, /* ジャンルランキング 右カラム バナー広告 */ .AdsPRText, /* ジャンルランキング右カラム テキスト広告 */ .SpecifiedRanking-stickyAdContainer, /* ジャンルランキング 右 追従広告 */ .BaseRankingContentContainer.BaseRankingContentContainer-topics.HotTopicVideosContainer /* flog広告 */ {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/watch/") { /* 動画視聴ページ */ /* HTML5版 */ .TimedHeaderBannerContainer, /* ヘッダ告知エリア */ a[href*="video_tag_marquee"],a[href*="video_tag_marquee"]+button, /* カテゴリタグ付マーキーアイテム */ .NicoSpotAdContainer, /* コメント欄オーバレイ広告 */ .MiniBannerAdContainer, /* コメント欄下部 広告 */ .RectangleAdContainer, /* */ .BottomContainer-adContainer, /* BottomContainer-side 広告 上 */ .NicosdkApplicationBannerContainer, /* BottomContainer-side 広告 下 */ .BottomContainer-adContainer, /* BottomContainer 広告 */ .SideFollowAdContainer, /* BottomContainer 追従広告 */ .IchibaContainer /* 市場 */ {display:none!important} .CommentPanelContainer:not(.is-hiddenMiniBanner) {bottom:0!important} /* コメントパネル下部 再生開始後の広告エリア生成キャンセル */ } @-moz-document url-prefix("https://seiga.nicovideo.jp/") { /* 静画 */ /* 広告 */ #ad_468_60, /* ヘッダ 右 広告 */ #top_seiga_ad, #top_seiga_ad_b, /* トップページ 上部 広告*/ .top_info_banner, /* トップページ 左カラム 上部 告知バナー */ #top_tag_box + div[style="margin-bottom: 21px;"], /* トップページ 左カラム 中段 バナー */ #main_area_r #top_ads_box, div[id*="pc_seiga_top_300x60_text_east"], /* トップページ 右カラム 上部 広告 */ .ads_prtext, /* トップページ 右カラム テキスト広告 */ #ads_pc_seiga_size_east, /* 下部右側 */ #pc_seiga_top_228x1024_sidewall_left, #pc_seiga_top_228x1024_sidewall_right, /* トップページ 両サイド 広告 */ #ad_728_90, /* トップページ フッター 広告*/ #ads_pc_seiga_east, /* イラストトップ 右カラム 上部 広告 */ #ads_pc_seiga_size_follow_east, /* イラストトップ 右カラム 下部 広告 */ #ads_pc_seiga_footer, /* イラストページ フッター 広告 */ .ad_tag, /* 「スマホでイラストが見られるようになったよ★」*/ #ads_pc_seiga_aside, /* 検索画面左 */ #bk_top_ad_b, /* 電子書籍トップ 上部 キャンペーンバナー */ #bk_article .watch_main_bunner /* 電子書籍 個別ページ 下段 バナー */ {display:none!important} /* ヘッダ修正 */ #header_cnt {height:40px!important} /* 高さ */ #header div#logo {width:69px!important} /* ロゴ幅 */ #header div#logo img {width:auto!important;height:28px!important} /* イラスト&漫画 ロゴ画像サイズ */ #header #logo_link, #header #logo_link_r18 {background-size:auto 28px!important} /* 電子書籍&18禁 ロゴ画像サイズ */ #sg_menu_search {float:right!important} /* 検索バーのポジション */ #sg_global_navi {top:10px!important} /* ナビメニュー位置 */ #shunga_box, /* Illust Sunga */ #mg_sub_column .c_banners .ads_banner, /* Comic Left Side Ad */ #bk_top_menu .bk_left_banner, /* Degital Comic left Ad */ .sidewall_link /* Sidewall Ad Links */ {display:none!important} #main {background-image:none!important} /* Sidewall Ad images */ } @-moz-document url-prefix("https://live.nicovideo.jp/") { /* 生放送 */ /* (く)追加分 */ /* 生放送トップ */ aside[class*="billboard-ad"], #header-ad, #middle-ad, #footer-ad, #billboard-banner, /* TS視聴ページ ビルボード*/ /* (く)追加分ここまで */ #ad_bnr #headerAd, /* ヘッダ 右 広告*/ #web_pc_sidewall_left, #web_pc_sidewall_right, /* トップ 両サイド 広告 */ .campaign_area, /* トップ 中段 告知エリア */ #middle_ad, /* トップ 中段 広告 */ #footer_ads, /* フッタ 広告 */ #side-for-following-ad .kokoku, /* 検索結果 右カラム 広告*/ #followContents, /* 検索結果 右カラム 下部 広告 */ img[src*="/img/nicolive/bnr_"], /* プレミアム勧誘バナー */ #page_cover .for_premium, /* プレミアム勧誘メッセージ */ #less_ie8 /* UA偽装原宿 IEバージョン警告 */ {display:none!important} /* ヘッダ修正 */ #live_header {height:55px!important} #live_header .logo {top:11px!important} #live_header .logo a {height:40px!important} #live_header .score_search {width:auto!important;top:10px!important} #live_header .score_search p {float:left!important;display:block!important;padding:7px 10px 7px 0 !important} #live_header .score_search form {float:right!important;vertical-align:baseline;} } @-moz-document url-prefix("https://live.nicovideo.jp/watch/") { /* 生放送旧配信視聴ページ */ #jsFollowingAdSide, /* 視聴ゲート 右 広告 */ #side_area #jsFollowingAdContent, /* 視聴ページ 説明 右 広告 */ #pvbanner /* Nsen バナーエリア */ {display:none!important} /* 公式生放送 */ body:not([id*="nsen_"]) {background:none!important} /* 背景色クリア */ #page_header, #page_cover, #watch_player_box, #utility_link {width:auto!important} /* 広告エリア 消去 */ #watch_player_box {background-color:#000!important} /* プレイヤー背景色 初期化 */ } @-moz-document url-prefix("https://live2.nicovideo.jp/watch/"), url-prefix("https://live.nicovideo.jp/watch/") { /* 生放送新配信視聴ページ(live2) */ aside[class*="banner-ad"], /* ヘッダ広告 */ aside[class*="billboard-banner"], /* ビルボード広告 */ div[class*="player-ad-panel"], /* コメント欄広告 */ div[class*="promotion-panel"], /* コメント欄下部 プロモーション */ aside[class*="program-information-ad-area"], /* 番組情報エリア広告 */ #ichiba_placeholder, #ichiba-block, /* 市場 */ aside[class*="footer-ad"] /* フッタ広告 */ {display:none!important} /* ヘッダ修正 */ #live-header {height:45px!important} #live-header .logo {top:5px!important} #live-header .score-search {width:480px!important;top:8px} #live-header .score-search .current-score {float:left!important;padding:4px 10px 4px 0!important} } @-moz-document url-prefix("https://ch.nicovideo.jp/") { /* ニコニコチャンネル */ #head_ads_468x60, /* ヘッダー広告 */ #column_wrap .bigbanner, /* チャンネルトップ 告知バナー */ aside[id*="pc_ch"], .ads_nicovideo ,/* チャンネル&ブロマガ 右/下広告エリア */ #body_main_inner #main_right .mb16, section.livebanner, /* 各ジャンル トップ 右カラム 告知 */ ul.include_adult li.adult_banner, /* グラビアチャンネル リスト 広告アイテム */ #blog_list.contents_list.article .ads_list_area, /* ブロマガ 個別トップ 記事一覧 中段 広告エリア*/ section.article_watch .ads_list_area, /* ブロマガ 個別記事 中段 広告エリア */ #blog_sub_area .ad_reward, /* ブロマガ 個別記事 右カラム 広告 */ section.site_body section.contents_list.tile li.ads /* 検索結果 広告エリア */ {display:none!important} /* 記事検索結果 冒頭アイテムの強調表示キャンセル */ section.site_body section.contents_list.article.tile li.item.big {width:25%!important;height:224px!important} section.site_body section.contents_list.article.tile li.item.big .thumb_wrapper{height:114px!important} /* グラビアチャンネル */ div.channels ul.include_adult {padding-right:0!important} /* グラビアチャンネル リスト */ } @-moz-document regexp("(http|https)://.*\\.blomaga\\.jp/.*") { /* ブロマガ まとめ登録サイト */ #marqueeWrapper, #matomeSiteHeaderFix, .matomeSiteHeaderPoweredby {display:none!important} /* まとめサイトヘッダ */ } @-moz-document url-prefix("http://app.nicovideo.jp/"), url-prefix("https://app.nicovideo.jp/") { /* ニコニコアプリ */ #ad_topright, /* ヘッダ右 広告 */ #header_banner, /* ヘッダ 広告*/ #foot_banner, /* フッタ 広告 */ #side_my #common_banners /* マイページ左 ポイント購入リンク*/ {display:none!important} #contents #contents_inr {min-height:0!important} /* コンテンツ要素 高さ修正 */ } @-moz-document url-prefix("https://dic.nicovideo.jp/") { /* 大百科 */ #dic_pc_468x60_north, /* ヘッダ 右 広告 */ #LEFT_AD_ELEMENT, #RIGHT_AD_ELEMENT, /* ウォール広告 */ .ad-bannar-maincolumn-top, /* メインコラム 上段 広告エリア */ .adsense-728.a-banner_space-bottom, /* メインコラム 中段 広告エリア */ .adsense-728.a-banner_middle, /* メインコラム 下段 広告エリア */ #dic_pc_728x90_thread, #dic_pc_728x90_thread2, /* 掲示板 スレッド表示 広告 */ .st-bbs_adContents, /* メインコラム 掲示板 下 広告エリア */ #uz-dic-nicovideo_pc-0 .ad_response, /* オススメ記事 UZOU広告アイテム */ .logly-lift-ad-ad, /* オススメ記事 LOGLY 広告アイテム */ #dic_pc_300x250_south, #dic_pc_300x250_south_right, /* インデックス メイン 下部 広告 */ .st-box_side:nth-child(1) + div:not(.st-box_side), /* 右コラム 急上昇ワード直下 広告 */ #dic_pc_300x250_east_2nd, /* 右コラム 中段 広告 */ #floatPanel /* 右コラム 追従広告 */ {display:none!important} /* ヘッダ 検索バー 修正*/ #header {justify-content:flex-start} #search-form {margin-left:30px} /* オススメ記事 一列化 */ .uz-dic-nicovideo_pc .__uz__widget .__uz__articles-area .__uz__article, .logly-lift-ad {width:20%!important;} } @-moz-document url-prefix("https://com.nicovideo.jp/") { /* コミュニティ */ #community_pc_top, /* ヘッダ広告 */ aside#ad_pc_footer, /* フッタ広告 */ .area-searchResult .sideUnit, /* 検索 右カラム 広告 */ #community_pc_sidefollow /* コミュニティページ 右カラム 追従広告 */ {display:none!important} /* コミュニティ検索 921px以上時3列化 */ @media screen and (min-width: 921px) { .area-searchResult .resultUnit {width:968px!important} .cmn_communities_frm--column_2 .item {width:calc(33%)} .md-cmn_communities_frm {justify-content:space-between} .md-cmn_communities_frm--column_2 .item:nth-child(2n-1) {margin-right:0} } } @-moz-document url-prefix("http://commons.nicovideo.jp/"), url-prefix("https://commons.nicovideo.jp/") { /* ニコニ・コモンズ */ #Header #Ad, /* ヘッダ 広告 */ #footer_ads, /* フッタ 広告 */ #sidewall_id_left, #sidewall_id_right /* サイドウォール 広告 */ {display:none!important} } @-moz-document url-prefix("http://commons.nicovideo.jp/tree"), url-prefix("https://commons.nicovideo.jp/tree") { /* ニコニ・コモンズ コンテンツツリー */ .more.more_button, .more.close {display:none!important} .more_area {display:block!important} } @-moz-document url-prefix("https://news.nicovideo.jp/") { /* ニコニコニュース */ div[id*="pc_news_watch_"], /* 記事 広告共通化 */ /* #pc_news_watch_468x60_north, ヘッダ 広告 */ /* #pc_news_watch_300x250_east, 右カラム 上部 広告 */ /* #pc_news_watch_300x60_text_east, 右カラム 中段 テキスト広告 */ /* #pc_news_watch_300x600_east, 右カラム 下段 広告 */ /* #pc_news_watch_native_pickup, 右ピックアップ内 広告 */ div[id*="pc_news_native_"], /* 右カラム ランキング内 広告*/ /* #pc_news_native_ranking */ .adaptv-inread-container, /* 記事 下段 PRエリア */ div[id*="pc_news_general"], /* ニューストップ 広告 共通化 */ /* #pc_news_general_468x60_north, ニューストップ ヘッダ 広告 */ /* #pc_news_general_300x60_text_east, ニーストップ 右カラム 中段 テキスト広告 */ /* #pc_news_general_list_468x60_m* 広告コンテナ */ div[class*="ad-container"], /*広告コンテナ */ div[id*="div-gpt-ad-"], /* 上部 広告コンテナ*/ .article-related-niconico, /* 記事 関連ニコニコ */ #logly-lift-widget .logly-lift-ad-ad /* Logly PRアイテム */ {display:none!important;} /* 広告アイテム除去後の修正 */ #logly-lift-widget .logly-lift-article {width:24.25%!important} #logly-lift-widget .logly-lift-article:nth-child(3n) {margin-right:1%!important} #logly-lift-widget .logly-lift-article:nth-last-of-type(2) {margin-right:0!important} } @-moz-document url-prefix("https://speee-ad.akamaized.net/tag/news-nicovideo_pc/article.html"), url-prefix("http://speee-ad.akamaized.net/tag/news-nicovideo_pc/article.html") { /* ニコニコニュース&ニコニコニュースオリジナル UZOU広告アイテム除去&表示修正 */ .ad_response {display:none!important} #widget #articles-area .article {width:24.25%} #widget #articles-area .article:nth-child(3n) {margin-right:1%!important} #widget #articles-area .article_response:last-of-type {margin-right:0!important} } @-moz-document url-prefix("https://originalnews.nico") { /* ニコニコニュースオリジナル */ /* トップ */ #pc_news_org_general_468x60_north, /* ヘッダ 右 */ #pc_news_org_468x60_middle, /* メイン 中段 */ #pc_news_org_728x90_south, /* フッタ */ #news_org_pc_sidepanel, /* 右カラム 最上 */ #pc_news_orz_top_300x250_east, /* 右カラム上*/ #pc_news_org_general_300x60_text_east, /* 右カラム 中段 小バナー */ #pc_news_org_300x250_midlle_east, /* 右カラム 中段 ブロック */ #pc_news_org_300x600_follow_east, /* 右カラム 追従 */ .articleContent.sideRankList ul .rank-3 + li:not([class=rank-4]), /* 右カラム アクセスランキング ネイティブ広告 */ #pc_news_org_watch_468x60_north, /* 記事ページ ヘッダ 右 */ div[id*="inline_ad"], /* 記事ページ メイン インライン */ #pc_news_org_watch_300x250_middle_left,#pc_news_org_watch_300x250_middle_right, /*記事ページ メイン 下部 */ #pc_news_org_watch_list_468x60_middle, /* 記事ページ 新着ニュース内 バナー */ #pc_news_org_watch_728x90_south, /* 記事ページ フッタ */ #pc_news_org_watch_300x60_text_east, /* 記事ページ 右カラム テキスト */ #pc_news_org_watch_300x250_east, /* 記事ページ 右カラム 上段 ブロック*/ #pc_news_org_watch_300x250_middle_east, /* 記事ページ 右カラム 中段 ブロック */ #pc_news_org_watch_300x600_follow_east, /* 記事ページ 右カラム 追従 */ #logly-lift-widget .logly-lift-ad:not(.logly-lift-article) /* Logly PRアイテム */ {display:none!important} /* LOGLY除去後修正*/ #logly-lift-widget .logly-lift-ad {width:25%!important} } @-moz-document url-prefix("https://site.nicovideo.jp/game/") { /* ニコニコゲームズ */ .iznm_special_banner, div[class*="iznm_banner"], .row_banner {display:none!important} } @-moz-document url-prefix("https://game.nicovideo.jp/atsumaru/") { /* アツマール */ header .AtsumaruHeader__Main + div, /* ヘッダ 広告 */ #footer-ad, /* フッタ 広告 */ .TopFooterAd__Rectangle, /* トップ 下部 広告 */ .GameDetail__GameDetailAds_pc /* ゲームページ 下段 */ {display:none!important} } @-moz-document regexp("https://www.nicovideo.jp/(search|tag).*") { /* 動画キーワード検索&タグ検索 */ /* 広告 */ #web_pc_top, /* ヘッダ */ .banner.leadBanner.ads, /* フッタ */ .column.sub .ads, /* 右カラム */ .billboard_ad, /*ビルボード */ div[data-follow-container], /* 右カラム 追従 */ .TagRelatedBannerBox, /* 検索結果上部 タグ関連バナー*/ .teibanVideos /* 定番動画 の除去 */ {display:none!important} /* タグ検索結果画面 検索バー 修正 */ .videoSearch {width:auto!important;padding-left:10px!important} .videoSearchOption {float:left!important;margin-top:2px!important} .videoSearchInput {float:right!important;width:240px!important;} .siteHeader .inner {padding:6px 0 18px!important} /* 動画トップ他 ヘッダ高さ */ /* 1/2/4列変更ボタン 修正 */ .columnChange .open, .columnChange .close {display:none!important} .columnChange li.two.hidden {display:block!important} /* 検索オプション 全表示 */ .sort.optionList a.more {display:none!important} [data-search-option-container][aria-expanded="false"] .sortList li:nth-child(n+7) {line-height: inherit!important;margin-bottom: 10px!important;opacity: inherit!important;visibility: visible!important;} [data-search-option-container][aria-expanded="false"] .sortList li:nth-child(n+7) a {line-height: inherit!important;opacity: inherit!important;visibility: visible!important;} .search-option-date-range-form[aria-expanded="false"] {height: auto!important;width: auto!important;padding: 8px 0!important;opacity: inherit!important} /* 検索表示 1/3/6列化 */ .column700-300 .main {width:1024px!important;padding:0 0 0 4px!important;min-width:auto!important;max-width:1024px!important} /* sub側 修正 */ .column700-300 .sub {background:none!important;width:1024px!important;clear:left!important;height:auto!important;display:flex!important;flex-flow:row wrap;justify-content:space-between} .content.list.ranking.tsukuaso, .content.list.relatedInfo.nicopedia, .content.list.relatedInfo.channel, .content.list.relatedInfo.community, .trendtag.trendtagFooter {width:calc(33%);position:relative} /* スケルトン排除 */ ul.list.videoListSkeleton {display:none!important} ul.list.videoListSkeleton + ul.list {display:block!important} /* 広告アイテム排除 */ ul.list li.item.nicoadVideoItem {display:none!important} /* 2/4 -> 3/6列化 (ニコニコ動画 検索結果 6列表示 https://userstyles.org/styles/39127/ を参考にさせて頂きました。) */ /* 4 -> 6 */ .videoList04 .item {float:none!important;display:inline-block!important;vertical-align:top!important;margin-right:6px!important} /* 2 -> 3 */ .videoList02 .item {float:none!important;display:inline-block!important;vertical-align:top!important;width:331px!important;margin-right:6px!important} /* Nico Nico Ranking NG対応 */ ul.list .item.nrn-hide {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/newarrival"), url-prefix("https://www.nicovideo.jp/recent"), url-prefix("https://www.nicovideo.jp/related_tag"), url-prefix("https://www.nicovideo.jp/mylist_search") { /* 旧デザイン残存ページ: 新着投稿, 新着コメント, 関連タグ, マイリスト検索 */ /* 広告 */ #head_ads, /* ヘッダ */ #web_pc_prime, /* 右カラム */ #web_pc_360 /* フッタ */ {display:none!important} /* 関連タグ, 新着コメント, 新着投稿 検索バー修正 */ #head_search {padding-left:10px!important} #search_tab {float:left!important;margin-top:2px!important} #search_input {float:right!important;clear:right!important} /* 右サイド消去 */ .content_672 {width:984px!important} /* マイリストサーチ, 関連タグ, 新着コメント, 新着投稿 メイン 拡張 */ .content_312 {display:none!important} /* マイリストサーチ, 関連タグ, 新着コメント, 新着投稿 右エリア 消去 */ .content_672 > div[style="width:624px; padding:0 24px; overflow:hidden;"] /* 新着コメント, 新着投稿 左エリア アイテム欄拡張 */ {width:984px!important;padding:0!important;} div[style="width:624px; padding:0 24px; overflow:hidden;"] div[style="clear:both;"] {display:inline!important} /* 新着コメント, 新着投稿 アイテム欄 クリア解除 */ /* 新着コメント, 新着投稿 1コラム 修正 */ .thumb_col_1, .thumb_col_1 > table, .thumb_col_1 table div[style*="width:412px"] {width:auto!important} /* アイテム 幅調整 */ td[style*="background"] {background:none!important;border-bottom:2px dotted #ccc!important} /* 下線を画像からボーダーに変更 */ /* 新着コメント, 新着投稿 2->3コラム */ .thumb_col_2 {width:324px!important;display:inline-block!important;float:none!important;vertical-align: top !important} /* アイテム 幅調整 */ .vinfo_description, .vinfo_last_res {word-break:break-all!important} /* コメントの改行修正 */ /* 新着コメント, 新着投稿 4->6コラム */ .thumb_col_4 {display:inline-block!important;float:none!important;vertical-align:top!important} /* アイテム 幅調整 */ /* ヘッダロゴ 位置修正 */ #head_logo {padding:0!important} } @-moz-document url-prefix("http://blog.nicovideo.jp/"), url-prefix("https://blog.nicovideo.jp/") { /* ニコニコインフォ */ /* 広告 */ #info_pc_box, /* メイン 下*/ #web_pc_prime, /* サイド 上 */ #sideTxtAd, /* サイド テキスト */ #web_pc_360 /* サイド 下 */ {display:none!important} }
data/usercss/64999.user.css
@-moz-document url-prefix("https://account.nicovideo.jp/login") { /* ログインページ */ #ads {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/my"), url-prefix("https://www.nicovideo.jp/user") { /* ユーザーページ */ .PcUniTop468x60NorthAdContainer, /* ヘッダ 広告 */ .RightSideContainer-adWrap, /* 右サイド 広告 */ #web_pc_footer /* フッタ 広告 */ {display:none!important} } @-moz-document regexp("https://www.nicovideo.jp/($|\\?.*)") { /* 総合Top */ .HeaderContainer_Re-ad, /* ヘッダ広告 */ .TopPage-billboardAdSection, /* 上部 広告エリア */ .AuroraVisionContainer-ad .PcUniTop300x250EastAdContainer, /* オーロラビジョン枠 広告 */ .SpecialPickupBannerContainer, /* 最上段直下 スペシャル・ピックアップ */ .TopPage-middleBillboardAdSection, /* 中段 広告エリア */ .PcUniTop350x240MiddleEastAdContainer, /* ニコニコニュース広告枠 */ .PcUniTop228x1024SideWallLeftAdContainer, .PcUniTop228x1024SideWallRightAdContainer /* 両サイドウォール広告枠 */ {display:none!important} /* 公式ツイッターリンク常時表示 */ .AuroraVisionContainer-ad .NiconicoTwitterBanner {display:flex!important} /* 検索バー ブラウザサイズによるプルダウンメニュー化抑止 20201206保留 */ /* .CrossSearch_Re-pullDownSelector {display:none!important} */ /* .CrossSearch_Re-rowSelector {display:block!important} */ /* ヘッダ直下 お知らせ ブラウザサイズによる表示変更抑止 */ .OneLineLinkContainer-link .OneLineLinkContainer-linkText{max-width:260px} /* ニコニコからのお知らせ横 関連サービスバナー削除と修正 */ .TopPage-section .FooterAreaContainer .FooterAreaContainer-upper .FooterAreaContainer-right {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/video_top"), url-prefix("https://www.nicovideo.jp/ranking"), url-prefix("https://www.nicovideo.jp/recommendations") { /* 動画トップ, ランキング, あなたへのおすすめ */ /* 広告要素 */ /* 動画トップ */ .HeaderContainer-ads, /* ヘッダ広告 */ .VideoIntroductionAreaContainer, /* いきなり動画紹介 サイド広告枠もまとめて */ .VideoTop-billboard, /* ビルボード */ .RecommendAreaContainer-banners, /* おすすめ動画右 */ .Ads300x250WebPcMiddle, /* ランキング右 */ .Ads300x250WebPcSideFollow, /* 新着動画右 */ .Ads728x90WebPcFooter, /* フッタ広告 */ /* 動画各カテゴリ */ .Ads300x250WebPcPrime /* 新着コメント動画右 */ {display:none!important} /* 動画トップ おすすめ動画 1行6列化 */ .RecommendAreaContainer-columnLeft {width:1024px!important} .RecommendAreaContainer .RecommendVideoContainer .VideoCard {width:160px!important} .RecommendVideoContainer .VideoCard:nth-child(n+4) {margin-top:0!important} .RecommendAreaContainer .RecommendVideoContainer .VideoCard:nth-child(n+6) {margin-top:0!important} .RecommendAreaContainer .RecommendVideoContainer .VideoItem:nth-child(n+7) {margin-top:24px!important} /* 公式オススメ増量時の保険 */ /* tkasは過去のflogと同じ視聴傾向と無関係にすすめてくるアイテムなので広告として削除 */ .RecommendVideoContainer-tkas {display:none!important} /* .RecommendVideoContainer .RecommendVideoContainer-flog:last-child {margin-right:345.6px!important} */ /* 動画トップ ランキング 1行6列化 */ .RankingMatrixContainer-columnRight {display:none!important} .RankingMatrixContainer-columnLeft {width:1024px!important} .RankingVideosContainer .VideoCard {width:160px!important;min-height:137px!important} .RankingVideosContainer .VideoCard:nth-child(n+4) {margin-top:0!important} /* 動画トップ 新着動画 2行6列化 */ .NewArrivalVideosContainer-columnRight {display:none!important} .NewArrivalVideosContainer-columnLeft {width:1024px!important} .NewArrivalVideosContainer .VideoCard:nth-child(n+5) {margin-top:0!important} .NewArrivalVideosContainer .VideoCard:nth-child(n+7) {margin-top:24px!important} /* 動画カテゴリ別 人気のタグ */ .TrendyTagsContainer-list {height:138px} /* 三行までに縮小 */ .TrendyTagAreaContainer-columnRight {display:none!important} .TrendyTagAreaContainer-columnLeft {width:1024px!important} /* 動画カテゴリ別 新着コメント動画 2行6列化 */ .NewCommentVideosContainer-columnRight {display:none!important} .NewCommentVideosContainer-columnLeft {width:1024px!important} .NewCommentVideosContainer[data-has-billboard=false] .VideoCard:nth-child(n+9) {display:block!important} .NewCommentVideosContainer[data-has-billboard=false] .VideoCard:nth-child(n+5) {margin-top:0!important} .NewCommentVideosContainer[data-has-billboard=false] .VideoCard:nth-child(n+7) {margin-top:24px!important} /* 動画カテゴリ別 動画ランキング */ .RankingVideosContainer-columnRight {display:none!important} .RankingVideosContainer-columnLeft {width:1024px!important} .RankingVideosContainer .VideoItem {width:160px!important;min-height:0!important} .RankingVideosContainer .VideoItem:nth-child(n+4) {margin-top:0!important} /* 動画トップ&カテゴリ ヘッダ検索バー */ .HeaderContainer-searchBox {justify-content:left!important} .SearchBoxContainer .SearchBox {width:auto!important} .SearchBoxContainer .SearchBox-optionTab {float:left!important;padding-top:5px!important} .SearchBoxContainer .SearchBox-form {margin-left:200px!important} /* ランキング */ .MatrixRankingBannerAd, /* ランキングTOP 挿入広告 */ .RankingMatrixNicoadsRow, /* ランキングTOP ニコニ広告 */ .NC-NicoadMediaObject, /* ジャンルランキング ニコニ広告アイテム */ .Ads300x60WebPc360, /* ジャンルランキング 右カラム バナー広告 */ .AdsPRText, /* ジャンルランキング右カラム テキスト広告 */ .SpecifiedRanking-stickyAdContainer, /* ジャンルランキング 右 追従広告 */ .BaseRankingContentContainer.BaseRankingContentContainer-topics.HotTopicVideosContainer /* flog広告 */ {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/watch/") { /* 動画視聴ページ */ /* HTML5版 */ .TimedHeaderBannerContainer, /* ヘッダ告知エリア */ a[href*="video_tag_marquee"],a[href*="video_tag_marquee"]+button, /* カテゴリタグ付マーキーアイテム */ .NicoSpotAdContainer, /* コメント欄オーバレイ広告 */ .MiniBannerAdContainer, /* コメント欄下部 広告 */ .RectangleAdContainer, /* */ .BottomContainer-adContainer, /* BottomContainer-side 広告 上 */ .NicosdkApplicationBannerContainer, /* BottomContainer-side 広告 下 */ .BottomContainer-adContainer, /* BottomContainer 広告 */ .SideFollowAdContainer, /* BottomContainer 追従広告 */ .IchibaContainer /* 市場 */ {display:none!important} .CommentPanelContainer:not(.is-hiddenMiniBanner) {bottom:0!important} /* コメントパネル下部 再生開始後の広告エリア生成キャンセル */ } @-moz-document url-prefix("https://seiga.nicovideo.jp/") { /* 静画 */ /* 広告 */ #ad_468_60, /* ヘッダ 右 広告 */ #top_seiga_ad, #top_seiga_ad_b, /* トップページ 上部 広告*/ .top_info_banner, /* トップページ 左カラム 上部 告知バナー */ #top_tag_box + div[style="margin-bottom: 21px;"], /* トップページ 左カラム 中段 バナー */ #main_area_r #top_ads_box, div[id*="pc_seiga_top_300x60_text_east"], /* トップページ 右カラム 上部 広告 */ .ads_prtext, /* トップページ 右カラム テキスト広告 */ #ads_pc_seiga_size_east, /* 下部右側 */ #pc_seiga_top_228x1024_sidewall_left, #pc_seiga_top_228x1024_sidewall_right, /* トップページ 両サイド 広告 */ #ad_728_90, /* トップページ フッター 広告*/ #ads_pc_seiga_east, /* イラストトップ 右カラム 上部 広告 */ #ads_pc_seiga_size_follow_east, /* イラストトップ 右カラム 下部 広告 */ #ads_pc_seiga_footer, /* イラストページ フッター 広告 */ .ad_tag, /* 「スマホでイラストが見られるようになったよ★」*/ #ads_pc_seiga_aside, /* 検索画面左 */ #bk_top_ad_b, /* 電子書籍トップ 上部 キャンペーンバナー */ #bk_article .watch_main_bunner /* 電子書籍 個別ページ 下段 バナー */ {display:none!important} /* ヘッダ修正 */ #header_cnt {height:40px!important} /* 高さ */ #header div#logo {width:69px!important} /* ロゴ幅 */ #header div#logo img {width:auto!important;height:28px!important} /* イラスト&漫画 ロゴ画像サイズ */ #header #logo_link, #header #logo_link_r18 {background-size:auto 28px!important} /* 電子書籍&18禁 ロゴ画像サイズ */ #sg_menu_search {float:right!important} /* 検索バーのポジション */ #sg_global_navi {top:10px!important} /* ナビメニュー位置 */ #shunga_box, /* Illust Sunga */ #mg_sub_column .c_banners .ads_banner, /* Comic Left Side Ad */ #bk_top_menu .bk_left_banner, /* Degital Comic left Ad */ .sidewall_link /* Sidewall Ad Links */ {display:none!important} #main {background-image:none!important} /* Sidewall Ad images */ } @-moz-document url-prefix("https://live.nicovideo.jp/") { /* 生放送 */ /* (く)追加分 */ /* 生放送トップ */ aside[class*="billboard-ad"], #header-ad, #middle-ad, #footer-ad, #billboard-banner, /* TS視聴ページ ビルボード*/ /* (く)追加分ここまで */ #ad_bnr #headerAd, /* ヘッダ 右 広告*/ #web_pc_sidewall_left, #web_pc_sidewall_right, /* トップ 両サイド 広告 */ .campaign_area, /* トップ 中段 告知エリア */ #middle_ad, /* トップ 中段 広告 */ #footer_ads, /* フッタ 広告 */ #side-for-following-ad .kokoku, /* 検索結果 右カラム 広告*/ #followContents, /* 検索結果 右カラム 下部 広告 */ img[src*="/img/nicolive/bnr_"], /* プレミアム勧誘バナー */ #page_cover .for_premium, /* プレミアム勧誘メッセージ */ #less_ie8 /* UA偽装原宿 IEバージョン警告 */ {display:none!important} /* ヘッダ修正 */ #live_header {height:55px!important} #live_header .logo {top:11px!important} #live_header .logo a {height:40px!important} #live_header .score_search {width:auto!important;top:10px!important} #live_header .score_search p {float:left!important;display:block!important;padding:7px 10px 7px 0 !important} #live_header .score_search form {float:right!important;vertical-align:baseline;} } @-moz-document url-prefix("https://live.nicovideo.jp/watch/") { /* 生放送旧配信視聴ページ */ #jsFollowingAdSide, /* 視聴ゲート 右 広告 */ #side_area #jsFollowingAdContent, /* 視聴ページ 説明 右 広告 */ #pvbanner /* Nsen バナーエリア */ {display:none!important} /* 公式生放送 */ body:not([id*="nsen_"]) {background:none!important} /* 背景色クリア */ #page_header, #page_cover, #watch_player_box, #utility_link {width:auto!important} /* 広告エリア 消去 */ #watch_player_box {background-color:#000!important} /* プレイヤー背景色 初期化 */ } @-moz-document url-prefix("https://live2.nicovideo.jp/watch/"), url-prefix("https://live.nicovideo.jp/watch/") { /* 生放送新配信視聴ページ(live2) */ aside[class*="banner-ad"], /* ヘッダ広告 */ aside[class*="billboard-banner"], /* ビルボード広告 */ div[class*="player-ad-panel"], /* コメント欄広告 */ div[class*="promotion-panel"], /* コメント欄下部 プロモーション */ aside[class*="program-information-ad-area"], /* 番組情報エリア広告 */ #ichiba_placeholder, #ichiba-block, /* 市場 */ aside[class*="footer-ad"] /* フッタ広告 */ {display:none!important} /* ヘッダ修正 */ #live-header {height:45px!important} #live-header .logo {top:5px!important} #live-header .score-search {width:480px!important;top:8px} #live-header .score-search .current-score {float:left!important;padding:4px 10px 4px 0!important} } @-moz-document url-prefix("https://ch.nicovideo.jp/") { /* ニコニコチャンネル */ #head_ads_468x60, /* ヘッダー広告 */ #column_wrap .bigbanner, /* チャンネルトップ 告知バナー */ aside[id*="pc_ch"], .ads_nicovideo ,/* チャンネル&ブロマガ 右/下広告エリア */ #body_main_inner #main_right .mb16, section.livebanner, /* 各ジャンル トップ 右カラム 告知 */ ul.include_adult li.adult_banner, /* グラビアチャンネル リスト 広告アイテム */ #blog_list.contents_list.article .ads_list_area, /* ブロマガ 個別トップ 記事一覧 中段 広告エリア*/ section.article_watch .ads_list_area, /* ブロマガ 個別記事 中段 広告エリア */ #blog_sub_area .ad_reward, /* ブロマガ 個別記事 右カラム 広告 */ section.site_body section.contents_list.tile li.ads /* 検索結果 広告エリア */ {display:none!important} /* 記事検索結果 冒頭アイテムの強調表示キャンセル */ section.site_body section.contents_list.article.tile li.item.big {width:25%!important;height:224px!important} section.site_body section.contents_list.article.tile li.item.big .thumb_wrapper{height:114px!important} /* グラビアチャンネル */ div.channels ul.include_adult {padding-right:0!important} /* グラビアチャンネル リスト */ } @-moz-document regexp("(http|https)://.*\\.blomaga\\.jp/.*") { /* ブロマガ まとめ登録サイト */ #marqueeWrapper, #matomeSiteHeaderFix, .matomeSiteHeaderPoweredby {display:none!important} /* まとめサイトヘッダ */ } @-moz-document url-prefix("http://app.nicovideo.jp/"), url-prefix("https://app.nicovideo.jp/") { /* ニコニコアプリ */ #ad_topright, /* ヘッダ右 広告 */ #header_banner, /* ヘッダ 広告*/ #foot_banner, /* フッタ 広告 */ #side_my #common_banners /* マイページ左 ポイント購入リンク*/ {display:none!important} #contents #contents_inr {min-height:0!important} /* コンテンツ要素 高さ修正 */ } @-moz-document url-prefix("https://dic.nicovideo.jp/") { /* 大百科 */ #dic_pc_468x60_north, /* ヘッダ 右 広告 */ #LEFT_AD_ELEMENT, #RIGHT_AD_ELEMENT, /* ウォール広告 */ .ad-bannar-maincolumn-top, /* メインコラム 上段 広告エリア */ .adsense-728.a-banner_space-bottom, /* メインコラム 中段 広告エリア */ .adsense-728.a-banner_middle, /* メインコラム 下段 広告エリア */ #dic_pc_728x90_thread, #dic_pc_728x90_thread2, /* 掲示板 スレッド表示 広告 */ .st-bbs_adContents, /* メインコラム 掲示板 下 広告エリア */ #uz-dic-nicovideo_pc-0 .ad_response, /* オススメ記事 UZOU広告アイテム */ .logly-lift-ad-ad, /* オススメ記事 LOGLY 広告アイテム */ #dic_pc_300x250_south, #dic_pc_300x250_south_right, /* インデックス メイン 下部 広告 */ .st-box_side:nth-child(1) + div:not(.st-box_side), /* 右コラム 急上昇ワード直下 広告 */ #dic_pc_300x250_east_2nd, /* 右コラム 中段 広告 */ #floatPanel /* 右コラム 追従広告 */ {display:none!important} /* ヘッダ 検索バー 修正*/ #header {justify-content:flex-start} #search-form {margin-left:30px} /* オススメ記事 一列化 */ .uz-dic-nicovideo_pc .__uz__widget .__uz__articles-area .__uz__article, .logly-lift-ad {width:20%!important;} } @-moz-document url-prefix("https://com.nicovideo.jp/") { /* コミュニティ */ #community_pc_top, /* ヘッダ広告 */ aside#ad_pc_footer, /* フッタ広告 */ .area-searchResult .sideUnit, /* 検索 右カラム 広告 */ #community_pc_sidefollow /* コミュニティページ 右カラム 追従広告 */ {display:none!important} /* コミュニティ検索 921px以上時3列化 */ @media screen and (min-width: 921px) { .area-searchResult .resultUnit {width:968px!important} .cmn_communities_frm--column_2 .item {width:calc(33%)} .md-cmn_communities_frm {justify-content:space-between} .md-cmn_communities_frm--column_2 .item:nth-child(2n-1) {margin-right:0} } } @-moz-document url-prefix("http://commons.nicovideo.jp/"), url-prefix("https://commons.nicovideo.jp/") { /* ニコニ・コモンズ */ #Header #Ad, /* ヘッダ 広告 */ #footer_ads, /* フッタ 広告 */ #sidewall_id_left, #sidewall_id_right /* サイドウォール 広告 */ {display:none!important} } @-moz-document url-prefix("http://commons.nicovideo.jp/tree"), url-prefix("https://commons.nicovideo.jp/tree") { /* ニコニ・コモンズ コンテンツツリー */ .more.more_button, .more.close {display:none!important} .more_area {display:block!important} } @-moz-document url-prefix("https://news.nicovideo.jp/") { /* ニコニコニュース */ div[id*="pc_news_watch_"], /* 記事 広告共通化 */ /* #pc_news_watch_468x60_north, ヘッダ 広告 */ /* #pc_news_watch_300x250_east, 右カラム 上部 広告 */ /* #pc_news_watch_300x60_text_east, 右カラム 中段 テキスト広告 */ /* #pc_news_watch_300x600_east, 右カラム 下段 広告 */ /* #pc_news_watch_native_pickup, 右ピックアップ内 広告 */ div[id*="pc_news_native_"], /* 右カラム ランキング内 広告*/ /* #pc_news_native_ranking */ .adaptv-inread-container, /* 記事 下段 PRエリア */ div[id*="pc_news_general"], /* ニューストップ 広告 共通化 */ /* #pc_news_general_468x60_north, ニューストップ ヘッダ 広告 */ /* #pc_news_general_300x60_text_east, ニーストップ 右カラム 中段 テキスト広告 */ /* #pc_news_general_list_468x60_m* 広告コンテナ */ div[class*="ad-container"], /*広告コンテナ */ div[id*="div-gpt-ad-"], /* 上部 広告コンテナ*/ .article-related-niconico, /* 記事 関連ニコニコ */ #logly-lift-widget .logly-lift-ad-ad /* Logly PRアイテム */ {display:none!important;} /* 広告アイテム除去後の修正 */ #logly-lift-widget .logly-lift-article {width:24.25%!important} #logly-lift-widget .logly-lift-article:nth-child(3n) {margin-right:1%!important} #logly-lift-widget .logly-lift-article:nth-last-of-type(2) {margin-right:0!important} } @-moz-document url-prefix("https://speee-ad.akamaized.net/tag/news-nicovideo_pc/article.html"), url-prefix("http://speee-ad.akamaized.net/tag/news-nicovideo_pc/article.html") { /* ニコニコニュース&ニコニコニュースオリジナル UZOU広告アイテム除去&表示修正 */ .ad_response {display:none!important} #widget #articles-area .article {width:24.25%} #widget #articles-area .article:nth-child(3n) {margin-right:1%!important} #widget #articles-area .article_response:last-of-type {margin-right:0!important} } @-moz-document url-prefix("https://originalnews.nico") { /* ニコニコニュースオリジナル */ /* トップ */ #pc_news_org_general_468x60_north, /* ヘッダ 右 */ #pc_news_org_468x60_middle, /* メイン 中段 */ #pc_news_org_728x90_south, /* フッタ */ #news_org_pc_sidepanel, /* 右カラム 最上 */ #pc_news_orz_top_300x250_east, /* 右カラム上*/ #pc_news_org_general_300x60_text_east, /* 右カラム 中段 小バナー */ #pc_news_org_300x250_midlle_east, /* 右カラム 中段 ブロック */ #pc_news_org_300x600_follow_east, /* 右カラム 追従 */ .articleContent.sideRankList ul .rank-3 + li:not([class=rank-4]), /* 右カラム アクセスランキング ネイティブ広告 */ #pc_news_org_watch_468x60_north, /* 記事ページ ヘッダ 右 */ div[id*="inline_ad"], /* 記事ページ メイン インライン */ #pc_news_org_watch_300x250_middle_left,#pc_news_org_watch_300x250_middle_right, /*記事ページ メイン 下部 */ #pc_news_org_watch_list_468x60_middle, /* 記事ページ 新着ニュース内 バナー */ #pc_news_org_watch_728x90_south, /* 記事ページ フッタ */ #pc_news_org_watch_300x60_text_east, /* 記事ページ 右カラム テキスト */ #pc_news_org_watch_300x250_east, /* 記事ページ 右カラム 上段 ブロック*/ #pc_news_org_watch_300x250_middle_east, /* 記事ページ 右カラム 中段 ブロック */ #pc_news_org_watch_300x600_follow_east, /* 記事ページ 右カラム 追従 */ #logly-lift-widget .logly-lift-ad:not(.logly-lift-article) /* Logly PRアイテム */ {display:none!important} /* LOGLY除去後修正*/ #logly-lift-widget .logly-lift-ad {width:25%!important} } @-moz-document url-prefix("https://site.nicovideo.jp/game/") { /* ニコニコゲームズ */ .iznm_special_banner, div[class*="iznm_banner"], .row_banner {display:none!important} } @-moz-document url-prefix("https://game.nicovideo.jp/atsumaru/") { /* アツマール */ header .AtsumaruHeader__Main + div, /* ヘッダ 広告 */ #footer-ad, /* フッタ 広告 */ .TopFooterAd__Rectangle, /* トップ 下部 広告 */ .GameDetail__GameDetailAds_pc /* ゲームページ 下段 */ {display:none!important} } @-moz-document regexp("https://www.nicovideo.jp/(search|tag).*") { /* 動画キーワード検索&タグ検索 */ /* 広告 */ #web_pc_top, /* ヘッダ */ .banner.leadBanner.ads, /* フッタ */ .column.sub .ads, /* 右カラム */ .billboard_ad, /*ビルボード */ div[data-follow-container], /* 右カラム 追従 */ .TagRelatedBannerBox, /* 検索結果上部 タグ関連バナー*/ .teibanVideos /* 定番動画 の除去 */ {display:none!important} /* タグ検索結果画面 検索バー 修正 */ .videoSearch {width:auto!important;padding-left:10px!important} .videoSearchOption {float:left!important;margin-top:2px!important} .videoSearchInput {float:right!important;width:240px!important;} .siteHeader .inner {padding:6px 0 18px!important} /* 動画トップ他 ヘッダ高さ */ /* 1/2/4列変更ボタン 修正 */ .columnChange .open, .columnChange .close {display:none!important} .columnChange li.two.hidden {display:block!important} /* 検索オプション 全表示 */ .sort.optionList a.more {display:none!important} [data-search-option-container][aria-expanded="false"] .sortList li:nth-child(n+7) {line-height: inherit!important;margin-bottom: 10px!important;opacity: inherit!important;visibility: visible!important;} [data-search-option-container][aria-expanded="false"] .sortList li:nth-child(n+7) a {line-height: inherit!important;opacity: inherit!important;visibility: visible!important;} .search-option-date-range-form[aria-expanded="false"] {height: auto!important;width: auto!important;padding: 8px 0!important;opacity: inherit!important} /* 検索表示 1/3/6列化 */ .column700-300 .main {width:1024px!important;padding:0 0 0 4px!important;min-width:auto!important;max-width:1024px!important} /* sub側 修正 */ .column700-300 .sub {background:none!important;width:1024px!important;clear:left!important;height:auto!important;display:flex!important;flex-flow:row wrap;justify-content:space-between} .content.list.ranking.tsukuaso, .content.list.relatedInfo.nicopedia, .content.list.relatedInfo.channel, .content.list.relatedInfo.community, .trendtag.trendtagFooter {width:calc(33%);position:relative} /* スケルトン排除 */ ul.list.videoListSkeleton {display:none!important} ul.list.videoListSkeleton + ul.list {display:block!important} /* 広告アイテム排除 */ ul.list li.item.nicoadVideoItem {display:none!important} /* 2/4 -> 3/6列化 (ニコニコ動画 検索結果 6列表示 https://userstyles.org/styles/39127/ を参考にさせて頂きました。) */ /* 4 -> 6 */ .videoList04 .item {float:none!important;display:inline-block!important;vertical-align:top!important;margin-right:6px!important} /* 2 -> 3 */ .videoList02 .item {float:none!important;display:inline-block!important;vertical-align:top!important;width:331px!important;margin-right:6px!important} /* Nico Nico Ranking NG対応 */ ul.list .item.nrn-hide {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/newarrival"), url-prefix("https://www.nicovideo.jp/recent"), url-prefix("https://www.nicovideo.jp/related_tag"), url-prefix("https://www.nicovideo.jp/mylist_search") { /* 旧デザイン残存ページ: 新着投稿, 新着コメント, 関連タグ, マイリスト検索 */ /* 広告 */ #head_ads, /* ヘッダ */ #web_pc_prime, /* 右カラム */ #web_pc_360 /* フッタ */ {display:none!important} /* 関連タグ, 新着コメント, 新着投稿 検索バー修正 */ #head_search {padding-left:10px!important} #search_tab {float:left!important;margin-top:2px!important} #search_input {float:right!important;clear:right!important} /* 右サイド消去 */ .content_672 {width:984px!important} /* マイリストサーチ, 関連タグ, 新着コメント, 新着投稿 メイン 拡張 */ .content_312 {display:none!important} /* マイリストサーチ, 関連タグ, 新着コメント, 新着投稿 右エリア 消去 */ .content_672 > div[style="width:624px; padding:0 24px; overflow:hidden;"] /* 新着コメント, 新着投稿 左エリア アイテム欄拡張 */ {width:984px!important;padding:0!important;} div[style="width:624px; padding:0 24px; overflow:hidden;"] div[style="clear:both;"] {display:inline!important} /* 新着コメント, 新着投稿 アイテム欄 クリア解除 */ /* 新着コメント, 新着投稿 1コラム 修正 */ .thumb_col_1, .thumb_col_1 > table, .thumb_col_1 table div[style*="width:412px"] {width:auto!important} /* アイテム 幅調整 */ td[style*="background"] {background:none!important;border-bottom:2px dotted #ccc!important} /* 下線を画像からボーダーに変更 */ /* 新着コメント, 新着投稿 2->3コラム */ .thumb_col_2 {width:324px!important;display:inline-block!important;float:none!important;vertical-align: top !important} /* アイテム 幅調整 */ .vinfo_description, .vinfo_last_res {word-break:break-all!important} /* コメントの改行修正 */ /* 新着コメント, 新着投稿 4->6コラム */ .thumb_col_4 {display:inline-block!important;float:none!important;vertical-align:top!important} /* アイテム 幅調整 */ /* ヘッダロゴ 位置修正 */ #head_logo {padding:0!important} } @-moz-document url-prefix("http://blog.nicovideo.jp/"), url-prefix("https://blog.nicovideo.jp/") { /* ニコニコインフォ */ /* 広告 */ #info_pc_box, /* メイン 下*/ #web_pc_prime, /* サイド 上 */ #sideTxtAd, /* サイド テキスト */ #web_pc_360 /* サイド 下 */ {display:none!important} }
0.154695
0.045016
.remarkd .monospace, .remarkd code { font-family: monospace; color: #000; background: rgba(71, 87, 120, 0.1); padding: 1px 4px; border-radius: 3px; white-space: nowrap; } .remarkd .monospace { display: inline-block; } .remarkd code { display: block; overflow: auto; } .remarkd .highlight { display: inline-block; background-color: #dfeff1; padding: 0 4px; } .remarkd .hint-tip { position: relative; margin: 16px 0; padding: 12px; border: 1px solid #63b7de; border-radius: 3px; background: #e7f5f9; padding-left: 40px; } .remarkd .hint-tip:before { content: ''; position: absolute; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 352 512'%3E%3Cpath fill='%230a5aa9' d='M96.06 454.35a32.01 32.01 0 005.36 17.69l17.09 25.69a31.99 31.99 0 0026.64 14.28h61.71a31.99 31.99 0 0026.64-14.28l17.09-25.69a31.99 31.99 0 005.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45l.11.78h160.24l.11-.78c9.85-33.22 35.69-72.6 52.21-91.45A175.02 175.02 0 00352 176C352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80a16 16 0 11-32 0c0-61.76 50.24-112 112-112a16 16 0 110 32z'/%3E%3C/svg%3E") no-repeat center center; top: 8px; left: 15px; width: 14px; height: 100%; max-height: 30px; display: flex; justify-content: center; align-items: center; } .remarkd .hint-tip, .remarkd .hint-caption, .remarkd .hint-tip .hint-caption { color: #0a5aa9; } .remarkd .hint-caption { padding-right: 10px; } .remarkd .hint-important .hint-caption, .remarkd .hint-danger .hint-caption { color: #c0392b; } .remarkd .hint-important, .remarkd .hint-danger { margin: 16px 0; padding: 12px; border-left: 3px solid #c0392b; background: #f4dddb; } .remarkd .hint-note .hint-caption, .remarkd .hint-notice .hint-caption { color: #276bae; } .remarkd .hint-note, .remarkd .hint-notice { margin: 16px 0; padding: 12px; border-left: 3px solid #276bae; background: #e6f0f7; } .remarkd .hint-success .remarkd .hint-caption { color: #17964b; } .remarkd .hint-success { margin: 16px 0; padding: 12px; border-left: 3px solid #17964b; background: #e6f7e6; } .remarkd .hint-warning .hint-caption { color: #f18f0f; } .remarkd .hint-warning { margin: 16px 0; padding: 12px; border-left: 3px solid #f18f0f; background: #fcf3e3; } .remarkd table { border-collapse: separate; border-spacing: 1px; background: #BFCFDA; margin: 12px 0; word-break: normal; } .remarkd table th, .remarkd table td { text-align: left; } .remarkd table th { font-weight: bold; padding: 4px 6px; background: #F8F9FC; } .remarkd table td { background: #fff; padding: 3px 6px; } .remarkd ul.tab-header { display: flex; border-bottom: 1px solid #d8dee4; margin-bottom: 0; padding: 0; } .remarkd ul.tab-header li { display: block; } .remarkd ul.tab-header li a { color: #000000; padding: 10px; text-align: center; display: block; border-bottom: 2px solid transparent; text-decoration: none; } .remarkd ul.tab-header li a:hover { border-bottom-color: rgba(143, 143, 143, 0.2); } .remarkd ul.tab-header li a.active { border-bottom-color: #5c7ef6; font-weight: 600; } .remarkd .tabs .tab { display: none; padding: 10px; } .remarkd .tabs .tab:first-of-type { display: block; } .remarkd .video-container { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ } .remarkd .video-container iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .remarkd .tooltip { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); } .remarkd .well { border: 1px solid rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.03); border-radius: 6px; padding: 15px; } .remarkd sup.reference { line-height: 1em; font-size: 80%; } .remarkd sup.reference a:link { text-decoration: none; color: #0041fd; } .remarkd ol.reference li { padding: 5px; font-size: 90%; } .remarkd ol.reference li:target { background: rgba(0, 112, 243, 0.10); border-radius: 5px; } .remarkd a.reference-tobody { text-decoration: none; font-weight: 600; color: black; } .remarkd sup.reference a:target { font-weight: 600; } .remarkd h1:target, .remarkd h2:target, .remarkd h3:target, .remarkd h4:target, .remarkd h5:target, .remarkd h6:target { background: rgba(0, 112, 243, 0.10); border-radius: 5px; }
resources/css/remarkd.css
.remarkd .monospace, .remarkd code { font-family: monospace; color: #000; background: rgba(71, 87, 120, 0.1); padding: 1px 4px; border-radius: 3px; white-space: nowrap; } .remarkd .monospace { display: inline-block; } .remarkd code { display: block; overflow: auto; } .remarkd .highlight { display: inline-block; background-color: #dfeff1; padding: 0 4px; } .remarkd .hint-tip { position: relative; margin: 16px 0; padding: 12px; border: 1px solid #63b7de; border-radius: 3px; background: #e7f5f9; padding-left: 40px; } .remarkd .hint-tip:before { content: ''; position: absolute; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 352 512'%3E%3Cpath fill='%230a5aa9' d='M96.06 454.35a32.01 32.01 0 005.36 17.69l17.09 25.69a31.99 31.99 0 0026.64 14.28h61.71a31.99 31.99 0 0026.64-14.28l17.09-25.69a31.99 31.99 0 005.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45l.11.78h160.24l.11-.78c9.85-33.22 35.69-72.6 52.21-91.45A175.02 175.02 0 00352 176C352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80a16 16 0 11-32 0c0-61.76 50.24-112 112-112a16 16 0 110 32z'/%3E%3C/svg%3E") no-repeat center center; top: 8px; left: 15px; width: 14px; height: 100%; max-height: 30px; display: flex; justify-content: center; align-items: center; } .remarkd .hint-tip, .remarkd .hint-caption, .remarkd .hint-tip .hint-caption { color: #0a5aa9; } .remarkd .hint-caption { padding-right: 10px; } .remarkd .hint-important .hint-caption, .remarkd .hint-danger .hint-caption { color: #c0392b; } .remarkd .hint-important, .remarkd .hint-danger { margin: 16px 0; padding: 12px; border-left: 3px solid #c0392b; background: #f4dddb; } .remarkd .hint-note .hint-caption, .remarkd .hint-notice .hint-caption { color: #276bae; } .remarkd .hint-note, .remarkd .hint-notice { margin: 16px 0; padding: 12px; border-left: 3px solid #276bae; background: #e6f0f7; } .remarkd .hint-success .remarkd .hint-caption { color: #17964b; } .remarkd .hint-success { margin: 16px 0; padding: 12px; border-left: 3px solid #17964b; background: #e6f7e6; } .remarkd .hint-warning .hint-caption { color: #f18f0f; } .remarkd .hint-warning { margin: 16px 0; padding: 12px; border-left: 3px solid #f18f0f; background: #fcf3e3; } .remarkd table { border-collapse: separate; border-spacing: 1px; background: #BFCFDA; margin: 12px 0; word-break: normal; } .remarkd table th, .remarkd table td { text-align: left; } .remarkd table th { font-weight: bold; padding: 4px 6px; background: #F8F9FC; } .remarkd table td { background: #fff; padding: 3px 6px; } .remarkd ul.tab-header { display: flex; border-bottom: 1px solid #d8dee4; margin-bottom: 0; padding: 0; } .remarkd ul.tab-header li { display: block; } .remarkd ul.tab-header li a { color: #000000; padding: 10px; text-align: center; display: block; border-bottom: 2px solid transparent; text-decoration: none; } .remarkd ul.tab-header li a:hover { border-bottom-color: rgba(143, 143, 143, 0.2); } .remarkd ul.tab-header li a.active { border-bottom-color: #5c7ef6; font-weight: 600; } .remarkd .tabs .tab { display: none; padding: 10px; } .remarkd .tabs .tab:first-of-type { display: block; } .remarkd .video-container { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ } .remarkd .video-container iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .remarkd .tooltip { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); } .remarkd .well { border: 1px solid rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.03); border-radius: 6px; padding: 15px; } .remarkd sup.reference { line-height: 1em; font-size: 80%; } .remarkd sup.reference a:link { text-decoration: none; color: #0041fd; } .remarkd ol.reference li { padding: 5px; font-size: 90%; } .remarkd ol.reference li:target { background: rgba(0, 112, 243, 0.10); border-radius: 5px; } .remarkd a.reference-tobody { text-decoration: none; font-weight: 600; color: black; } .remarkd sup.reference a:target { font-weight: 600; } .remarkd h1:target, .remarkd h2:target, .remarkd h3:target, .remarkd h4:target, .remarkd h5:target, .remarkd h6:target { background: rgba(0, 112, 243, 0.10); border-radius: 5px; }
0.45423
0.135661
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* Luvit.io Theme */ :root { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: rgb(33, 175, 144); --ifm-color-primary-darker: rgb(31, 165, 136); --ifm-color-primary-darkest: rgb(26, 136, 112); --ifm-color-primary-light: rgb(70, 203, 174); --ifm-color-primary-lighter: rgb(102, 212, 189); --ifm-color-primary-lightest: rgb(146, 224, 208); --ifm-code-font-size: 95%; --ifm-navbar-background-color: #0594bd; --ifm-navbar-link-color: white; --ifm-navbar-link-active-color: white; --ifm-navbar-link-hover-color: white; --ifm-color-primary: #0594bd; --ifm-link-hover-color: #ff4528; --ifm-link-active-color: #ff4528; } a, a:hover, a:active, a:focus { transition: all 0.5s; text-decoration: none; font-weight: normal; } /* Navigation Bar */ .navbar__title { display: none; } .navbar__logo { height: 12pt; } .navbar__brand { height: 48px; padding: 10px; } .navbar__link:hover { border-color: #ffbf28; border-width: 2px; color: #ffbf28; } .navbar__link { text-transform: uppercase; font-size: 12pt; font-weight: normal; border: 2px solid white; display: inline-block; border-radius: 2px; padding: 5px 10px; margin: 0 0.5em; transition: all 0.25s; } .navbar__items--right > :last-child { /* The default template removes it, but that doesn't work with borders at all... */ padding: 5px 10px; } .navbar { border-bottom: 1px solid white; align-items: center; } /* Hero container (landing page) */ .hero__title img { /* It shouldn't be ENORMOUS or the text will look out of proportion */ max-width: 30vw; } .hero__container { text-align: center; max-width: 60%; margin: 0 auto; font-size: 20pt; display: flex; flex-direction: row; align-items: center; } .hero__container div { margin: 0 1rem; } .hero-button { color: white; display: inline-block; border: 2px solid white; border-radius: 2px; padding: 5pt 10pt; margin-top: 20px; transition: all 0.25s; width: 15em; } .hero-button:hover { text-decoration: none; border-color: #ffbf28; border-width: 2px; color: #ffbf28; } .hero-buttons-container { display: flex; flex-direction: column; align-items: center; } .hero-text { color: white; font-size: 12pt; margin: 0px 10px; } .hero-text:hover, .hero-text:active { color: #ffbf28; } .hero-summary-blurb { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-bottom: 2px solid #239dc0; } .hero-summary-blurb p { padding: 10px 10px; margin: 0px; } #hero-banner { padding: 2rem 0; } .hero__quickstart-button { border: 2px solid #0594bd; color: #0594bd; display: flex; justify-content: center; margin: auto; margin-bottom: 1em; } .hero__quickstart-button:hover, .hero__quickstart-button:active { border-color: #ffbf28; color: #ffbf28; } /* Can't override this in root since they defined it here... */ .footer--dark { --ifm-footer-background-color: #FFBF28; --ifm-footer-color: #000000; font-weight: 600; --ifm-footer-padding-vertical: 1em; --ifm-footer-padding-horizontal: 1em; } /* Admonitions (info/notice/warning boxes) */ .alert a { color: var(--ifm-alert-border-color); } .alert a:hover { color: #ff4528; } /* Docusaurus Defaults */ .docusaurus-highlight-code-line { background-color: rgba(0, 0, 0, 0.1); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } html[data-theme='dark'] .docusaurus-highlight-code-line { background-color: rgba(0, 0, 0, 0.3); }
src/css/custom.css
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* Luvit.io Theme */ :root { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: rgb(33, 175, 144); --ifm-color-primary-darker: rgb(31, 165, 136); --ifm-color-primary-darkest: rgb(26, 136, 112); --ifm-color-primary-light: rgb(70, 203, 174); --ifm-color-primary-lighter: rgb(102, 212, 189); --ifm-color-primary-lightest: rgb(146, 224, 208); --ifm-code-font-size: 95%; --ifm-navbar-background-color: #0594bd; --ifm-navbar-link-color: white; --ifm-navbar-link-active-color: white; --ifm-navbar-link-hover-color: white; --ifm-color-primary: #0594bd; --ifm-link-hover-color: #ff4528; --ifm-link-active-color: #ff4528; } a, a:hover, a:active, a:focus { transition: all 0.5s; text-decoration: none; font-weight: normal; } /* Navigation Bar */ .navbar__title { display: none; } .navbar__logo { height: 12pt; } .navbar__brand { height: 48px; padding: 10px; } .navbar__link:hover { border-color: #ffbf28; border-width: 2px; color: #ffbf28; } .navbar__link { text-transform: uppercase; font-size: 12pt; font-weight: normal; border: 2px solid white; display: inline-block; border-radius: 2px; padding: 5px 10px; margin: 0 0.5em; transition: all 0.25s; } .navbar__items--right > :last-child { /* The default template removes it, but that doesn't work with borders at all... */ padding: 5px 10px; } .navbar { border-bottom: 1px solid white; align-items: center; } /* Hero container (landing page) */ .hero__title img { /* It shouldn't be ENORMOUS or the text will look out of proportion */ max-width: 30vw; } .hero__container { text-align: center; max-width: 60%; margin: 0 auto; font-size: 20pt; display: flex; flex-direction: row; align-items: center; } .hero__container div { margin: 0 1rem; } .hero-button { color: white; display: inline-block; border: 2px solid white; border-radius: 2px; padding: 5pt 10pt; margin-top: 20px; transition: all 0.25s; width: 15em; } .hero-button:hover { text-decoration: none; border-color: #ffbf28; border-width: 2px; color: #ffbf28; } .hero-buttons-container { display: flex; flex-direction: column; align-items: center; } .hero-text { color: white; font-size: 12pt; margin: 0px 10px; } .hero-text:hover, .hero-text:active { color: #ffbf28; } .hero-summary-blurb { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-bottom: 2px solid #239dc0; } .hero-summary-blurb p { padding: 10px 10px; margin: 0px; } #hero-banner { padding: 2rem 0; } .hero__quickstart-button { border: 2px solid #0594bd; color: #0594bd; display: flex; justify-content: center; margin: auto; margin-bottom: 1em; } .hero__quickstart-button:hover, .hero__quickstart-button:active { border-color: #ffbf28; color: #ffbf28; } /* Can't override this in root since they defined it here... */ .footer--dark { --ifm-footer-background-color: #FFBF28; --ifm-footer-color: #000000; font-weight: 600; --ifm-footer-padding-vertical: 1em; --ifm-footer-padding-horizontal: 1em; } /* Admonitions (info/notice/warning boxes) */ .alert a { color: var(--ifm-alert-border-color); } .alert a:hover { color: #ff4528; } /* Docusaurus Defaults */ .docusaurus-highlight-code-line { background-color: rgba(0, 0, 0, 0.1); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } html[data-theme='dark'] .docusaurus-highlight-code-line { background-color: rgba(0, 0, 0, 0.3); }
0.368633
0.05875
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* --- ---- ICONS ---- --- */ @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?mz2h1t'); src: url('../fonts/icomoon.eot?mz2h1t#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?mz2h1t') format('truetype'), url('../fonts/icomoon.woff?mz2h1t') format('woff'), url('../fonts/icomoon.svg?mz2h1t#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-quill:before { content: "\e900"; } .icon-lock:before { content: "\e901"; } .icon-cog:before { content: "\e902"; } .icon-heart:before { content: "\e903"; } .icon-happy:before { content: "\e904"; } .icon-happy2:before { content: "\e905"; } .icon-wink:before { content: "\e906"; } .icon-wink2:before { content: "\e907"; } .icon-grin:before { content: "\e908"; } .icon-grin2:before { content: "\e909"; } .icon-cool:before { content: "\e90a"; } .icon-cool2:before { content: "\e90b"; } .icon-shocked:before { content: "\e90c"; } .icon-shocked2:before { content: "\e90d"; } .icon-confused:before { content: "\e90e"; } .icon-confused2:before { content: "\e90f"; } .icon-hipster:before { content: "\e910"; } .icon-hipster2:before { content: "\e911"; } .icon-youtube2:before { content: "\e912"; } /* --- ---- GENERAL ---- --- */ body { background-color: #E8E8E8; font-family: "Open Sans", Arial, sans-serif; } div.wrap-main { max-width: 1110px; margin: auto; box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; } a { color: inherit; } .ripple { cursor: pointer; margin: auto; overflow: hidden; } .ink { display: block; position: absolute; background: #fff; background: rgba(255, 255, 255, 0.3); border-radius: 100%; transform: scale(0); } .animate { animation: ripple 0.5s linear; } @keyframes ripple { 100% { opacity: 0; transform: scale(2.5); } } ::selection { background-color: #ff9797; background-color: rgba(248, 102, 76, 0.24); } .btn { display: inline-block; text-align: center; font-family: "Open Sans", sans-serif; color: #fff; background-color: #2D3039; text-decoration: none; text-transform: uppercase; font-size: 15px; font-weight: 500; padding: 12px 20px; letter-spacing: 0.2px; position: relative; transition: all 0.25s; } .btn:after { content: ''; position: absolute; z-index: 1; transition: all 0.25s; width: 0; height: 100%; top: 0; left: 0; background: #fff; background: rgba(255,255,255,.5); } .btn:hover:after, .btn:active:after { width: 100%; } b { font-weight: bold; } /* --- ---- GENERAL ---- --- */ #hdr { margin-bottom: 65px; } nav.main { background-color: #f8664c; border-bottom: 5px solid; border-color: #e3573e!important; position: relative; } nav.main>.wrap { max-width: 1070px; margin: auto; position: relative; } nav.break { display: none; } nav.main .right { position: absolute; top: 0; right: 0; } nav.main .banner-wrap { text-align: center; } nav.main .banner { display: inline-block; width: 100%; margin-left: -77px; max-width: 155px; height: 170px; position: absolute; top:-32px; background-image: url('../img/alpha.png'); background-size: 155px 170px; transition: all linear .1s; z-index: 100; } nav.main .banner:hover { top: -24px; } nav.main nav.links a { display: inline-block; font-size: 30px; font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; margin: 18px 22px; margin-top: 23px; font-weight: 300!important; position: relative; color: #303030; opacity: .9; text-decoration: none; overflow: hidden; padding: 0 4px; height: 0.9em; } nav.main nav.links a span { position: relative; display: inline-block; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; -ms-transition: -ms-transform 0.3s; -o-transition: -o-transform 0.3s; transition: transform 0.3s; } nav.main nav.links a span::before { position: absolute; top: 100%; content: attr(data-hover); color: #fff; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } nav.main nav.links a:hover span, nav.main nav.links a:focus span { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } nav.main nav.links .inactive { opacity: .2; } #menu-btn { display: none; } /* --- ---- QUICK NEWS ---- --- */ article.quick-news { margin: auto; margin-top: 0; margin-bottom: 22px; color: #000; color: rgba(0,0,0,.5); background-color: #e1ffce; border-left: 4px solid #5ab262; padding: 12px 5px; font-size: 15px; position: relative; box-shadow: none; box-shadow: 0 3px 5px rgba(0,0,0,.06); max-width: 1096px; } article.quick-news.rouge { background-color: #ffcccc; border-left-color: #db6a6a; } article.quick-news.orange { background-color: #ffebcc; border-left-color: #f7c097; } article.quick-news.rouge, article.quick-news.orange { padding: 12px 30px; max-width: 1046px; } article.quick-news p { text-align: left; margin-left: 20px; } article.quick-news p strong { font-weight: 700; } article.quick-news p em { font-style: italic; } article.quick-news.rouge p:before, article.quick-news.orange p:before { content: '!'; font-weight: 700; opacity: .5; font-size: 28px; position: absolute; top: 8%; left: 20px; color: #f7c097; } article.quick-news.rouge p:before { color: #db6a6a; } /* --- ---- SLIDER ---- --- */ .unslider{overflow:auto;margin:0;padding:0;position:relative}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px} .unslider-nav { position: absolute; top: 375px; margin-left: auto; margin-right: auto; left: 0; right: 0; } .unslider-nav ol { list-style: none; text-align: center; } .unslider-nav ol li { display: inline-block; width: 6px; height: 6px; margin: 0 5px; background: transparent; border-radius: 5px; overflow: hidden; text-indent: -999em; border: 2px solid #fff; cursor: pointer; } .unslider-nav ol li.unslider-active { background: #fff; cursor: default; } .slider li { height: 400px; overflow: hidden; background-size: 100% auto; background-position: 50%; position: relative; } .slider li a { display: block; text-decoration: none; color: #2D3039; } .slider li .content { background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.2); position: absolute; max-width: 357px; top: 62px; margin-left: auto; margin-right: auto; left: 0; right: 0; padding: 31px 48px; } .slider li .content .cat { text-align: center; margin-bottom: 10px; } .slider li .content .cat b { color: #930009; font-weight: 600; text-transform: uppercase; display: inline; font-size: 14px; } .slider li .content .title { font-family: "Roboto Condensed"; text-transform: uppercase; font-weight: 400; font-size: 27px; padding: 15px 0; padding-bottom: 12px; border-top: 1px solid #2D3039; border-bottom: 1px solid #2D3039; text-align: center; line-height: 1.2; } .slider li .content .excerpt { font-size: 18px; margin-top: 20px; line-height: 1.5; } /* --- ---- POSTS LIST ---- --- */ section.main { padding: 50px; } h2.news { font-size: 25px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px #eee dotted; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; } h1.cat { display: block; background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.06); font-size: 26px; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; padding: 26px 36px; color: #878ea3; } h1.cat b { color: #2D3039; } section.posts { width: 50%; display: inline-block; border-right: solid #eee 2px; padding-right: 4%; } .wrap-main.posts { box-shadow: none; background: none; position: relative; } section.posts.full { width: 100%; border-right: none; padding-right: 0; border-bottom: none; margin-top: -50px; } section.posts.full .post { padding: 0; box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; margin-bottom: 20px; } section.posts.full .post .wrap { padding: 30px 40px; padding-bottom: 20px; } section.posts.full .post header { padding-bottom: 18px; border-bottom: solid #efefef 1px; } section.posts ul li { list-style: none; position: relative; } .post { margin: 10px 0; padding: 10px 0; padding-bottom: 20px; border-bottom: 1px solid #eee; } .post:last-child { border-bottom: none; padding-bottom: 0; } .post a { text-decoration: none; } .post .thumbnail-break { display: none; } .post h3.title { position: relative; padding-left: 10px; } .post h3.title:before { content: '\203A'; position: absolute; top: -1px; left: 0; } .post span.title { display: inline-block; font-family: "Roboto Condensed", sans-serif; font-size: 18px; text-transform: none; text-decoration: none; color: #2D3039; position: relative; margin-top: -3px; max-width: calc(100% - 150px); } .post span.title:after { content: ''; width: 0; position: absolute; left: 0; bottom: -2px; opacity: .8; border-width: 0 0 1px; border-style: solid; transition: all 0.25s; } .post span.title:hover:after, .post span.title:active:after { width: 100%; } .post a.title:hover:after, .post a.title:active:after { width: 100%; } .post .infos { opacity: .5; position: absolute; top: 10px; right: 0; } .post .infos-break { display: none; } .full .post .infos { opacity: 1; display: block; color: #ccc; position: relative; top: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; margin-top: 12px; } .full .post .infos .cat { display: inline-block; border-radius: 3px; background-color: #bbb; color: #fff; padding: 2px 5px; height: 20px; } .post .excerpt { margin-top: 15px; display: block; overflow: hidden; opacity: 1; line-height: 1.5; position: relative; } .post .excerpt .text { opacity: 1; display: block; color: inherit; color: rgba(45, 48, 57, 0.6); } .full .post .excerpt .text { height: 145px; overflow: hidden; } .post .thumbnail, .post .thumbnail-break { float: left; display: block; margin-right: 20px; width: 250px; max-width: 250px; height: 175px; overflow: hidden; border-radius: 6px; box-shadow: 0 3px 5px rgba(0,0,0,.06); text-align: center; background-size: 150%; background-position: center; background-color: #2D3039; } .post .thumbnail-break { display: none; } .post .thumbnail img { display: block; margin: auto; max-width: 300px; } .post .read-more { position: absolute; bottom: 0; right: 0; opacity: .4; background-color: #fff; } .posts .pagination { text-transform: uppercase; font-weight: bold; text-align: center; position: relative; } .posts .pagination p { opacity: .5; display: inline-block; } .posts .pagination div { display: inline-block; top: 0; position: relative; max-width: 156px; z-index: 100; background-color: #E8E8E8; padding: 0 12px; } .posts .pagination div a { text-decoration: none; opacity: .8; } .posts .pagination:after, .posts .pagination:before { content: ''; width: 100%; max-width: 390px; position: absolute; right: 0; bottom: 50%; border-width: 0 0 1px; border-style: solid; border-color: #b7b8ba; } .posts .pagination:before { left: 0; } .posts .pagination a:hover { text-decoration: underline; } .posts .pagination div:first-child a:before, .posts .pagination div:first-child a:after { content: '\25C0'; margin-right: 5px; font-size: .6em; vertical-align: 2px; } .posts .pagination div:last-child a:after { content: '\25B6'; margin-left: 5px; } /* --- ---- PAGE / SINGLE POST ---- --- */ .wrap-main>.thumbnail { width: 100%; height: 260px; overflow: hidden; position: relative; background-size: 100%; background-position: center; background-color: #2D3039; background-repeat: no-repeat; } .wrap-main>.thumbnail .cat { position: absolute; top: 71px; display: inline; color: #7E0008; text-transform: uppercase; text-decoration: none; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; margin-bottom: 10px; background-color: #fff; background-color: rgba(255,255,255,.4); padding: 10px 40px; } .wrap-main>.thumbnail .title { position: absolute; top: 105px; display: block; font-family: "Roboto Condensed", sans-serif; font-size: 28px; text-transform: uppercase; text-decoration: none; color: #2D3039; margin-bottom: 40px; background-color: #fff; padding: 20px 40px; } section.page { max-width: 55%; display: inline-block; border-right: solid #eee 2px; padding-right: 4%; } .single .title { font-size: 25px; padding-bottom: 20px; margin-bottom: 15px; margin-top: 10px; border-bottom: 2px #eee dotted; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; } .wrap-main.page>.main { padding-top: 35px; padding-bottom: 35px; } .single.page .title { font-size: 35px; margin-top: 0; margin-bottom: 25px; padding-bottom: 25px; } .single .break { display: none; } .single .post-content { line-height: 1.5; color: #323232; margin-top: 10px; } .single .post-content p:first-child { margin-top: 0; } .single .post-content p { margin-bottom: 25px; margin-top: 25px; } .single .infos { font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 17px; text-transform: uppercase; color: #000; margin-top: 20px; padding-bottom: 30px; border-bottom: 2px #eee dotted; position: relative; } .single .infos p { opacity: 0.25; } .single .infos .socials { position: absolute; top: -4px; right: 0; cursor: default; } .single .infos .socials li { display: inline-block; margin-left: 4px; } .single .infos .socials a { display: inline-block; padding: 5px 8px; background-color: #3b5998; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; text-transform: none; font-weight: 400; text-decoration: none; border-radius: 3px; transition: all ease .3s; cursor: pointer; } .single .infos .socials a:hover { box-shadow: 0 2px 5px rgba(0,0,0,.2); transform: translateY(-2px); transition: all ease .1s; } .single .infos .socials a.twitter { background-color: #1da1f2; } .single .comments-title { font-family: "Roboto Condensed", sans-serif; font-size: 28px; text-transform: uppercase; text-decoration: none; color: #2D3039; position: relative; margin-top: 30px; margin-bottom: 40px; } .comments #disqus_thread { margin-top: -25px; } /* --- ---- FORMATTING / STYLING (POSTS & PAGES) ---- --- */ .post-content strong { font-weight: bold; } .post-content em { font-style: italic; } .post-content hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 2px solid #ebecef; box-sizing: content-box; height: 0; } .post-content a { color: #282d3e; cursor: pointer; text-decoration: none; border-bottom: 1px solid #ebecef; font-weight: 600; } .post-content a:hover { text-decoration: none; border-color: #282d3e; } .post-content del { text-decoration: line-through; } .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { line-height: 1.3; } .post-content h1 { font-size: 160%; font-weight: bold; } .post-content h2 { font-size: 120%; font-weight: bold; } .post-content h3 { font-size: 100%; font-weight: bold; text-transform: uppercase; } .post-content ul { list-style: disc outside; } .post-content ul li { margin-top: 8px; margin-left: 4%; } .post-content blockquote { background: #f9f9f9; border-left: 3px solid #ddd; margin: 20px 0; padding: 30px 30px; quotes: "\201C""\201D""\2018""\2019"; font-family: "Open Sans"; } .post-content blockquote:before { color: #ccc; content: open-quote; font-size: 3em; line-height: 0.1em; margin-right: 10px; vertical-align: -15px; } .post-content blockquote p { display: inline; font-family: "Open Sans"; opacity: .8; } .post-content code { font-family: "Roboto Mono", sans-serif; background-color: #e1f1f2; padding: 3px 8px; border-radius: 3px; border: 1px solid #ccdfe0; } .post-content img { max-width: 100%; height: auto; display: block; } .post-content img.aligncenter { margin: auto; } .post-content figure { display: table; margin: auto; } .post-content figure figcaption { display: table-caption; caption-side: bottom; background-color: #a7a7a7; opacity: .5; padding: 8px 5px; font-size: 0.9em; text-align: center; } .post-content figure figcaption a { border-color: #282d3e; border-color: rgba(40, 45, 62, 0.5); } .post-content img.alignright { float: right; margin-left: 20px; margin-bottom: 20px; } /* --- ---- SIDEBAR ---- --- */ section.page + aside.sidebar { width: 35%; } section.page + aside.sidebar .hide { display: block; } section.page + aside.sidebar .ip:focus { border-top-right-radius: 0; } section.page + aside.sidebar .ip + .copy { right: -4px; left: inherit; } aside.sidebar { display: inline-block; vertical-align: top; margin-left: 5%; width: 40%; } .sidebar .wrap { margin: auto; width: 100%; } /* --- ---- SIDEBAR - SERVEURS ---- --- */ .sidebar .wrap-ip { position: relative; } .sidebar .ip { background-color: #cfd; border: 2px solid #aeb; cursor: pointer; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 20px; padding: 7px 0; color: #050; border-radius: 8px; width: 100%; text-align: center; transition: all 0.2s; } .sidebar .ip + .copy { position: absolute; top: -36px; left: 175px; cursor: pointer; background-color: #cfd; border: 2px solid #aeb; border-bottom: none; font-weight: 700; padding: 10px; max-width: 70px; color: #589057; text-align: center; border-radius: 7px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; transition: opacity .2s, top .2s, z-index 0s 0.2s; opacity: 0; z-index: -1; } .sidebar .ip:focus + .copy { transition: opacity .2s, top 0s; top: -39px; z-index: 1; opacity: 1; } .sidebar .ip:hover, .sidebar .ip:focus { box-shadow: 0 3px 0 #aee5bd; transform: translate(0px,-3px); } .sidebar .ip:focus { border: 2px solid #aeb; color: #549063; box-shadow: 0 3px 0 #aee5bd; } .sidebar .twitter { margin-top: 50px; } .sidebar .discord { margin-top: 40px; } .sidebar .discord a { display: block; background: url('https://discordapp.com/assets/35d75407bd75d70e84e945c9f879bab8.svg') #738bd7 no-repeat; background-size: 124px 34px; background-position: 20px 14px; padding: 20px; color: #fff; text-decoration: none; text-align: right; border-radius: 5px; margin-bottom: 20px; transition: all ease .3s; font-size: 15px; } .sidebar .discord a:hover { transition: all ease .1s; display: block; background-color: #5f73b2; } section.single .sidebar .discord a .break { display: none; } .sidebar h1.title { font-size: 25px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px #eee dotted; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; } .sidebar h1.title.hide { display: none; } .sidebar h1.title.break { display: none; } /* --- ---- SIDEBAR - PLAYERS ---- --- */ .sidebar .alpha { color: #666d83; font-size: 20px; font-weight: 300; margin-top: 16px; position: relative; } .sidebar .alpha .bar { background-color: #eee; height: 1px; width: 100%; margin-top: 26px; } .sidebar .alpha .right { position: absolute; top: -10px; right: 0; text-align: right; background-color: #fff; padding-left: 15px; } .sidebar .alpha .state { display: inline-block; margin-right: 20px; height: 10px; width: 10px; vertical-align: top; margin-top: 5px; background-size: 10px 10px; } .sidebar .alpha .state.on { background-image: url(../img/on.png); } .sidebar .alpha .state.off { background-image: url(../img/off.png); } .sidebar .alpha .players { display: inline-block; vertical-align: top; } .sidebar .alpha .o { color: #2D3039; font-weight: 700; } /* --- ---- FOOTER ---- --- */ a.admin { opacity: .3; font-size: 14px; float: right; text-decoration: none; margin-top: 5px; } footer.main { margin-top: 60px; background-color: #2D3039; color: #777; padding: 62px 0; position: relative; padding-bottom: 97px; } footer.main:hover p.left { opacity: 1; } footer.main .wrap { max-width: 1170px; padding: 0 40px; margin: auto; position: relative; } footer.main a { color: #c9c9c9; text-decoration: none; position: relative; } footer.main .right a { font-weight: 400; color: #454a57; } footer.main a:after { content: ''; width: 0; position: absolute; left: 0; bottom: 1px; border-width: 0 0 1px; border-style: solid; transition: all 0.25s; } footer.main a:hover:after, footer.main a:active:after { width: 100%; } footer.main .right a:hover:after, footer.main .right a:active:after { width: 0; } footer.main p.left { cursor: default; opacity: .7; transition: all ease .1s; } footer.main p.right { position: absolute; top: 0; right: 40px; max-width: 650px; text-align: right; cursor: default; } footer.main nav.foot { text-align: center; position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0; bottom: 0; padding: 15px 0; background-color: #292b31; opacity: .5; font-size: 13px; } /* --- ---- ERRORS ---- --- */ .posts .no-result { background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.06); padding: 28px 38px; font-family: "Roboto Condensed", sans-serif; font-size: 22px; text-decoration: none; color: #2D3039; position: relative; } .posts .no-result b { color: #7e0008; } .posts .no-result a { float: right; } .post .error { color: #a00000; } .page p.error { color: #7e0008; font-size: 8em; text-align: center; } .page p.not-found { color: #2D3039; font-size: 28px; text-align: center; } .posts .no-result a { float: right; } /* --- ---- 404 ---- --- */ .not-found { text-align: center; font-family: 'Roboto Condensed', sans-serif; margin-top: 15%; } .not-found h1 { font-size: 150px; font-family: 'Robot Condensed', sans-serif; } .not-found h3 { margin-top: 10px; font-size: 20px; } @keyframes not-found { 0% {opacity: 1;} 33% {opacity: .6} 66% {opacity: 1;} } .not-found h1 span { animation-name: not-found; animation-duration: 2s; animation-iteration-count: infinite; } .not-found h1 span:nth-child(2) { animation-delay: .1s; } .not-found h1 span:nth-child(3) { animation-delay: .2s; } .not-found a { max-width: 280px; margin: auto; display: block; font-size: 27px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; background-color: #E9E9E9; padding: 12px 37px; padding-top: 14px; border-radius: 30px; cursor: pointer; transition: all ease .3s; text-decoration: none; color: #000; margin-top: 20px; } .not-found a:hover { transition: all ease .1s; background-color: #f8664c; box-shadow: 3px 3px 20px rgba(0,0,0,.1); } .not-found a:active { transition: all ease .1s; background-color: #f8664c; box-shadow: 3px 3px 20px rgba(0,0,0,.1), inset 2px 2px 20px rgba(0,0,0,.1); } /* --- ---- ERRORS ---- --- */ .posts .no-result { background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.06); padding: 28px 38px; font-family: "Roboto Condensed", sans-serif; font-size: 22px; text-decoration: none; color: #2D3039; position: relative; } .posts .no-result b { color: #7e0008; } .posts .no-result a { float: right; } .post .error { color: #a00000; } .page p.error { color: #7e0008; font-size: 8em; text-align: center; } .page p.not-found { color: #2D3039; font-size: 28px; text-align: center; } .posts .no-result a { float: right; } /* --- ---- ICONS ---- --- */ .icon-heart.red { color: #ff6a6a; } /* --- ---------------- --- */ @media screen and (max-width: 1100px) { section.posts { width: 50%; } aside.sidebar { width: 40%; } .sidebar .discord a .break { display: none; } section.main { padding: 5%; } a.admin { display: none; } } @media screen and (max-width: 1000px) { #hdr { margin-bottom: 60px; } nav.main { height: 50px; } nav.main nav.links { display: none; } nav.break { position: relative; width: 100%; display: block; background-color: #2D3039; box-shadow: 0 2px 3px rgba(0,0,0,.2); } nav.break ul { text-align: center } nav.break li { display: inline-block; margin: 0 1%; } nav.break .center { margin: 12px 9%; } nav.break a { display: block; text-decoration: none; font-size: 19px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 300!important; color: #fff; padding: 12px; } section.posts { width: 55%; } aside.sidebar { width: 35%; } } @media screen and (max-width: 900px) { section.page + aside.sidebar { margin-top: 25px; } .slider li { height: 355px; } .slider li .content { top: 32px; } .unslider-nav { top: 320px !important; } /* --- POST --- */ .wrap-main>.thumbnail { height: 150px; box-shadow: 0 2px 3px rgba(0,0,0,.2); } .wrap-main>.thumbnail .cat { display: none; } .wrap-main>.thumbnail .title { display: none; } .single .content .title.break { display: block; } } @media screen and (max-width: 800px) { #hdr { margin-bottom: 0; } .wrap-main.page { margin-top: 30px; } nav.main { padding-top: 14px; text-align: center; } nav.main .banner-wrap { text-align: left; } nav.main .banner { margin-left: 17px; background-image: url('../img/alpha.png'); background-size: 124px 136px; max-width: 124px; height: 136px; } nav.main .banner:hover { top: -24px; } #menu-btn { display: block; color: #fff; margin-left: 80px; font-size: 25px; text-transform: uppercase; position: absolute; right: 8%; top: 11px; cursor: pointer; padding: 10px 16px; font-weight: 300; transition: all 0.2s ease; } #menu-btn .hamburger { width: 20px; height: auto; float: right; margin-top: 5px; margin-left: 10px; transition: all ease .6s; opacity: .9; pointer-events:none; } #menu-btn.show .hamburger { transform: rotate(270deg); transition: all ease .4s; } #menu-btn .hamburger span { display: block; width: 100%; height: 2px; background-color: #fff; margin-bottom: 4px; border-radius: 0; transition: all ease .6s; } #menu-btn.show .hamburger span { transition: all ease .4s; } #menu-btn.show .hamburger span:first-child { width: 60%; transform: rotate(-45deg); margin-top: 2px; } #menu-btn.show .hamburger span:nth-child(2) { width: 90%; margin-left: 10%; margin-top: -2px; margin-bottom: 2px; } #menu-btn.show .hamburger span:last-child { width: 60%; transform: rotate(45deg); } nav.break { background-color: #2D3039; box-shadow: none; display: none; } nav.break.show { display: block; } nav.break ul li { display: block; } nav.break ul li.center { display: none; } nav.break ul li a { margin: auto; width: 100%; padding: 20px 0; border-bottom: 2px solid #fff; border-bottom: 2px solid rgba(255,255,255,.1); overflow: hidden; } nav.break ul li:last-child a { padding-bottom: 27px; border-bottom: none; } article.quick-news { display: none; } section.posts.full { box-shadow: none; background-color: transparent; padding: 0; margin-top: 0; } section.posts.full .post .excerpt .text { height: 75px; } section.posts.full .post .thumbnail { display: none; } section.posts.full .post .thumbnail-break, section.posts .post .thumbnail-break { float: none; width: 100%; max-width: 100%; border-radius: 0; height: 300px; } section.posts.full .post .thumbnail-break { display: block; } footer.main .wrap { text-align: center; } footer.main p.left { text-align: center; } footer.main p.right { position: relative; right: 0; text-align: center; margin-bottom: -35px; margin-top: 35px; } } @media screen and (max-width: 700px) { div.wrap-main:not(.page) { box-shadow: none; background-color: transparent; } section.posts { width: 100%; border-right: none; padding-right: 0; } section.posts h2.news { display: none; } section.posts .post { box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; padding: 0; margin-bottom: 30px; } section.posts .post .thumbnail-break { display: block; } section.posts .post .wrap { padding: 30px 40px; padding-bottom: 20px; } section.posts .post header { padding-bottom: 18px; border-bottom: solid #efefef 1px; } section.posts .infos { display: none; } section.posts .post .infos-break { opacity: 1; display: block; color: #ccc; position: relative; top: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; margin-top: 12px; } section.posts .post .infos-break .cat { display: inline-block; border-radius: 3px; background-color: #bbb; color: #fff; padding: 2px 5px; height: 20px; } aside.sidebar, section.page + aside.sidebar { box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; display: block; padding: 6% 8%; width: 74%; margin: auto; margin-top: 30px; } .sidebar h1.title.break { display: block; } .slider { display: none; } /* --- POST --- */ section.page { box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; padding: 6% 6%; width: 88%; border-right: none; max-width: 100%; } } @media screen and (max-width: 580px) { #hdr { margin-bottom: 30px; } .wrap-main:not(.page) section.main { padding: 0; } section.posts.full { padding: 0; width: 100%; } aside.sidebar, section.page + aside.sidebar { padding: 6% 4%; width: 92%; } section.posts .post .wrap, section.posts.full .post .wrap { padding: 20px 5%; } section.posts .post { margin-bottom: 20px; } section.posts .post span.title { max-width: 100%; } section.posts .post .thumbnail-break, section.posts.full .post .thumbnail-break { height: 200px; } section.posts.full { margin-top: -10px; } .slider { display: none; } } @media screen and (max-width: 350px) { .wrap-main>.thumbnail { height: 100px; background-size: 150%; } section.posts .post .thumbnail-break { height: 150px; } }
css/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* --- ---- ICONS ---- --- */ @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?mz2h1t'); src: url('../fonts/icomoon.eot?mz2h1t#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?mz2h1t') format('truetype'), url('../fonts/icomoon.woff?mz2h1t') format('woff'), url('../fonts/icomoon.svg?mz2h1t#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-quill:before { content: "\e900"; } .icon-lock:before { content: "\e901"; } .icon-cog:before { content: "\e902"; } .icon-heart:before { content: "\e903"; } .icon-happy:before { content: "\e904"; } .icon-happy2:before { content: "\e905"; } .icon-wink:before { content: "\e906"; } .icon-wink2:before { content: "\e907"; } .icon-grin:before { content: "\e908"; } .icon-grin2:before { content: "\e909"; } .icon-cool:before { content: "\e90a"; } .icon-cool2:before { content: "\e90b"; } .icon-shocked:before { content: "\e90c"; } .icon-shocked2:before { content: "\e90d"; } .icon-confused:before { content: "\e90e"; } .icon-confused2:before { content: "\e90f"; } .icon-hipster:before { content: "\e910"; } .icon-hipster2:before { content: "\e911"; } .icon-youtube2:before { content: "\e912"; } /* --- ---- GENERAL ---- --- */ body { background-color: #E8E8E8; font-family: "Open Sans", Arial, sans-serif; } div.wrap-main { max-width: 1110px; margin: auto; box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; } a { color: inherit; } .ripple { cursor: pointer; margin: auto; overflow: hidden; } .ink { display: block; position: absolute; background: #fff; background: rgba(255, 255, 255, 0.3); border-radius: 100%; transform: scale(0); } .animate { animation: ripple 0.5s linear; } @keyframes ripple { 100% { opacity: 0; transform: scale(2.5); } } ::selection { background-color: #ff9797; background-color: rgba(248, 102, 76, 0.24); } .btn { display: inline-block; text-align: center; font-family: "Open Sans", sans-serif; color: #fff; background-color: #2D3039; text-decoration: none; text-transform: uppercase; font-size: 15px; font-weight: 500; padding: 12px 20px; letter-spacing: 0.2px; position: relative; transition: all 0.25s; } .btn:after { content: ''; position: absolute; z-index: 1; transition: all 0.25s; width: 0; height: 100%; top: 0; left: 0; background: #fff; background: rgba(255,255,255,.5); } .btn:hover:after, .btn:active:after { width: 100%; } b { font-weight: bold; } /* --- ---- GENERAL ---- --- */ #hdr { margin-bottom: 65px; } nav.main { background-color: #f8664c; border-bottom: 5px solid; border-color: #e3573e!important; position: relative; } nav.main>.wrap { max-width: 1070px; margin: auto; position: relative; } nav.break { display: none; } nav.main .right { position: absolute; top: 0; right: 0; } nav.main .banner-wrap { text-align: center; } nav.main .banner { display: inline-block; width: 100%; margin-left: -77px; max-width: 155px; height: 170px; position: absolute; top:-32px; background-image: url('../img/alpha.png'); background-size: 155px 170px; transition: all linear .1s; z-index: 100; } nav.main .banner:hover { top: -24px; } nav.main nav.links a { display: inline-block; font-size: 30px; font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; margin: 18px 22px; margin-top: 23px; font-weight: 300!important; position: relative; color: #303030; opacity: .9; text-decoration: none; overflow: hidden; padding: 0 4px; height: 0.9em; } nav.main nav.links a span { position: relative; display: inline-block; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; -ms-transition: -ms-transform 0.3s; -o-transition: -o-transform 0.3s; transition: transform 0.3s; } nav.main nav.links a span::before { position: absolute; top: 100%; content: attr(data-hover); color: #fff; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } nav.main nav.links a:hover span, nav.main nav.links a:focus span { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } nav.main nav.links .inactive { opacity: .2; } #menu-btn { display: none; } /* --- ---- QUICK NEWS ---- --- */ article.quick-news { margin: auto; margin-top: 0; margin-bottom: 22px; color: #000; color: rgba(0,0,0,.5); background-color: #e1ffce; border-left: 4px solid #5ab262; padding: 12px 5px; font-size: 15px; position: relative; box-shadow: none; box-shadow: 0 3px 5px rgba(0,0,0,.06); max-width: 1096px; } article.quick-news.rouge { background-color: #ffcccc; border-left-color: #db6a6a; } article.quick-news.orange { background-color: #ffebcc; border-left-color: #f7c097; } article.quick-news.rouge, article.quick-news.orange { padding: 12px 30px; max-width: 1046px; } article.quick-news p { text-align: left; margin-left: 20px; } article.quick-news p strong { font-weight: 700; } article.quick-news p em { font-style: italic; } article.quick-news.rouge p:before, article.quick-news.orange p:before { content: '!'; font-weight: 700; opacity: .5; font-size: 28px; position: absolute; top: 8%; left: 20px; color: #f7c097; } article.quick-news.rouge p:before { color: #db6a6a; } /* --- ---- SLIDER ---- --- */ .unslider{overflow:auto;margin:0;padding:0;position:relative}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px} .unslider-nav { position: absolute; top: 375px; margin-left: auto; margin-right: auto; left: 0; right: 0; } .unslider-nav ol { list-style: none; text-align: center; } .unslider-nav ol li { display: inline-block; width: 6px; height: 6px; margin: 0 5px; background: transparent; border-radius: 5px; overflow: hidden; text-indent: -999em; border: 2px solid #fff; cursor: pointer; } .unslider-nav ol li.unslider-active { background: #fff; cursor: default; } .slider li { height: 400px; overflow: hidden; background-size: 100% auto; background-position: 50%; position: relative; } .slider li a { display: block; text-decoration: none; color: #2D3039; } .slider li .content { background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.2); position: absolute; max-width: 357px; top: 62px; margin-left: auto; margin-right: auto; left: 0; right: 0; padding: 31px 48px; } .slider li .content .cat { text-align: center; margin-bottom: 10px; } .slider li .content .cat b { color: #930009; font-weight: 600; text-transform: uppercase; display: inline; font-size: 14px; } .slider li .content .title { font-family: "Roboto Condensed"; text-transform: uppercase; font-weight: 400; font-size: 27px; padding: 15px 0; padding-bottom: 12px; border-top: 1px solid #2D3039; border-bottom: 1px solid #2D3039; text-align: center; line-height: 1.2; } .slider li .content .excerpt { font-size: 18px; margin-top: 20px; line-height: 1.5; } /* --- ---- POSTS LIST ---- --- */ section.main { padding: 50px; } h2.news { font-size: 25px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px #eee dotted; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; } h1.cat { display: block; background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.06); font-size: 26px; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; padding: 26px 36px; color: #878ea3; } h1.cat b { color: #2D3039; } section.posts { width: 50%; display: inline-block; border-right: solid #eee 2px; padding-right: 4%; } .wrap-main.posts { box-shadow: none; background: none; position: relative; } section.posts.full { width: 100%; border-right: none; padding-right: 0; border-bottom: none; margin-top: -50px; } section.posts.full .post { padding: 0; box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; margin-bottom: 20px; } section.posts.full .post .wrap { padding: 30px 40px; padding-bottom: 20px; } section.posts.full .post header { padding-bottom: 18px; border-bottom: solid #efefef 1px; } section.posts ul li { list-style: none; position: relative; } .post { margin: 10px 0; padding: 10px 0; padding-bottom: 20px; border-bottom: 1px solid #eee; } .post:last-child { border-bottom: none; padding-bottom: 0; } .post a { text-decoration: none; } .post .thumbnail-break { display: none; } .post h3.title { position: relative; padding-left: 10px; } .post h3.title:before { content: '\203A'; position: absolute; top: -1px; left: 0; } .post span.title { display: inline-block; font-family: "Roboto Condensed", sans-serif; font-size: 18px; text-transform: none; text-decoration: none; color: #2D3039; position: relative; margin-top: -3px; max-width: calc(100% - 150px); } .post span.title:after { content: ''; width: 0; position: absolute; left: 0; bottom: -2px; opacity: .8; border-width: 0 0 1px; border-style: solid; transition: all 0.25s; } .post span.title:hover:after, .post span.title:active:after { width: 100%; } .post a.title:hover:after, .post a.title:active:after { width: 100%; } .post .infos { opacity: .5; position: absolute; top: 10px; right: 0; } .post .infos-break { display: none; } .full .post .infos { opacity: 1; display: block; color: #ccc; position: relative; top: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; margin-top: 12px; } .full .post .infos .cat { display: inline-block; border-radius: 3px; background-color: #bbb; color: #fff; padding: 2px 5px; height: 20px; } .post .excerpt { margin-top: 15px; display: block; overflow: hidden; opacity: 1; line-height: 1.5; position: relative; } .post .excerpt .text { opacity: 1; display: block; color: inherit; color: rgba(45, 48, 57, 0.6); } .full .post .excerpt .text { height: 145px; overflow: hidden; } .post .thumbnail, .post .thumbnail-break { float: left; display: block; margin-right: 20px; width: 250px; max-width: 250px; height: 175px; overflow: hidden; border-radius: 6px; box-shadow: 0 3px 5px rgba(0,0,0,.06); text-align: center; background-size: 150%; background-position: center; background-color: #2D3039; } .post .thumbnail-break { display: none; } .post .thumbnail img { display: block; margin: auto; max-width: 300px; } .post .read-more { position: absolute; bottom: 0; right: 0; opacity: .4; background-color: #fff; } .posts .pagination { text-transform: uppercase; font-weight: bold; text-align: center; position: relative; } .posts .pagination p { opacity: .5; display: inline-block; } .posts .pagination div { display: inline-block; top: 0; position: relative; max-width: 156px; z-index: 100; background-color: #E8E8E8; padding: 0 12px; } .posts .pagination div a { text-decoration: none; opacity: .8; } .posts .pagination:after, .posts .pagination:before { content: ''; width: 100%; max-width: 390px; position: absolute; right: 0; bottom: 50%; border-width: 0 0 1px; border-style: solid; border-color: #b7b8ba; } .posts .pagination:before { left: 0; } .posts .pagination a:hover { text-decoration: underline; } .posts .pagination div:first-child a:before, .posts .pagination div:first-child a:after { content: '\25C0'; margin-right: 5px; font-size: .6em; vertical-align: 2px; } .posts .pagination div:last-child a:after { content: '\25B6'; margin-left: 5px; } /* --- ---- PAGE / SINGLE POST ---- --- */ .wrap-main>.thumbnail { width: 100%; height: 260px; overflow: hidden; position: relative; background-size: 100%; background-position: center; background-color: #2D3039; background-repeat: no-repeat; } .wrap-main>.thumbnail .cat { position: absolute; top: 71px; display: inline; color: #7E0008; text-transform: uppercase; text-decoration: none; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; margin-bottom: 10px; background-color: #fff; background-color: rgba(255,255,255,.4); padding: 10px 40px; } .wrap-main>.thumbnail .title { position: absolute; top: 105px; display: block; font-family: "Roboto Condensed", sans-serif; font-size: 28px; text-transform: uppercase; text-decoration: none; color: #2D3039; margin-bottom: 40px; background-color: #fff; padding: 20px 40px; } section.page { max-width: 55%; display: inline-block; border-right: solid #eee 2px; padding-right: 4%; } .single .title { font-size: 25px; padding-bottom: 20px; margin-bottom: 15px; margin-top: 10px; border-bottom: 2px #eee dotted; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; } .wrap-main.page>.main { padding-top: 35px; padding-bottom: 35px; } .single.page .title { font-size: 35px; margin-top: 0; margin-bottom: 25px; padding-bottom: 25px; } .single .break { display: none; } .single .post-content { line-height: 1.5; color: #323232; margin-top: 10px; } .single .post-content p:first-child { margin-top: 0; } .single .post-content p { margin-bottom: 25px; margin-top: 25px; } .single .infos { font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 17px; text-transform: uppercase; color: #000; margin-top: 20px; padding-bottom: 30px; border-bottom: 2px #eee dotted; position: relative; } .single .infos p { opacity: 0.25; } .single .infos .socials { position: absolute; top: -4px; right: 0; cursor: default; } .single .infos .socials li { display: inline-block; margin-left: 4px; } .single .infos .socials a { display: inline-block; padding: 5px 8px; background-color: #3b5998; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; text-transform: none; font-weight: 400; text-decoration: none; border-radius: 3px; transition: all ease .3s; cursor: pointer; } .single .infos .socials a:hover { box-shadow: 0 2px 5px rgba(0,0,0,.2); transform: translateY(-2px); transition: all ease .1s; } .single .infos .socials a.twitter { background-color: #1da1f2; } .single .comments-title { font-family: "Roboto Condensed", sans-serif; font-size: 28px; text-transform: uppercase; text-decoration: none; color: #2D3039; position: relative; margin-top: 30px; margin-bottom: 40px; } .comments #disqus_thread { margin-top: -25px; } /* --- ---- FORMATTING / STYLING (POSTS & PAGES) ---- --- */ .post-content strong { font-weight: bold; } .post-content em { font-style: italic; } .post-content hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 2px solid #ebecef; box-sizing: content-box; height: 0; } .post-content a { color: #282d3e; cursor: pointer; text-decoration: none; border-bottom: 1px solid #ebecef; font-weight: 600; } .post-content a:hover { text-decoration: none; border-color: #282d3e; } .post-content del { text-decoration: line-through; } .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { line-height: 1.3; } .post-content h1 { font-size: 160%; font-weight: bold; } .post-content h2 { font-size: 120%; font-weight: bold; } .post-content h3 { font-size: 100%; font-weight: bold; text-transform: uppercase; } .post-content ul { list-style: disc outside; } .post-content ul li { margin-top: 8px; margin-left: 4%; } .post-content blockquote { background: #f9f9f9; border-left: 3px solid #ddd; margin: 20px 0; padding: 30px 30px; quotes: "\201C""\201D""\2018""\2019"; font-family: "Open Sans"; } .post-content blockquote:before { color: #ccc; content: open-quote; font-size: 3em; line-height: 0.1em; margin-right: 10px; vertical-align: -15px; } .post-content blockquote p { display: inline; font-family: "Open Sans"; opacity: .8; } .post-content code { font-family: "Roboto Mono", sans-serif; background-color: #e1f1f2; padding: 3px 8px; border-radius: 3px; border: 1px solid #ccdfe0; } .post-content img { max-width: 100%; height: auto; display: block; } .post-content img.aligncenter { margin: auto; } .post-content figure { display: table; margin: auto; } .post-content figure figcaption { display: table-caption; caption-side: bottom; background-color: #a7a7a7; opacity: .5; padding: 8px 5px; font-size: 0.9em; text-align: center; } .post-content figure figcaption a { border-color: #282d3e; border-color: rgba(40, 45, 62, 0.5); } .post-content img.alignright { float: right; margin-left: 20px; margin-bottom: 20px; } /* --- ---- SIDEBAR ---- --- */ section.page + aside.sidebar { width: 35%; } section.page + aside.sidebar .hide { display: block; } section.page + aside.sidebar .ip:focus { border-top-right-radius: 0; } section.page + aside.sidebar .ip + .copy { right: -4px; left: inherit; } aside.sidebar { display: inline-block; vertical-align: top; margin-left: 5%; width: 40%; } .sidebar .wrap { margin: auto; width: 100%; } /* --- ---- SIDEBAR - SERVEURS ---- --- */ .sidebar .wrap-ip { position: relative; } .sidebar .ip { background-color: #cfd; border: 2px solid #aeb; cursor: pointer; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 20px; padding: 7px 0; color: #050; border-radius: 8px; width: 100%; text-align: center; transition: all 0.2s; } .sidebar .ip + .copy { position: absolute; top: -36px; left: 175px; cursor: pointer; background-color: #cfd; border: 2px solid #aeb; border-bottom: none; font-weight: 700; padding: 10px; max-width: 70px; color: #589057; text-align: center; border-radius: 7px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; transition: opacity .2s, top .2s, z-index 0s 0.2s; opacity: 0; z-index: -1; } .sidebar .ip:focus + .copy { transition: opacity .2s, top 0s; top: -39px; z-index: 1; opacity: 1; } .sidebar .ip:hover, .sidebar .ip:focus { box-shadow: 0 3px 0 #aee5bd; transform: translate(0px,-3px); } .sidebar .ip:focus { border: 2px solid #aeb; color: #549063; box-shadow: 0 3px 0 #aee5bd; } .sidebar .twitter { margin-top: 50px; } .sidebar .discord { margin-top: 40px; } .sidebar .discord a { display: block; background: url('https://discordapp.com/assets/35d75407bd75d70e84e945c9f879bab8.svg') #738bd7 no-repeat; background-size: 124px 34px; background-position: 20px 14px; padding: 20px; color: #fff; text-decoration: none; text-align: right; border-radius: 5px; margin-bottom: 20px; transition: all ease .3s; font-size: 15px; } .sidebar .discord a:hover { transition: all ease .1s; display: block; background-color: #5f73b2; } section.single .sidebar .discord a .break { display: none; } .sidebar h1.title { font-size: 25px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px #eee dotted; font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; } .sidebar h1.title.hide { display: none; } .sidebar h1.title.break { display: none; } /* --- ---- SIDEBAR - PLAYERS ---- --- */ .sidebar .alpha { color: #666d83; font-size: 20px; font-weight: 300; margin-top: 16px; position: relative; } .sidebar .alpha .bar { background-color: #eee; height: 1px; width: 100%; margin-top: 26px; } .sidebar .alpha .right { position: absolute; top: -10px; right: 0; text-align: right; background-color: #fff; padding-left: 15px; } .sidebar .alpha .state { display: inline-block; margin-right: 20px; height: 10px; width: 10px; vertical-align: top; margin-top: 5px; background-size: 10px 10px; } .sidebar .alpha .state.on { background-image: url(../img/on.png); } .sidebar .alpha .state.off { background-image: url(../img/off.png); } .sidebar .alpha .players { display: inline-block; vertical-align: top; } .sidebar .alpha .o { color: #2D3039; font-weight: 700; } /* --- ---- FOOTER ---- --- */ a.admin { opacity: .3; font-size: 14px; float: right; text-decoration: none; margin-top: 5px; } footer.main { margin-top: 60px; background-color: #2D3039; color: #777; padding: 62px 0; position: relative; padding-bottom: 97px; } footer.main:hover p.left { opacity: 1; } footer.main .wrap { max-width: 1170px; padding: 0 40px; margin: auto; position: relative; } footer.main a { color: #c9c9c9; text-decoration: none; position: relative; } footer.main .right a { font-weight: 400; color: #454a57; } footer.main a:after { content: ''; width: 0; position: absolute; left: 0; bottom: 1px; border-width: 0 0 1px; border-style: solid; transition: all 0.25s; } footer.main a:hover:after, footer.main a:active:after { width: 100%; } footer.main .right a:hover:after, footer.main .right a:active:after { width: 0; } footer.main p.left { cursor: default; opacity: .7; transition: all ease .1s; } footer.main p.right { position: absolute; top: 0; right: 40px; max-width: 650px; text-align: right; cursor: default; } footer.main nav.foot { text-align: center; position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0; bottom: 0; padding: 15px 0; background-color: #292b31; opacity: .5; font-size: 13px; } /* --- ---- ERRORS ---- --- */ .posts .no-result { background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.06); padding: 28px 38px; font-family: "Roboto Condensed", sans-serif; font-size: 22px; text-decoration: none; color: #2D3039; position: relative; } .posts .no-result b { color: #7e0008; } .posts .no-result a { float: right; } .post .error { color: #a00000; } .page p.error { color: #7e0008; font-size: 8em; text-align: center; } .page p.not-found { color: #2D3039; font-size: 28px; text-align: center; } .posts .no-result a { float: right; } /* --- ---- 404 ---- --- */ .not-found { text-align: center; font-family: 'Roboto Condensed', sans-serif; margin-top: 15%; } .not-found h1 { font-size: 150px; font-family: 'Robot Condensed', sans-serif; } .not-found h3 { margin-top: 10px; font-size: 20px; } @keyframes not-found { 0% {opacity: 1;} 33% {opacity: .6} 66% {opacity: 1;} } .not-found h1 span { animation-name: not-found; animation-duration: 2s; animation-iteration-count: infinite; } .not-found h1 span:nth-child(2) { animation-delay: .1s; } .not-found h1 span:nth-child(3) { animation-delay: .2s; } .not-found a { max-width: 280px; margin: auto; display: block; font-size: 27px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; background-color: #E9E9E9; padding: 12px 37px; padding-top: 14px; border-radius: 30px; cursor: pointer; transition: all ease .3s; text-decoration: none; color: #000; margin-top: 20px; } .not-found a:hover { transition: all ease .1s; background-color: #f8664c; box-shadow: 3px 3px 20px rgba(0,0,0,.1); } .not-found a:active { transition: all ease .1s; background-color: #f8664c; box-shadow: 3px 3px 20px rgba(0,0,0,.1), inset 2px 2px 20px rgba(0,0,0,.1); } /* --- ---- ERRORS ---- --- */ .posts .no-result { background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.06); padding: 28px 38px; font-family: "Roboto Condensed", sans-serif; font-size: 22px; text-decoration: none; color: #2D3039; position: relative; } .posts .no-result b { color: #7e0008; } .posts .no-result a { float: right; } .post .error { color: #a00000; } .page p.error { color: #7e0008; font-size: 8em; text-align: center; } .page p.not-found { color: #2D3039; font-size: 28px; text-align: center; } .posts .no-result a { float: right; } /* --- ---- ICONS ---- --- */ .icon-heart.red { color: #ff6a6a; } /* --- ---------------- --- */ @media screen and (max-width: 1100px) { section.posts { width: 50%; } aside.sidebar { width: 40%; } .sidebar .discord a .break { display: none; } section.main { padding: 5%; } a.admin { display: none; } } @media screen and (max-width: 1000px) { #hdr { margin-bottom: 60px; } nav.main { height: 50px; } nav.main nav.links { display: none; } nav.break { position: relative; width: 100%; display: block; background-color: #2D3039; box-shadow: 0 2px 3px rgba(0,0,0,.2); } nav.break ul { text-align: center } nav.break li { display: inline-block; margin: 0 1%; } nav.break .center { margin: 12px 9%; } nav.break a { display: block; text-decoration: none; font-size: 19px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 300!important; color: #fff; padding: 12px; } section.posts { width: 55%; } aside.sidebar { width: 35%; } } @media screen and (max-width: 900px) { section.page + aside.sidebar { margin-top: 25px; } .slider li { height: 355px; } .slider li .content { top: 32px; } .unslider-nav { top: 320px !important; } /* --- POST --- */ .wrap-main>.thumbnail { height: 150px; box-shadow: 0 2px 3px rgba(0,0,0,.2); } .wrap-main>.thumbnail .cat { display: none; } .wrap-main>.thumbnail .title { display: none; } .single .content .title.break { display: block; } } @media screen and (max-width: 800px) { #hdr { margin-bottom: 0; } .wrap-main.page { margin-top: 30px; } nav.main { padding-top: 14px; text-align: center; } nav.main .banner-wrap { text-align: left; } nav.main .banner { margin-left: 17px; background-image: url('../img/alpha.png'); background-size: 124px 136px; max-width: 124px; height: 136px; } nav.main .banner:hover { top: -24px; } #menu-btn { display: block; color: #fff; margin-left: 80px; font-size: 25px; text-transform: uppercase; position: absolute; right: 8%; top: 11px; cursor: pointer; padding: 10px 16px; font-weight: 300; transition: all 0.2s ease; } #menu-btn .hamburger { width: 20px; height: auto; float: right; margin-top: 5px; margin-left: 10px; transition: all ease .6s; opacity: .9; pointer-events:none; } #menu-btn.show .hamburger { transform: rotate(270deg); transition: all ease .4s; } #menu-btn .hamburger span { display: block; width: 100%; height: 2px; background-color: #fff; margin-bottom: 4px; border-radius: 0; transition: all ease .6s; } #menu-btn.show .hamburger span { transition: all ease .4s; } #menu-btn.show .hamburger span:first-child { width: 60%; transform: rotate(-45deg); margin-top: 2px; } #menu-btn.show .hamburger span:nth-child(2) { width: 90%; margin-left: 10%; margin-top: -2px; margin-bottom: 2px; } #menu-btn.show .hamburger span:last-child { width: 60%; transform: rotate(45deg); } nav.break { background-color: #2D3039; box-shadow: none; display: none; } nav.break.show { display: block; } nav.break ul li { display: block; } nav.break ul li.center { display: none; } nav.break ul li a { margin: auto; width: 100%; padding: 20px 0; border-bottom: 2px solid #fff; border-bottom: 2px solid rgba(255,255,255,.1); overflow: hidden; } nav.break ul li:last-child a { padding-bottom: 27px; border-bottom: none; } article.quick-news { display: none; } section.posts.full { box-shadow: none; background-color: transparent; padding: 0; margin-top: 0; } section.posts.full .post .excerpt .text { height: 75px; } section.posts.full .post .thumbnail { display: none; } section.posts.full .post .thumbnail-break, section.posts .post .thumbnail-break { float: none; width: 100%; max-width: 100%; border-radius: 0; height: 300px; } section.posts.full .post .thumbnail-break { display: block; } footer.main .wrap { text-align: center; } footer.main p.left { text-align: center; } footer.main p.right { position: relative; right: 0; text-align: center; margin-bottom: -35px; margin-top: 35px; } } @media screen and (max-width: 700px) { div.wrap-main:not(.page) { box-shadow: none; background-color: transparent; } section.posts { width: 100%; border-right: none; padding-right: 0; } section.posts h2.news { display: none; } section.posts .post { box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; padding: 0; margin-bottom: 30px; } section.posts .post .thumbnail-break { display: block; } section.posts .post .wrap { padding: 30px 40px; padding-bottom: 20px; } section.posts .post header { padding-bottom: 18px; border-bottom: solid #efefef 1px; } section.posts .infos { display: none; } section.posts .post .infos-break { opacity: 1; display: block; color: #ccc; position: relative; top: 0; font-size: 14px; text-transform: uppercase; font-weight: 400; margin-top: 12px; } section.posts .post .infos-break .cat { display: inline-block; border-radius: 3px; background-color: #bbb; color: #fff; padding: 2px 5px; height: 20px; } aside.sidebar, section.page + aside.sidebar { box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; display: block; padding: 6% 8%; width: 74%; margin: auto; margin-top: 30px; } .sidebar h1.title.break { display: block; } .slider { display: none; } /* --- POST --- */ section.page { box-shadow: 0 2px 3px rgba(0,0,0,.2); background-color: #fff; padding: 6% 6%; width: 88%; border-right: none; max-width: 100%; } } @media screen and (max-width: 580px) { #hdr { margin-bottom: 30px; } .wrap-main:not(.page) section.main { padding: 0; } section.posts.full { padding: 0; width: 100%; } aside.sidebar, section.page + aside.sidebar { padding: 6% 4%; width: 92%; } section.posts .post .wrap, section.posts.full .post .wrap { padding: 20px 5%; } section.posts .post { margin-bottom: 20px; } section.posts .post span.title { max-width: 100%; } section.posts .post .thumbnail-break, section.posts.full .post .thumbnail-break { height: 200px; } section.posts.full { margin-top: -10px; } .slider { display: none; } } @media screen and (max-width: 350px) { .wrap-main>.thumbnail { height: 100px; background-size: 150%; } section.posts .post .thumbnail-break { height: 150px; } }
0.330255
0.092033
* { box-sizing: border-box; font-family: Roboto; } html,body{ background-color: #F5FAFA; } .grid-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 5em 1fr; grid-template-areas: ". . title title title title title title title title . ." ". . rooms rooms rooms rooms rooms rooms rooms rooms . ."; } .title{ display: grid; grid-area: title; color: #003b46; padding: 10px; font-size: 32px; } .room{ width: 25%; } .roomContainer{ display: flex; flex-direction: row; flex-wrap: wrap; grid-area: rooms; } .room1{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; padding: 10px; text-align: center; } .room2{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; padding: 10px; text-align: center; } .room3{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room4{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room5{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; }.room6{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room7{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room8{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room9{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room10{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room11{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room12{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room13{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room14{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room15{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room16{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room17{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room18{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room19{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; }.room20{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room1, .room2, .room3, .room4, .room5, .room6, .room7, .room8, .room9, .room10 , .room11, .room12, .room13, .room14, .room15, .room16, .room17, .room18, .room19, .room20{ border-style: solid; transition: all .2s ease-in-out; color: white; background-color: #66a5ad; } .room1:hover, .room2:hover, .room3:hover, .room4:hover, .room5:hover, .room6:hover, .room7:hover, .room8:hover, .room9:hover, .room10:hover , .room11:hover, .room12:hover, .room13:hover, .room14:hover, .room15:hover, .room16:hover, .room17:hover, .room18:hover, .room19:hover, .room20:hover{ transform: scale(1.5); background-color: #83b6bc; } h3, .h3 { font-size: medium; } .roomNr{ grid-area: roomNr; } .image1{ grid-area: image1; } .image2{ grid-area: image2; } .image1:hover, .image2:hover{ cursor: pointer; transform: scale(1.1); } @media screen and (max-width: 1000px) { .room{ width: 50%; } .roomContainer{ display: flex; flex-direction: row; flex-wrap: wrap; grid-area: rooms; } } @media screen and (max-width: 700px){ .grid-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 10em 1fr; grid-template-areas: ". title title title title title title title title title title ." ". rooms rooms rooms rooms rooms rooms rooms rooms rooms rooms ."; } .room{ width: 100%; } .roomContainer{ display: flex; flex-direction: row; flex-wrap: wrap; grid-area: rooms; } }
assets/css/floorView.css
* { box-sizing: border-box; font-family: Roboto; } html,body{ background-color: #F5FAFA; } .grid-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 5em 1fr; grid-template-areas: ". . title title title title title title title title . ." ". . rooms rooms rooms rooms rooms rooms rooms rooms . ."; } .title{ display: grid; grid-area: title; color: #003b46; padding: 10px; font-size: 32px; } .room{ width: 25%; } .roomContainer{ display: flex; flex-direction: row; flex-wrap: wrap; grid-area: rooms; } .room1{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; padding: 10px; text-align: center; } .room2{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; padding: 10px; text-align: center; } .room3{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room4{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room5{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; }.room6{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room7{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room8{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room9{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room10{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room11{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room12{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room13{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room14{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room15{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room16{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room17{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room18{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room19{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; }.room20{ display: grid; grid-template-columns: 1fr 0.1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "roomNr roomNr roomNr" "image1 . image2" "image1 . image2"; background-color: #003b46; padding: 10px; text-align: center; } .room1, .room2, .room3, .room4, .room5, .room6, .room7, .room8, .room9, .room10 , .room11, .room12, .room13, .room14, .room15, .room16, .room17, .room18, .room19, .room20{ border-style: solid; transition: all .2s ease-in-out; color: white; background-color: #66a5ad; } .room1:hover, .room2:hover, .room3:hover, .room4:hover, .room5:hover, .room6:hover, .room7:hover, .room8:hover, .room9:hover, .room10:hover , .room11:hover, .room12:hover, .room13:hover, .room14:hover, .room15:hover, .room16:hover, .room17:hover, .room18:hover, .room19:hover, .room20:hover{ transform: scale(1.5); background-color: #83b6bc; } h3, .h3 { font-size: medium; } .roomNr{ grid-area: roomNr; } .image1{ grid-area: image1; } .image2{ grid-area: image2; } .image1:hover, .image2:hover{ cursor: pointer; transform: scale(1.1); } @media screen and (max-width: 1000px) { .room{ width: 50%; } .roomContainer{ display: flex; flex-direction: row; flex-wrap: wrap; grid-area: rooms; } } @media screen and (max-width: 700px){ .grid-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 10em 1fr; grid-template-areas: ". title title title title title title title title title title ." ". rooms rooms rooms rooms rooms rooms rooms rooms rooms rooms ."; } .room{ width: 100%; } .roomContainer{ display: flex; flex-direction: row; flex-wrap: wrap; grid-area: rooms; } }
0.576304
0.333313
*{margin:0;padding:0;} html, body { height: 100%; } body { background: #efefef; color: #757575; font-family: 'Montserrat'; font-size: 14px; font-weight: normal; position: relative; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6, p { margin:0; } p { line-height: 24px; } h1, h2, h3, h4, h5, h6 { color: #212121; font-weight: normal; } *:focus { outline: none; text-decoration: none; } a, a::before, i, .icon, .icon::before, *::before, *::after, button, input, .search-form, img { -webkit-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } a:focus { color: inherit; outline: none; text-decoration: none; } a, a:hover { text-decoration: none; } ul, ol { list-style: none; margin: 0; } img { max-width:100%; } /*---------------------- 2. Common Classes ------------------------*/ .fix { overflow:hidden; } .float-left { float: left; } .float-right { float: right; } .margin-left-0 { margin-left: 0; } .margin-right-0 { margin-left: 0; } .padding-left-0 { margin-left: 0; } .padding-right-0 { margin-left: 0; } .pages { margin: 72px 0; } /* Page Banner Style */ .page-banner { background: rgba(0, 0, 0, 0) url("../img/page-banner.jpg") no-repeat scroll center center ; -webkit-background-size: cover ; background-size: cover ; padding: 143px 0; } .page-banner h1 { color: #fff; font-family: Playfair Display; font-size: 56px; font-style: italic; font-weight: bold; letter-spacing: -0.35px; } /* Form and Input Style */ .moon-form { margin: 0 -15px; overflow: hidden; } .moon-form .input-box { display: block; float: left; margin-bottom: 28px; padding: 0 15px; width: 100%; } .moon-form .input-box:last-child { margin-bottom: 0; } .moon-form .input-box-2 { width: 50%; } .moon-form .input-box input { background: transparent; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 7px 14px; width: 100%; } .moon-form .input-box textarea { background: transparent; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 10px 14px; width: 100%; } .moon-form .input-box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(0, 0, 0, 0) url("../img/icons/caret-down.png") no-repeat scroll right 9px center; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 5px 6px; width: 100%; } .moon-form .input-box select option { border-right: 1px solid #9b9b9c; display: block; padding: 0 10px; } .moon-form .input-box input[type="submit"] { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; letter-spacing: 1px; line-height: 36px; padding: 0; text-transform: uppercase; width: 150px; } .moon-form .input-box input[type="submit"]:hover { background: #e2214b none repeat scroll 0 0; } input:-moz-placeholder, textarea:-moz-placeholder { color:#9b9b9c; opacity: 1; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#9b9b9c; opacity: 1; } input::-moz-placeholder, textarea::-moz-placeholder { color:#9b9b9c; opacity: 1; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#9b9b9c; opacity: 1; } /* Scroll Up Style */ #scrollUp { bottom: 30px; font-size: 30px; right: 30px; color: #e2214b; } #scrollUp:hover { bottom: 25px; } #scrollUp i {} /*---------------------- 3. Home ------------------------*/ /*-- 3.1 Header top --------------------------------------*/ .header-top { background: #272727; } /* Header Top Left */ .header-top-left{} .header-login-reg{} .header-login-reg li { float: left; margin-right: 10px; padding-right: 10px; position: relative; } .header-login-reg li:last-child { margin-right: 0; padding-right: 0; } .header-login-reg li::before { color: #fff; content: "|"; line-height: 30px; position: absolute; right: -1px; } .header-login-reg li:last-child::before { display: none; } .header-login-reg li a { color: #fff; display: block; font-size: 12px; font-weight: normal; letter-spacing: 3px; line-height: 30px; text-transform: uppercase; } .header-login-reg li a:hover { color: #e2214b; } /* Header Top Right */ .header-top-right{} .language-currency{} .language-currency > li { float: left; margin-right: 17px; position: relative; } .language-currency > li:last-child { margin-right: 0; } .language-currency > li > a { color: #fff; display: block; font-size: 12px; font-weight: normal; line-height: 30px; text-transform: uppercase; } .language-currency > li > a i { font-size: 9px; margin-left: 3px; } .language-currency > li > a:hover { color: #e2214b; } .language-currency ul { background: #272727 none repeat scroll 0 0; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); margin-top: 15px; opacity: 0; padding: 10px 20px; position: absolute; right: 0; text-align: right; top: 50px; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 100px; z-index: -9999; } .language-currency ul::before { background: #272727 none repeat scroll 0 0; content: ""; height: 10px; position: absolute; right: 20px; top: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; } .language-currency ul::after { content: ""; height: 15px; left: 0; position: absolute; top: -15px; width: 100%; } .language-currency li:hover ul { opacity: 1; top: 30px; visibility: visible; z-index: 999999; } .language-currency ul > li{} .language-currency ul > li > a { color: #fff; display: block; font-size: 12px; padding: 3px 0; text-transform: uppercase; } .language-currency ul > li > a:hover { color: #e2214b; } /*-- 3.2 Header Bottom --------------------------------------*/ .header-bottom { background: #ffffff; } /* Header Logo */ .logo { line-height: 120px; } .logo a { display: block; float: left; } .logo a img{} /* Main Menu */ .main-menu{} .main-menu nav{} .main-menu nav > ul{} .main-menu nav > ul > li { display: block; float: left; margin-right: 30px; position: relative; } .main-menu nav > ul > li > a { color: #272727; display: block; letter-spacing: 1.5px; line-height: 120px; padding-right: 22px; position: relative; text-transform: uppercase; } .main-menu nav > ul > li > a::before { background: #e2214b none repeat scroll 0 0; bottom: 46px; content: ""; height: 3px; position: absolute; -webkit-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 0; } .main-menu nav > ul > li:hover > a::before, .main-menu nav > ul > li.active > a::before { width: 30px; } /* Sub Menu */ .main-menu .sub-menu { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); left: 0; margin-top: 15px; opacity: 0; position: absolute; top: 120%; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 210px; z-index: -9; } .main-menu .sub-menu::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 10px; left: 12px; position: absolute; top: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; z-index: -99; } .main-menu .sub-menu::after { content: ""; height: 15px; left: 0; position: absolute; top: -15px; width: 100%; } .main-menu li:hover .sub-menu { opacity: 1; top: 100%; visibility:visible; z-index: 9999; } .main-menu .sub-menu > li { border-bottom: 1px solid #eeeeee; position: relative; } .main-menu .sub-menu > li:last-child { border-bottom: 0px solid #eeeeee; } .main-menu .sub-menu > li > a { color: #272727; display: block; font-size: 12px; letter-spacing: 1.2px; line-height: 51px; padding: 0 20px; text-transform: uppercase; } .main-menu .sub-menu > li > a:hover { background: #f8f8f8; color: #e2214b; } /* Sub Menu 2 */ .sub-menu .sub-menu-2 { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); left: 120%; margin-left: 15px; opacity: 0; position: absolute; top: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; width: 210px; z-index: -9; } .sub-menu .sub-menu-2::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 10px; left: -5px; position: absolute; top: 12px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; z-index: -99; } .sub-menu .sub-menu-2::after { content: ""; height: 100%; left: -15px; position: absolute; top: 0; width: 15px; } .sub-menu li:hover .sub-menu-2 { opacity: 1; left: 100%; z-index: 9999; } .sub-menu .sub-menu-2 > li { border-bottom: 1px solid #eeeeee; position: relative; } .sub-menu .sub-menu-2 > li:last-child { border-bottom: 0px solid #eeeeee; } .sub-menu .sub-menu-2 > li > a { color: #272727; display: block; font-size: 12px; line-height: 51px; padding: 0 20px; text-transform: uppercase; } .sub-menu .sub-menu-2 > li > a:hover { background: #f8f8f8; color: #e2214b; } /* Mega Menu */ .main-menu .mega-menu { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); left: -198px; margin-top: 15px; opacity: 0; padding: 25px 30px 15px; position: absolute; top: 120%; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 870px; z-index: -9; } .main-menu .mega-menu.mega-menu1 { left: -198px; } .main-menu .mega-menu.mega-menu2 { left: -295px; } .main-menu .mega-menu.mega-menu3 { left: -393px; } .main-menu .mega-menu::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 10px; left: 210px; position: absolute; top: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; z-index: -99; } .main-menu .mega-menu.mega-menu1::before { left: 210px; } .main-menu .mega-menu.mega-menu2::before { left: 307px; } .main-menu .mega-menu.mega-menu3::before { left: 405px; } .main-menu .mega-menu::after { content: ""; height: 15px; left: 0; position: absolute; top: -15px; width: 100%; } .main-menu li:hover .mega-menu { opacity: 1; top: 100%; visibility: visible; z-index: 99; } .megamenu-column { display: block; float: left; padding-right: 30px; width: 23.3333%; } .megamenu-column2 { padding-right: 0; width: 30%; } .megamenu-column ul{} .megamenu-column ul li:first-child { border-bottom: 1px solid #eeeeee; margin-bottom: 8px; } .megamenu-column ul li{} .megamenu-column ul li:first-child a { font-size: 14px; font-weight: bold; padding-left: 0; } .megamenu-column ul li a { color: #272727; font-size: 12px; letter-spacing: 1.2px; line-height: 30px; padding-left: 10px; text-transform: uppercase; display: block; } .megamenu-column ul li a:hover { color: #e2214b; } .megamenu-column .menu-image { display: block; } .megamenu-column .menu-image img { display: block; margin-left: 20px; margin-top: -5px; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); } /* Header Search & Cart */ .search-cart{} /* Header Search */ .header-search, .header-cart { position: relative; } .header-search { margin-right: 29px; z-index: 9; } .header-search .search-btn, .header-cart .cart-btn { background: transparent none repeat scroll 0 0; border: medium none; display: block; line-height: 120px; text-align: center; width: 70px; z-index: 99; } .header-search .search-btn i { color: #9d9d9e; display: block; font-size: 21px; line-height: 120px; } .header-search .search-form { height: 70px; opacity: 0; position: absolute; right: 0; top: 24px; width: 0; z-index: -9; } .header-search .search-form.active { opacity: 1; width: 860px; } .header-search .search-form input { background: #f2f2f2 none repeat scroll 0 0; border: medium none; color: #aeaeae; font-size: 28px; font-weight: bold; line-height: 40px; padding: 15px 0; width: 100%; } .header-search .search-form.active input { padding: 15px; } /* Header Cart */ .header-cart {} .header-cart .cart-btn { position: relative; } .header-cart .cart-btn.active { background: #414141; } .header-cart .cart-btn i { color: #9d9d9e; display: block; font-size: 21px; line-height: 120px; margin-left: -9px; } .header-cart .cart-btn .cart-number { background: #e2214b none repeat scroll 0 0; border-radius: 50px; bottom: 59px; color: #fff; display: block; font-size: 11px; font-weight: bold; height: 20px; line-height: 20px; position: absolute; right: 17px; width: 20px; } .headercart-wrapper { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); right: 0; margin-top: 24px; opacity: 0; position: absolute; top: 120%; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 288px; z-index: -9; } .headercart-wrapper::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 12px; right: 23px; position: absolute; top: -6px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 12px; z-index: -99; } .headercart-wrapper::after { content: ""; height: 24px; left: 0; position: absolute; top: -15px; width: 100%; } .header-cart.active .headercart-wrapper { visibility: visible; } .headercart-wrapper.active { opacity: 1; top: 100%; z-index: 9999999; } .headercart-wrapper h2 { border-bottom: 1px solid #dfdfdf; color: #9b9b9c; display: block; font-size: 12px; font-weight: normal; letter-spacing: 1.3px; line-height: 36px; margin-bottom: 20px; text-align: center; text-transform: uppercase; } .headercart-wrapper .products { padding: 0 20px; } .headercart-wrapper .products li { margin-bottom: 20px; position: relative; } .headercart-wrapper .products .image { display: block; width: 60px; margin-right: 12px; } .headercart-wrapper .products .image img {} .headercart-wrapper .products .content {} .headercart-wrapper .products .content h3 { font-size: 12px; font-weight: normal; line-height: 16px; margin-bottom: 5px; margin-top: -3px; } .headercart-wrapper .products .content h3 a { color: #272727; } .headercart-wrapper .products .content h3 a:hover { color: #e2214b; } .headercart-wrapper .products .content span { color: #9b9b9c; font-size: 10px; margin-bottom: 5px; } .headercart-wrapper .products .content p.price { font-size: 14px; color: #e2214b; } .headercart-wrapper .products .remove { display: block; position: absolute; right: 0; top: 0; color: #9b9b9c; font-size: 16px; } .headercart-wrapper .products .remove i {} .headercart-wrapper .products .remove:hover { color: #f00; } .headercart-wrapper .total-price { border-bottom: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; } .headercart-wrapper .total-price p { border-right: 1px solid #dfdfdf; } .headercart-wrapper .total-price p, .headercart-wrapper .total-price span { color: #272727; display: block; float: left; letter-spacing: 1.5px; line-height: 36px; text-transform: uppercase; width: 50%; } .headercart-wrapper .view-cart { display: block; line-height: 36px; } .headercart-wrapper .view-cart a { color: #9b9b9c; display: inline-block; font-size: 11px; line-height: 9px; text-transform: uppercase; } .headercart-wrapper .view-cart a i { font-size: 10px; margin-left: 5px; } .headercart-wrapper .view-cart a:hover { color: #e2214b; } .headercart-wrapper .cart-footer { background: #f4f4f4 none repeat scroll 0 0; padding: 13px; } .headercart-wrapper .cart-footer a { background: #272727 none repeat scroll 0 0; color: #fff; display: inline-block; font-size: 11px; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; width: 210px; } .headercart-wrapper .cart-footer a:hover { background: #e2214b; } /* Mobile Menu */ .mobile-menu{} .mobile-menu .mean-bar{} .mobile-menu .mean-bar::after { content: "Menu"; font-family: montserrat; } .meanmenu-reveal { width: 24px!important; } .meanmenu-reveal span { margin-top: 4px!important; } .meanclose { width: 24px !important; text-align: right!important; } .mean-expand { right: 0 !important; text-align: center; width: 30px!important; } .mobile-menu ul { padding: 0 25px!important; } .mobile-menu ul li { padding: 0 !important; } .mobile-menu ul li a { text-transform: uppercase!important; } .mobile-menu ul li a:hover { color: #e2214b; } .mobile-menu ul li ul { padding: 0!important; } .mobile-menu ul li ul li {} /*-- 3.3 Home rev Slider --------------------------------------*/ .home-slider-wrapper { overflow: hidden; position: relative; } #revslider1 a.shop-now { -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } #revslider1 a.shop-now:hover { background: #fff; color: #e2214b !important; } .tp-leftarrow.home1 { background: rgba(0, 0, 0, 0) url("../img/home-1-slider/cus-1.png") no-repeat scroll bottom left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } .tp-rightarrow.home1 { background: rgba(0, 0, 0, 0) url("../img/home-1-slider/cus-1.png") no-repeat scroll top left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } /*-- 3.4 Two Column Promo --------------------------------------*/ .two-column-promo { margin-bottom: 112px; } .two-column-promo-container { margin-top: -63px; z-index: 999; } .two-column-promo .sin-promo { padding: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .two-column-promo .sin-promo:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); z-index: 9; } .two-column-promo .sin-promo { position:relative; } .two-column-promo .sin-promo .promo-title { position: absolute; top: 44px; } .promo-title-left { left:38px; } .promo-title-right { right:38px; text-align:right; } .two-column-promo .sin-promo .promo-title h1 { color: #fff; font-size: 51px; font-weight: bold; line-height: 49px; } .promo-border-top-bottom:after, .promo-border-top-bottom:before, .promo-border-left-right:before, .promo-border-left-right:after { background: #fff; position: absolute; z-index: 9999; } .promo-border-top-bottom:after { content: ""; height: 7px; margin: 0 auto; right: 6%; top: 10.2%; width: 0; } .sin-promo-right .promo-border-top-bottom:after { } .sin-promo:hover .promo-border-top-bottom:after { width:48% } .promo-border-top-bottom:before { bottom: 21.9%; content: ""; height: 7px; margin: 0 auto; right: 6%; width: 0; } .sin-promo:hover .promo-border-top-bottom:before { width: 87.1%; } .promo-border-left-right:before { bottom: 22%; content: ""; height: 0; left: 6.7%; width: 7px; } .sin-promo-right .promo-border-left-right:before { left: inherit; right: 5.7%; } .sin-promo-right .promo-border-left-right:after { right: inherit; left: 6%; } .sin-promo-right .promo-border-top-bottom:after { right: inherit; left: 6%; } .sin-promo:hover .promo-border-left-right:before { height: 28%; } .promo-border-left-right:after { bottom: 22.1%; content: ""; height: 0; right: 6%; width: 7px; } .sin-promo-right .promo-border-left-right:after {} .sin-promo:hover .promo-border-left-right:after { height: 66%; } .sin-promo:hover img { filter:blur(2px); } .two-column-promo .sin-promo .image { display: block; position: relative; } .two-column-promo .sin-promo .image:before { display: block; position: relative; } .two-column-promo .sin-promo .image img{} .two-column-promo .sin-promo .links { bottom: 32px; position: absolute; left: 37px; z-index:99; } .two-column-promo .sin-promo .links a { color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; margin-right: 15px; } .two-column-promo .sin-promo .links a:hover { color: #e2214b; } .two-column-promo .sin-promo .links a i { margin-left: 5px; font-size: 9px; } /*-- 3.5 Tab Products --------------------------------------*/ .tab-product { } /* Product Tab List */ .pro-tab-list { display: inline-block; } .pro-tab-list li { display: block; float: left; padding: 0 35px; position: relative; z-index: 1; } .pro-tab-list li:first-child { padding-left: 0; } .pro-tab-list li:last-child { padding-right: 0; } .pro-tab-list li::before { background: #e2214b none repeat scroll 0 0; border-radius: 2px; content: ""; height: 4px; position: absolute; right: -15px; top: 50%; width: 30px; z-index: -1; } .pro-tab-list li:last-child::before { display: none; } .pro-tab-list li a { color: #9b9b9c; display: block; font-size: 28px; font-weight: bold; line-height: 34px; } .pro-tab-list li.active a { color: #272727; } .pro-tab-list li a:hover{} /* Product Tab Content Container */ .pro-tab-content-container { margin-top: 25px; } .pro-tab.active { margin-bottom: 42px; } /* Fix Slick Slider for Bootstrap Tab */ .pro-tab-content-container.tab-content > .tab-pane { display: block; height: 0; opacity: 0; } .pro-tab-content-container.tab-content > .tab-pane.active { height: auto; opacity: 1; } /* Tab Product Slider */ .tab-pro-slider { margin: 0 -15px; } .tab-pro-slider .slick-list { padding: 87px 15px; } /* Single Product */ .sin-product { -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .sin-product:hover { box-shadow: 0 0 38px rgba(0,0,0,0.5); } .product-slider .sin-product:hover { box-shadow: 0 0 29px rgba(0,0,0,0.5); } /* Product Image */ .sin-product .pro-image { position: relative; } .sin-product .pro-image > a { display: block; } .sin-product .pro-image a img { width: 100%; } /* Product Label */ .pro-label { background: #9b9b9c none repeat scroll 0 0; border-radius: 2px; bottom: 16px; color: #fff; font-size: 12px; font-weight: bold; line-height: 21px; padding: 0 9px; position: absolute; right: 19px; height: 23px; } .pro-label.great-deal, .pro-label.hot-deal { background: #E2214B; } /* Product Hover Content */ .pro-hover { background: #e2214b no-repeat scroll 0 0 ; -webkit-background-size: cover; background-size: cover; background-blend-mode: multiply; bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .sin-product:hover .pro-hover { opacity: 1; } /* Product Hover Action */ .pro-hover-action { margin-top: 94px; } .sin-product:hover .pro-hover-action { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } .pro-hover-action .pro-action { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; color: #ffffff; display: inline-block; font-size: 20px; line-height: 20px; margin: 0 18px; } .pro-hover-action .pro-action.quick-view i { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); } .pro-hover-action .pro-action:hover { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); } .pro-hover-action .pro-action i { display: block; } /* Product Hover Options */ .pro-hover-option { background: #f7f7f9 none repeat scroll 0 0; bottom: -80px; left: 0; padding: 10px 19px 15px; position: absolute; right: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .sin-product:hover .pro-hover-option { bottom: 0; } .pro-hover-option .pro-size { margin-bottom: 10px; } .pro-hover-option .pro-size h4, .pro-hover-option .pro-color h4 { float: left; font-size: 16px; margin-right: 26px; } .pro-hover-option .pro-size ul{} .pro-hover-option .pro-size ul li { display: block; float: left; margin-right: 11px; font-size: 13px; color: #9b9b9c; text-transform: uppercase; } .pro-hover-option .pro-size ul li:last-child { margin-right: 0; } .pro-hover-option .pro-color{} .pro-hover-option .pro-color h4 { margin-right: 16px; } .pro-hover-option .pro-color ul{} .pro-hover-option .pro-color ul li { display: block; float: left; height: 13px; margin-right: 7px; text-indent: -9999px; width: 13px; border-radius: 50px; } .pro-hover-option .pro-color ul li:last-child { margin-right: 0; } .pro-hover-option .pro-color ul li.blue { background: #74CCFF; } .pro-hover-option .pro-color ul li.orange { background: #FF7373; } .pro-hover-option .pro-color ul li.green { background: #96CE5A; } .pro-hover-option .pro-color ul li.purple { background: #20156E; } .pro-hover-option .pro-color ul li.pink { background: #EC376C; } /* Product Content */ .pro-content { padding: 16px 17px 13px; background: #FFFFFF; } .pro-content .top{} .pro-content .top h3 { float: left; font-size: 18px; font-weight: bold; line-height: 23px; } .pro-content .top h3 a { color: #272727; } .pro-content .top h3 a:hover { color: #e2214b; } .pro-content .top .price { display: block; color: #272727; font-size: 18px; font-weight: bold; line-height: 23px; } .pro-content .bottom{} .pro-content .bottom .pro-cat { color: #9b9b9c; display: block; font-size: 14px; font-weight: bold; line-height: 23px; letter-spacing: .4px; } .pro-content .bottom .pro-cat:hover { color: #e2214b; } /* Product Ratting */ .pro-content .bottom .ratting{} .pro-content .bottom .ratting .star { color: #9b9b9c; display: block; float: left; font-size: 10px; line-height: 23px; margin-left: 6px; } .pro-content .bottom .ratting .star:first-child { margin-left: 0; } .pro-content .bottom .ratting .star.active { color: #eabe12; } /* More Product Button */ .more-product { background: #fff none repeat scroll 0 0; border-radius: 1px; height: 60px; } .more-product a.shop-link { color: #e2214b; display: block; font-size: 24px; line-height: 60px; padding: 0 10px; } .more-product a.shop-link i{} .pro-slick-prev.slick-arrow { left:-25px; } .pro-slick-next.slick-arrow { right:-20px; } /*-- 3.6 Offers Area --------------------------------------*/ .offers-area { margin-bottom: 112px; } .offers-area .offers-left{} .offers-area .offers-right{} .single-offer{} .single-offer .offer-wrap { position: relative; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .single-offer:hover .offer-wrap { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); z-index: 9; } .single-offer.offer-3 { margin-top: 30px; } .single-offer .offer-image { display: block; } .single-offer .offer-image img{} /* Offer Brief 1 */ .single-offer .offer-brief-1 { position: absolute; left: 25px; bottom: 20px; } .single-offer .offer-brief-1 h1 { color: #fff; font-size: 36px; font-weight: bold; line-height: 36px; margin-bottom: 5px; } .single-offer .offer-brief-1 p { color: #ffffff; line-height: 20px; } /* Offer Brief 2 */ .single-offer .offer-brief-2 { position: absolute; top: 22px; bottom: 26px; left: 30px; right: 30px; text-align: center; } .single-offer .offer-brief-2 h1 { color: #fff; font-family: "Libre Baskerville",serif; font-size: 77px; line-height: 77px; text-transform: uppercase; margin-bottom: 12px; } .single-offer .offer-brief-2 p { color: #ffffff; font-weight: 300; padding: 0 10px; } .single-offer .offer-brief-2 a { border: 2px solid #fff; color: #fff; display: inline-block; letter-spacing: -0.35px; line-height: 30px; margin-top: 55px; padding: 0 20px; text-transform: uppercase; } .single-offer .offer-brief-2 a:hover { background: #fff; color: #e2214b; } /* Offer Brief 3 */ .single-offer .offer-brief-3 { bottom: 35px; left: 26px; position: absolute; } .single-offer .offer-brief-3 h2 { font-size: 18px; font-weight: bold; letter-spacing: 6px; line-height: 36px; text-transform: uppercase; } .single-offer .offer-brief-3 h1 { color: #fff; font-size: 36px; font-weight: bold; line-height: 36px; text-transform: uppercase; } .single-offer .offer-brief-3 h3 { color: #fff; font-size: 18px; line-height: 36px; text-transform: uppercase; } .single-offer .offer-brief-3 a { border: 2px solid #fff; color: #fff; display: inline-block; letter-spacing: 0.25px; line-height: 30px; margin-top: 38px; padding: 0 28px; text-transform: uppercase; } .single-offer .offer-brief-3 a:hover { background: #fff; color: #e2214b; } /* Offer Brief 4 */ .single-offer .offer-brief-4 { left: 45px; position: absolute; right: 50px; top: 36px; } .single-offer .offer-brief-4 .offer-label { display: inline-block; position: static; margin-bottom: 18px; } .single-offer .offer-brief-4 h1 { font-weight: bold; line-height: 36px; margin-bottom: 16px; } .single-offer .offer-brief-4 p { color: #9b9b9c; font-weight: 300; } .single-offer .offer-brief-4 a { border: 2px solid #272727; color: #272727; display: inline-block; line-height: 30px; margin-top: 14px; padding: 0 9px; text-transform: uppercase; } .single-offer .offer-brief-4 a:hover { background: #272727; color: #fff; } /*-- 3.7 Sale Bammer --------------------------------------*/ .sale-banner { margin-bottom: 112px; } .sale-banner .single-banner { padding: 0; } .single-banner .banner-image{} .single-banner .banner-image img{} .single-banner .banner-brief { left: 50%; max-width: 500px; padding-top: 42px; position: absolute; top: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 100%; } .single-banner .banner-brief p { color: #fff; font-weight: 300; margin-bottom: 25px; padding: 0 15px; } .single-banner.sale-banner-1 .banner-brief p {} .single-banner.sale-banner-2 .banner-brief p {} .single-banner .banner-brief a { border: 2px solid #fff; color: #fff; display: inline-block; line-height: 30px; margin-top: 20px; text-transform: uppercase; width: 150px; letter-spacing: .25px; } .single-banner .banner-brief a:hover { background: #fff; color: #e2214b; } .single-banner .banner-brief-1{} .single-banner .banner-brief-1 .banner-label { background: #fff none repeat scroll 0 0; border-radius: 2px; color: #c7444a; display: inline-block; letter-spacing: 5px; line-height: 21px; margin-bottom: 15px; padding: 0 5px 2px 10px; text-transform: uppercase; } .single-banner .banner-brief-1 h2 { color: #ffffff; font-family: "Playfair Display",serif; font-size: 28px; font-weight: 700; line-height: 24px; } .single-banner .banner-brief-1 h1 { color: #fff; font-family: "Playfair Display",serif; font-size: 72px; font-style: italic; font-weight: 700; line-height: 90px; margin-bottom: 20px; } .single-banner .banner-brief-2 h3 { color: #fff; font-size: 18px; font-weight: bold; line-height: 15px; margin-bottom: 10px; text-transform: uppercase; } .single-banner .banner-brief-2 h1 { color: #ffffff; font-size: 72px; font-weight: bold; line-height: 60px; margin-bottom: 22px; text-transform: uppercase; } /*-- 3.8 Top Rated Product --------------------------------------*/ .top-product { margin-bottom: 112px; } .section-title { margin-bottom: 50px; } .section-title h1 { font-size: 28px; font-weight: bold; line-height: 18px; padding-bottom: 10px; text-transform: capitalize; } .top-product .sin-product { margin-bottom: 129px; } /*-- 3.9 Blog Area --------------------------------------*/ .blog-area { margin-bottom: 115px; } .blog-slider{} .blog-item{} .blog-item .blog-image{} .blog-item .blog-image a { display: block; position: relative; overflow: hidden; } .blog-item .blog-image a::before { background: #e2214b none repeat scroll 0 0; content: ""; height: 100%; left: -100%; opacity: 0.25; position: absolute; top: -100%; width: 100%; } .blog-item .blog-image a::after { background: #e2214b none repeat scroll 0 0; content: ""; height: 100%; left: -100%; opacity: 0.25; position: absolute; top: -100%; width: 100%; -webkit-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; } .blog-item .blog-image:hover a::before, .blog-item .blog-image:hover a::after { left: 0; top: 0; } .blog-item .blog-image a img { width: 100%; } .blog-item .blog-content{} .blog-item .blog-content .blog-date { color: #9b9b9c; display: block; font-size: 12px; line-height: 12px; margin-bottom: 12px; } .blog-item .blog-content h2 { font-size: 28px; font-weight: bold; line-height: 34px; margin-bottom: 24px; } .blog-item .blog-content h2 a { color: #272727; } .blog-item .blog-content h2 a:hover { color: #e2214b; } .blog-item .blog-content p { color: #6f6f6f; font-weight: 300; } .blog-item .blog-content .blog-author { display: block; margin-top: 25px; margin-left:5px; font-weight:bold; } .blog-item .blog-content .blog-author, span { color: #9b9b9c; display:inline-block; } .blog-item .blog-content .blog-author:hover { color: #e2214b; } .blog-area .slick-prev-two.slick-arrow, .blog-area .slick-next-two.slick-arrow { top: -40px; } /*-- 3.10 Subscribe Area --------------------------------------*/ .subscribe-area { padding: 205px 0 210px; background: url(../img/subscribe-bg.jpg) no-repeat center center; } .subscribe-container { overflow: hidden; display: inline-block; } .subscribe-text { margin-bottom: 50px; } .subscribe-text h2 { color: #fff; font-size: 28px; font-weight: bold; letter-spacing: 7px; line-height: 28px; margin-bottom: 10px; text-transform: uppercase; } .subscribe-text p { color: #9b9b9c; } .subscribe-form{} #subscribe-form { overflow: hidden; display: inline-block; } #subscribe-form input[type="text"] { background: #fff none repeat scroll 0 0; border: medium none; color: #333; display: block; float: left; font-size: 12px; height: 36px; padding: 0 15px; width: 470px; } #subscribe-form input[type="submit"] { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; display: block; float: left; height: 36px; line-height: 36px; text-transform: uppercase; width: 100px; } #subscribe-form input[type="submit"]:hover { background: #e2214b; } /*-- 3.11 Brand Area --------------------------------------*/ .brand-area { background: #ffffff; padding: 112px 0; } .section-title-2 {} .section-title-2 h1 { font-size: 36px; font-weight: bold; line-height: 38px; text-transform: capitalize; } /* Brand Slider */ .brand-slider { padding: 0 100px; position: relative; } .brand-slider .brand-item{} .brand-slider .brand-item img { display: block; width: 100%; padding: 0 12px; } .slick-arrow { background: transparent none repeat scroll 0 0; border: medium none; color: #9b9b9c; font-size: 31px; line-height: 31px; margin-top: -16px; position: absolute; top: 50%; z-index:99; } .slick-arrow:hover { color: #e2214b; } .slick-prev { left: 21px; } .slick-next { right: 21px; } /*-- 3.12 Footer Area --------------------------------------*/ .footer-area {} /* Footer Top */ .footer-top { background: #272727; padding: 64px 0; } .footer-widget{} .footer-widget h3 { color: #9b9b9c; font-size: 18px; font-weight: bold; letter-spacing: 3px; line-height: 24px; margin-bottom: 47px; margin-top: 6px; text-transform: uppercase; } .footer-widget-about{} .footer-widget-about img { margin-bottom: 25px; } .footer-widget-about p { color: #9b9b9c; font-weight: 300; margin-bottom: 40px; } .footer-widget-about .footer-social{} .footer-social a { color: #9b9b9c; font-size: 22px; margin-right: 55px; } .footer-social a:last-child { margin-right: 0; } .footer-social a i{} .footer-social a:hover { color: #e2214b; } .footer-widget-address p { color: #9b9b9c; } .footer-widget ul {} .footer-widget ul li { display: block; line-height: 24px; } .footer-widget ul li a { color: #9b9b9c; } .footer-widget ul li a:hover { color: #e2214b; } /* Footer Bottom */ .footer-bottom { background: #333333 none repeat scroll 0 0; padding: 24px 0; } .footer-bottom .copyright{} .footer-bottom .copyright p { color: #9b9b9c; font-size: 12px; } .footer-bottom .copyright p a { color: #ddd; font-weight: bold; } .footer-bottom .copyright p a:hover { color: #e2214b; } .footer-bottom .payment{} .footer-bottom .payment img{} /*-- 3.13 Quick View Modal --------------------------------------*/ .modal-container { margin-bottom: 100px; margin-top: 100px; } .model-close { background: #e2214b none repeat scroll 0 0; border: medium none; border-radius: 50px; color: #fff; font-size: 12px; height: 32px; line-height: 32px; position: absolute; right: -1px; top: -16px; width: 32px; z-index: 9999; } /*-- 4. Home Two --------------------------------------*/ .header-bottom.home-2 { background: transparent none repeat scroll 0 0; position: absolute; left: 0; right: 0; z-index: 99; } /* Home 2 Slider */ #revslider2 a.shop-now { -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } #revslider2 a.shop-now:hover { background: #272727; color: #fff !important; } .tp-leftarrow.home2 { background: rgba(0, 0, 0, 0) url("../img/home-2-slider/cus-1.png") no-repeat scroll bottom left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } .tp-rightarrow.home2 { background: rgba(0, 0, 0, 0) url("../img/home-2-slider/cus-1.png") no-repeat scroll top left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } /* Home 2 Promo Products */ .promo-products { margin: 112px 0; } .promo-pro-container { background: #3bb185; } /* Promo Product Text */ .promo-pro-text{} .promo-pro-text .wrap { padding: 27px 23px; } .promo-pro-text .wrap .promo-label { background: #e2214b; padding: 0 9px; line-height: 22px; font-size: 12px; color: #fff; text-transform: uppercase; display: inline-block; font-weight: bold; border-radius: 2px; height: 23px; margin-bottom: 50px; } .promo-pro-text .wrap h2 { color: #fff; font-size: 36px; font-weight: bold; line-height: 36px; } .promo-pro-text .wrap h4 { font-size: 18px; line-height: 24px; color: #ffffff; font-weight: bold; } .promo-pro-text .wrap a { color: #fff; border: 2px solid #fff; text-transform: uppercase; line-height: 30px; display: inline-block; padding: 0 25px; letter-spacing: -0.25px; margin-top: 98px; } .promo-pro-text .wrap a:hover { background: #fff; color: #3bb185; } /* Promo Product Slider */ .promo-pro-slider { margin-left: -15px; padding: 0; } /* Single Promo Product */ .sin-promo-product { border-left: 2px solid #efefef; position: relative; } .promo-pro-image { position: relative; } .sin-promo-product .pro-hover { background: transparent; background-blend-mode: normal; } .sin-promo-product .pro-hover-action { padding: 18px; overflow: hidden; margin: 0; } .sin-promo-product .pro-action { color: #9b9b9c; margin: 0; } .sin-promo-product:hover .pro-hover { opacity: 1; } .sin-promo-product:hover .pro-hover-action { -webkit-animation-name: bounceIn; animation-name: bounceIn; } .promo-pro-image a{} .promo-pro-image a img { width: 100%; } .promo-pro-content { bottom: 0; left: 0; padding: 10px 30px 25px 36px; position: absolute; right: 0; z-index: 999; } .promo-pro-content .title-cat{} .promo-pro-content .title-cat > h3 { font-size: 18px; line-height: 20px; font-weight: bold; } .promo-pro-content .title-cat > h3 a { color: #272727; } .promo-pro-content .title-cat > h3 a:hover { color: #e2214b; } .promo-pro-content .title-cat > a { color: #9b9b9c; font-weight: bold; line-height: 20px; margin-top: 5px; } .promo-pro-content .title-cat > a:hover { color: #e2214b; } .promo-pro-content .price{} .promo-pro-content .price p { font-size: 18px; line-height: 20px; font-weight: bold; color: #272727; } .promo-pro-content .price .new { margin-bottom: 5px; } .promo-pro-content .price .old { color: #9b9b9c; text-decoration: line-through; } /* Product Style 2 */ .sin-product-2 .pro-hover { background: transparent none; background-blend-mode: normal; } .sin-product-2 .pro-hover-action { padding: 18px; overflow: hidden; margin: 0; } .sin-product-2 .pro-action { color: #9b9b9c; margin: 0; } .sin-product-2:hover .pro-hover-action { -webkit-animation-name: bounceIn; animation-name: bounceIn; } .promo-slick-prev.slick-arrow { left: -320px; } .promo-slick-next.slick-arrow { right: -50px; } /* Home 2 Offer Banner */ .offers-banner-2 { background: rgba(0, 0, 0, 0) url("../img/offer-2.jpg") no-repeat scroll center center ; -webkit-background-size: cover; background-size: cover; margin-bottom: 112px; padding: 56px 0 46px; } .offer-2-content { padding-right: 70px; } .offer-2-content .top-content { margin-bottom: 100px; } .offer-2-content .top-content h3 { color: #272727; font-size: 18px; letter-spacing: 5px; line-height: 20px; text-transform: uppercase; } .offer-2-content .top-content h1 { color: #006c6f; font-family: Playfair Display; font-size: 72px; font-style: italic; font-weight: 700; line-height: 148px; } .offer-2-content .top-content p { color: #272727; font-weight: 300; padding: 0 15px; } .offer-2-content .bottom-content{} .offer-2-content .bottom-content h3 { color: #272727; font-size: 18px; letter-spacing: 5px; line-height: 20px; margin-bottom: 7px; text-transform: uppercase; } .offer-2-content .bottom-content h1.price { color: #e2214b; font-size: 56px; font-weight: bold; line-height: 64px; margin-bottom: 30px; } .offer-2-content .bottom-content a { border: 2px solid #272727; color: #272727; display: inline-block; line-height: 30px; padding: 0 11px; text-transform: uppercase; } .offer-2-content .bottom-content a:hover { background: #272727; color: #fff; } /* Home 2 Offers Area */ .offers-area-2 { margin-bottom: 112px; } /* Single Offers 2 */ .single-offer-2 { position: relative; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .single-offer-2 > a { display: block; } .single-offer-2:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); z-index: 9; } .single-offer-2 a img { width: 100%; } .single-offer-2 a .secondary { bottom: -30px; position: absolute; right: -19px; width: 423px; } /* Single Offers Offer 1 */ .single-offer-2.offer-1 .content { bottom: 32px; left: 0; position: absolute; right: 0; text-align: center; } .single-offer-2.offer-1 .content h1 { color: #ffffff; line-height: 36px; font-size: 36px; font-weight: bold; } .single-offer-2.offer-1 .content p { font-size: 18px; color: #ffffff; } /* Single Offers Offer 2 */ .single-offer-2.offer-2 .content { left: 18px; position: absolute; top: 80px; right: 18px; text-align: center; } .single-offer-2.offer-2 .offers-2-label, .single-offer-2.offer-3 .offers-2-label { background: #d71430 none repeat scroll 0 0; border-radius: 2px; color: #fff; font-size: 12px; font-weight: bold; height: 23px; line-height: 22px; padding: 0 6px; position: absolute; right: 18px; top: 17px; } .single-offer-2.offer-2 .content h1 { color: #272727; font-size: 36px; font-weight: bold; line-height: 36px; text-transform: uppercase; } .single-offer-2.offer-2 .content p { font-size: 18px; line-height: 36px; color: #272727; letter-spacing: 5px; } /* Single Offers Offer 3 */ .single-offer-2.offer-3 .content { position: absolute; left: 40px; top: 35px; } .single-offer-2.offer-3 .offers-2-label { right: 43px; top: 40px; } .single-offer-2.offer-3 .content h1 { color: #272727; font-size: 50px; font-weight: bold; letter-spacing: -0.25px; line-height: 50px; margin-bottom: 15px; } .single-offer-2.offer-3 .content .price { margin-bottom: 35px; } .single-offer-2.offer-3 .content .price .new { color: #e2214b; display: block; float: left; font-size: 28px; font-weight: bold; margin-right: 16px; line-height: 32px; } .single-offer-2.offer-3 .content .price .old { color: #9b9b9c; font-size: 18px; font-weight: bold; margin-top: 8px; overflow: hidden; text-decoration: line-through; float: left; } .single-offer-2.offer-3 .content a { border: 2px solid #272727; color: #272727; display: block; height: 34px; letter-spacing: -0.25px; line-height: 30px; text-align: center; text-transform: uppercase; width: 130px; } .single-offer-2.offer-3 .content a:hover { background: #272727; color: #fff; } /*-- 5. Home Three --------------------------------------*/ .header-bottom.home-3 { position: absolute; left: 0; right: 0; z-index: 99; } /* Home 3 Slider */ #revslider3 a.shop-now { -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } #revslider3 a.shop-now:hover { background: #272727; color: #fff !important; } .tp-leftarrow.home3 { background: rgba(0, 0, 0, 0) url("../img/home-3-slider/cus-1.png") no-repeat scroll bottom left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } .tp-rightarrow.home3 { background: rgba(0, 0, 0, 0) url("../img/home-3-slider/cus-1.png") no-repeat scroll top left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } /* Home 3 Banners */ .home-banners { width: 100%; z-index: 9999; } .banner-row{} .banner-row > div { padding: 0; } /* Single Product 3 */ .sin-product-3 { position: relative; } .sin-product-3:hover { box-shadow: none; } .sin-product-3 .pro-hover-action { padding: 28px; } .sin-product-3 .pro-action { font-size: 40px; } .sin-product-3 .pro-hover-option { bottom: 0; } .sin-product-3:hover .pro-hover-option { bottom: 75px; } .sin-product-3 .pro-content { position: absolute; left: 0; bottom: 0; right: 0; } /* Home 3 Single Banner */ .home-banners .single-banner { position: relative; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .home-banners .single-banner:hover { box-shadow: 0 0 38px rgba(0,0,0,0.5); z-index: 99999; } .home-banners .single-banner > a { display: block; } .home-banners .single-banner > a > img { width: 100%; } .home-banners .single-banner a.shop-now { border: 2px solid #272727; color: #272727; display: inline-block; font-size: 18px; letter-spacing: -0.35px; line-height: 46px; text-align: center; text-transform: uppercase; width: 190px; } .home-banners .single-banner a.shop-now:hover { background: #272727; color: #fff; } /* Banner 1 Brief */ .home-banners .single-banner .banner-brief-1 { position: absolute; top: 55px; left: 110px; right: 110px; text-align: center; } .home-banners .single-banner .banner-brief-1 h3 { color: #272727; letter-spacing: 5px; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-1 h1 { color: #272727; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 1.5px; line-height: 56px; margin-bottom: 35px; text-transform: uppercase; } /* Banner 4 Brief */ .home-banners .single-banner .banner-brief-4 { position: absolute; left: 85px; bottom: 70px; } .home-banners .single-banner .banner-brief-4 h3 { color: #6b5848; letter-spacing: 5px; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-4 h1 { color: #6b5848; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 1.5px; line-height: 56px; margin-bottom: 35px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-4 a{} /* Banner 5 Brief */ .home-banners .single-banner .banner-brief-5 { left: 105px; position: absolute; text-align: center; top: 30px; } .home-banners .single-banner .banner-brief-5 h1 { color: #272727; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 15px; line-height: 56px; margin-bottom: 0; text-transform: uppercase; } .home-banners .single-banner .banner-brief-5 h3 { color: #272727; font-weight: bold; letter-spacing: 5px; line-height: 30px; margin-bottom: 20px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-5 p { color: #272727; font-size: 18px; letter-spacing: 1.5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-5 h2.price { color: #272727; font-family: Montserrat; font-size: 72px; font-style: normal; font-weight: bold; letter-spacing: 3px; line-height: 72px; margin-bottom: 30px; } /* Banner 6 Brief */ .home-banners .single-banner .banner-brief-6 { left: 78px; position: absolute; top: 78px; } .home-banners .single-banner .banner-brief-6 .banner-label { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; display: inline-block; font-size: 18px; font-weight: bold; height: 27px; line-height: 26px; margin-bottom: 27px; padding: 0 8px; } .home-banners .single-banner .banner-brief-6 h1 { color: #c7444a; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; line-height: 56px; margin-bottom: 30px; } .home-banners .single-banner .banner-brief-6 p { color: #666; display: block; font-size: 14px; font-weight: 300; margin-bottom: 45px; width: 275px; } /* Banner 7 Brief */ .home-banners .single-banner .banner-brief-7 { left: 95px; position: absolute; right: 95px; text-align: center; top: 60px; } .home-banners .single-banner .banner-brief-7 h2 { color: #fff; font-family: Playfair Display; font-size: 36px; font-weight: 700; letter-spacing: 13px; line-height: 36px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-7 h1 { color: #fff; font-family: Playfair Display; font-size: 77px; font-weight: bold; line-height: 77px; margin-bottom: 20px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-7 p { color: #fff; font-weight: 300; margin-bottom: 35px; } .home-banners .single-banner .banner-brief-7 .price { position: relative; margin-bottom: 70px; } .home-banners .single-banner .banner-brief-7 .price h3 { color: #fff; float: left; font-family: Playfair Display; font-size: 36px; font-weight: bold; left: 16px; letter-spacing: 1.5px; line-height: 36px; position: absolute; text-transform: uppercase; top: 6px; } .home-banners .single-banner .banner-brief-7 .price h1 { color: #c7ae75; font-family: Playfair Display; font-size: 148px; font-weight: bold; line-height: 148px; margin-bottom: 0; margin-left: 10px; } .home-banners .single-banner .banner-brief-7 .shop-now { border: 2px solid #fff; color: #fff; font-size: 14px; height: 34px; line-height: 30px; width: 130px; } .home-banners .single-banner .banner-brief-7 .shop-now:hover { background: #fff; color: #225cd2; } /* Banner 8 Brief */ .home-banners .single-banner .banner-brief-8 { position: absolute; top: 55px; left: 50px; right: 50px; text-align: center; } .home-banners .single-banner .banner-brief-8 h3 { color: #272727; letter-spacing: 5px; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-8 h1 { color: #272727; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 1.5px; line-height: 56px; margin-bottom: 55px; text-transform: uppercase; } /* Banner 9 Brief */ .home-banners .single-banner .banner-brief-9 { bottom: 33px; left: 50px; position: absolute; right: 50px; text-align: center; } .home-banners .single-banner .banner-brief-9 h1 { color: #fff; font-size: 56px; font-weight: bold; letter-spacing: -0.35px; line-height: 48px; } .home-banners .single-banner .banner-brief-9 p { color: #ffffff; font-size: 18px; letter-spacing: -0.35px; line-height: 36px; } /* Banner 10 Brief */ .home-banners .single-banner .banner-brief-10 { left: 50px; position: absolute; right: 50px; text-align: center; top: 50px; } .home-banners .single-banner .banner-brief-10 h1 { color: #272727; font-size: 36px; font-weight: bold; line-height: 38px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-10 p { color: #272727; font-size: 18px; letter-spacing: 5px; line-height: 22px; } /* Home 3 Subscribe */ .subscribe-area.home-3 { background-image: url("../img/home-3-banners/subscribe.jpg"); -webkit-background-size: cover; background-size: cover; padding: 101px 0 100px; } /*-- 6. Shop Page --------------------------------------*/ /* Shop Page Banner */ .shop-page-banner { background: rgba(0, 0, 0, 0) url("../img/shop-banner.jpg") no-repeat scroll center center ; -webkit-background-size: cover; background-size: cover; padding: 42px 0 35px; } .shop-page-banner h2 { color: #e2214b; font-family: playfair display; font-size: 56px; font-style: italic; letter-spacing: -0.35px; } .shop-page-banner h1 { color: #e2214b; font-family: playfair display; font-size: 100px; font-style: italic; font-weight: 700; letter-spacing: -0.35px; line-height: 100px; margin-bottom: 60px; } .shop-page-banner a { border: 2px solid #272727; color: #272727; display: inline-block; font-size: 18px; line-height: 46px; text-align: center; text-transform: uppercase; width: 190px; } .shop-page-banner a:hover { background: #272727; color: #fff; } /* Shop Page Slider */ .shop-page-slider { margin-bottom: 56px; } .shop-page-slider .sin-slide { position: relative; } .shop-page-slider .sin-slide img{} .shop-page-slider .sin-slide .slide-content { left: 39px; position: absolute; top: 50px; } .shop-page-slider .sin-slide .slide-content h3 { color: #272727; font-size: 18px; margin-bottom: 3px; text-transform: uppercase; } .shop-page-slider .sin-slide .slide-content h1 { color: #fff; font-family: Playfair Display; font-size: 56px; font-style: italic; font-weight: bold; letter-spacing: -0.5px; line-height: 56px; } .shop-page-slider .sin-slide .slide-content a { border: 2px solid #fff; color: #fff; display: block; float: left; line-height: 30px; margin-top: 140px; padding: 0 9px; text-transform: uppercase; } .shop-page-slider .sin-slide .slide-content a:hover { background: #fff; color: #e33057; } .shop-page-slider .slick-dots { bottom: 42px; position: absolute; right: 40px; } .shop-page-slider .slick-dots li { display: block; float: left; margin-left: 9px; } .shop-page-slider .slick-dots li button { background: #eeeeee none repeat scroll 0 0; border: medium none; border-radius: 50px; display: block; height: 10px; text-indent: -999999px; width: 10px; } .shop-page-slider .slick-dots li.slick-active button { background: #e2214b none repeat scroll 0 0; } /* Shop Page */ .shop-page { margin: 72px 0; } .shop-products .sin-product { margin-bottom: 55px; } /* Shop Sidebar */ .shop-sidebar{} /* Single Sidebar */ .sin-shop-sidebar { background: #fff none repeat scroll 0 0; margin-bottom: 36px; } .sin-shop-sidebar:last-child { margin-bottom: 0; } /* Shop Sidebar Title */ .sin-shop-sidebar .title { border-bottom: 1px solid #eeeeee; line-height: 19px; padding: 10px 17px 10px 20px; } .sin-shop-sidebar .title h4 { color: #272727; display: block; float: left; font-size: 14px; font-weight: bold; letter-spacing: 1.5px; line-height: 19px; text-transform: uppercase; } .sin-shop-sidebar .title a { color: #6f6f6f; display: block; float: right; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; } .sin-shop-sidebar .title a:hover { color: #e2214b; } /* Product Category */ .product-cat{} .product-cat > ul{} .product-cat > ul > li { display: block; position: relative; } .product-cat > ul > li > a { border-bottom: 1px solid #eeeeee; color: #272727; display: block; font-weight: bold; letter-spacing: 1.5px; line-height: 21px; padding: 15px 10px 15px 30px; text-transform: uppercase; } .product-cat > ul > li.collapsable > a, .product-cat > ul > li > a:hover { color: #e2214b; } .product-cat > ul > li > ul{} .product-cat > ul > li > ul li { background: #f8f8f8; display: block; } .product-cat > ul > li > ul li a { border-bottom: 1px solid #eeeeee; color: #6f6f6f; display: block; font-size: 12px; line-height: 17px; padding: 10px 10px 10px 30px; } .product-cat > ul > li > ul li a:hover { color: #e2214b; } .product-cat .hitarea { cursor: pointer; display: block; float: right; padding: 15px 17px; z-index: 9; } .product-cat .hitarea i { color: #848484; display: block; font-size: 6px; line-height: 21px; } .product-cat .hitarea:hover i { color: #e2214b; } /* Product Price Range */ .price-range-wrap { padding: 15px 19px 30px; } .price-range-wrap p { color: #6f6f6f; display: block; font-size: 12px; line-height: 20px; margin-bottom: 15px; } #price-amount { border: medium none; margin-left: 5px; width: 100px; } #slider-range { background: #9a9a9a none repeat scroll 0 0; border: medium none; border-radius: 0; height: 2px; } #slider-range .ui-slider-range { background: #182342 none repeat scroll 0 0; } #slider-range .ui-slider-handle { background: #fff none repeat scroll 0 0; border: 2px solid #e2214b; border-radius: 50px; height: 10px; top: -4px; width: 10px; } /* Product Color */ .product-color{} .product-color ul { overflow: hidden; } .product-color ul li { border-bottom: 1px solid #eeeeee; border-right: 1px solid #eeeeee; display: block; float: left; width: 50%; } .product-color ul li:nth-child(2n) { border-right: 0px solid #eeeeee; } .product-color ul li a { color: #6f6f6f; display: block; font-size: 12px; letter-spacing: 0.75px; line-height: 36px; padding: 0 20px; } .product-color ul li a span.color { border-radius: 50px; display: inline-block; height: 10px; margin-right: 11px; width: 10px; } .product-color ul li a span.color-black{ background: #262626; } .product-color ul li a span.color-pink{ background: #c95fa4; } .product-color ul li a span.color-blue{ background: #3f7cc2; } .product-color ul li a span.color-gold{ background: #bb9b6c; } .product-color ul li a span.color-brown{ background: #9e724b; } .product-color ul li a span.color-purple{ background: #9775cd; } .product-color ul li a span.color-green{ background: #85bd52; } .product-color ul li a span.color-red { background: #d7535e; } .product-color ul li a span.color-orange { background: #e38c2d; } .product-color ul li a span.color-white { background: #dbe1e7; } /* Product Sizes */ .product-sizes{} .product-sizes ul { overflow: hidden; } .product-sizes ul li { border-right: 1px solid #eeeeee; display: block; float: left; width: 20%; } .product-sizes ul li:last-child { border-right: 0px solid #eeeeee; } .product-sizes ul li a { color: #6f6f6f; display: block; font-size: 12px; letter-spacing: 1.5px; line-height: 52px; text-align: center; text-transform: uppercase; } .product-sizes ul li a:hover { background: #182342; color: #fff; } /* Product Brands */ .product-brand { height: 259px; } .product-brand ul{} .product-brand ul li { border-bottom: 1px solid #eeeeee; display: block; } .product-brand ul li a { color: #6f6f6f; display: block; font-size: 12px; letter-spacing: 1.5px; line-height: 36px; padding: 0 20px; } .product-brand ul li a:hover { color: #e2214b; } /* Shop Top ToolBar */ .shop-top-toolbar { background: #fff none repeat scroll 0 0; border-radius: 1px; margin-bottom: 56px; overflow: hidden; padding: 17px 20px 14px; } .view-mode { padding: 0; } .view-mode li { display: block; float: left; margin-right: 19px; } .view-mode li a { color: #9b9b9c; font-size: 25px; line-height: 25px; } .view-mode li:hover a { color: #272727; } .view-mode li.active a { color: #e2214b; } .view-mode li a i{} .shop-top-toolbar p { color: #9b9b9c; font-weight: bold; line-height: 25px; } /* Product List Style */ .sin-product-list { margin-bottom: 56px; width: 100%; } /* List Product Image */ .list-pro-image{} .list-pro-image a { display: block; } .list-pro-image a img{} .list-pro-label { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; display: inline-block; font-size: 12px; font-weight: bold; height: 23px; left: 29px; line-height: 22px; padding: 0 9px; position: absolute; text-transform: uppercase; top: 12px; } /* List Product Contnet */ .list-pro-content{} .list-pro-content h2 { font-size: 28px; font-weight: bold; line-height: 24px; margin-bottom: 14px; } .list-pro-content h2 a { color: #272727; } .list-pro-content h2 a:hover { color: #e2214b; } .list-pro-content .ratting { margin-bottom: 15px; } .list-pro-content .ratting .star { color: #9b9b9c; display: block; float: left; margin-right: 7px; } .list-pro-content .ratting .star.active { color: #eabe12; } .list-pro-content .list-pro-price { color: #272727; font-weight: bold; margin-bottom: 45px; } .list-pro-content p { color: #666; font-weight: 300; margin-bottom: 30px; } /* List Product Action */ .list-pro-content .list-pro-action{} .list-pro-content .list-action { border: 1px solid #272727; color: #272727; display: block; float: left; height: 34px; margin-right: 19px; overflow: hidden; position: relative; width: 45px; } .list-pro-content .list-action:last-child { margin-right: 0; } .list-pro-content .list-action i { display: block; float: left; font-size: 20px; line-height: 32px; padding: 0 12px; } .list-pro-content .list-action span { display: block; left: 60px; line-height: 32px; position: absolute; text-transform: uppercase; top: 0; } .list-pro-content .list-action:hover { color: #e33057; } .list-pro-content .add-cart.list-action:hover { background: #272727; color: #fff; width: 199px; } .list-pro-content .add-cart.list-action:hover i{ padding: 0 20px; } /* Shop Two Column */ .shop-two-column { margin-bottom: 112px; } .shop-two-column .sin-product { margin-bottom: 72px; } .shop-two-column .pro-hover-action { margin-top: 190px; } .shop-two-column .pro-hover-action .pro-action { font-size: 30px; line-height: 30px; } /* Shop Three & Four Column */ .shop-three-column .sin-product, .shop-four-column .sin-product { margin-bottom: 56px; } /*-- 7. Product Details --------------------------------------*/ /* Product Details 1 */ .pro-info-container { background: #fff; } /* Product Info */ .product-info { padding: 30px 46px 40px; border-right: 1px solid #ebebeb; } .product-info .pro-info-cat { margin-bottom: 14px; } .product-info .pro-info-cat p { color: #9b9b9c; letter-spacing: 5px; line-height: 20px; text-transform: uppercase; } .product-info .pro-title-rating { margin-bottom: 50px; } .product-info .pro-title-rating h2 { float: left; font-size: 28px; font-weight: bold; line-height: 24px; } .pro-info-ratting { margin-top: 2px; } .pro-info-ratting .star { color: #9b9b9c; font-size: 17px; } .pro-info-ratting .active { color: #eabe12; } /* Product Info Tab List */ .pro-info-tab-list { position: relative; z-index: 1; width: 100%; display: block; float: left; } .pro-info-tab-list::before { background: #ebebeb; height: 1px; position: absolute; content: ""; left: -46px; right: -46px; bottom: 0px; z-index: -1; } .pro-info-tab-list li { display: block; float: left; margin-right: 66px; } .pro-info-tab-list li:last-child { margin-right: 0; } .pro-info-tab-list li a { border-bottom: 3px solid transparent; color: #9b9b9c; line-height: 20px; padding-right: 8px; text-transform: uppercase; padding-bottom: 9px; display: block; } .pro-info-tab-list li a:hover { color: #272727; } .pro-info-tab-list li.active a { border-color: #e2214b; color: #272727; } /* Product Info Tab Container */ .pro-info-tab-container { display: block; float: left; margin: 20px 0 0; width: 100%; } .pro-info-tab{} .pro-info-tab p { color: #9b9b9c; font-weight: 300; margin-bottom: 7px; } .pro-info-tab ul { overflow: hidden; margin-bottom: 30px; } .pro-info-tab ul li { color: #9b9b9c; display: block; float: left; font-weight: 300; margin-right: 20px; padding-left: 35px; min-width: 160px; } .pro-info-tab ul li::before { background: #9b9b9c none repeat scroll 0 0; content: ""; display: inline-block; margin-bottom: 2px; height: 3px; margin-right: 5px; width: 3px; } .pro-color-size { margin-bottom: 50px; } .pro-color-size .pro-color { width: 50%; float: left; display: block; } .pro-color-size .pro-color h4 { color: #272727; font-size: 16px; line-height: 30px; margin-bottom: 20px; } .pro-color-size .pro-color ul { margin-bottom: 0; } .pro-color-size .pro-color ul li { display: block; float: left !important; margin-right: 16px; padding: 0; min-width: auto; } .pro-color-size .pro-color ul li::before { display: none; } .pro-color-size .pro-color ul li a { border-radius: 50px; display: block; height: 32px; width: 32px; text-indent: -9999px; } .pro-color-size .pro-color ul li:nth-child(1) a { background: #343434; } .pro-color-size .pro-color ul li:nth-child(2) a { background: #b96d00; } .pro-color-size .pro-color ul li:nth-child(3) a { background: #511d00; } .pro-color-size .pro-color ul li:nth-child(4) a { background: #1e136b; } .pro-color-size .pro-size { width: 50%; float: left; display: block; } .pro-color-size .pro-size h4 { color: #272727; font-size: 16px; line-height: 30px; margin-bottom: 20px; } .pro-color-size .pro-size ul { margin-bottom: 0; } .pro-color-size .pro-size ul li { display: block; float: left; margin-right: 16px; padding: 0; min-width: auto; } .pro-color-size .pro-size ul li::before { display: none; } .pro-color-size .pro-size ul li a { border: 2px solid #9b9b9c; border-radius: 50px; color: #9b9b9c; display: block; font-size: 11px; height: 32px; line-height: 28px; text-align: center; text-transform: uppercase; width: 32px; } .pro-color-size .pro-size ul li a:hover { border: 2px solid #e2214b; color: #e2214b; } .product-info .pro-info-price { margin-bottom: 62px; width: 100%; } .product-info .pro-info-price .new { color: #e2214b; display: block; float: left; font-weight: bold; line-height: 42px; margin-right: 30px; } .product-info .pro-info-price .old { color: #9b9b9c; display: block; float: left; font-size: 18px; font-weight: bold; line-height: 24px; margin-top: 15px; overflow: hidden; text-decoration: line-through; } .pro-info-quantity-cart{} .pro-info-quantity { margin-right: 49px; } .pro-info-quantity h3 { display: block; float: left; font-size: 16px; line-height: 47px; text-transform: uppercase; margin-right: 25px; } .pro-info-quantity .cart-plus-minus { border: 1px solid #9b9b9c; width: 77px; position: relative; } .cart-plus-minus .cart-plus-minus-box { border: 0px solid #9b9b9c; border-right: 1px solid #9b9b9c; display: block; float: left; height: 45px; text-align: center; width: 54px; font-size: 18px; color: #272727; font-weight: bold; } .pro-info-quantity .cart-plus-minus .qtybutton { background: transparent none repeat scroll 0 0; border: medium none; display: block; font-size: 6px; position: absolute; right: 0; width: 22px; height: 12px; } .pro-info-quantity .cart-plus-minus .dec { bottom: 0; } .pro-info-quantity .cart-plus-minus .inc { top: 0; } .pro-info-quantity-cart .pro-info-addcart { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; height: 34px; line-height: 34px; padding: 0 20px; text-align: left; text-transform: uppercase; width: 199px; margin-top: 7px; } .pro-info-quantity-cart .pro-info-addcart i { font-size: 20px; margin-right: 19px; line-height: 34px; display: block; float: left; } .pro-info-quantity-cart .pro-info-addcart:hover { background: #e2214b none repeat scroll 0 0; } /* Product Image */ .product-image { padding: 31px 39px; } /* Product Image Tab Container */ .pro-image-tab-container{} .pro-image-tab { padding: 0 63px; } .pro-image-tab img{} /* Product Image Tab List */ .pro-image-tab-list { position: relative; z-index: 1; width: 100%; display: block; float: left; } .pro-image-tab-list li { display: block; float: left; padding: 0 6px; width: 25%; } .pro-image-tab-list li a { border: 2px solid #fff; display: block; } .pro-image-tab-list li.active a { border: 2px solid #9b9b9c; } /* Product Details 2 */ .product-details2 { margin: 72px 0 82px; } /* Product Details 2 Image */ .product-image-2{} .product-image-2 .pro-image-tab-container { display: block; float: left; padding-right: 15px; width: 83.3333%; } .product-image-2 .pro-image-tab { padding: 0; } .product-image-2 .pro-image-tab img { width: 100%; } .pro-image-tab-list-2 { display: block; float: left; width: 16.6%; } .pro-image-tab-list-2 li { margin-bottom: 21px; } .pro-image-tab-list-2 li a { display: block; } .pro-image-tab-list-2 li a img { width: 100%; } /* Product Details 2 Product Info */ .product-info-2 { background: #fff none repeat scroll 0 0; margin-left: -15px; padding: 55px 45px 34px; } .pro-info-cat-2 { margin-bottom: 24px; } .pro-info-cat-2 p { color: #9b9b9c; letter-spacing: 5px; line-height: 20px; text-transform: uppercase; } .pro-info-title-2 { margin-bottom: 33px; } .pro-info-title-2 h2 { color: #272727; font-size: 28px; font-weight: bold; } .pro-info-ratting-2 { margin-top: 10px; } .pro-info-price-2{} .pro-info-price-2 .new { color: #e2214b; display: block; float: left; font-size: 28px; font-weight: bold; margin-right: 30px; } .pro-info-price-2 .old { color: #9b9b9c; display: block; float: left; font-size: 18px; font-weight: bold; line-height: 24px; margin-top: 5px; overflow: hidden; text-decoration: line-through; } .pro-info-avaibility { border-bottom: 1px solid #ebebeb; margin-bottom: 27px; margin-top: 43px; padding-bottom: 34px; } .pro-info-avaibility p { color: #9b9b9c; display: block; float: left; line-height: 35px; text-transform: uppercase; } .pro-info-avaibility p span { color: #272727; } .pro-info-quantity-2{} .pro-info-quantity-2 h3 { color: #9b9b9c; display: block; float: left; font-size: 14px; line-height: 35px; margin-right: 14px; text-transform: uppercase; } .pro-info-quantity-2 .cart-plus-minus-2{} .pro-info-quantity-2 .cart-plus-minus-2 .qtybtn { background: #ebebeb none repeat scroll 0 0; color: #9b9b9c; cursor: pointer; display: block; float: left; font-size: 30px; height: 35px; line-height: 31px; text-align: center; width: 35px; } .pro-info-quantity-2 .cart-plus-minus-box { border: medium none; color: #272727; display: block; float: left; font-size: 18px; font-weight: bold; height: 35px; line-height: 20px; text-align: center; width: 88px; } .pro-info-des-2 { margin-bottom: 30px; } .pro-info-des-2 p { color: #9b9b9c; font-weight: 300; } .pro-color-size-2 .pro-color-2 ul li:nth-child(1) a { background: #74CCFF none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(2) a { background: #FF7373 none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(3) a { background: #96CE5A none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(4) a { background: #20156E none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(5) a { background: #EC376C none repeat scroll 0 0; } .pro-info-actions-2 { background: #f8f8f8 none repeat scroll 0 0; margin-left: -15px; padding: 40px 15px; } .pro-info-actions-2 button { background: transparent none repeat scroll 0 0; border: medium none; display: inline-block; text-transform: uppercase; } .pro-info-actions-2 button i { display: block; float: left; font-size: 20px; line-height: 34px; margin-right: 19px; } .pro-info-actions-2 .pro-info-addcart { background: #272727 none repeat scroll 0 0; color: #fff; line-height: 34px; margin-right: 38px; padding: 0 43px 0 20px; } .pro-info-actions-2 .pro-info-addcart:hover { background: #e2214b; } .pro-info-actions-2 .pro-info-wishlist { border: 2px solid #272727; color: #272727; line-height: 30px; padding: 0 41px 0 18px; } .pro-info-actions-2 .pro-info-wishlist i { line-height: 30px; } .pro-info-actions-2 .pro-info-wishlist:hover { background: #272727; color: #fff; } /* Product Details 2 Info Tab */ .pro-info-tab-container-2 { background: #fff none repeat scroll 0 0; margin-top: 72px; padding: 45px 100px 75px; } .pro-info-tab-list-2 { margin-bottom: 52px; } .pro-info-tab-list-2::before { left: -30px; right: -30px; } .pro-info-tab-container-2 .tab-content { width: 100%; } .pro-info-tab-2{} .pro-info-tab-2 p { margin-bottom: 24px; } .pro-info-tab-2 ul{} .pro-info-tab-2 ul li { display: block; float: none; margin-bottom: 4px; margin-right: 0; width: 100%; } .pro-info-tab-2 ul li::before { border-radius: 50px; margin-bottom: 3px; } /* Product Details Tags */ .pro-tag-wrapper{} .pro-tag-wrapper a { background: #272727 none repeat scroll 0 0; color: #fff; display: block; float: left; font-size: 12px !important; margin-right: 15px; padding: 5px 15px; text-transform: uppercase; } /* Product Details Review */ .pro-review-container { margin-bottom: 100px; } .sin-pro-review { border-bottom: 1px solid #9b9b9c; margin-bottom: 30px; padding-bottom: 30px; } .sin-pro-review:last-child { border-bottom: 0px solid #9b9b9c; margin-bottom: 0; padding-bottom: 0; } .sin-pro-review .rev-image { border-radius: 50px; margin-right: 20px; overflow: hidden; width: 70px; } .sin-pro-review .rev-image img { width: 100%; } .sin-pro-review .rev-content{} .sin-pro-review .rev-content .rev-head { margin-bottom: 10px; } .sin-pro-review .rev-content .rev-head h3 { color: #272727; font-size: 18px; font-weight: bold; margin-bottom: 5px; } .sin-pro-review .rev-content .rev-head span { font-size: 13px; } .sin-pro-review .pro-rev-ratting{} .sin-pro-review .pro-rev-ratting .star{} .sin-pro-review .pro-rev-ratting .active { color: #eabe12; } .sin-pro-review .rev-content p { font-weight: normal; margin-bottom: 0; } /* Product Review Form */ .pro-rev-form { max-width: 500px; width: 100%; } .pro-rev-form h2 { color: #272727; font-size: 28px; margin-bottom: 50px; } .moon-form .form-ratting { display: block; float: left; margin-bottom: 15px; padding: 0 15px; width: 100%; } .moon-form .form-ratting .form-sin-ratting { background: transparent none repeat scroll 0 0; border: medium none; color: #9b9b9c; display: block; float: left; margin-right: 20px; } .moon-form .form-ratting .form-sin-ratting i{} .moon-form .form-ratting .form-sin-ratting.active, .moon-form .form-ratting .form-sin-ratting:hover{ color: #eabe12; } /* Related Product */ .related-products { margin-top: 65px; } .related-products .rp-title { margin-bottom: 22px; } .related-products .rp-title h1 { color: #272727; font-size: 28px; font-weight: bold; } /*-- 8. Cart, Check Out & Order Complate --------------------------------------*/ .cart-page-container { background: #fff none repeat scroll 0 0; display: block; padding: 56px; } /* Cart Page Tab List */ .cart-page-tablist { margin-bottom: 55px; } .cart-page-tablist ul { display: inline-block; position: relative; z-index: 1; } .cart-page-tablist ul::before { background: #efefef none repeat scroll 0 0; content: ""; height: 2px; left: 80px; position: absolute; right: 80px; top: 27px; z-index: -1; } .cart-page-tablist ul li { display: block; float: left; margin-right: 45px; width: 160px; } .cart-page-tablist ul li:last-child { margin: 0; } .cart-page-tablist ul li a { display: block; } .cart-page-tablist ul li a .number { background: #efefef none repeat scroll 0 0; border: 7px solid #fff; border-radius: 50px; color: #9b9b9c; display: inline-block; font-size: 24px; font-weight: bold; height: 56px; line-height: 42px; width: 56px; } .cart-page-tablist ul li a p { color: #9b9b9c; font-weight: bold; line-height: 20px; text-transform: uppercase; } .cart-page-tablist ul li a.active .number { background: #e2214b none repeat scroll 0 0; color: #fff; } .cart-page-tablist ul li a.active p { color: #272727; } /* Cart Page Title */ .cart-page-title { margin-bottom: 40px; } .cart-page-title h1 { color: #272727; font-size: 28px; font-weight: bold; text-transform: uppercase; } .cart-page-title-2 h1 { font-size: 36px; margin-bottom: 16px; } .cart-page-title p { color: #9b9b9c; } /* Cart Table */ .table-cart { margin-bottom: 32px; } .table-cart thead{} .table-cart thead tr{} .table-cart thead tr th { border-bottom: 1px solid #ebebeb; color: #272727; font-size: 14px; font-weight: bold; padding: 6px; text-align: center; text-transform: uppercase; width: 15%; } .table-cart thead tr th:first-child { padding-left: 44px; text-align: left; width: 40%; } .table-cart tbody{} .table-cart tbody tr{} .table-cart tbody tr td { border-bottom: 1px solid #ebebeb; border-top: 0px solid #ebebeb; padding: 36px 14px; text-align: center; vertical-align: middle; width: 15%; } .table-cart tbody tr td:first-child { text-align: left; width: 40%; } .table-cart .cart-items { min-width: 300px; } .table-cart .cart-image { display: block; float: left; margin-right: 30px; width: 100px; } .table-cart .cart-image img{} .table-cart .cart-item-content { margin-top: 22px; } .table-cart .cart-item-content .title { font-size: 14px; font-weight: bold; line-height: 18px; margin-bottom: 5px; } .table-cart .cart-item-content .title a { color: #272727; } .table-cart .cart-item-content .title a:hover { color: #e33057; } .table-cart .cart-item-content span { color: #9b9b9c; display: block; font-size: 12px; } .table-cart .cart-item-content span strong{} .table-cart .cart-price { color: #9b9b9c; display: block; font-size: 18px; font-weight: bold; min-width: 100px; } .table-cart .cart-qty { display: inline-block; min-width: 90px; } .table-cart .cart-qty .input-cart-qty { border: medium none; color: #9b9b9c; display: block; float: left; font-weight: bold; height: 19px; text-align: center; width: 50px; } .table-cart .cart-qty .qtybtn { background: #ebebeb none repeat scroll 0 0; border: medium none; color: #9b9b9c; cursor: pointer; display: block; float: left; font-size: 22px; line-height: 19px; text-indent: -99999px; width: 20px; } .table-cart .cart-qty .qtybtn.dec { background-image: url("../img/icons/cart-minus.png"); } .table-cart .cart-qty .qtybtn.inc { background-image: url("../img/icons/cart-plus.png"); } .table-cart .cart-total-price { color: #272727; display: block; font-size: 18px; font-weight: bold; min-width: 100px; } .table-cart .cart-remove { color: #2e2e2e; font-size: 16px; } .table-cart .cart-remove i{} .table-cart .cart-remove:hover { color: #f00; } /* Shipping Cost */ .shipping-cost{} .shipping-cost .title { color: #272727; font-size: 18px; font-weight: bold; line-height: 20px; margin-bottom: 53px; text-transform: uppercase; } .shipping-cost .input-wrapper{} .shipping-cost .input-box { margin-bottom: 28px; } .shipping-cost .input-box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(0, 0, 0, 0) url("../img/icons/caret-down.png") no-repeat scroll right 9px center; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 5px 10px; width: 100%; } .shipping-cost .input-box select option { border-right: 1px solid #9b9b9c; display: block; padding: 0 10px; } .shipping-cost .input-box input[type="text"] { border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 6px 10px 5px; width: 100%; } .shipping-cost input[type="submit"] { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; line-height: 34px; padding: 0 22px; text-transform: uppercase; } .shipping-cost input[type="submit"]:hover { background: #e33057 none repeat scroll 0 0; } /* Coupon Discount */ .coupon-discount{} .coupon-discount .title { color: #272727; font-size: 18px; font-weight: bold; line-height: 20px; margin-bottom: 53px; text-transform: uppercase; } .coupon-discount .coupon-wrapper{} .coupon-discount .coupon-wrapper p { color: #9b9b9c; font-family: Playfair Display; font-style: italic; margin-bottom: 34px; } .coupon-discount .input-box { margin-bottom: 28px; } .coupon-discount .input-box input[type="text"] { border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 6px 10px 5px; width: 100%; } .coupon-discount input[type="submit"] { background: #fff none repeat scroll 0 0; border: 2px solid #272727; color: #272727; line-height: 30px; padding: 0 22px; text-transform: uppercase; } .coupon-discount input[type="submit"]:hover { background: #272727 none repeat scroll 0 0; color: #fff; } /* Payment Details */ .payment-details { border: 2px solid #272727; padding: 15px 13px 19px; } .payment-details .title { color: #272727; font-size: 18px; font-weight: bold; line-height: 20px; margin-bottom: 37px; padding-left: 6px; padding-right: 6px; text-transform: uppercase; } .payment-details .payment-wrapper{} .payment-details .payment-wrapper p { color: #272727; line-height: 20px; text-transform: uppercase; } .payment-details .payment-wrapper span { color: #9b9b9c; font-weight: bold; line-height: 20px; text-transform: uppercase; } .payment-details .payment-wrapper .subtotal { margin-bottom: 13px; padding-left: 6px; padding-right: 6px; } .payment-details .payment-wrapper .shipping { border-bottom: 1px solid #272727; margin-bottom: 19px; padding-bottom: 13px; padding-left: 6px; padding-right: 6px; } .payment-details .payment-wrapper .grandtotal { margin-bottom: 30px; padding-left: 6px; padding-right: 6px; } .payment-details .payment-wrapper .grandtotal span { color: #e2214b; font-size: 18px; } .payment-details .payment-wrapper .procced-checkout {} .payment-details .procced-checkout .checkout-btn { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; line-height: 34px; padding: 0 22px; text-transform: uppercase; } .payment-details .procced-checkout .checkout-btn:hover { background: #e33057 none repeat scroll 0 0; } /* Billing Details */ .billing-details { margin-bottom: 28px; } .billing-details .cart-page-title, .shipping-details .cart-page-title { margin-bottom: 33px; } .checkout-form{} .checkout-form .input-box { margin-bottom: 28px; } .checkout-form .input-box:last-child { margin-bottom: 0; } .checkout-form .input-box input[type="text"] { font-size: 12px; padding: 5px 10px; } .checkout-form .input-box textarea { padding: 5px 10px 6px; } .cart-page-title{} .cart-page-title a { color: #272727; } .cart-page-title a .check-box { background: #e2214b none repeat scroll 0 0; border: 2px solid #182342; display: block; float: left; height: 19px; margin-right: 8px; margin-top: 7px; position: relative; width: 19px; } .cart-page-title a .check-box::before { background: transparent none repeat scroll 0 0; border: 3px solid #fff; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 11; } .cart-page-title a.collapsed .check-box { background: #fff none repeat scroll 0 0; } /* Order Details */ .order-details { border: 1px solid #e1e1e1; padding: 20px 26px 28px; } .order-pro-table { margin-bottom: 64px; } .order-pro-table thead{} .order-pro-table thead tr{} .order-pro-table thead tr th { border-bottom: 3px double #ebebeb; padding: 3px 0; } .order-pro-table tbody{} .order-pro-table tbody tr{} .order-pro-table tbody tr td { border-bottom: 1px solid #ebebeb; padding: 0; } .order-pro-table tfoot{} .order-pro-table tfoot tr{} .order-pro-table tfoot tr td { border-bottom: 1px solid #ebebeb; padding: 0; } .order-pro-table tfoot tr:last-child td { border-bottom: 0 solid #ebebeb; } .order-pro-table tfoot tr:nth-last-child(2) td { border-bottom: 3px double #ebebeb; } .order-pro-table thead .product, .order-pro-table thead .total { color: #272727; font-size: 14px; font-weight: bold; line-height: 20px; text-transform: uppercase; } .order-pro-table thead .total{} .order-pro-table tbody .title, .order-pro-table tbody .total-price { color: #9b9b9c; display: block; font-size: 14px; line-height: 73px; } .order-pro-table tbody .total-price{} .order-pro-table tfoot .cart-total-title, .order-pro-table tfoot .cart-total, .order-pro-table tfoot .shipping-charge { color: #9b9b9c; display: block; font-size: 14px; font-weight: bold; line-height: 30px; padding: 20px 0; text-transform: uppercase; } .order-pro-table tfoot .cart-total { line-height: 20px; padding: 25px 0 0; } .order-pro-table tfoot .shipping-charge { padding: 0 0 25px; } .order-pro-table tfoot .vat, .order-pro-table tfoot .vat-total { color: #9b9b9c; display: block; font-size: 14px; font-weight: bold; line-height: 66px; text-transform: uppercase; } .order-pro-table tfoot .vat-total{} .order-pro-table tfoot .grand-total-title, .order-pro-table tfoot .grand-total { color: #272727; display: block; font-size: 18px; font-weight: bold; margin-top: 21px; text-transform: uppercase; } .order-pro-table tfoot .grand-total { color: #e2214b; } .cart-page-title.payment-title { border-bottom: 3px double #ebebeb; margin-bottom: 30px; padding-bottom: 20px; } .payment-methods{} .payment-methods .single-payment { margin-bottom: 25px; } .payment-methods .single-payment .select-btn { background: transparent none repeat scroll 0 0; border: medium none; color: #272727; display: block; font-size: 18px; font-weight: bold; line-height: 18px; margin-bottom: 15px; } .payment-methods .single-payment .select-btn .check-box { background: #fff none repeat scroll 0 0; border: 2px solid #182342; display: block; float: left; height: 19px; margin-right: 22px; position: relative; width: 19px; } .payment-methods .single-payment .select-btn .check-box::before { background: transparent none repeat scroll 0 0; border: 3px solid #fff; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 11; } .payment-methods .single-payment .select-btn.active .check-box { background: #e2214b none repeat scroll 0 0; } .payment-methods .single-payment p { color: #9b9b9c; font-size: 12px; letter-spacing: 0.1px; line-height: 20px; } .single-payment.other { display: block; float: left; margin-bottom: 30px; margin-top: 8px; width: 100%; } .single-payment.other .wrapper { border: 1px solid #182342; display: block; float: left; margin: 0; padding: 28px 23px 17px 29px; position: relative; width: 327px; } .single-payment.other .wrapper a { background: #fff; display: block; margin-right: 31px; float: left; } .single-payment.other .wrapper a:last-child { margin-right: 0; } .single-payment.other .wrapper a img{} .single-payment.other .wrapper a.paypal { left: 8px; margin: 0; padding: 0 5px; position: absolute; top: -10px; } .single-payment.other > a { color: #9b9b9c; display: block; float: left; font-size: 12px; line-height: 20px; margin-left: 15px; margin-top: 25px; text-decoration: underline; } .order-details .place-order {} .order-details .place-order .place-order-btn { background: #272727 none repeat scroll 0 0; border: medium none; color: #ffffff; display: inline-block; height: 34px; text-transform: uppercase; width: 200px; } .order-details .place-order .place-order-btn:hover { background: #e33057 none repeat scroll 0 0; } /* Order Complate Style */ .order-complete-mgs { border: 1px solid #e1e1e1; margin-bottom: 56px; } .order-complete-mgs p { color: #66bb6a; line-height: 42px; } .order-information { border: 1px solid #e1e1e1; margin-bottom: 65px; } .order-information .single { border-right: 1px solid #e1e1e1; display: block; float: left; padding: 43px 0; width: 25%; } .order-information .single:last-child { border-right: 0px solid #e1e1e1; } .order-information .single span { color: #9b9b9c; display: block; font-size: 12px; margin-bottom: 5px; text-transform: uppercase; } .order-information .single h4 { color: #272727; font-size: 18px; font-weight: bold; text-transform: uppercase; } .order-details-complete { border: medium none; padding: 0 55px 0 0; } .order-details-complete .order-pro-table { margin-bottom: 0; } .coustomer-details, .billing-address { margin-bottom: 63px; padding-left: 25px; } .coustomer-details .order-com-title, .billing-address .order-com-title { margin-bottom: 20px; } .coustomer-details .order-com-title h1, .billing-address .order-com-title h1 { color: #272727; font-size: 28px; font-weight: bold; text-transform: uppercase; } .coustomer-details .content{} .coustomer-details .content ul{} .coustomer-details .content ul li { color: #272727; line-height: 28px; } .coustomer-details .content ul li span { color: #9b9b9c; display: block; float: left; width: 173px; } .billing-address .content h4 { color: #272727; font-size: 14px; font-weight: bold; line-height: 28px; } .billing-address .content p { color: #272727; line-height: 25px; } .shipping-address { margin-bottom: 0; } /*-- 9. Wishlist --------------------------------------*/ .table-wishlist { margin-bottom: 0; } .table-wishlist thead tr th:first-child, .table-wishlist tbody tr td:first-child { padding-left: 10px; text-align: center; width: 10%; } .table-wishlist thead tr th:nth-child(2) { padding-left: 45px; } .table-wishlist thead tr th:nth-child(2), .table-wishlist tbody tr td:nth-child(2) { text-align: left; width: 45%; } .table-wishlist .stock-status { color: #9b9b9c; display: block; font-size: 18px; font-weight: bold; min-width: 100px; } .table-wishlist .add-cart {} .table-wishlist .add-cart .add-cart-btn { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; display: block; line-height: 34px; text-transform: uppercase; width: 125px; } .table-wishlist .add-cart .add-cart-btn:hover { background: #e33057 none repeat scroll 0 0; } /*-- 10. Blog Page --------------------------------------*/ .blog-page {} .sin-blog { background: #fff none repeat scroll 0 0; margin-bottom: 56px; } .sin-blog .blog-image { display: block; position: relative; width: 100%; z-index: 1; } .sin-blog .blog-image::before { background: #272727 none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; } .sin-blog .blog-image img { width: 100%; } .sin-blog:hover .blog-image img { opacity: 0.3; } .sin-blog .blog-image a { border: 2px solid #fff; color: #fff; display: block; left: 50%; letter-spacing: -0.5px; line-height: 30px; margin-left: -85px; margin-top: -17px; position: absolute; text-align: center; text-transform: uppercase; top: 50%; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); width: 170px; } .sin-blog:hover .blog-image a { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .sin-blog .blog-image a:hover { background: #fff; color: #e33057; } .sin-blog .blog-details { padding: 32px 37px 20px; } .sin-blog .blog-details .top { margin-bottom: 16px; } .sin-blog .blog-details .blog-cat { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; font-size: 18px; font-weight: bold; height: 25px; line-height: 22px; padding: 0 10px; } .sin-blog .blog-details .top-meta { color: #9b9b9c; line-height: 25px; } .sin-blog .blog-details .title { color: #272727; display: block; font-size: 34px; font-weight: bold; line-height: 38px; } .sin-blog .blog-details .title { display: block; font-size: 34px; font-weight: bold; line-height: 38px; margin-bottom: 21px; } .sin-blog .blog-details .title a { color: #272727; } .sin-blog .blog-details .title a:hover { color: #e33057; } .sin-blog .blog-details .blog-meta { color: #9b9b9c; font-size: 18px; margin-bottom: 16px; } .sin-blog .blog-details .blog-meta a { color: #9b9b9c; font-weight: bold; } .sin-blog .blog-details .blog-meta a:hover { color: #e33057; } .sin-blog .blog-details p { color: #272727; font-size: 13px; line-height: 22px; } /*-- 11. Single Blog Page --------------------------------------*/ .sin-blog-post {} .sin-blog-post .blog-details {} .sin-blog-post .blog-details .top { margin-bottom: 16px; } .sin-blog-post .blog-details .blog-cat { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; font-size: 18px; font-weight: bold; height: 25px; line-height: 22px; padding: 0 10px; } .sin-blog-post .blog-details .top-meta { color: #9b9b9c; line-height: 25px; } .sin-blog-post .blog-details .title { color: #272727; display: block; font-size: 34px; font-weight: bold; line-height: 38px; } .sin-blog-post .blog-details .title { color: #272727; display: block; font-size: 56px; font-weight: bold; line-height: 60px; margin-bottom: 21px; } .sin-blog-post .blog-details .blog-meta { color: #9b9b9c; font-size: 18px; margin-bottom: 46px; } .sin-blog-post .blog-details .blog-meta a { color: #9b9b9c; font-weight: bold; } .sin-blog-post .blog-details .blog-meta a:hover { color: #e33057; } .sin-blog-post .blog-details p { color: #9b9b9c; margin-bottom: 25px; } .sin-blog-post .blog-details blockquote { border-color: #e2214b; margin: 60px 0 31px; padding: 0 0 0 35px; } .sin-blog-post .blog-details blockquote p { color: #9b9b9c; font-size: 17px; font-weight: bold; line-height: 28px; margin: 0; } /* Blog Post Tag & Share */ .post-tag-share { display: block; padding: 20px 0 65px; width: 100%; } .post-tag-share .post-tags { color: #9b9b9c; font-size: 12px; line-height: 24px; } .post-tag-share .post-tags strong { color: #272727; } .post-tag-share .post-tags a { color: #9b9b9c; } .post-tag-share .post-tags a:hover { color: #e33057; } .post-tag-share .post-tags a {} .post-tag-share .post-share { color: #9b9b9c; font-size: 12px; } .post-tag-share .post-share strong { color: #272727; float: left; line-height: 24px; } .post-tag-share .post-share a { color: #9b9b9c; font-size: 17px; margin-left: 20px; } .post-tag-share .post-share a i{} .post-tag-share .post-share a:hover { color: #e33057; } /* Blog Next Preview */ .prev-next-post { border-bottom: 1px solid #9b9b9c; border-top: 1px solid #9b9b9c; padding: 20px 0; margin-bottom: 66px; } .prev-next-post .prev-post{} .prev-next-post .prev-post span, .prev-next-post .next-post span { color: #9b9b9c; display: block; font-size: 12px; font-weight: bold; margin-bottom: 5px; text-transform: uppercase; } .prev-next-post .prev-post a, .prev-next-post .next-post a { color: #272727; font-size: 18px; font-weight: bold; } .prev-next-post .prev-post a:hover, .prev-next-post .next-post a:hover { color: #e33057; } .prev-next-post .next-post span{} .prev-next-post .next-post a{} /* Blog Comments */ .blog-comments{} .blog-comments h2 { color: #272727; font-size: 28px; line-height: 28px; margin-bottom: 70px; } .comments-container { margin-bottom: 100px; } .sin-comment { border-bottom: 1px solid #9b9b9c; margin-bottom: 35px; padding-bottom: 35px; } .sin-comment .image { border-radius: 50px; display: block; height: 70px; margin-right: 30px; overflow: hidden; width: 70px; } .sin-comment .image img{} .sin-comment .comment-details{} .sin-comment .comment-details h3 { color: #272727; font-size: 18px; font-weight: bold; margin-bottom: 12px; } .sin-comment .comment-details p { color: #a3a3a3; margin-bottom: 26px; } .sin-comment .comment-details .bottom{} .sin-comment .comment-details .bottom .reply { background: #272727 none repeat scroll 0 0; color: #fff; line-height: 34px; padding: 0 14px; text-transform: uppercase; } .sin-comment .comment-details .bottom .reply:hover { background: #e33057; } .sin-comment .comment-details .bottom .date { color: #a3a3a3; font-size: 12px; line-height: 34px; } .child-comments-container { margin-left: 100px; } .child-comments-container .sin-comment { border-bottom: 0px solid #9b9b9c; margin-bottom: 0; padding-bottom: 0; } /* Comments Form */ .comment-form{} .comment-form h2 { margin-bottom: 55px; } .comment-form .input-box { margin-bottom: 36px; } /*-- 12. Contact Page --------------------------------------*/ .contact-form{} .contact-form h2 { color: #272727; font-size: 28px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; } .contact-form p { color: #9b9b9c; margin-bottom: 52px; } .contact-form .input-box { margin-bottom: 29px; } .contact-form .input-box input[type="text"] { padding: 9px 14px; } .contact-form .input-box input[type="submit"] { width: 124px; } .contact-map{} .contact-map h2 { color: #272727; font-size: 28px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; } #contact-map { height: 420px; width: 100%; } /*-- 13. 404 Page --------------------------------------*/ .error-page { margin: 113px 0; } .error-404{} .error-404 img { margin-bottom: 38px; } .error-404 h2 { color: #9b9b9c; font-size: 28px; font-weight: bold; line-height: 38px; margin-bottom: 50px; } .error-404 a { background: #272727 none repeat scroll 0 0; color: #fff; display: inline-block; line-height: 34px; padding: 0 18px; text-transform: uppercase; } .error-404 a:hover { background: #e33057; } /*-- 14. Multiply Fix in Internet Explorer 10+ & Edge -------------------------------------------------------*/ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .pro-hover { background: rgba(226,33,75,0.75) none !important; } } @supports (-ms-accelerator:true) { .pro-hover { background: rgba(226,33,75,0.75) none !important; } }
public/css/style.css
*{margin:0;padding:0;} html, body { height: 100%; } body { background: #efefef; color: #757575; font-family: 'Montserrat'; font-size: 14px; font-weight: normal; position: relative; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6, p { margin:0; } p { line-height: 24px; } h1, h2, h3, h4, h5, h6 { color: #212121; font-weight: normal; } *:focus { outline: none; text-decoration: none; } a, a::before, i, .icon, .icon::before, *::before, *::after, button, input, .search-form, img { -webkit-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } a:focus { color: inherit; outline: none; text-decoration: none; } a, a:hover { text-decoration: none; } ul, ol { list-style: none; margin: 0; } img { max-width:100%; } /*---------------------- 2. Common Classes ------------------------*/ .fix { overflow:hidden; } .float-left { float: left; } .float-right { float: right; } .margin-left-0 { margin-left: 0; } .margin-right-0 { margin-left: 0; } .padding-left-0 { margin-left: 0; } .padding-right-0 { margin-left: 0; } .pages { margin: 72px 0; } /* Page Banner Style */ .page-banner { background: rgba(0, 0, 0, 0) url("../img/page-banner.jpg") no-repeat scroll center center ; -webkit-background-size: cover ; background-size: cover ; padding: 143px 0; } .page-banner h1 { color: #fff; font-family: Playfair Display; font-size: 56px; font-style: italic; font-weight: bold; letter-spacing: -0.35px; } /* Form and Input Style */ .moon-form { margin: 0 -15px; overflow: hidden; } .moon-form .input-box { display: block; float: left; margin-bottom: 28px; padding: 0 15px; width: 100%; } .moon-form .input-box:last-child { margin-bottom: 0; } .moon-form .input-box-2 { width: 50%; } .moon-form .input-box input { background: transparent; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 7px 14px; width: 100%; } .moon-form .input-box textarea { background: transparent; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 10px 14px; width: 100%; } .moon-form .input-box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(0, 0, 0, 0) url("../img/icons/caret-down.png") no-repeat scroll right 9px center; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 5px 6px; width: 100%; } .moon-form .input-box select option { border-right: 1px solid #9b9b9c; display: block; padding: 0 10px; } .moon-form .input-box input[type="submit"] { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; letter-spacing: 1px; line-height: 36px; padding: 0; text-transform: uppercase; width: 150px; } .moon-form .input-box input[type="submit"]:hover { background: #e2214b none repeat scroll 0 0; } input:-moz-placeholder, textarea:-moz-placeholder { color:#9b9b9c; opacity: 1; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#9b9b9c; opacity: 1; } input::-moz-placeholder, textarea::-moz-placeholder { color:#9b9b9c; opacity: 1; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#9b9b9c; opacity: 1; } /* Scroll Up Style */ #scrollUp { bottom: 30px; font-size: 30px; right: 30px; color: #e2214b; } #scrollUp:hover { bottom: 25px; } #scrollUp i {} /*---------------------- 3. Home ------------------------*/ /*-- 3.1 Header top --------------------------------------*/ .header-top { background: #272727; } /* Header Top Left */ .header-top-left{} .header-login-reg{} .header-login-reg li { float: left; margin-right: 10px; padding-right: 10px; position: relative; } .header-login-reg li:last-child { margin-right: 0; padding-right: 0; } .header-login-reg li::before { color: #fff; content: "|"; line-height: 30px; position: absolute; right: -1px; } .header-login-reg li:last-child::before { display: none; } .header-login-reg li a { color: #fff; display: block; font-size: 12px; font-weight: normal; letter-spacing: 3px; line-height: 30px; text-transform: uppercase; } .header-login-reg li a:hover { color: #e2214b; } /* Header Top Right */ .header-top-right{} .language-currency{} .language-currency > li { float: left; margin-right: 17px; position: relative; } .language-currency > li:last-child { margin-right: 0; } .language-currency > li > a { color: #fff; display: block; font-size: 12px; font-weight: normal; line-height: 30px; text-transform: uppercase; } .language-currency > li > a i { font-size: 9px; margin-left: 3px; } .language-currency > li > a:hover { color: #e2214b; } .language-currency ul { background: #272727 none repeat scroll 0 0; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); margin-top: 15px; opacity: 0; padding: 10px 20px; position: absolute; right: 0; text-align: right; top: 50px; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 100px; z-index: -9999; } .language-currency ul::before { background: #272727 none repeat scroll 0 0; content: ""; height: 10px; position: absolute; right: 20px; top: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; } .language-currency ul::after { content: ""; height: 15px; left: 0; position: absolute; top: -15px; width: 100%; } .language-currency li:hover ul { opacity: 1; top: 30px; visibility: visible; z-index: 999999; } .language-currency ul > li{} .language-currency ul > li > a { color: #fff; display: block; font-size: 12px; padding: 3px 0; text-transform: uppercase; } .language-currency ul > li > a:hover { color: #e2214b; } /*-- 3.2 Header Bottom --------------------------------------*/ .header-bottom { background: #ffffff; } /* Header Logo */ .logo { line-height: 120px; } .logo a { display: block; float: left; } .logo a img{} /* Main Menu */ .main-menu{} .main-menu nav{} .main-menu nav > ul{} .main-menu nav > ul > li { display: block; float: left; margin-right: 30px; position: relative; } .main-menu nav > ul > li > a { color: #272727; display: block; letter-spacing: 1.5px; line-height: 120px; padding-right: 22px; position: relative; text-transform: uppercase; } .main-menu nav > ul > li > a::before { background: #e2214b none repeat scroll 0 0; bottom: 46px; content: ""; height: 3px; position: absolute; -webkit-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 0; } .main-menu nav > ul > li:hover > a::before, .main-menu nav > ul > li.active > a::before { width: 30px; } /* Sub Menu */ .main-menu .sub-menu { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); left: 0; margin-top: 15px; opacity: 0; position: absolute; top: 120%; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 210px; z-index: -9; } .main-menu .sub-menu::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 10px; left: 12px; position: absolute; top: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; z-index: -99; } .main-menu .sub-menu::after { content: ""; height: 15px; left: 0; position: absolute; top: -15px; width: 100%; } .main-menu li:hover .sub-menu { opacity: 1; top: 100%; visibility:visible; z-index: 9999; } .main-menu .sub-menu > li { border-bottom: 1px solid #eeeeee; position: relative; } .main-menu .sub-menu > li:last-child { border-bottom: 0px solid #eeeeee; } .main-menu .sub-menu > li > a { color: #272727; display: block; font-size: 12px; letter-spacing: 1.2px; line-height: 51px; padding: 0 20px; text-transform: uppercase; } .main-menu .sub-menu > li > a:hover { background: #f8f8f8; color: #e2214b; } /* Sub Menu 2 */ .sub-menu .sub-menu-2 { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); left: 120%; margin-left: 15px; opacity: 0; position: absolute; top: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; width: 210px; z-index: -9; } .sub-menu .sub-menu-2::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 10px; left: -5px; position: absolute; top: 12px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; z-index: -99; } .sub-menu .sub-menu-2::after { content: ""; height: 100%; left: -15px; position: absolute; top: 0; width: 15px; } .sub-menu li:hover .sub-menu-2 { opacity: 1; left: 100%; z-index: 9999; } .sub-menu .sub-menu-2 > li { border-bottom: 1px solid #eeeeee; position: relative; } .sub-menu .sub-menu-2 > li:last-child { border-bottom: 0px solid #eeeeee; } .sub-menu .sub-menu-2 > li > a { color: #272727; display: block; font-size: 12px; line-height: 51px; padding: 0 20px; text-transform: uppercase; } .sub-menu .sub-menu-2 > li > a:hover { background: #f8f8f8; color: #e2214b; } /* Mega Menu */ .main-menu .mega-menu { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); left: -198px; margin-top: 15px; opacity: 0; padding: 25px 30px 15px; position: absolute; top: 120%; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 870px; z-index: -9; } .main-menu .mega-menu.mega-menu1 { left: -198px; } .main-menu .mega-menu.mega-menu2 { left: -295px; } .main-menu .mega-menu.mega-menu3 { left: -393px; } .main-menu .mega-menu::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 10px; left: 210px; position: absolute; top: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 10px; z-index: -99; } .main-menu .mega-menu.mega-menu1::before { left: 210px; } .main-menu .mega-menu.mega-menu2::before { left: 307px; } .main-menu .mega-menu.mega-menu3::before { left: 405px; } .main-menu .mega-menu::after { content: ""; height: 15px; left: 0; position: absolute; top: -15px; width: 100%; } .main-menu li:hover .mega-menu { opacity: 1; top: 100%; visibility: visible; z-index: 99; } .megamenu-column { display: block; float: left; padding-right: 30px; width: 23.3333%; } .megamenu-column2 { padding-right: 0; width: 30%; } .megamenu-column ul{} .megamenu-column ul li:first-child { border-bottom: 1px solid #eeeeee; margin-bottom: 8px; } .megamenu-column ul li{} .megamenu-column ul li:first-child a { font-size: 14px; font-weight: bold; padding-left: 0; } .megamenu-column ul li a { color: #272727; font-size: 12px; letter-spacing: 1.2px; line-height: 30px; padding-left: 10px; text-transform: uppercase; display: block; } .megamenu-column ul li a:hover { color: #e2214b; } .megamenu-column .menu-image { display: block; } .megamenu-column .menu-image img { display: block; margin-left: 20px; margin-top: -5px; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); } /* Header Search & Cart */ .search-cart{} /* Header Search */ .header-search, .header-cart { position: relative; } .header-search { margin-right: 29px; z-index: 9; } .header-search .search-btn, .header-cart .cart-btn { background: transparent none repeat scroll 0 0; border: medium none; display: block; line-height: 120px; text-align: center; width: 70px; z-index: 99; } .header-search .search-btn i { color: #9d9d9e; display: block; font-size: 21px; line-height: 120px; } .header-search .search-form { height: 70px; opacity: 0; position: absolute; right: 0; top: 24px; width: 0; z-index: -9; } .header-search .search-form.active { opacity: 1; width: 860px; } .header-search .search-form input { background: #f2f2f2 none repeat scroll 0 0; border: medium none; color: #aeaeae; font-size: 28px; font-weight: bold; line-height: 40px; padding: 15px 0; width: 100%; } .header-search .search-form.active input { padding: 15px; } /* Header Cart */ .header-cart {} .header-cart .cart-btn { position: relative; } .header-cart .cart-btn.active { background: #414141; } .header-cart .cart-btn i { color: #9d9d9e; display: block; font-size: 21px; line-height: 120px; margin-left: -9px; } .header-cart .cart-btn .cart-number { background: #e2214b none repeat scroll 0 0; border-radius: 50px; bottom: 59px; color: #fff; display: block; font-size: 11px; font-weight: bold; height: 20px; line-height: 20px; position: absolute; right: 17px; width: 20px; } .headercart-wrapper { background: #ffffff none repeat scroll 0 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); right: 0; margin-top: 24px; opacity: 0; position: absolute; top: 120%; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; visibility: hidden; width: 288px; z-index: -9; } .headercart-wrapper::before { background: #ffffff none repeat scroll 0 0; box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); content: ""; height: 12px; right: 23px; position: absolute; top: -6px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 12px; z-index: -99; } .headercart-wrapper::after { content: ""; height: 24px; left: 0; position: absolute; top: -15px; width: 100%; } .header-cart.active .headercart-wrapper { visibility: visible; } .headercart-wrapper.active { opacity: 1; top: 100%; z-index: 9999999; } .headercart-wrapper h2 { border-bottom: 1px solid #dfdfdf; color: #9b9b9c; display: block; font-size: 12px; font-weight: normal; letter-spacing: 1.3px; line-height: 36px; margin-bottom: 20px; text-align: center; text-transform: uppercase; } .headercart-wrapper .products { padding: 0 20px; } .headercart-wrapper .products li { margin-bottom: 20px; position: relative; } .headercart-wrapper .products .image { display: block; width: 60px; margin-right: 12px; } .headercart-wrapper .products .image img {} .headercart-wrapper .products .content {} .headercart-wrapper .products .content h3 { font-size: 12px; font-weight: normal; line-height: 16px; margin-bottom: 5px; margin-top: -3px; } .headercart-wrapper .products .content h3 a { color: #272727; } .headercart-wrapper .products .content h3 a:hover { color: #e2214b; } .headercart-wrapper .products .content span { color: #9b9b9c; font-size: 10px; margin-bottom: 5px; } .headercart-wrapper .products .content p.price { font-size: 14px; color: #e2214b; } .headercart-wrapper .products .remove { display: block; position: absolute; right: 0; top: 0; color: #9b9b9c; font-size: 16px; } .headercart-wrapper .products .remove i {} .headercart-wrapper .products .remove:hover { color: #f00; } .headercart-wrapper .total-price { border-bottom: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; } .headercart-wrapper .total-price p { border-right: 1px solid #dfdfdf; } .headercart-wrapper .total-price p, .headercart-wrapper .total-price span { color: #272727; display: block; float: left; letter-spacing: 1.5px; line-height: 36px; text-transform: uppercase; width: 50%; } .headercart-wrapper .view-cart { display: block; line-height: 36px; } .headercart-wrapper .view-cart a { color: #9b9b9c; display: inline-block; font-size: 11px; line-height: 9px; text-transform: uppercase; } .headercart-wrapper .view-cart a i { font-size: 10px; margin-left: 5px; } .headercart-wrapper .view-cart a:hover { color: #e2214b; } .headercart-wrapper .cart-footer { background: #f4f4f4 none repeat scroll 0 0; padding: 13px; } .headercart-wrapper .cart-footer a { background: #272727 none repeat scroll 0 0; color: #fff; display: inline-block; font-size: 11px; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; width: 210px; } .headercart-wrapper .cart-footer a:hover { background: #e2214b; } /* Mobile Menu */ .mobile-menu{} .mobile-menu .mean-bar{} .mobile-menu .mean-bar::after { content: "Menu"; font-family: montserrat; } .meanmenu-reveal { width: 24px!important; } .meanmenu-reveal span { margin-top: 4px!important; } .meanclose { width: 24px !important; text-align: right!important; } .mean-expand { right: 0 !important; text-align: center; width: 30px!important; } .mobile-menu ul { padding: 0 25px!important; } .mobile-menu ul li { padding: 0 !important; } .mobile-menu ul li a { text-transform: uppercase!important; } .mobile-menu ul li a:hover { color: #e2214b; } .mobile-menu ul li ul { padding: 0!important; } .mobile-menu ul li ul li {} /*-- 3.3 Home rev Slider --------------------------------------*/ .home-slider-wrapper { overflow: hidden; position: relative; } #revslider1 a.shop-now { -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } #revslider1 a.shop-now:hover { background: #fff; color: #e2214b !important; } .tp-leftarrow.home1 { background: rgba(0, 0, 0, 0) url("../img/home-1-slider/cus-1.png") no-repeat scroll bottom left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } .tp-rightarrow.home1 { background: rgba(0, 0, 0, 0) url("../img/home-1-slider/cus-1.png") no-repeat scroll top left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } /*-- 3.4 Two Column Promo --------------------------------------*/ .two-column-promo { margin-bottom: 112px; } .two-column-promo-container { margin-top: -63px; z-index: 999; } .two-column-promo .sin-promo { padding: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .two-column-promo .sin-promo:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); z-index: 9; } .two-column-promo .sin-promo { position:relative; } .two-column-promo .sin-promo .promo-title { position: absolute; top: 44px; } .promo-title-left { left:38px; } .promo-title-right { right:38px; text-align:right; } .two-column-promo .sin-promo .promo-title h1 { color: #fff; font-size: 51px; font-weight: bold; line-height: 49px; } .promo-border-top-bottom:after, .promo-border-top-bottom:before, .promo-border-left-right:before, .promo-border-left-right:after { background: #fff; position: absolute; z-index: 9999; } .promo-border-top-bottom:after { content: ""; height: 7px; margin: 0 auto; right: 6%; top: 10.2%; width: 0; } .sin-promo-right .promo-border-top-bottom:after { } .sin-promo:hover .promo-border-top-bottom:after { width:48% } .promo-border-top-bottom:before { bottom: 21.9%; content: ""; height: 7px; margin: 0 auto; right: 6%; width: 0; } .sin-promo:hover .promo-border-top-bottom:before { width: 87.1%; } .promo-border-left-right:before { bottom: 22%; content: ""; height: 0; left: 6.7%; width: 7px; } .sin-promo-right .promo-border-left-right:before { left: inherit; right: 5.7%; } .sin-promo-right .promo-border-left-right:after { right: inherit; left: 6%; } .sin-promo-right .promo-border-top-bottom:after { right: inherit; left: 6%; } .sin-promo:hover .promo-border-left-right:before { height: 28%; } .promo-border-left-right:after { bottom: 22.1%; content: ""; height: 0; right: 6%; width: 7px; } .sin-promo-right .promo-border-left-right:after {} .sin-promo:hover .promo-border-left-right:after { height: 66%; } .sin-promo:hover img { filter:blur(2px); } .two-column-promo .sin-promo .image { display: block; position: relative; } .two-column-promo .sin-promo .image:before { display: block; position: relative; } .two-column-promo .sin-promo .image img{} .two-column-promo .sin-promo .links { bottom: 32px; position: absolute; left: 37px; z-index:99; } .two-column-promo .sin-promo .links a { color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; margin-right: 15px; } .two-column-promo .sin-promo .links a:hover { color: #e2214b; } .two-column-promo .sin-promo .links a i { margin-left: 5px; font-size: 9px; } /*-- 3.5 Tab Products --------------------------------------*/ .tab-product { } /* Product Tab List */ .pro-tab-list { display: inline-block; } .pro-tab-list li { display: block; float: left; padding: 0 35px; position: relative; z-index: 1; } .pro-tab-list li:first-child { padding-left: 0; } .pro-tab-list li:last-child { padding-right: 0; } .pro-tab-list li::before { background: #e2214b none repeat scroll 0 0; border-radius: 2px; content: ""; height: 4px; position: absolute; right: -15px; top: 50%; width: 30px; z-index: -1; } .pro-tab-list li:last-child::before { display: none; } .pro-tab-list li a { color: #9b9b9c; display: block; font-size: 28px; font-weight: bold; line-height: 34px; } .pro-tab-list li.active a { color: #272727; } .pro-tab-list li a:hover{} /* Product Tab Content Container */ .pro-tab-content-container { margin-top: 25px; } .pro-tab.active { margin-bottom: 42px; } /* Fix Slick Slider for Bootstrap Tab */ .pro-tab-content-container.tab-content > .tab-pane { display: block; height: 0; opacity: 0; } .pro-tab-content-container.tab-content > .tab-pane.active { height: auto; opacity: 1; } /* Tab Product Slider */ .tab-pro-slider { margin: 0 -15px; } .tab-pro-slider .slick-list { padding: 87px 15px; } /* Single Product */ .sin-product { -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .sin-product:hover { box-shadow: 0 0 38px rgba(0,0,0,0.5); } .product-slider .sin-product:hover { box-shadow: 0 0 29px rgba(0,0,0,0.5); } /* Product Image */ .sin-product .pro-image { position: relative; } .sin-product .pro-image > a { display: block; } .sin-product .pro-image a img { width: 100%; } /* Product Label */ .pro-label { background: #9b9b9c none repeat scroll 0 0; border-radius: 2px; bottom: 16px; color: #fff; font-size: 12px; font-weight: bold; line-height: 21px; padding: 0 9px; position: absolute; right: 19px; height: 23px; } .pro-label.great-deal, .pro-label.hot-deal { background: #E2214B; } /* Product Hover Content */ .pro-hover { background: #e2214b no-repeat scroll 0 0 ; -webkit-background-size: cover; background-size: cover; background-blend-mode: multiply; bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .sin-product:hover .pro-hover { opacity: 1; } /* Product Hover Action */ .pro-hover-action { margin-top: 94px; } .sin-product:hover .pro-hover-action { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } .pro-hover-action .pro-action { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; color: #ffffff; display: inline-block; font-size: 20px; line-height: 20px; margin: 0 18px; } .pro-hover-action .pro-action.quick-view i { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); } .pro-hover-action .pro-action:hover { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); } .pro-hover-action .pro-action i { display: block; } /* Product Hover Options */ .pro-hover-option { background: #f7f7f9 none repeat scroll 0 0; bottom: -80px; left: 0; padding: 10px 19px 15px; position: absolute; right: 0; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .sin-product:hover .pro-hover-option { bottom: 0; } .pro-hover-option .pro-size { margin-bottom: 10px; } .pro-hover-option .pro-size h4, .pro-hover-option .pro-color h4 { float: left; font-size: 16px; margin-right: 26px; } .pro-hover-option .pro-size ul{} .pro-hover-option .pro-size ul li { display: block; float: left; margin-right: 11px; font-size: 13px; color: #9b9b9c; text-transform: uppercase; } .pro-hover-option .pro-size ul li:last-child { margin-right: 0; } .pro-hover-option .pro-color{} .pro-hover-option .pro-color h4 { margin-right: 16px; } .pro-hover-option .pro-color ul{} .pro-hover-option .pro-color ul li { display: block; float: left; height: 13px; margin-right: 7px; text-indent: -9999px; width: 13px; border-radius: 50px; } .pro-hover-option .pro-color ul li:last-child { margin-right: 0; } .pro-hover-option .pro-color ul li.blue { background: #74CCFF; } .pro-hover-option .pro-color ul li.orange { background: #FF7373; } .pro-hover-option .pro-color ul li.green { background: #96CE5A; } .pro-hover-option .pro-color ul li.purple { background: #20156E; } .pro-hover-option .pro-color ul li.pink { background: #EC376C; } /* Product Content */ .pro-content { padding: 16px 17px 13px; background: #FFFFFF; } .pro-content .top{} .pro-content .top h3 { float: left; font-size: 18px; font-weight: bold; line-height: 23px; } .pro-content .top h3 a { color: #272727; } .pro-content .top h3 a:hover { color: #e2214b; } .pro-content .top .price { display: block; color: #272727; font-size: 18px; font-weight: bold; line-height: 23px; } .pro-content .bottom{} .pro-content .bottom .pro-cat { color: #9b9b9c; display: block; font-size: 14px; font-weight: bold; line-height: 23px; letter-spacing: .4px; } .pro-content .bottom .pro-cat:hover { color: #e2214b; } /* Product Ratting */ .pro-content .bottom .ratting{} .pro-content .bottom .ratting .star { color: #9b9b9c; display: block; float: left; font-size: 10px; line-height: 23px; margin-left: 6px; } .pro-content .bottom .ratting .star:first-child { margin-left: 0; } .pro-content .bottom .ratting .star.active { color: #eabe12; } /* More Product Button */ .more-product { background: #fff none repeat scroll 0 0; border-radius: 1px; height: 60px; } .more-product a.shop-link { color: #e2214b; display: block; font-size: 24px; line-height: 60px; padding: 0 10px; } .more-product a.shop-link i{} .pro-slick-prev.slick-arrow { left:-25px; } .pro-slick-next.slick-arrow { right:-20px; } /*-- 3.6 Offers Area --------------------------------------*/ .offers-area { margin-bottom: 112px; } .offers-area .offers-left{} .offers-area .offers-right{} .single-offer{} .single-offer .offer-wrap { position: relative; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .single-offer:hover .offer-wrap { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); z-index: 9; } .single-offer.offer-3 { margin-top: 30px; } .single-offer .offer-image { display: block; } .single-offer .offer-image img{} /* Offer Brief 1 */ .single-offer .offer-brief-1 { position: absolute; left: 25px; bottom: 20px; } .single-offer .offer-brief-1 h1 { color: #fff; font-size: 36px; font-weight: bold; line-height: 36px; margin-bottom: 5px; } .single-offer .offer-brief-1 p { color: #ffffff; line-height: 20px; } /* Offer Brief 2 */ .single-offer .offer-brief-2 { position: absolute; top: 22px; bottom: 26px; left: 30px; right: 30px; text-align: center; } .single-offer .offer-brief-2 h1 { color: #fff; font-family: "Libre Baskerville",serif; font-size: 77px; line-height: 77px; text-transform: uppercase; margin-bottom: 12px; } .single-offer .offer-brief-2 p { color: #ffffff; font-weight: 300; padding: 0 10px; } .single-offer .offer-brief-2 a { border: 2px solid #fff; color: #fff; display: inline-block; letter-spacing: -0.35px; line-height: 30px; margin-top: 55px; padding: 0 20px; text-transform: uppercase; } .single-offer .offer-brief-2 a:hover { background: #fff; color: #e2214b; } /* Offer Brief 3 */ .single-offer .offer-brief-3 { bottom: 35px; left: 26px; position: absolute; } .single-offer .offer-brief-3 h2 { font-size: 18px; font-weight: bold; letter-spacing: 6px; line-height: 36px; text-transform: uppercase; } .single-offer .offer-brief-3 h1 { color: #fff; font-size: 36px; font-weight: bold; line-height: 36px; text-transform: uppercase; } .single-offer .offer-brief-3 h3 { color: #fff; font-size: 18px; line-height: 36px; text-transform: uppercase; } .single-offer .offer-brief-3 a { border: 2px solid #fff; color: #fff; display: inline-block; letter-spacing: 0.25px; line-height: 30px; margin-top: 38px; padding: 0 28px; text-transform: uppercase; } .single-offer .offer-brief-3 a:hover { background: #fff; color: #e2214b; } /* Offer Brief 4 */ .single-offer .offer-brief-4 { left: 45px; position: absolute; right: 50px; top: 36px; } .single-offer .offer-brief-4 .offer-label { display: inline-block; position: static; margin-bottom: 18px; } .single-offer .offer-brief-4 h1 { font-weight: bold; line-height: 36px; margin-bottom: 16px; } .single-offer .offer-brief-4 p { color: #9b9b9c; font-weight: 300; } .single-offer .offer-brief-4 a { border: 2px solid #272727; color: #272727; display: inline-block; line-height: 30px; margin-top: 14px; padding: 0 9px; text-transform: uppercase; } .single-offer .offer-brief-4 a:hover { background: #272727; color: #fff; } /*-- 3.7 Sale Bammer --------------------------------------*/ .sale-banner { margin-bottom: 112px; } .sale-banner .single-banner { padding: 0; } .single-banner .banner-image{} .single-banner .banner-image img{} .single-banner .banner-brief { left: 50%; max-width: 500px; padding-top: 42px; position: absolute; top: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 100%; } .single-banner .banner-brief p { color: #fff; font-weight: 300; margin-bottom: 25px; padding: 0 15px; } .single-banner.sale-banner-1 .banner-brief p {} .single-banner.sale-banner-2 .banner-brief p {} .single-banner .banner-brief a { border: 2px solid #fff; color: #fff; display: inline-block; line-height: 30px; margin-top: 20px; text-transform: uppercase; width: 150px; letter-spacing: .25px; } .single-banner .banner-brief a:hover { background: #fff; color: #e2214b; } .single-banner .banner-brief-1{} .single-banner .banner-brief-1 .banner-label { background: #fff none repeat scroll 0 0; border-radius: 2px; color: #c7444a; display: inline-block; letter-spacing: 5px; line-height: 21px; margin-bottom: 15px; padding: 0 5px 2px 10px; text-transform: uppercase; } .single-banner .banner-brief-1 h2 { color: #ffffff; font-family: "Playfair Display",serif; font-size: 28px; font-weight: 700; line-height: 24px; } .single-banner .banner-brief-1 h1 { color: #fff; font-family: "Playfair Display",serif; font-size: 72px; font-style: italic; font-weight: 700; line-height: 90px; margin-bottom: 20px; } .single-banner .banner-brief-2 h3 { color: #fff; font-size: 18px; font-weight: bold; line-height: 15px; margin-bottom: 10px; text-transform: uppercase; } .single-banner .banner-brief-2 h1 { color: #ffffff; font-size: 72px; font-weight: bold; line-height: 60px; margin-bottom: 22px; text-transform: uppercase; } /*-- 3.8 Top Rated Product --------------------------------------*/ .top-product { margin-bottom: 112px; } .section-title { margin-bottom: 50px; } .section-title h1 { font-size: 28px; font-weight: bold; line-height: 18px; padding-bottom: 10px; text-transform: capitalize; } .top-product .sin-product { margin-bottom: 129px; } /*-- 3.9 Blog Area --------------------------------------*/ .blog-area { margin-bottom: 115px; } .blog-slider{} .blog-item{} .blog-item .blog-image{} .blog-item .blog-image a { display: block; position: relative; overflow: hidden; } .blog-item .blog-image a::before { background: #e2214b none repeat scroll 0 0; content: ""; height: 100%; left: -100%; opacity: 0.25; position: absolute; top: -100%; width: 100%; } .blog-item .blog-image a::after { background: #e2214b none repeat scroll 0 0; content: ""; height: 100%; left: -100%; opacity: 0.25; position: absolute; top: -100%; width: 100%; -webkit-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; } .blog-item .blog-image:hover a::before, .blog-item .blog-image:hover a::after { left: 0; top: 0; } .blog-item .blog-image a img { width: 100%; } .blog-item .blog-content{} .blog-item .blog-content .blog-date { color: #9b9b9c; display: block; font-size: 12px; line-height: 12px; margin-bottom: 12px; } .blog-item .blog-content h2 { font-size: 28px; font-weight: bold; line-height: 34px; margin-bottom: 24px; } .blog-item .blog-content h2 a { color: #272727; } .blog-item .blog-content h2 a:hover { color: #e2214b; } .blog-item .blog-content p { color: #6f6f6f; font-weight: 300; } .blog-item .blog-content .blog-author { display: block; margin-top: 25px; margin-left:5px; font-weight:bold; } .blog-item .blog-content .blog-author, span { color: #9b9b9c; display:inline-block; } .blog-item .blog-content .blog-author:hover { color: #e2214b; } .blog-area .slick-prev-two.slick-arrow, .blog-area .slick-next-two.slick-arrow { top: -40px; } /*-- 3.10 Subscribe Area --------------------------------------*/ .subscribe-area { padding: 205px 0 210px; background: url(../img/subscribe-bg.jpg) no-repeat center center; } .subscribe-container { overflow: hidden; display: inline-block; } .subscribe-text { margin-bottom: 50px; } .subscribe-text h2 { color: #fff; font-size: 28px; font-weight: bold; letter-spacing: 7px; line-height: 28px; margin-bottom: 10px; text-transform: uppercase; } .subscribe-text p { color: #9b9b9c; } .subscribe-form{} #subscribe-form { overflow: hidden; display: inline-block; } #subscribe-form input[type="text"] { background: #fff none repeat scroll 0 0; border: medium none; color: #333; display: block; float: left; font-size: 12px; height: 36px; padding: 0 15px; width: 470px; } #subscribe-form input[type="submit"] { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; display: block; float: left; height: 36px; line-height: 36px; text-transform: uppercase; width: 100px; } #subscribe-form input[type="submit"]:hover { background: #e2214b; } /*-- 3.11 Brand Area --------------------------------------*/ .brand-area { background: #ffffff; padding: 112px 0; } .section-title-2 {} .section-title-2 h1 { font-size: 36px; font-weight: bold; line-height: 38px; text-transform: capitalize; } /* Brand Slider */ .brand-slider { padding: 0 100px; position: relative; } .brand-slider .brand-item{} .brand-slider .brand-item img { display: block; width: 100%; padding: 0 12px; } .slick-arrow { background: transparent none repeat scroll 0 0; border: medium none; color: #9b9b9c; font-size: 31px; line-height: 31px; margin-top: -16px; position: absolute; top: 50%; z-index:99; } .slick-arrow:hover { color: #e2214b; } .slick-prev { left: 21px; } .slick-next { right: 21px; } /*-- 3.12 Footer Area --------------------------------------*/ .footer-area {} /* Footer Top */ .footer-top { background: #272727; padding: 64px 0; } .footer-widget{} .footer-widget h3 { color: #9b9b9c; font-size: 18px; font-weight: bold; letter-spacing: 3px; line-height: 24px; margin-bottom: 47px; margin-top: 6px; text-transform: uppercase; } .footer-widget-about{} .footer-widget-about img { margin-bottom: 25px; } .footer-widget-about p { color: #9b9b9c; font-weight: 300; margin-bottom: 40px; } .footer-widget-about .footer-social{} .footer-social a { color: #9b9b9c; font-size: 22px; margin-right: 55px; } .footer-social a:last-child { margin-right: 0; } .footer-social a i{} .footer-social a:hover { color: #e2214b; } .footer-widget-address p { color: #9b9b9c; } .footer-widget ul {} .footer-widget ul li { display: block; line-height: 24px; } .footer-widget ul li a { color: #9b9b9c; } .footer-widget ul li a:hover { color: #e2214b; } /* Footer Bottom */ .footer-bottom { background: #333333 none repeat scroll 0 0; padding: 24px 0; } .footer-bottom .copyright{} .footer-bottom .copyright p { color: #9b9b9c; font-size: 12px; } .footer-bottom .copyright p a { color: #ddd; font-weight: bold; } .footer-bottom .copyright p a:hover { color: #e2214b; } .footer-bottom .payment{} .footer-bottom .payment img{} /*-- 3.13 Quick View Modal --------------------------------------*/ .modal-container { margin-bottom: 100px; margin-top: 100px; } .model-close { background: #e2214b none repeat scroll 0 0; border: medium none; border-radius: 50px; color: #fff; font-size: 12px; height: 32px; line-height: 32px; position: absolute; right: -1px; top: -16px; width: 32px; z-index: 9999; } /*-- 4. Home Two --------------------------------------*/ .header-bottom.home-2 { background: transparent none repeat scroll 0 0; position: absolute; left: 0; right: 0; z-index: 99; } /* Home 2 Slider */ #revslider2 a.shop-now { -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } #revslider2 a.shop-now:hover { background: #272727; color: #fff !important; } .tp-leftarrow.home2 { background: rgba(0, 0, 0, 0) url("../img/home-2-slider/cus-1.png") no-repeat scroll bottom left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } .tp-rightarrow.home2 { background: rgba(0, 0, 0, 0) url("../img/home-2-slider/cus-1.png") no-repeat scroll top left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } /* Home 2 Promo Products */ .promo-products { margin: 112px 0; } .promo-pro-container { background: #3bb185; } /* Promo Product Text */ .promo-pro-text{} .promo-pro-text .wrap { padding: 27px 23px; } .promo-pro-text .wrap .promo-label { background: #e2214b; padding: 0 9px; line-height: 22px; font-size: 12px; color: #fff; text-transform: uppercase; display: inline-block; font-weight: bold; border-radius: 2px; height: 23px; margin-bottom: 50px; } .promo-pro-text .wrap h2 { color: #fff; font-size: 36px; font-weight: bold; line-height: 36px; } .promo-pro-text .wrap h4 { font-size: 18px; line-height: 24px; color: #ffffff; font-weight: bold; } .promo-pro-text .wrap a { color: #fff; border: 2px solid #fff; text-transform: uppercase; line-height: 30px; display: inline-block; padding: 0 25px; letter-spacing: -0.25px; margin-top: 98px; } .promo-pro-text .wrap a:hover { background: #fff; color: #3bb185; } /* Promo Product Slider */ .promo-pro-slider { margin-left: -15px; padding: 0; } /* Single Promo Product */ .sin-promo-product { border-left: 2px solid #efefef; position: relative; } .promo-pro-image { position: relative; } .sin-promo-product .pro-hover { background: transparent; background-blend-mode: normal; } .sin-promo-product .pro-hover-action { padding: 18px; overflow: hidden; margin: 0; } .sin-promo-product .pro-action { color: #9b9b9c; margin: 0; } .sin-promo-product:hover .pro-hover { opacity: 1; } .sin-promo-product:hover .pro-hover-action { -webkit-animation-name: bounceIn; animation-name: bounceIn; } .promo-pro-image a{} .promo-pro-image a img { width: 100%; } .promo-pro-content { bottom: 0; left: 0; padding: 10px 30px 25px 36px; position: absolute; right: 0; z-index: 999; } .promo-pro-content .title-cat{} .promo-pro-content .title-cat > h3 { font-size: 18px; line-height: 20px; font-weight: bold; } .promo-pro-content .title-cat > h3 a { color: #272727; } .promo-pro-content .title-cat > h3 a:hover { color: #e2214b; } .promo-pro-content .title-cat > a { color: #9b9b9c; font-weight: bold; line-height: 20px; margin-top: 5px; } .promo-pro-content .title-cat > a:hover { color: #e2214b; } .promo-pro-content .price{} .promo-pro-content .price p { font-size: 18px; line-height: 20px; font-weight: bold; color: #272727; } .promo-pro-content .price .new { margin-bottom: 5px; } .promo-pro-content .price .old { color: #9b9b9c; text-decoration: line-through; } /* Product Style 2 */ .sin-product-2 .pro-hover { background: transparent none; background-blend-mode: normal; } .sin-product-2 .pro-hover-action { padding: 18px; overflow: hidden; margin: 0; } .sin-product-2 .pro-action { color: #9b9b9c; margin: 0; } .sin-product-2:hover .pro-hover-action { -webkit-animation-name: bounceIn; animation-name: bounceIn; } .promo-slick-prev.slick-arrow { left: -320px; } .promo-slick-next.slick-arrow { right: -50px; } /* Home 2 Offer Banner */ .offers-banner-2 { background: rgba(0, 0, 0, 0) url("../img/offer-2.jpg") no-repeat scroll center center ; -webkit-background-size: cover; background-size: cover; margin-bottom: 112px; padding: 56px 0 46px; } .offer-2-content { padding-right: 70px; } .offer-2-content .top-content { margin-bottom: 100px; } .offer-2-content .top-content h3 { color: #272727; font-size: 18px; letter-spacing: 5px; line-height: 20px; text-transform: uppercase; } .offer-2-content .top-content h1 { color: #006c6f; font-family: Playfair Display; font-size: 72px; font-style: italic; font-weight: 700; line-height: 148px; } .offer-2-content .top-content p { color: #272727; font-weight: 300; padding: 0 15px; } .offer-2-content .bottom-content{} .offer-2-content .bottom-content h3 { color: #272727; font-size: 18px; letter-spacing: 5px; line-height: 20px; margin-bottom: 7px; text-transform: uppercase; } .offer-2-content .bottom-content h1.price { color: #e2214b; font-size: 56px; font-weight: bold; line-height: 64px; margin-bottom: 30px; } .offer-2-content .bottom-content a { border: 2px solid #272727; color: #272727; display: inline-block; line-height: 30px; padding: 0 11px; text-transform: uppercase; } .offer-2-content .bottom-content a:hover { background: #272727; color: #fff; } /* Home 2 Offers Area */ .offers-area-2 { margin-bottom: 112px; } /* Single Offers 2 */ .single-offer-2 { position: relative; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .single-offer-2 > a { display: block; } .single-offer-2:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); z-index: 9; } .single-offer-2 a img { width: 100%; } .single-offer-2 a .secondary { bottom: -30px; position: absolute; right: -19px; width: 423px; } /* Single Offers Offer 1 */ .single-offer-2.offer-1 .content { bottom: 32px; left: 0; position: absolute; right: 0; text-align: center; } .single-offer-2.offer-1 .content h1 { color: #ffffff; line-height: 36px; font-size: 36px; font-weight: bold; } .single-offer-2.offer-1 .content p { font-size: 18px; color: #ffffff; } /* Single Offers Offer 2 */ .single-offer-2.offer-2 .content { left: 18px; position: absolute; top: 80px; right: 18px; text-align: center; } .single-offer-2.offer-2 .offers-2-label, .single-offer-2.offer-3 .offers-2-label { background: #d71430 none repeat scroll 0 0; border-radius: 2px; color: #fff; font-size: 12px; font-weight: bold; height: 23px; line-height: 22px; padding: 0 6px; position: absolute; right: 18px; top: 17px; } .single-offer-2.offer-2 .content h1 { color: #272727; font-size: 36px; font-weight: bold; line-height: 36px; text-transform: uppercase; } .single-offer-2.offer-2 .content p { font-size: 18px; line-height: 36px; color: #272727; letter-spacing: 5px; } /* Single Offers Offer 3 */ .single-offer-2.offer-3 .content { position: absolute; left: 40px; top: 35px; } .single-offer-2.offer-3 .offers-2-label { right: 43px; top: 40px; } .single-offer-2.offer-3 .content h1 { color: #272727; font-size: 50px; font-weight: bold; letter-spacing: -0.25px; line-height: 50px; margin-bottom: 15px; } .single-offer-2.offer-3 .content .price { margin-bottom: 35px; } .single-offer-2.offer-3 .content .price .new { color: #e2214b; display: block; float: left; font-size: 28px; font-weight: bold; margin-right: 16px; line-height: 32px; } .single-offer-2.offer-3 .content .price .old { color: #9b9b9c; font-size: 18px; font-weight: bold; margin-top: 8px; overflow: hidden; text-decoration: line-through; float: left; } .single-offer-2.offer-3 .content a { border: 2px solid #272727; color: #272727; display: block; height: 34px; letter-spacing: -0.25px; line-height: 30px; text-align: center; text-transform: uppercase; width: 130px; } .single-offer-2.offer-3 .content a:hover { background: #272727; color: #fff; } /*-- 5. Home Three --------------------------------------*/ .header-bottom.home-3 { position: absolute; left: 0; right: 0; z-index: 99; } /* Home 3 Slider */ #revslider3 a.shop-now { -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; } #revslider3 a.shop-now:hover { background: #272727; color: #fff !important; } .tp-leftarrow.home3 { background: rgba(0, 0, 0, 0) url("../img/home-3-slider/cus-1.png") no-repeat scroll bottom left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } .tp-rightarrow.home3 { background: rgba(0, 0, 0, 0) url("../img/home-3-slider/cus-1.png") no-repeat scroll top left; -webkit-background-size: cover; background-size: cover; height: 39px; width: 59px; } /* Home 3 Banners */ .home-banners { width: 100%; z-index: 9999; } .banner-row{} .banner-row > div { padding: 0; } /* Single Product 3 */ .sin-product-3 { position: relative; } .sin-product-3:hover { box-shadow: none; } .sin-product-3 .pro-hover-action { padding: 28px; } .sin-product-3 .pro-action { font-size: 40px; } .sin-product-3 .pro-hover-option { bottom: 0; } .sin-product-3:hover .pro-hover-option { bottom: 75px; } .sin-product-3 .pro-content { position: absolute; left: 0; bottom: 0; right: 0; } /* Home 3 Single Banner */ .home-banners .single-banner { position: relative; -webkit-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .home-banners .single-banner:hover { box-shadow: 0 0 38px rgba(0,0,0,0.5); z-index: 99999; } .home-banners .single-banner > a { display: block; } .home-banners .single-banner > a > img { width: 100%; } .home-banners .single-banner a.shop-now { border: 2px solid #272727; color: #272727; display: inline-block; font-size: 18px; letter-spacing: -0.35px; line-height: 46px; text-align: center; text-transform: uppercase; width: 190px; } .home-banners .single-banner a.shop-now:hover { background: #272727; color: #fff; } /* Banner 1 Brief */ .home-banners .single-banner .banner-brief-1 { position: absolute; top: 55px; left: 110px; right: 110px; text-align: center; } .home-banners .single-banner .banner-brief-1 h3 { color: #272727; letter-spacing: 5px; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-1 h1 { color: #272727; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 1.5px; line-height: 56px; margin-bottom: 35px; text-transform: uppercase; } /* Banner 4 Brief */ .home-banners .single-banner .banner-brief-4 { position: absolute; left: 85px; bottom: 70px; } .home-banners .single-banner .banner-brief-4 h3 { color: #6b5848; letter-spacing: 5px; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-4 h1 { color: #6b5848; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 1.5px; line-height: 56px; margin-bottom: 35px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-4 a{} /* Banner 5 Brief */ .home-banners .single-banner .banner-brief-5 { left: 105px; position: absolute; text-align: center; top: 30px; } .home-banners .single-banner .banner-brief-5 h1 { color: #272727; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 15px; line-height: 56px; margin-bottom: 0; text-transform: uppercase; } .home-banners .single-banner .banner-brief-5 h3 { color: #272727; font-weight: bold; letter-spacing: 5px; line-height: 30px; margin-bottom: 20px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-5 p { color: #272727; font-size: 18px; letter-spacing: 1.5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-5 h2.price { color: #272727; font-family: Montserrat; font-size: 72px; font-style: normal; font-weight: bold; letter-spacing: 3px; line-height: 72px; margin-bottom: 30px; } /* Banner 6 Brief */ .home-banners .single-banner .banner-brief-6 { left: 78px; position: absolute; top: 78px; } .home-banners .single-banner .banner-brief-6 .banner-label { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; display: inline-block; font-size: 18px; font-weight: bold; height: 27px; line-height: 26px; margin-bottom: 27px; padding: 0 8px; } .home-banners .single-banner .banner-brief-6 h1 { color: #c7444a; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; line-height: 56px; margin-bottom: 30px; } .home-banners .single-banner .banner-brief-6 p { color: #666; display: block; font-size: 14px; font-weight: 300; margin-bottom: 45px; width: 275px; } /* Banner 7 Brief */ .home-banners .single-banner .banner-brief-7 { left: 95px; position: absolute; right: 95px; text-align: center; top: 60px; } .home-banners .single-banner .banner-brief-7 h2 { color: #fff; font-family: Playfair Display; font-size: 36px; font-weight: 700; letter-spacing: 13px; line-height: 36px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-7 h1 { color: #fff; font-family: Playfair Display; font-size: 77px; font-weight: bold; line-height: 77px; margin-bottom: 20px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-7 p { color: #fff; font-weight: 300; margin-bottom: 35px; } .home-banners .single-banner .banner-brief-7 .price { position: relative; margin-bottom: 70px; } .home-banners .single-banner .banner-brief-7 .price h3 { color: #fff; float: left; font-family: Playfair Display; font-size: 36px; font-weight: bold; left: 16px; letter-spacing: 1.5px; line-height: 36px; position: absolute; text-transform: uppercase; top: 6px; } .home-banners .single-banner .banner-brief-7 .price h1 { color: #c7ae75; font-family: Playfair Display; font-size: 148px; font-weight: bold; line-height: 148px; margin-bottom: 0; margin-left: 10px; } .home-banners .single-banner .banner-brief-7 .shop-now { border: 2px solid #fff; color: #fff; font-size: 14px; height: 34px; line-height: 30px; width: 130px; } .home-banners .single-banner .banner-brief-7 .shop-now:hover { background: #fff; color: #225cd2; } /* Banner 8 Brief */ .home-banners .single-banner .banner-brief-8 { position: absolute; top: 55px; left: 50px; right: 50px; text-align: center; } .home-banners .single-banner .banner-brief-8 h3 { color: #272727; letter-spacing: 5px; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-8 h1 { color: #272727; font-family: Montserrat; font-size: 56px; font-style: normal; font-weight: bold; letter-spacing: 1.5px; line-height: 56px; margin-bottom: 55px; text-transform: uppercase; } /* Banner 9 Brief */ .home-banners .single-banner .banner-brief-9 { bottom: 33px; left: 50px; position: absolute; right: 50px; text-align: center; } .home-banners .single-banner .banner-brief-9 h1 { color: #fff; font-size: 56px; font-weight: bold; letter-spacing: -0.35px; line-height: 48px; } .home-banners .single-banner .banner-brief-9 p { color: #ffffff; font-size: 18px; letter-spacing: -0.35px; line-height: 36px; } /* Banner 10 Brief */ .home-banners .single-banner .banner-brief-10 { left: 50px; position: absolute; right: 50px; text-align: center; top: 50px; } .home-banners .single-banner .banner-brief-10 h1 { color: #272727; font-size: 36px; font-weight: bold; line-height: 38px; text-transform: uppercase; } .home-banners .single-banner .banner-brief-10 p { color: #272727; font-size: 18px; letter-spacing: 5px; line-height: 22px; } /* Home 3 Subscribe */ .subscribe-area.home-3 { background-image: url("../img/home-3-banners/subscribe.jpg"); -webkit-background-size: cover; background-size: cover; padding: 101px 0 100px; } /*-- 6. Shop Page --------------------------------------*/ /* Shop Page Banner */ .shop-page-banner { background: rgba(0, 0, 0, 0) url("../img/shop-banner.jpg") no-repeat scroll center center ; -webkit-background-size: cover; background-size: cover; padding: 42px 0 35px; } .shop-page-banner h2 { color: #e2214b; font-family: playfair display; font-size: 56px; font-style: italic; letter-spacing: -0.35px; } .shop-page-banner h1 { color: #e2214b; font-family: playfair display; font-size: 100px; font-style: italic; font-weight: 700; letter-spacing: -0.35px; line-height: 100px; margin-bottom: 60px; } .shop-page-banner a { border: 2px solid #272727; color: #272727; display: inline-block; font-size: 18px; line-height: 46px; text-align: center; text-transform: uppercase; width: 190px; } .shop-page-banner a:hover { background: #272727; color: #fff; } /* Shop Page Slider */ .shop-page-slider { margin-bottom: 56px; } .shop-page-slider .sin-slide { position: relative; } .shop-page-slider .sin-slide img{} .shop-page-slider .sin-slide .slide-content { left: 39px; position: absolute; top: 50px; } .shop-page-slider .sin-slide .slide-content h3 { color: #272727; font-size: 18px; margin-bottom: 3px; text-transform: uppercase; } .shop-page-slider .sin-slide .slide-content h1 { color: #fff; font-family: Playfair Display; font-size: 56px; font-style: italic; font-weight: bold; letter-spacing: -0.5px; line-height: 56px; } .shop-page-slider .sin-slide .slide-content a { border: 2px solid #fff; color: #fff; display: block; float: left; line-height: 30px; margin-top: 140px; padding: 0 9px; text-transform: uppercase; } .shop-page-slider .sin-slide .slide-content a:hover { background: #fff; color: #e33057; } .shop-page-slider .slick-dots { bottom: 42px; position: absolute; right: 40px; } .shop-page-slider .slick-dots li { display: block; float: left; margin-left: 9px; } .shop-page-slider .slick-dots li button { background: #eeeeee none repeat scroll 0 0; border: medium none; border-radius: 50px; display: block; height: 10px; text-indent: -999999px; width: 10px; } .shop-page-slider .slick-dots li.slick-active button { background: #e2214b none repeat scroll 0 0; } /* Shop Page */ .shop-page { margin: 72px 0; } .shop-products .sin-product { margin-bottom: 55px; } /* Shop Sidebar */ .shop-sidebar{} /* Single Sidebar */ .sin-shop-sidebar { background: #fff none repeat scroll 0 0; margin-bottom: 36px; } .sin-shop-sidebar:last-child { margin-bottom: 0; } /* Shop Sidebar Title */ .sin-shop-sidebar .title { border-bottom: 1px solid #eeeeee; line-height: 19px; padding: 10px 17px 10px 20px; } .sin-shop-sidebar .title h4 { color: #272727; display: block; float: left; font-size: 14px; font-weight: bold; letter-spacing: 1.5px; line-height: 19px; text-transform: uppercase; } .sin-shop-sidebar .title a { color: #6f6f6f; display: block; float: right; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; } .sin-shop-sidebar .title a:hover { color: #e2214b; } /* Product Category */ .product-cat{} .product-cat > ul{} .product-cat > ul > li { display: block; position: relative; } .product-cat > ul > li > a { border-bottom: 1px solid #eeeeee; color: #272727; display: block; font-weight: bold; letter-spacing: 1.5px; line-height: 21px; padding: 15px 10px 15px 30px; text-transform: uppercase; } .product-cat > ul > li.collapsable > a, .product-cat > ul > li > a:hover { color: #e2214b; } .product-cat > ul > li > ul{} .product-cat > ul > li > ul li { background: #f8f8f8; display: block; } .product-cat > ul > li > ul li a { border-bottom: 1px solid #eeeeee; color: #6f6f6f; display: block; font-size: 12px; line-height: 17px; padding: 10px 10px 10px 30px; } .product-cat > ul > li > ul li a:hover { color: #e2214b; } .product-cat .hitarea { cursor: pointer; display: block; float: right; padding: 15px 17px; z-index: 9; } .product-cat .hitarea i { color: #848484; display: block; font-size: 6px; line-height: 21px; } .product-cat .hitarea:hover i { color: #e2214b; } /* Product Price Range */ .price-range-wrap { padding: 15px 19px 30px; } .price-range-wrap p { color: #6f6f6f; display: block; font-size: 12px; line-height: 20px; margin-bottom: 15px; } #price-amount { border: medium none; margin-left: 5px; width: 100px; } #slider-range { background: #9a9a9a none repeat scroll 0 0; border: medium none; border-radius: 0; height: 2px; } #slider-range .ui-slider-range { background: #182342 none repeat scroll 0 0; } #slider-range .ui-slider-handle { background: #fff none repeat scroll 0 0; border: 2px solid #e2214b; border-radius: 50px; height: 10px; top: -4px; width: 10px; } /* Product Color */ .product-color{} .product-color ul { overflow: hidden; } .product-color ul li { border-bottom: 1px solid #eeeeee; border-right: 1px solid #eeeeee; display: block; float: left; width: 50%; } .product-color ul li:nth-child(2n) { border-right: 0px solid #eeeeee; } .product-color ul li a { color: #6f6f6f; display: block; font-size: 12px; letter-spacing: 0.75px; line-height: 36px; padding: 0 20px; } .product-color ul li a span.color { border-radius: 50px; display: inline-block; height: 10px; margin-right: 11px; width: 10px; } .product-color ul li a span.color-black{ background: #262626; } .product-color ul li a span.color-pink{ background: #c95fa4; } .product-color ul li a span.color-blue{ background: #3f7cc2; } .product-color ul li a span.color-gold{ background: #bb9b6c; } .product-color ul li a span.color-brown{ background: #9e724b; } .product-color ul li a span.color-purple{ background: #9775cd; } .product-color ul li a span.color-green{ background: #85bd52; } .product-color ul li a span.color-red { background: #d7535e; } .product-color ul li a span.color-orange { background: #e38c2d; } .product-color ul li a span.color-white { background: #dbe1e7; } /* Product Sizes */ .product-sizes{} .product-sizes ul { overflow: hidden; } .product-sizes ul li { border-right: 1px solid #eeeeee; display: block; float: left; width: 20%; } .product-sizes ul li:last-child { border-right: 0px solid #eeeeee; } .product-sizes ul li a { color: #6f6f6f; display: block; font-size: 12px; letter-spacing: 1.5px; line-height: 52px; text-align: center; text-transform: uppercase; } .product-sizes ul li a:hover { background: #182342; color: #fff; } /* Product Brands */ .product-brand { height: 259px; } .product-brand ul{} .product-brand ul li { border-bottom: 1px solid #eeeeee; display: block; } .product-brand ul li a { color: #6f6f6f; display: block; font-size: 12px; letter-spacing: 1.5px; line-height: 36px; padding: 0 20px; } .product-brand ul li a:hover { color: #e2214b; } /* Shop Top ToolBar */ .shop-top-toolbar { background: #fff none repeat scroll 0 0; border-radius: 1px; margin-bottom: 56px; overflow: hidden; padding: 17px 20px 14px; } .view-mode { padding: 0; } .view-mode li { display: block; float: left; margin-right: 19px; } .view-mode li a { color: #9b9b9c; font-size: 25px; line-height: 25px; } .view-mode li:hover a { color: #272727; } .view-mode li.active a { color: #e2214b; } .view-mode li a i{} .shop-top-toolbar p { color: #9b9b9c; font-weight: bold; line-height: 25px; } /* Product List Style */ .sin-product-list { margin-bottom: 56px; width: 100%; } /* List Product Image */ .list-pro-image{} .list-pro-image a { display: block; } .list-pro-image a img{} .list-pro-label { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; display: inline-block; font-size: 12px; font-weight: bold; height: 23px; left: 29px; line-height: 22px; padding: 0 9px; position: absolute; text-transform: uppercase; top: 12px; } /* List Product Contnet */ .list-pro-content{} .list-pro-content h2 { font-size: 28px; font-weight: bold; line-height: 24px; margin-bottom: 14px; } .list-pro-content h2 a { color: #272727; } .list-pro-content h2 a:hover { color: #e2214b; } .list-pro-content .ratting { margin-bottom: 15px; } .list-pro-content .ratting .star { color: #9b9b9c; display: block; float: left; margin-right: 7px; } .list-pro-content .ratting .star.active { color: #eabe12; } .list-pro-content .list-pro-price { color: #272727; font-weight: bold; margin-bottom: 45px; } .list-pro-content p { color: #666; font-weight: 300; margin-bottom: 30px; } /* List Product Action */ .list-pro-content .list-pro-action{} .list-pro-content .list-action { border: 1px solid #272727; color: #272727; display: block; float: left; height: 34px; margin-right: 19px; overflow: hidden; position: relative; width: 45px; } .list-pro-content .list-action:last-child { margin-right: 0; } .list-pro-content .list-action i { display: block; float: left; font-size: 20px; line-height: 32px; padding: 0 12px; } .list-pro-content .list-action span { display: block; left: 60px; line-height: 32px; position: absolute; text-transform: uppercase; top: 0; } .list-pro-content .list-action:hover { color: #e33057; } .list-pro-content .add-cart.list-action:hover { background: #272727; color: #fff; width: 199px; } .list-pro-content .add-cart.list-action:hover i{ padding: 0 20px; } /* Shop Two Column */ .shop-two-column { margin-bottom: 112px; } .shop-two-column .sin-product { margin-bottom: 72px; } .shop-two-column .pro-hover-action { margin-top: 190px; } .shop-two-column .pro-hover-action .pro-action { font-size: 30px; line-height: 30px; } /* Shop Three & Four Column */ .shop-three-column .sin-product, .shop-four-column .sin-product { margin-bottom: 56px; } /*-- 7. Product Details --------------------------------------*/ /* Product Details 1 */ .pro-info-container { background: #fff; } /* Product Info */ .product-info { padding: 30px 46px 40px; border-right: 1px solid #ebebeb; } .product-info .pro-info-cat { margin-bottom: 14px; } .product-info .pro-info-cat p { color: #9b9b9c; letter-spacing: 5px; line-height: 20px; text-transform: uppercase; } .product-info .pro-title-rating { margin-bottom: 50px; } .product-info .pro-title-rating h2 { float: left; font-size: 28px; font-weight: bold; line-height: 24px; } .pro-info-ratting { margin-top: 2px; } .pro-info-ratting .star { color: #9b9b9c; font-size: 17px; } .pro-info-ratting .active { color: #eabe12; } /* Product Info Tab List */ .pro-info-tab-list { position: relative; z-index: 1; width: 100%; display: block; float: left; } .pro-info-tab-list::before { background: #ebebeb; height: 1px; position: absolute; content: ""; left: -46px; right: -46px; bottom: 0px; z-index: -1; } .pro-info-tab-list li { display: block; float: left; margin-right: 66px; } .pro-info-tab-list li:last-child { margin-right: 0; } .pro-info-tab-list li a { border-bottom: 3px solid transparent; color: #9b9b9c; line-height: 20px; padding-right: 8px; text-transform: uppercase; padding-bottom: 9px; display: block; } .pro-info-tab-list li a:hover { color: #272727; } .pro-info-tab-list li.active a { border-color: #e2214b; color: #272727; } /* Product Info Tab Container */ .pro-info-tab-container { display: block; float: left; margin: 20px 0 0; width: 100%; } .pro-info-tab{} .pro-info-tab p { color: #9b9b9c; font-weight: 300; margin-bottom: 7px; } .pro-info-tab ul { overflow: hidden; margin-bottom: 30px; } .pro-info-tab ul li { color: #9b9b9c; display: block; float: left; font-weight: 300; margin-right: 20px; padding-left: 35px; min-width: 160px; } .pro-info-tab ul li::before { background: #9b9b9c none repeat scroll 0 0; content: ""; display: inline-block; margin-bottom: 2px; height: 3px; margin-right: 5px; width: 3px; } .pro-color-size { margin-bottom: 50px; } .pro-color-size .pro-color { width: 50%; float: left; display: block; } .pro-color-size .pro-color h4 { color: #272727; font-size: 16px; line-height: 30px; margin-bottom: 20px; } .pro-color-size .pro-color ul { margin-bottom: 0; } .pro-color-size .pro-color ul li { display: block; float: left !important; margin-right: 16px; padding: 0; min-width: auto; } .pro-color-size .pro-color ul li::before { display: none; } .pro-color-size .pro-color ul li a { border-radius: 50px; display: block; height: 32px; width: 32px; text-indent: -9999px; } .pro-color-size .pro-color ul li:nth-child(1) a { background: #343434; } .pro-color-size .pro-color ul li:nth-child(2) a { background: #b96d00; } .pro-color-size .pro-color ul li:nth-child(3) a { background: #511d00; } .pro-color-size .pro-color ul li:nth-child(4) a { background: #1e136b; } .pro-color-size .pro-size { width: 50%; float: left; display: block; } .pro-color-size .pro-size h4 { color: #272727; font-size: 16px; line-height: 30px; margin-bottom: 20px; } .pro-color-size .pro-size ul { margin-bottom: 0; } .pro-color-size .pro-size ul li { display: block; float: left; margin-right: 16px; padding: 0; min-width: auto; } .pro-color-size .pro-size ul li::before { display: none; } .pro-color-size .pro-size ul li a { border: 2px solid #9b9b9c; border-radius: 50px; color: #9b9b9c; display: block; font-size: 11px; height: 32px; line-height: 28px; text-align: center; text-transform: uppercase; width: 32px; } .pro-color-size .pro-size ul li a:hover { border: 2px solid #e2214b; color: #e2214b; } .product-info .pro-info-price { margin-bottom: 62px; width: 100%; } .product-info .pro-info-price .new { color: #e2214b; display: block; float: left; font-weight: bold; line-height: 42px; margin-right: 30px; } .product-info .pro-info-price .old { color: #9b9b9c; display: block; float: left; font-size: 18px; font-weight: bold; line-height: 24px; margin-top: 15px; overflow: hidden; text-decoration: line-through; } .pro-info-quantity-cart{} .pro-info-quantity { margin-right: 49px; } .pro-info-quantity h3 { display: block; float: left; font-size: 16px; line-height: 47px; text-transform: uppercase; margin-right: 25px; } .pro-info-quantity .cart-plus-minus { border: 1px solid #9b9b9c; width: 77px; position: relative; } .cart-plus-minus .cart-plus-minus-box { border: 0px solid #9b9b9c; border-right: 1px solid #9b9b9c; display: block; float: left; height: 45px; text-align: center; width: 54px; font-size: 18px; color: #272727; font-weight: bold; } .pro-info-quantity .cart-plus-minus .qtybutton { background: transparent none repeat scroll 0 0; border: medium none; display: block; font-size: 6px; position: absolute; right: 0; width: 22px; height: 12px; } .pro-info-quantity .cart-plus-minus .dec { bottom: 0; } .pro-info-quantity .cart-plus-minus .inc { top: 0; } .pro-info-quantity-cart .pro-info-addcart { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; height: 34px; line-height: 34px; padding: 0 20px; text-align: left; text-transform: uppercase; width: 199px; margin-top: 7px; } .pro-info-quantity-cart .pro-info-addcart i { font-size: 20px; margin-right: 19px; line-height: 34px; display: block; float: left; } .pro-info-quantity-cart .pro-info-addcart:hover { background: #e2214b none repeat scroll 0 0; } /* Product Image */ .product-image { padding: 31px 39px; } /* Product Image Tab Container */ .pro-image-tab-container{} .pro-image-tab { padding: 0 63px; } .pro-image-tab img{} /* Product Image Tab List */ .pro-image-tab-list { position: relative; z-index: 1; width: 100%; display: block; float: left; } .pro-image-tab-list li { display: block; float: left; padding: 0 6px; width: 25%; } .pro-image-tab-list li a { border: 2px solid #fff; display: block; } .pro-image-tab-list li.active a { border: 2px solid #9b9b9c; } /* Product Details 2 */ .product-details2 { margin: 72px 0 82px; } /* Product Details 2 Image */ .product-image-2{} .product-image-2 .pro-image-tab-container { display: block; float: left; padding-right: 15px; width: 83.3333%; } .product-image-2 .pro-image-tab { padding: 0; } .product-image-2 .pro-image-tab img { width: 100%; } .pro-image-tab-list-2 { display: block; float: left; width: 16.6%; } .pro-image-tab-list-2 li { margin-bottom: 21px; } .pro-image-tab-list-2 li a { display: block; } .pro-image-tab-list-2 li a img { width: 100%; } /* Product Details 2 Product Info */ .product-info-2 { background: #fff none repeat scroll 0 0; margin-left: -15px; padding: 55px 45px 34px; } .pro-info-cat-2 { margin-bottom: 24px; } .pro-info-cat-2 p { color: #9b9b9c; letter-spacing: 5px; line-height: 20px; text-transform: uppercase; } .pro-info-title-2 { margin-bottom: 33px; } .pro-info-title-2 h2 { color: #272727; font-size: 28px; font-weight: bold; } .pro-info-ratting-2 { margin-top: 10px; } .pro-info-price-2{} .pro-info-price-2 .new { color: #e2214b; display: block; float: left; font-size: 28px; font-weight: bold; margin-right: 30px; } .pro-info-price-2 .old { color: #9b9b9c; display: block; float: left; font-size: 18px; font-weight: bold; line-height: 24px; margin-top: 5px; overflow: hidden; text-decoration: line-through; } .pro-info-avaibility { border-bottom: 1px solid #ebebeb; margin-bottom: 27px; margin-top: 43px; padding-bottom: 34px; } .pro-info-avaibility p { color: #9b9b9c; display: block; float: left; line-height: 35px; text-transform: uppercase; } .pro-info-avaibility p span { color: #272727; } .pro-info-quantity-2{} .pro-info-quantity-2 h3 { color: #9b9b9c; display: block; float: left; font-size: 14px; line-height: 35px; margin-right: 14px; text-transform: uppercase; } .pro-info-quantity-2 .cart-plus-minus-2{} .pro-info-quantity-2 .cart-plus-minus-2 .qtybtn { background: #ebebeb none repeat scroll 0 0; color: #9b9b9c; cursor: pointer; display: block; float: left; font-size: 30px; height: 35px; line-height: 31px; text-align: center; width: 35px; } .pro-info-quantity-2 .cart-plus-minus-box { border: medium none; color: #272727; display: block; float: left; font-size: 18px; font-weight: bold; height: 35px; line-height: 20px; text-align: center; width: 88px; } .pro-info-des-2 { margin-bottom: 30px; } .pro-info-des-2 p { color: #9b9b9c; font-weight: 300; } .pro-color-size-2 .pro-color-2 ul li:nth-child(1) a { background: #74CCFF none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(2) a { background: #FF7373 none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(3) a { background: #96CE5A none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(4) a { background: #20156E none repeat scroll 0 0; } .pro-color-size-2 .pro-color-2 ul li:nth-child(5) a { background: #EC376C none repeat scroll 0 0; } .pro-info-actions-2 { background: #f8f8f8 none repeat scroll 0 0; margin-left: -15px; padding: 40px 15px; } .pro-info-actions-2 button { background: transparent none repeat scroll 0 0; border: medium none; display: inline-block; text-transform: uppercase; } .pro-info-actions-2 button i { display: block; float: left; font-size: 20px; line-height: 34px; margin-right: 19px; } .pro-info-actions-2 .pro-info-addcart { background: #272727 none repeat scroll 0 0; color: #fff; line-height: 34px; margin-right: 38px; padding: 0 43px 0 20px; } .pro-info-actions-2 .pro-info-addcart:hover { background: #e2214b; } .pro-info-actions-2 .pro-info-wishlist { border: 2px solid #272727; color: #272727; line-height: 30px; padding: 0 41px 0 18px; } .pro-info-actions-2 .pro-info-wishlist i { line-height: 30px; } .pro-info-actions-2 .pro-info-wishlist:hover { background: #272727; color: #fff; } /* Product Details 2 Info Tab */ .pro-info-tab-container-2 { background: #fff none repeat scroll 0 0; margin-top: 72px; padding: 45px 100px 75px; } .pro-info-tab-list-2 { margin-bottom: 52px; } .pro-info-tab-list-2::before { left: -30px; right: -30px; } .pro-info-tab-container-2 .tab-content { width: 100%; } .pro-info-tab-2{} .pro-info-tab-2 p { margin-bottom: 24px; } .pro-info-tab-2 ul{} .pro-info-tab-2 ul li { display: block; float: none; margin-bottom: 4px; margin-right: 0; width: 100%; } .pro-info-tab-2 ul li::before { border-radius: 50px; margin-bottom: 3px; } /* Product Details Tags */ .pro-tag-wrapper{} .pro-tag-wrapper a { background: #272727 none repeat scroll 0 0; color: #fff; display: block; float: left; font-size: 12px !important; margin-right: 15px; padding: 5px 15px; text-transform: uppercase; } /* Product Details Review */ .pro-review-container { margin-bottom: 100px; } .sin-pro-review { border-bottom: 1px solid #9b9b9c; margin-bottom: 30px; padding-bottom: 30px; } .sin-pro-review:last-child { border-bottom: 0px solid #9b9b9c; margin-bottom: 0; padding-bottom: 0; } .sin-pro-review .rev-image { border-radius: 50px; margin-right: 20px; overflow: hidden; width: 70px; } .sin-pro-review .rev-image img { width: 100%; } .sin-pro-review .rev-content{} .sin-pro-review .rev-content .rev-head { margin-bottom: 10px; } .sin-pro-review .rev-content .rev-head h3 { color: #272727; font-size: 18px; font-weight: bold; margin-bottom: 5px; } .sin-pro-review .rev-content .rev-head span { font-size: 13px; } .sin-pro-review .pro-rev-ratting{} .sin-pro-review .pro-rev-ratting .star{} .sin-pro-review .pro-rev-ratting .active { color: #eabe12; } .sin-pro-review .rev-content p { font-weight: normal; margin-bottom: 0; } /* Product Review Form */ .pro-rev-form { max-width: 500px; width: 100%; } .pro-rev-form h2 { color: #272727; font-size: 28px; margin-bottom: 50px; } .moon-form .form-ratting { display: block; float: left; margin-bottom: 15px; padding: 0 15px; width: 100%; } .moon-form .form-ratting .form-sin-ratting { background: transparent none repeat scroll 0 0; border: medium none; color: #9b9b9c; display: block; float: left; margin-right: 20px; } .moon-form .form-ratting .form-sin-ratting i{} .moon-form .form-ratting .form-sin-ratting.active, .moon-form .form-ratting .form-sin-ratting:hover{ color: #eabe12; } /* Related Product */ .related-products { margin-top: 65px; } .related-products .rp-title { margin-bottom: 22px; } .related-products .rp-title h1 { color: #272727; font-size: 28px; font-weight: bold; } /*-- 8. Cart, Check Out & Order Complate --------------------------------------*/ .cart-page-container { background: #fff none repeat scroll 0 0; display: block; padding: 56px; } /* Cart Page Tab List */ .cart-page-tablist { margin-bottom: 55px; } .cart-page-tablist ul { display: inline-block; position: relative; z-index: 1; } .cart-page-tablist ul::before { background: #efefef none repeat scroll 0 0; content: ""; height: 2px; left: 80px; position: absolute; right: 80px; top: 27px; z-index: -1; } .cart-page-tablist ul li { display: block; float: left; margin-right: 45px; width: 160px; } .cart-page-tablist ul li:last-child { margin: 0; } .cart-page-tablist ul li a { display: block; } .cart-page-tablist ul li a .number { background: #efefef none repeat scroll 0 0; border: 7px solid #fff; border-radius: 50px; color: #9b9b9c; display: inline-block; font-size: 24px; font-weight: bold; height: 56px; line-height: 42px; width: 56px; } .cart-page-tablist ul li a p { color: #9b9b9c; font-weight: bold; line-height: 20px; text-transform: uppercase; } .cart-page-tablist ul li a.active .number { background: #e2214b none repeat scroll 0 0; color: #fff; } .cart-page-tablist ul li a.active p { color: #272727; } /* Cart Page Title */ .cart-page-title { margin-bottom: 40px; } .cart-page-title h1 { color: #272727; font-size: 28px; font-weight: bold; text-transform: uppercase; } .cart-page-title-2 h1 { font-size: 36px; margin-bottom: 16px; } .cart-page-title p { color: #9b9b9c; } /* Cart Table */ .table-cart { margin-bottom: 32px; } .table-cart thead{} .table-cart thead tr{} .table-cart thead tr th { border-bottom: 1px solid #ebebeb; color: #272727; font-size: 14px; font-weight: bold; padding: 6px; text-align: center; text-transform: uppercase; width: 15%; } .table-cart thead tr th:first-child { padding-left: 44px; text-align: left; width: 40%; } .table-cart tbody{} .table-cart tbody tr{} .table-cart tbody tr td { border-bottom: 1px solid #ebebeb; border-top: 0px solid #ebebeb; padding: 36px 14px; text-align: center; vertical-align: middle; width: 15%; } .table-cart tbody tr td:first-child { text-align: left; width: 40%; } .table-cart .cart-items { min-width: 300px; } .table-cart .cart-image { display: block; float: left; margin-right: 30px; width: 100px; } .table-cart .cart-image img{} .table-cart .cart-item-content { margin-top: 22px; } .table-cart .cart-item-content .title { font-size: 14px; font-weight: bold; line-height: 18px; margin-bottom: 5px; } .table-cart .cart-item-content .title a { color: #272727; } .table-cart .cart-item-content .title a:hover { color: #e33057; } .table-cart .cart-item-content span { color: #9b9b9c; display: block; font-size: 12px; } .table-cart .cart-item-content span strong{} .table-cart .cart-price { color: #9b9b9c; display: block; font-size: 18px; font-weight: bold; min-width: 100px; } .table-cart .cart-qty { display: inline-block; min-width: 90px; } .table-cart .cart-qty .input-cart-qty { border: medium none; color: #9b9b9c; display: block; float: left; font-weight: bold; height: 19px; text-align: center; width: 50px; } .table-cart .cart-qty .qtybtn { background: #ebebeb none repeat scroll 0 0; border: medium none; color: #9b9b9c; cursor: pointer; display: block; float: left; font-size: 22px; line-height: 19px; text-indent: -99999px; width: 20px; } .table-cart .cart-qty .qtybtn.dec { background-image: url("../img/icons/cart-minus.png"); } .table-cart .cart-qty .qtybtn.inc { background-image: url("../img/icons/cart-plus.png"); } .table-cart .cart-total-price { color: #272727; display: block; font-size: 18px; font-weight: bold; min-width: 100px; } .table-cart .cart-remove { color: #2e2e2e; font-size: 16px; } .table-cart .cart-remove i{} .table-cart .cart-remove:hover { color: #f00; } /* Shipping Cost */ .shipping-cost{} .shipping-cost .title { color: #272727; font-size: 18px; font-weight: bold; line-height: 20px; margin-bottom: 53px; text-transform: uppercase; } .shipping-cost .input-wrapper{} .shipping-cost .input-box { margin-bottom: 28px; } .shipping-cost .input-box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(0, 0, 0, 0) url("../img/icons/caret-down.png") no-repeat scroll right 9px center; border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 5px 10px; width: 100%; } .shipping-cost .input-box select option { border-right: 1px solid #9b9b9c; display: block; padding: 0 10px; } .shipping-cost .input-box input[type="text"] { border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 6px 10px 5px; width: 100%; } .shipping-cost input[type="submit"] { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; line-height: 34px; padding: 0 22px; text-transform: uppercase; } .shipping-cost input[type="submit"]:hover { background: #e33057 none repeat scroll 0 0; } /* Coupon Discount */ .coupon-discount{} .coupon-discount .title { color: #272727; font-size: 18px; font-weight: bold; line-height: 20px; margin-bottom: 53px; text-transform: uppercase; } .coupon-discount .coupon-wrapper{} .coupon-discount .coupon-wrapper p { color: #9b9b9c; font-family: Playfair Display; font-style: italic; margin-bottom: 34px; } .coupon-discount .input-box { margin-bottom: 28px; } .coupon-discount .input-box input[type="text"] { border: 1px solid #9b9b9c; color: #9b9b9c; font-size: 12px; padding: 6px 10px 5px; width: 100%; } .coupon-discount input[type="submit"] { background: #fff none repeat scroll 0 0; border: 2px solid #272727; color: #272727; line-height: 30px; padding: 0 22px; text-transform: uppercase; } .coupon-discount input[type="submit"]:hover { background: #272727 none repeat scroll 0 0; color: #fff; } /* Payment Details */ .payment-details { border: 2px solid #272727; padding: 15px 13px 19px; } .payment-details .title { color: #272727; font-size: 18px; font-weight: bold; line-height: 20px; margin-bottom: 37px; padding-left: 6px; padding-right: 6px; text-transform: uppercase; } .payment-details .payment-wrapper{} .payment-details .payment-wrapper p { color: #272727; line-height: 20px; text-transform: uppercase; } .payment-details .payment-wrapper span { color: #9b9b9c; font-weight: bold; line-height: 20px; text-transform: uppercase; } .payment-details .payment-wrapper .subtotal { margin-bottom: 13px; padding-left: 6px; padding-right: 6px; } .payment-details .payment-wrapper .shipping { border-bottom: 1px solid #272727; margin-bottom: 19px; padding-bottom: 13px; padding-left: 6px; padding-right: 6px; } .payment-details .payment-wrapper .grandtotal { margin-bottom: 30px; padding-left: 6px; padding-right: 6px; } .payment-details .payment-wrapper .grandtotal span { color: #e2214b; font-size: 18px; } .payment-details .payment-wrapper .procced-checkout {} .payment-details .procced-checkout .checkout-btn { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; line-height: 34px; padding: 0 22px; text-transform: uppercase; } .payment-details .procced-checkout .checkout-btn:hover { background: #e33057 none repeat scroll 0 0; } /* Billing Details */ .billing-details { margin-bottom: 28px; } .billing-details .cart-page-title, .shipping-details .cart-page-title { margin-bottom: 33px; } .checkout-form{} .checkout-form .input-box { margin-bottom: 28px; } .checkout-form .input-box:last-child { margin-bottom: 0; } .checkout-form .input-box input[type="text"] { font-size: 12px; padding: 5px 10px; } .checkout-form .input-box textarea { padding: 5px 10px 6px; } .cart-page-title{} .cart-page-title a { color: #272727; } .cart-page-title a .check-box { background: #e2214b none repeat scroll 0 0; border: 2px solid #182342; display: block; float: left; height: 19px; margin-right: 8px; margin-top: 7px; position: relative; width: 19px; } .cart-page-title a .check-box::before { background: transparent none repeat scroll 0 0; border: 3px solid #fff; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 11; } .cart-page-title a.collapsed .check-box { background: #fff none repeat scroll 0 0; } /* Order Details */ .order-details { border: 1px solid #e1e1e1; padding: 20px 26px 28px; } .order-pro-table { margin-bottom: 64px; } .order-pro-table thead{} .order-pro-table thead tr{} .order-pro-table thead tr th { border-bottom: 3px double #ebebeb; padding: 3px 0; } .order-pro-table tbody{} .order-pro-table tbody tr{} .order-pro-table tbody tr td { border-bottom: 1px solid #ebebeb; padding: 0; } .order-pro-table tfoot{} .order-pro-table tfoot tr{} .order-pro-table tfoot tr td { border-bottom: 1px solid #ebebeb; padding: 0; } .order-pro-table tfoot tr:last-child td { border-bottom: 0 solid #ebebeb; } .order-pro-table tfoot tr:nth-last-child(2) td { border-bottom: 3px double #ebebeb; } .order-pro-table thead .product, .order-pro-table thead .total { color: #272727; font-size: 14px; font-weight: bold; line-height: 20px; text-transform: uppercase; } .order-pro-table thead .total{} .order-pro-table tbody .title, .order-pro-table tbody .total-price { color: #9b9b9c; display: block; font-size: 14px; line-height: 73px; } .order-pro-table tbody .total-price{} .order-pro-table tfoot .cart-total-title, .order-pro-table tfoot .cart-total, .order-pro-table tfoot .shipping-charge { color: #9b9b9c; display: block; font-size: 14px; font-weight: bold; line-height: 30px; padding: 20px 0; text-transform: uppercase; } .order-pro-table tfoot .cart-total { line-height: 20px; padding: 25px 0 0; } .order-pro-table tfoot .shipping-charge { padding: 0 0 25px; } .order-pro-table tfoot .vat, .order-pro-table tfoot .vat-total { color: #9b9b9c; display: block; font-size: 14px; font-weight: bold; line-height: 66px; text-transform: uppercase; } .order-pro-table tfoot .vat-total{} .order-pro-table tfoot .grand-total-title, .order-pro-table tfoot .grand-total { color: #272727; display: block; font-size: 18px; font-weight: bold; margin-top: 21px; text-transform: uppercase; } .order-pro-table tfoot .grand-total { color: #e2214b; } .cart-page-title.payment-title { border-bottom: 3px double #ebebeb; margin-bottom: 30px; padding-bottom: 20px; } .payment-methods{} .payment-methods .single-payment { margin-bottom: 25px; } .payment-methods .single-payment .select-btn { background: transparent none repeat scroll 0 0; border: medium none; color: #272727; display: block; font-size: 18px; font-weight: bold; line-height: 18px; margin-bottom: 15px; } .payment-methods .single-payment .select-btn .check-box { background: #fff none repeat scroll 0 0; border: 2px solid #182342; display: block; float: left; height: 19px; margin-right: 22px; position: relative; width: 19px; } .payment-methods .single-payment .select-btn .check-box::before { background: transparent none repeat scroll 0 0; border: 3px solid #fff; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 11; } .payment-methods .single-payment .select-btn.active .check-box { background: #e2214b none repeat scroll 0 0; } .payment-methods .single-payment p { color: #9b9b9c; font-size: 12px; letter-spacing: 0.1px; line-height: 20px; } .single-payment.other { display: block; float: left; margin-bottom: 30px; margin-top: 8px; width: 100%; } .single-payment.other .wrapper { border: 1px solid #182342; display: block; float: left; margin: 0; padding: 28px 23px 17px 29px; position: relative; width: 327px; } .single-payment.other .wrapper a { background: #fff; display: block; margin-right: 31px; float: left; } .single-payment.other .wrapper a:last-child { margin-right: 0; } .single-payment.other .wrapper a img{} .single-payment.other .wrapper a.paypal { left: 8px; margin: 0; padding: 0 5px; position: absolute; top: -10px; } .single-payment.other > a { color: #9b9b9c; display: block; float: left; font-size: 12px; line-height: 20px; margin-left: 15px; margin-top: 25px; text-decoration: underline; } .order-details .place-order {} .order-details .place-order .place-order-btn { background: #272727 none repeat scroll 0 0; border: medium none; color: #ffffff; display: inline-block; height: 34px; text-transform: uppercase; width: 200px; } .order-details .place-order .place-order-btn:hover { background: #e33057 none repeat scroll 0 0; } /* Order Complate Style */ .order-complete-mgs { border: 1px solid #e1e1e1; margin-bottom: 56px; } .order-complete-mgs p { color: #66bb6a; line-height: 42px; } .order-information { border: 1px solid #e1e1e1; margin-bottom: 65px; } .order-information .single { border-right: 1px solid #e1e1e1; display: block; float: left; padding: 43px 0; width: 25%; } .order-information .single:last-child { border-right: 0px solid #e1e1e1; } .order-information .single span { color: #9b9b9c; display: block; font-size: 12px; margin-bottom: 5px; text-transform: uppercase; } .order-information .single h4 { color: #272727; font-size: 18px; font-weight: bold; text-transform: uppercase; } .order-details-complete { border: medium none; padding: 0 55px 0 0; } .order-details-complete .order-pro-table { margin-bottom: 0; } .coustomer-details, .billing-address { margin-bottom: 63px; padding-left: 25px; } .coustomer-details .order-com-title, .billing-address .order-com-title { margin-bottom: 20px; } .coustomer-details .order-com-title h1, .billing-address .order-com-title h1 { color: #272727; font-size: 28px; font-weight: bold; text-transform: uppercase; } .coustomer-details .content{} .coustomer-details .content ul{} .coustomer-details .content ul li { color: #272727; line-height: 28px; } .coustomer-details .content ul li span { color: #9b9b9c; display: block; float: left; width: 173px; } .billing-address .content h4 { color: #272727; font-size: 14px; font-weight: bold; line-height: 28px; } .billing-address .content p { color: #272727; line-height: 25px; } .shipping-address { margin-bottom: 0; } /*-- 9. Wishlist --------------------------------------*/ .table-wishlist { margin-bottom: 0; } .table-wishlist thead tr th:first-child, .table-wishlist tbody tr td:first-child { padding-left: 10px; text-align: center; width: 10%; } .table-wishlist thead tr th:nth-child(2) { padding-left: 45px; } .table-wishlist thead tr th:nth-child(2), .table-wishlist tbody tr td:nth-child(2) { text-align: left; width: 45%; } .table-wishlist .stock-status { color: #9b9b9c; display: block; font-size: 18px; font-weight: bold; min-width: 100px; } .table-wishlist .add-cart {} .table-wishlist .add-cart .add-cart-btn { background: #272727 none repeat scroll 0 0; border: medium none; color: #fff; display: block; line-height: 34px; text-transform: uppercase; width: 125px; } .table-wishlist .add-cart .add-cart-btn:hover { background: #e33057 none repeat scroll 0 0; } /*-- 10. Blog Page --------------------------------------*/ .blog-page {} .sin-blog { background: #fff none repeat scroll 0 0; margin-bottom: 56px; } .sin-blog .blog-image { display: block; position: relative; width: 100%; z-index: 1; } .sin-blog .blog-image::before { background: #272727 none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; } .sin-blog .blog-image img { width: 100%; } .sin-blog:hover .blog-image img { opacity: 0.3; } .sin-blog .blog-image a { border: 2px solid #fff; color: #fff; display: block; left: 50%; letter-spacing: -0.5px; line-height: 30px; margin-left: -85px; margin-top: -17px; position: absolute; text-align: center; text-transform: uppercase; top: 50%; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); width: 170px; } .sin-blog:hover .blog-image a { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .sin-blog .blog-image a:hover { background: #fff; color: #e33057; } .sin-blog .blog-details { padding: 32px 37px 20px; } .sin-blog .blog-details .top { margin-bottom: 16px; } .sin-blog .blog-details .blog-cat { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; font-size: 18px; font-weight: bold; height: 25px; line-height: 22px; padding: 0 10px; } .sin-blog .blog-details .top-meta { color: #9b9b9c; line-height: 25px; } .sin-blog .blog-details .title { color: #272727; display: block; font-size: 34px; font-weight: bold; line-height: 38px; } .sin-blog .blog-details .title { display: block; font-size: 34px; font-weight: bold; line-height: 38px; margin-bottom: 21px; } .sin-blog .blog-details .title a { color: #272727; } .sin-blog .blog-details .title a:hover { color: #e33057; } .sin-blog .blog-details .blog-meta { color: #9b9b9c; font-size: 18px; margin-bottom: 16px; } .sin-blog .blog-details .blog-meta a { color: #9b9b9c; font-weight: bold; } .sin-blog .blog-details .blog-meta a:hover { color: #e33057; } .sin-blog .blog-details p { color: #272727; font-size: 13px; line-height: 22px; } /*-- 11. Single Blog Page --------------------------------------*/ .sin-blog-post {} .sin-blog-post .blog-details {} .sin-blog-post .blog-details .top { margin-bottom: 16px; } .sin-blog-post .blog-details .blog-cat { background: #e2214b none repeat scroll 0 0; border-radius: 2px; color: #fff; font-size: 18px; font-weight: bold; height: 25px; line-height: 22px; padding: 0 10px; } .sin-blog-post .blog-details .top-meta { color: #9b9b9c; line-height: 25px; } .sin-blog-post .blog-details .title { color: #272727; display: block; font-size: 34px; font-weight: bold; line-height: 38px; } .sin-blog-post .blog-details .title { color: #272727; display: block; font-size: 56px; font-weight: bold; line-height: 60px; margin-bottom: 21px; } .sin-blog-post .blog-details .blog-meta { color: #9b9b9c; font-size: 18px; margin-bottom: 46px; } .sin-blog-post .blog-details .blog-meta a { color: #9b9b9c; font-weight: bold; } .sin-blog-post .blog-details .blog-meta a:hover { color: #e33057; } .sin-blog-post .blog-details p { color: #9b9b9c; margin-bottom: 25px; } .sin-blog-post .blog-details blockquote { border-color: #e2214b; margin: 60px 0 31px; padding: 0 0 0 35px; } .sin-blog-post .blog-details blockquote p { color: #9b9b9c; font-size: 17px; font-weight: bold; line-height: 28px; margin: 0; } /* Blog Post Tag & Share */ .post-tag-share { display: block; padding: 20px 0 65px; width: 100%; } .post-tag-share .post-tags { color: #9b9b9c; font-size: 12px; line-height: 24px; } .post-tag-share .post-tags strong { color: #272727; } .post-tag-share .post-tags a { color: #9b9b9c; } .post-tag-share .post-tags a:hover { color: #e33057; } .post-tag-share .post-tags a {} .post-tag-share .post-share { color: #9b9b9c; font-size: 12px; } .post-tag-share .post-share strong { color: #272727; float: left; line-height: 24px; } .post-tag-share .post-share a { color: #9b9b9c; font-size: 17px; margin-left: 20px; } .post-tag-share .post-share a i{} .post-tag-share .post-share a:hover { color: #e33057; } /* Blog Next Preview */ .prev-next-post { border-bottom: 1px solid #9b9b9c; border-top: 1px solid #9b9b9c; padding: 20px 0; margin-bottom: 66px; } .prev-next-post .prev-post{} .prev-next-post .prev-post span, .prev-next-post .next-post span { color: #9b9b9c; display: block; font-size: 12px; font-weight: bold; margin-bottom: 5px; text-transform: uppercase; } .prev-next-post .prev-post a, .prev-next-post .next-post a { color: #272727; font-size: 18px; font-weight: bold; } .prev-next-post .prev-post a:hover, .prev-next-post .next-post a:hover { color: #e33057; } .prev-next-post .next-post span{} .prev-next-post .next-post a{} /* Blog Comments */ .blog-comments{} .blog-comments h2 { color: #272727; font-size: 28px; line-height: 28px; margin-bottom: 70px; } .comments-container { margin-bottom: 100px; } .sin-comment { border-bottom: 1px solid #9b9b9c; margin-bottom: 35px; padding-bottom: 35px; } .sin-comment .image { border-radius: 50px; display: block; height: 70px; margin-right: 30px; overflow: hidden; width: 70px; } .sin-comment .image img{} .sin-comment .comment-details{} .sin-comment .comment-details h3 { color: #272727; font-size: 18px; font-weight: bold; margin-bottom: 12px; } .sin-comment .comment-details p { color: #a3a3a3; margin-bottom: 26px; } .sin-comment .comment-details .bottom{} .sin-comment .comment-details .bottom .reply { background: #272727 none repeat scroll 0 0; color: #fff; line-height: 34px; padding: 0 14px; text-transform: uppercase; } .sin-comment .comment-details .bottom .reply:hover { background: #e33057; } .sin-comment .comment-details .bottom .date { color: #a3a3a3; font-size: 12px; line-height: 34px; } .child-comments-container { margin-left: 100px; } .child-comments-container .sin-comment { border-bottom: 0px solid #9b9b9c; margin-bottom: 0; padding-bottom: 0; } /* Comments Form */ .comment-form{} .comment-form h2 { margin-bottom: 55px; } .comment-form .input-box { margin-bottom: 36px; } /*-- 12. Contact Page --------------------------------------*/ .contact-form{} .contact-form h2 { color: #272727; font-size: 28px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; } .contact-form p { color: #9b9b9c; margin-bottom: 52px; } .contact-form .input-box { margin-bottom: 29px; } .contact-form .input-box input[type="text"] { padding: 9px 14px; } .contact-form .input-box input[type="submit"] { width: 124px; } .contact-map{} .contact-map h2 { color: #272727; font-size: 28px; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; } #contact-map { height: 420px; width: 100%; } /*-- 13. 404 Page --------------------------------------*/ .error-page { margin: 113px 0; } .error-404{} .error-404 img { margin-bottom: 38px; } .error-404 h2 { color: #9b9b9c; font-size: 28px; font-weight: bold; line-height: 38px; margin-bottom: 50px; } .error-404 a { background: #272727 none repeat scroll 0 0; color: #fff; display: inline-block; line-height: 34px; padding: 0 18px; text-transform: uppercase; } .error-404 a:hover { background: #e33057; } /*-- 14. Multiply Fix in Internet Explorer 10+ & Edge -------------------------------------------------------*/ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .pro-hover { background: rgba(226,33,75,0.75) none !important; } } @supports (-ms-accelerator:true) { .pro-hover { background: rgba(226,33,75,0.75) none !important; } }
0.344885
0.07221
.Navbar { position: fixed; top: 0; min-height: 48px; width: 100%; background-color: #FFF; z-index: 300; border-bottom: 1px solid #f9f9f9; height: 48px; line-height: 48px; } .Navbar-logo { float: left; clear: both; display: block; font-family: 'Allerta Stencil', sans-serif; width: 48px; height: 48px; color: #24262d; text-align: center; font-size: 1.4em; text-decoration: none; } .Navbar-title { width: 200px; left: 50%; margin-left: -148px; position: relative; color: #222; text-transform: uppercase; font-weight: bold; font-size: 0.7rem; text-align: center; display: inline-block; } .Navbar-right { float: right; margin: 0 10px 0 0; padding: 0; font-size: 0.9rem; color: #24262d; } .Navbar-right li { display: inline-block; padding: 0 5px; margin: 0 14px 0 0; list-style-type: none; cursor: pointer; } .Navbar .down { font-size: 0.6rem; line-height: 48px; padding-left: 5px; } .Navbar .usermenu { cursor: pointer; } .Navbar .dropdown-menu { position: fixed; top: 47px; right: 5px; background-color: #FFF; color: #999; min-width: 50px; min-height: 36px; padding: 0 10px; line-height: 36px; z-index: 400; font-size: 0.7rem; font-weight: bold; text-transform: uppercase; border-radius: 3px; border: 1px solid #e6edf4; transition: opacity .4s ease,left .4s ease; box-shadow: 0 0 0px rgba(57, 70, 78, 0.15), 0 10px 30px -12px rgba(57, 70, 78, 0.25); } .Navbar .dropdown-menu:before { content: ""; position: absolute; top: 0; background: #ffffff; right: 0; width: 10px; height: 10px; margin-top: -5px; margin-right: 24px; border: 1px solid transparent; border-top-color: #e6edf4; border-left-color: #e6edf4; transform: rotate(45deg); z-index: 200; } .Navbar .dropdown-menu li { display: block; } .Navbar .dropdown-menu li:hover { color: #222; } .Navbar .dropdown-menu li i { padding-right: 5px; } .Navbar .notifications { width: 250px; position: fixed; top: 0; right: 0; z-index: 200; height: 100vh; padding: 48px 0 0 0; transform: translateX(260px); transition: transform .4s ease; pointer-events: none; color: #7E899B; } .Navbar .notifications.active { transform: translateX(0); } .Navbar .notifications-wrapper { pointer-events: all; background: #fff; height: 100%; box-shadow: -4px 0 10px -8px; padding: 10px; }
src/Components/Navbar/Navbar.css
.Navbar { position: fixed; top: 0; min-height: 48px; width: 100%; background-color: #FFF; z-index: 300; border-bottom: 1px solid #f9f9f9; height: 48px; line-height: 48px; } .Navbar-logo { float: left; clear: both; display: block; font-family: 'Allerta Stencil', sans-serif; width: 48px; height: 48px; color: #24262d; text-align: center; font-size: 1.4em; text-decoration: none; } .Navbar-title { width: 200px; left: 50%; margin-left: -148px; position: relative; color: #222; text-transform: uppercase; font-weight: bold; font-size: 0.7rem; text-align: center; display: inline-block; } .Navbar-right { float: right; margin: 0 10px 0 0; padding: 0; font-size: 0.9rem; color: #24262d; } .Navbar-right li { display: inline-block; padding: 0 5px; margin: 0 14px 0 0; list-style-type: none; cursor: pointer; } .Navbar .down { font-size: 0.6rem; line-height: 48px; padding-left: 5px; } .Navbar .usermenu { cursor: pointer; } .Navbar .dropdown-menu { position: fixed; top: 47px; right: 5px; background-color: #FFF; color: #999; min-width: 50px; min-height: 36px; padding: 0 10px; line-height: 36px; z-index: 400; font-size: 0.7rem; font-weight: bold; text-transform: uppercase; border-radius: 3px; border: 1px solid #e6edf4; transition: opacity .4s ease,left .4s ease; box-shadow: 0 0 0px rgba(57, 70, 78, 0.15), 0 10px 30px -12px rgba(57, 70, 78, 0.25); } .Navbar .dropdown-menu:before { content: ""; position: absolute; top: 0; background: #ffffff; right: 0; width: 10px; height: 10px; margin-top: -5px; margin-right: 24px; border: 1px solid transparent; border-top-color: #e6edf4; border-left-color: #e6edf4; transform: rotate(45deg); z-index: 200; } .Navbar .dropdown-menu li { display: block; } .Navbar .dropdown-menu li:hover { color: #222; } .Navbar .dropdown-menu li i { padding-right: 5px; } .Navbar .notifications { width: 250px; position: fixed; top: 0; right: 0; z-index: 200; height: 100vh; padding: 48px 0 0 0; transform: translateX(260px); transition: transform .4s ease; pointer-events: none; color: #7E899B; } .Navbar .notifications.active { transform: translateX(0); } .Navbar .notifications-wrapper { pointer-events: all; background: #fff; height: 100%; box-shadow: -4px 0 10px -8px; padding: 10px; }
0.468791
0.084909
li.loginPodra { padding: 5px 10px; } .sigagroColorOrange80{background-color:rgba(255,116,0,0.8); color:white} .sigagroColorRouge80{background-color:rgba(255,0,0,0.8); color:white} .sigagroColorVert80{background-color:rgba(0,163,18,0.8); color:white} .sigagroColorBleu80{background-color:rgba(5,177,245,0.8); color:white} .sigagroColorGrey10{background-color:rgba(110,110,110,0.1);} .sigagroColorOrange{color:rgb(255,116,0);} .sigagroColorRouge{color:rgb(255,0,0);} .sigagroColorBleu{color:rgb(5,177,245);} .sigagroColorBlanc{color:rgb(255,255,255);} h1.paragraph-header-sigagro{width:85%;margin-top:100px;background-color:rgba(69,10,15,0.8);padding:5px 0px 5px 5px;letter-spacing:initial;} h1.paragraph-header-sigagro2{width:100%;margin-top:200px;background-color:rgba(69,10,15,0.8);padding:5px 0px 5px 5px;letter-spacing:initial;} .img-intro-background {background-image:url('../img/intro-bg2.jpg');background-repeat:no-repeat;} .content-section-footer-sigagro {width:100%;padding-top:50px;} .img-intro-background2 {background-image:url('../img/dashall.jpg');background-repeat:no-repeat; padding-top:50px;width:100%; height:1483px} .container-sigagro {padding-top:50px;} /* .btn-circle { width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 2px solid #fff; border-radius: 35px; font-size: 40px; color: #fff; background: 0 0; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-circle:hover, .btn-circle:focus { outline: 0; color: #fff; background: rgba(255,255,255,.1); } .page-scroll .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .page-scroll .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { 0 { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } ::-moz-selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } ::selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } img::selection { background: 0 0; } img::-moz-selection { background: 0 0; } body { webkit-tap-highlight-color: rgba(255,255,255,.2); } */ @media(min-width:767px) { .destacados{ padding: 20px 0; text-align: center; } .destacados > div > div{ padding: 10px; border: 1px solid transparent; border-radius: 4px; transition: 0.2s; } .destacados > div:hover > div{ margin-top: -10px; border: 1px solid rgb(200, 200, 200); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px; background: rgba(200, 200, 200, 0.1); transition: 0.5s; }
public/css/sigagro_style.css
li.loginPodra { padding: 5px 10px; } .sigagroColorOrange80{background-color:rgba(255,116,0,0.8); color:white} .sigagroColorRouge80{background-color:rgba(255,0,0,0.8); color:white} .sigagroColorVert80{background-color:rgba(0,163,18,0.8); color:white} .sigagroColorBleu80{background-color:rgba(5,177,245,0.8); color:white} .sigagroColorGrey10{background-color:rgba(110,110,110,0.1);} .sigagroColorOrange{color:rgb(255,116,0);} .sigagroColorRouge{color:rgb(255,0,0);} .sigagroColorBleu{color:rgb(5,177,245);} .sigagroColorBlanc{color:rgb(255,255,255);} h1.paragraph-header-sigagro{width:85%;margin-top:100px;background-color:rgba(69,10,15,0.8);padding:5px 0px 5px 5px;letter-spacing:initial;} h1.paragraph-header-sigagro2{width:100%;margin-top:200px;background-color:rgba(69,10,15,0.8);padding:5px 0px 5px 5px;letter-spacing:initial;} .img-intro-background {background-image:url('../img/intro-bg2.jpg');background-repeat:no-repeat;} .content-section-footer-sigagro {width:100%;padding-top:50px;} .img-intro-background2 {background-image:url('../img/dashall.jpg');background-repeat:no-repeat; padding-top:50px;width:100%; height:1483px} .container-sigagro {padding-top:50px;} /* .btn-circle { width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 2px solid #fff; border-radius: 35px; font-size: 40px; color: #fff; background: 0 0; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-circle:hover, .btn-circle:focus { outline: 0; color: #fff; background: rgba(255,255,255,.1); } .page-scroll .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .page-scroll .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { 0 { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } ::-moz-selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } ::selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } img::selection { background: 0 0; } img::-moz-selection { background: 0 0; } body { webkit-tap-highlight-color: rgba(255,255,255,.2); } */ @media(min-width:767px) { .destacados{ padding: 20px 0; text-align: center; } .destacados > div > div{ padding: 10px; border: 1px solid transparent; border-radius: 4px; transition: 0.2s; } .destacados > div:hover > div{ margin-top: -10px; border: 1px solid rgb(200, 200, 200); box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px; background: rgba(200, 200, 200, 0.1); transition: 0.5s; }
0.382833
0.090937
*{ margin: 0; padding: 0; box-sizing: border-box; } .container{ padding-left: 10%; padding-right: 10%; } header{ margin-top: 20px; margin-bottom: 50px; display: flex; justify-content: space-between; align-items: center; font-family: 'Roboto Mono', monospace; } .header-left { display: flex; justify-content: space-between; align-items: center; } .header-left * { margin-right: 15px; } .header-left a{ text-decoration: none; color: rgb(0,0,0); } .header-left a:hover{ text-decoration: underline; } body { font-family: 'Open Sans', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Mono', monospace; } .button{ background-color:#FFBF5E; font-size: 14px; } .img-space { display: flex; justify-content: space-between; } .button-style{ border-style: solid; background-color: white; border-width: 3px; border-color: black; } .box-row { display: flex; justify-content: space-between; margin-top: 20px; /* flex-direction: column; */ } .box-row > button:first-child{ margin-right: 20px; } .box{ padding: 15px; cursor: pointer; border: 3px solid rgb(36,36,36); display: flex; flex-direction: column; height: 420px; } .box-row a{ text-decoration: none; color: black; font-size: 14px; line-height: 20px; } .box-row :first-child{ margin-right: 20px; margin-bottom: 15px; } .box p { line-height: 22px; } .box h2 { font-size: 24px; font-weight: 900; line-height: 28.8px; } .div-free-courses { margin-bottom: 35px; } .div-free-courses > div:first-child { width: 65%; } .div-free-courses > div h3 { font-size: 25px; font-weight: 500; margin-bottom: 35px; } .steps { text-align: center; } .div-heart { display: flex; align-items: center; margin-top: 10px; } .div-heart a img{ display: inline-block; height: 30px; width: 30px; margin: 0 15px 0; } /*modified*/
style.css
*{ margin: 0; padding: 0; box-sizing: border-box; } .container{ padding-left: 10%; padding-right: 10%; } header{ margin-top: 20px; margin-bottom: 50px; display: flex; justify-content: space-between; align-items: center; font-family: 'Roboto Mono', monospace; } .header-left { display: flex; justify-content: space-between; align-items: center; } .header-left * { margin-right: 15px; } .header-left a{ text-decoration: none; color: rgb(0,0,0); } .header-left a:hover{ text-decoration: underline; } body { font-family: 'Open Sans', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Mono', monospace; } .button{ background-color:#FFBF5E; font-size: 14px; } .img-space { display: flex; justify-content: space-between; } .button-style{ border-style: solid; background-color: white; border-width: 3px; border-color: black; } .box-row { display: flex; justify-content: space-between; margin-top: 20px; /* flex-direction: column; */ } .box-row > button:first-child{ margin-right: 20px; } .box{ padding: 15px; cursor: pointer; border: 3px solid rgb(36,36,36); display: flex; flex-direction: column; height: 420px; } .box-row a{ text-decoration: none; color: black; font-size: 14px; line-height: 20px; } .box-row :first-child{ margin-right: 20px; margin-bottom: 15px; } .box p { line-height: 22px; } .box h2 { font-size: 24px; font-weight: 900; line-height: 28.8px; } .div-free-courses { margin-bottom: 35px; } .div-free-courses > div:first-child { width: 65%; } .div-free-courses > div h3 { font-size: 25px; font-weight: 500; margin-bottom: 35px; } .steps { text-align: center; } .div-heart { display: flex; align-items: center; margin-top: 10px; } .div-heart a img{ display: inline-block; height: 30px; width: 30px; margin: 0 15px 0; } /*modified*/
0.441071
0.083404
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --title: #000; --background-color: #f1f1f1; --login-background: #fff; --border-color: #353535; --red: #ff3d3d; --input-background: #fff; --base-color: #a23eff; --shadow: 0, 0, 0; } :root.dark { --title: #fff; --background-color: #222222; --login-background: #181a1b; --border-color: #a0a0a0; --red: #ff3d3d; --input-background: #181a1b; --base-color: #a23eff; --shadow: 255, 255, 255; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } body { background: var(--background-color); width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: color 0.3s; } #top { width: 100%; position: fixed; top: 1rem; display: flex; justify-content: space-between; padding: 0 1rem; } #top .social a { text-decoration: none; } #top .social i { font-size: 2.5rem; margin-right: 1rem; color: var(--title); transition: 0.3s; } #top .social i:hover { transform: translateY(-0.5rem); } #dark-mode-button { cursor: pointer; background: var(--login-background); color: var(--title); -webkit-box-shadow: 0px 0px 10px 1px rgba(var(--shadow), 0.49); -moz-box-shadow: 0px 0px 10px 1px rgba(var(--shadow), 0.49); box-shadow: 0px 0px 10px 1px rgba(var(--shadow), 0.49); font-size: 1.8rem; line-height: 0; padding: 0.8rem; border-radius: 50%; border: none; outline: none; transition: color 0.3s; } .container { height: 27rem; width: 25rem; display: flex; justify-content: center; align-items: center; } .wrapper { padding: 1rem; background: var(--login-background); display: flex; flex-direction: column; align-items: center; border-radius: 10px; transition: color 0.3s; } .wrapper h1 { font-family: 'Poppins'; font-weight: 700; color: var(--title); margin: 1.7rem 0; transition: color 0.3s; } .error { background: var(--red); color: #fff; border-radius: 5px; display: flex; justify-content: center; align-content: center; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 0rem; text-align: center; visibility: hidden; opacity: 0; transition: 0.3s; } .error.show { visibility: visible; opacity: 1; width: 100%; padding: 0.6rem 0.5rem; font-size: 0.8rem; margin-bottom: 1.5rem; } form { width: 80%; } .container form input[type='checkbox'] { width: auto; margin-right: 0.5rem; margin-bottom: 0; cursor: pointer; } .container form label { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; color: var(--title); cursor: pointer; transition: color 0.3s; } .show-password-area { width: 100%; display: flex; align-items: center; margin-bottom: 1rem; } .container form input { color: var(--title); background-color: var(--input-background); transition: color 0.3s; } .container form input, .container form button { outline: none; width: 100%; border-radius: 5px; padding: 0.5rem 1rem; } input#name { margin-bottom: 1.5rem; } input#email { margin-bottom: 1.5rem; } input#password { margin-bottom: 0.5rem; } .container form input { font-family: 'Open Sans', sans-serif; transition: 0.3s; border: var(--border-color) 1px solid; transition: color 0.3s; } .container form input:focus { border-color: var(--base-color); transition: color 0.3s; } .container form button { font-family: 'Poppins', sans-serif; font-size: 1.2rem; color: var(--login-background); background: var(--base-color); color: #fff; cursor: pointer; border: none; margin-bottom: 0.5rem; transition: 0.3s; } .container form button:hover { filter: brightness(1.1); } .register { display: flex; margin-bottom: 1.7rem; } .register a { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.8rem; color: var(--base-color); text-decoration: none; transition: color 0.3s; } .register a:hover { text-decoration: underline; } .register p { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 0.8rem; color: var(--border-color); margin-right: 0.2rem; transition: color 0.3s; }
src/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --title: #000; --background-color: #f1f1f1; --login-background: #fff; --border-color: #353535; --red: #ff3d3d; --input-background: #fff; --base-color: #a23eff; --shadow: 0, 0, 0; } :root.dark { --title: #fff; --background-color: #222222; --login-background: #181a1b; --border-color: #a0a0a0; --red: #ff3d3d; --input-background: #181a1b; --base-color: #a23eff; --shadow: 255, 255, 255; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } body { background: var(--background-color); width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: color 0.3s; } #top { width: 100%; position: fixed; top: 1rem; display: flex; justify-content: space-between; padding: 0 1rem; } #top .social a { text-decoration: none; } #top .social i { font-size: 2.5rem; margin-right: 1rem; color: var(--title); transition: 0.3s; } #top .social i:hover { transform: translateY(-0.5rem); } #dark-mode-button { cursor: pointer; background: var(--login-background); color: var(--title); -webkit-box-shadow: 0px 0px 10px 1px rgba(var(--shadow), 0.49); -moz-box-shadow: 0px 0px 10px 1px rgba(var(--shadow), 0.49); box-shadow: 0px 0px 10px 1px rgba(var(--shadow), 0.49); font-size: 1.8rem; line-height: 0; padding: 0.8rem; border-radius: 50%; border: none; outline: none; transition: color 0.3s; } .container { height: 27rem; width: 25rem; display: flex; justify-content: center; align-items: center; } .wrapper { padding: 1rem; background: var(--login-background); display: flex; flex-direction: column; align-items: center; border-radius: 10px; transition: color 0.3s; } .wrapper h1 { font-family: 'Poppins'; font-weight: 700; color: var(--title); margin: 1.7rem 0; transition: color 0.3s; } .error { background: var(--red); color: #fff; border-radius: 5px; display: flex; justify-content: center; align-content: center; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 0rem; text-align: center; visibility: hidden; opacity: 0; transition: 0.3s; } .error.show { visibility: visible; opacity: 1; width: 100%; padding: 0.6rem 0.5rem; font-size: 0.8rem; margin-bottom: 1.5rem; } form { width: 80%; } .container form input[type='checkbox'] { width: auto; margin-right: 0.5rem; margin-bottom: 0; cursor: pointer; } .container form label { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; color: var(--title); cursor: pointer; transition: color 0.3s; } .show-password-area { width: 100%; display: flex; align-items: center; margin-bottom: 1rem; } .container form input { color: var(--title); background-color: var(--input-background); transition: color 0.3s; } .container form input, .container form button { outline: none; width: 100%; border-radius: 5px; padding: 0.5rem 1rem; } input#name { margin-bottom: 1.5rem; } input#email { margin-bottom: 1.5rem; } input#password { margin-bottom: 0.5rem; } .container form input { font-family: 'Open Sans', sans-serif; transition: 0.3s; border: var(--border-color) 1px solid; transition: color 0.3s; } .container form input:focus { border-color: var(--base-color); transition: color 0.3s; } .container form button { font-family: 'Poppins', sans-serif; font-size: 1.2rem; color: var(--login-background); background: var(--base-color); color: #fff; cursor: pointer; border: none; margin-bottom: 0.5rem; transition: 0.3s; } .container form button:hover { filter: brightness(1.1); } .register { display: flex; margin-bottom: 1.7rem; } .register a { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.8rem; color: var(--base-color); text-decoration: none; transition: color 0.3s; } .register a:hover { text-decoration: underline; } .register p { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 0.8rem; color: var(--border-color); margin-right: 0.2rem; transition: color 0.3s; }
0.422386
0.082107
*{ margin: 0; padding: 0; } /* Navigation */ #nav-bar{ position: sticky; top: 0; z-index: 10; } .navbar-brand img{ height: 70px; padding-left: 30px; } .navbar-nav li{ padding: 0 10px; } .navbar-nav li a{ float: right; text-align: left; } #nav-bar ul li a:hover{ color: #007bff!important; } .navbar{ background: #fff; } .navbar-toggler{ border: none!important } .nav-link{ color: #555!important font-weight: 600; font-weight: 600; font-size: 16px; } /* information */ #about{ padding-top: 50px; padding-bottom: 50px; color: #555; /* text-align: center; */ margin-left: 400px; font-size: 20px; } #about h2{ font-size: 50px; } #about .btn{ margin-top: 20px; margin-bottom: 30px; } .about-content{ padding-top: 20px; text-align: left; margin-left: 15px; } #about img{ height: 350px; width: 350px; border: 2px solid black; right: 960px; bottom: 130px; position: absolute; } #boldletter b{ text-align: center; font-family: times; font-size: 37px; } .art td{ height: 560px; width: 320px; border: 2px solid black; right: 976px; top: 640px; position: absolute; font-size: 24px; background-color: #fad673; padding-top: 47px; text-align: center; } .art1 td{ height: 760px; width: 320px; border: 2px solid black; right: 976px; top: 1386px; position: absolute; font-size: 24px; background-color: #fad673; padding-top: 47px; text-align: center; } /* FACTS */ #interactive{ background-image: linear-gradient(rgba(255, 0, 0, 0.8),rgba(255, 0, 0, 0.8)),url(images/Picture3.png); background-size: cover; background-position: center; color: #efefef!important; background-attachment: fixed; padding-top: 50px; padding-bottom: 50px; } #interactive h1{ text-align: center; color: #efefef!important; padding-bottom: : 10px; } #interactive h1::after{ content: ''; background: #efefef; display: block; height: 3px; width: 170px; margin: 20px auto 5px; } .interactive{ margin-top: 40px; } .icon{ font-size: 40px; margin: 20px auto; padding: 20px; height: 90px; width: 90px; border: 1px solid #fff; border-radius: 50%; } #interactive p{ font-size: 16px; margin-top: 20px; color: #faf1d9; } #interactive b{ font-size: 20px; } .interactive .col-md-4:hover{ background: #fa8f87; cursor: pointer; transition: 0.7s; transform: scale(1.2); } .interactive table{ color: white; border-collapse: collapse; width: 100%; text-align: center; margin-left: auto; margin-right: auto; } .interactive th,td{ padding: 8px; text-align: left; border-bottom: 1px solid #ddd; } #calcimage{ width: 230px; border: 2px solid black; }
static/AboutGR-style.css
*{ margin: 0; padding: 0; } /* Navigation */ #nav-bar{ position: sticky; top: 0; z-index: 10; } .navbar-brand img{ height: 70px; padding-left: 30px; } .navbar-nav li{ padding: 0 10px; } .navbar-nav li a{ float: right; text-align: left; } #nav-bar ul li a:hover{ color: #007bff!important; } .navbar{ background: #fff; } .navbar-toggler{ border: none!important } .nav-link{ color: #555!important font-weight: 600; font-weight: 600; font-size: 16px; } /* information */ #about{ padding-top: 50px; padding-bottom: 50px; color: #555; /* text-align: center; */ margin-left: 400px; font-size: 20px; } #about h2{ font-size: 50px; } #about .btn{ margin-top: 20px; margin-bottom: 30px; } .about-content{ padding-top: 20px; text-align: left; margin-left: 15px; } #about img{ height: 350px; width: 350px; border: 2px solid black; right: 960px; bottom: 130px; position: absolute; } #boldletter b{ text-align: center; font-family: times; font-size: 37px; } .art td{ height: 560px; width: 320px; border: 2px solid black; right: 976px; top: 640px; position: absolute; font-size: 24px; background-color: #fad673; padding-top: 47px; text-align: center; } .art1 td{ height: 760px; width: 320px; border: 2px solid black; right: 976px; top: 1386px; position: absolute; font-size: 24px; background-color: #fad673; padding-top: 47px; text-align: center; } /* FACTS */ #interactive{ background-image: linear-gradient(rgba(255, 0, 0, 0.8),rgba(255, 0, 0, 0.8)),url(images/Picture3.png); background-size: cover; background-position: center; color: #efefef!important; background-attachment: fixed; padding-top: 50px; padding-bottom: 50px; } #interactive h1{ text-align: center; color: #efefef!important; padding-bottom: : 10px; } #interactive h1::after{ content: ''; background: #efefef; display: block; height: 3px; width: 170px; margin: 20px auto 5px; } .interactive{ margin-top: 40px; } .icon{ font-size: 40px; margin: 20px auto; padding: 20px; height: 90px; width: 90px; border: 1px solid #fff; border-radius: 50%; } #interactive p{ font-size: 16px; margin-top: 20px; color: #faf1d9; } #interactive b{ font-size: 20px; } .interactive .col-md-4:hover{ background: #fa8f87; cursor: pointer; transition: 0.7s; transform: scale(1.2); } .interactive table{ color: white; border-collapse: collapse; width: 100%; text-align: center; margin-left: auto; margin-right: auto; } .interactive th,td{ padding: 8px; text-align: left; border-bottom: 1px solid #ddd; } #calcimage{ width: 230px; border: 2px solid black; }
0.311636
0.042603
@font-face { font-family: "Monospace1"; src: local("Menlo"); font-weight: 500 !important; } @font-face { font-family: "Monospace2"; src: local("Monaco"); font-weight: 500 !important; } @font-face { font-family: "Monospace3"; src: local("Consolas"); font-weight: 500 !important; } [control="CPHEditor"] { text-align: left; font-size: 12px; position: relative; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); flex-grow: 1; display: block; } [control="CPHEditor"] * { box-sizing: border-box; } @keyframes ce-animate-no { 0% { transform: translateX(0px); } 25% { transform: translateX(-5px); } 50% { transform: translateX(0px); } 75% { transform: translateX(5px); } 100% { transform: translateX(0px); } } @keyframes ce-caret-animation { 0% { border-color: #4c6eff; } 50% { border-color: #4c6eff; } 51% { border-color: transparent; } 100% { border-color: transparent; } } [control="CPHEditor"].animate-no { animation: ce-animate-no 0.1s linear infinite; } [control="CPHEditor"].focus:not(.readonly) { border-color: #3556e3; } [control="CPHEditor"]:not(.focus) .editor .line-numbers .number.selected:not(.error), [control="CPHEditor"].disabled .editor .line-numbers .number.selected:not(.error) { background-color: transparent; } [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border { margin: 0px -1px; padding: 0px 1px; border-radius: 4px; } [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border .focus, [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border:before, [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border:after, [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border.length-0, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border .focus, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border:before, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border:after, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border.length-0 { display: none; } [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.line-selection.highlight:not(.error), [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.line-selection.highlight:not(.error) { background-color: transparent; } [control="CPHEditor"].disabled * { user-select: none; pointer-events: none; } [control="CPHEditor"].disabled .editor .line-numbers { background-color: #f8f8f8; } [control="CPHEditor"].disabled .editor { background-color: #f8f8f8; filter: grayscale(50%); } [control="CPHEditor"].readonly .read-only { display: flex; } [control="CPHEditor"].nolines .editor .line-container { display: none; } [control="CPHEditor"] .read-only { pointer-events: none; font-family: "Source Code Pro", Monospace1, Monospace2, Monospace3, monospace; font-variant-ligatures: none !important; font-weight: 400; display: none; position: absolute; top: 0px; right: 0px; margin: 7px; margin-right: 23px; font-size: 12px; line-height: 1em; padding: 4px; z-index: 1; background-color: #666; border-radius: 4px; color: #fff; } [control="CPHEditor"] .read-only [data-language] { display: none; } [control="CPHEditor"][data-maximized] { position: absolute; margin: 0px; width: 100%; height: 100%; border-radius: 0px; border: none; box-shadow: none; } [control="CPHEditor"][data-maximized] .editor { position: absolute; width: 100%; height: 100%; border-radius: 0px; } [control="CPHEditor"].is-mobile .editor textarea { caret-color: #4c6eff !important; opacity: 1; } [control="CPHEditor"] .editor { overflow: hidden; transform: translate3d(0px, 0px, 0px); display: flex; position: relative; background-color: #fff; border-radius: 4px; } [control="CPHEditor"] .editor[data-debug] textarea { opacity: 1; color: rgba(224, 30, 30, 0.5); caret-color: #e01e1e; } [control="CPHEditor"] .editor[data-debug] textarea::selection { background-color: rgba(255, 170, 153, 0.5); } [control="CPHEditor"] .editor .line-container { border-top-left-radius: 4px; border-bottom-left-radius: 4px; position: relative; width: 48px; flex-shrink: 0; flex-grow: 0; overflow: hidden; } [control="CPHEditor"] .editor .line-container.scrolled-x { box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.1); } [control="CPHEditor"] .editor .line-container .line-numbers { position: absolute; left: 0px; z-index: 20; flex-shrink: 0; width: 100%; height: calc(100% + 18px); font-size: 12px; transform: translate3d(0px, 0px, 0px); font-family: "Source Code Pro", Monospace1, Monospace2, Monospace3, monospace; font-variant-ligatures: none !important; font-weight: 400; } [control="CPHEditor"] .editor .line-container .line-numbers div.number { position: absolute; display: block; padding-right: 16px; width: 100%; text-align: right; color: #ddd; margin-top: 7px; transform: translate3d(0px, 0px, 0px); height: 18px; line-height: 18px; } [control="CPHEditor"] .editor .line-container .line-numbers div.number.selected { color: #666; } [control="CPHEditor"] .editor .line-container .line-numbers div.number.error { color: #e01e1e; } [control="CPHEditor"] .editor .edit-text { flex-grow: 1; overflow: hidden; transform: translate3d(0px, 0px, 0px); display: inline-flex; position: relative; } [control="CPHEditor"] .editor .edit-text .scrollbar { position: absolute; z-index: 10; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical { top: 1px; bottom: 1px; right: 0px; overflow: visible; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller { margin-right: 1px; width: 16px; top: 0px; right: 0px; height: 0px; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller:before { top: 0px; height: 100%; width: 8px; transition: width 0.1s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller:hover:before { width: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller.manual { transition: height 0.1s ease-in-out, background-color 0.1s ease-in-out, opacity 0.2s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller.manual:before { width: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal { bottom: 0px; left: 1px; right: 1px; overflow: visible; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller { margin-bottom: 1px; width: 0px; bottom: 0px; left: 0px; height: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller:before { bottom: 0px; width: 100%; height: 8px; transition: height 0.1s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller:hover:before { height: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller.manual { transition: width 0.1s ease-in-out, background-color 0.1s ease-in-out, opacity 0.2s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller.manual:before { height: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller { transform: scaleX(0); position: absolute; opacity: 0; user-select: none; pointer-events: none; transform: translate3d(0px, 0px, 0px); transition: height 0.1s ease-in-out, width 0.1s ease-in-out, background-color 0.1s ease-in-out, opacity 0.2s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller:before { content: ""; position: absolute; display: block; right: 0px; background-color: rgba(0, 0, 0, 0.4); border-radius: 1000px; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller.scrolling { opacity: 1; pointer-events: all; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller.manual { pointer-events: all; } [control="CPHEditor"] .editor textarea { padding: 7px; z-index: 1; overflow: auto; position: absolute; width: calc(100% - 7px); height: 100%; overflow: auto; overscroll-behavior-x: contain; opacity: 0.01; color: transparent; caret-color: transparent; } [control="CPHEditor"] .editor textarea::selection { background-color: transparent; } [control="CPHEditor"] .editor div.render { overflow: visible; display: inline-block; position: relative; z-index: 0; padding: 7px 0px; } [control="CPHEditor"] .editor div.render.blink div.line div.selection span.border.lb:before, [control="CPHEditor"] .editor div.render.blink div.line div.selection span.border.rb:after { animation: ce-caret-animation 1s linear infinite; } [control="CPHEditor"] .editor div.render.sample { position: absolute; top: 0px; left: 0px; opacity: 0; } [control="CPHEditor"] .editor div.render.limit { position: absolute; top: 0px; left: 0px; height: 100%; border-right: 1px dashed rgba(0, 0, 0, 0.1); } [control="CPHEditor"] .editor div.render.limit > .fill { padding-left: 7px; display: inline-block; position: relative; white-space: pre; opacity: 0; } [control="CPHEditor"] .editor div.render div.line { width: 10000px; margin-top: 7px; transform: translate3d(0px, 0px, 0px); position: absolute; height: 18px; overflow: visible; } [control="CPHEditor"] .editor div.render div.line > .fill { padding: 0px 7px; display: inline-block; position: relative; height: 100%; white-space: pre; } [control="CPHEditor"] .editor div.render div.line > div { position: absolute; width: 100%; height: 100%; overflow: visible; white-space: pre; } [control="CPHEditor"] .editor div.render div.line div.display { padding: 0px 7px; z-index: 5; } [control="CPHEditor"] .editor div.render div.line div.display span.whitespace { color: #ddd; } [control="CPHEditor"] .editor div.render div.line div.display span.suggestion { color: rgba(0, 0, 0, 0.2); } [control="CPHEditor"] .editor div.render div.line div.complement { padding: 0px 7px; color: transparent; z-index: 4; } [control="CPHEditor"] .editor div.render div.line div.complement span.underline { transform: translateY(-1px); display: inline-block; border-bottom: 1px solid #3556e3; } [control="CPHEditor"] .editor div.render div.line div.complement span.underline.no-match { border-bottom-color: #e01e1e; } [control="CPHEditor"] .editor div.render div.line div.line-error { padding: 0px 7px; color: transparent; z-index: 3; } [control="CPHEditor"] .editor div.render div.line div.line-error span.underline { opacity: 0.5; display: inline-block; background-color: #fa9; } [control="CPHEditor"] .editor div.render div.line div.selection { padding: 0px 7px; z-index: 2; color: transparent; } [control="CPHEditor"] .editor div.render div.line div.selection span.spacer, [control="CPHEditor"] .editor div.render div.line div.selection span.border { display: inline-block; position: relative; height: 100%; vertical-align: text-bottom; } [control="CPHEditor"] .editor div.render div.line div.selection span.border { background-color: #cdf1ff; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.lb:before, [control="CPHEditor"] .editor div.render div.line div.selection span.border.rb:after { display: block; position: absolute; content: ""; top: 0px; height: 100%; width: 0px; border-left: 2px solid #4c6eff; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.lb:before { left: -1px; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.rb:after { right: -1px; } [control="CPHEditor"] .editor div.render div.line div.selection span.border:not(.lb.rb):empty { width: 2px; } [control="CPHEditor"] .editor div.render div.line div.selection span.border .focus { display: block; position: absolute; top: -2px; left: -2px; border: 2px solid transparent; border-left-color: #3556e3; border-top-color: #3556e3; transform: rotate(225deg); } [control="CPHEditor"] .editor div.render div.line div.selection span.border.rtl:not(.lb) .focus { display: none; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.ltr:not(.rb) .focus { display: none; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.ltr .focus { left: auto; right: -2px; } [control="CPHEditor"] .editor div.render div.line div.find { position: absolute; top: 0px; left: 0px; padding: 0px 7px; color: transparent; z-index: 1; } [control="CPHEditor"] .editor div.render div.line div.find span.found { display: inline-block; position: relative; } [control="CPHEditor"] .editor div.render div.line div.find span.found:before { display: block; position: absolute; content: ""; top: 0px; left: 0px; bottom: 0px; right: 0px; border-radius: 4px; background-color: #fffadc; border: 2px solid #ff9e29; margin: 0px -1px; } [control="CPHEditor"] .editor div.render div.line div.line-selection { padding: 0px 7px; z-index: 0; color: transparent; } [control="CPHEditor"] .editor div.render div.line div.line-selection.highlight { background-color: #ebf9ff; } [control="CPHEditor"] .editor div.render div.line div.line-selection.error { background-color: #fff5f4; } [control="CPHEditor"] .editor textarea, [control="CPHEditor"] .editor div.render { transform: translate3d(0px, 0px, 0px); font-family: "Source Code Pro", Monospace1, Monospace2, Monospace3, monospace; font-variant-ligatures: none !important; font-weight: 400; white-space: pre !important; font-size: 12px; line-height: 18px; background-color: transparent; outline: none; border: none; resize: none; -ms-overflow-style: none; scrollbar-width: none; -moz-tab-size: 2 !important; -o-tab-size: 2 !important; tab-size: 2 !important; } [control="CPHEditor"] .editor textarea::-webkit-scrollbar, [control="CPHEditor"] .editor div.render::-webkit-scrollbar { display: none; } control[control="CPHContextMenu"] { position: fixed; display: flex; flex-direction: column; min-width: 150px; z-index: 1000; padding: 4px 0px; background-color: #f8f8f8; border-radius: 4px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.2); } control[control="CPHContextMenu"] hr { border: 0; height: 1px; margin: 4px 0px; background-color: rgba(0, 0, 0, 0.1); } control[control="CPHContextMenu"] .item { height: 24px; display: flex; padding: 0px 8px; overflow: hidden; align-items: center; text-overflow: ellipsis; white-space: nowrap; color: #111; cursor: pointer; } control[control="CPHContextMenu"] .item:active, control[control="CPHContextMenu"] .item:link, control[control="CPHContextMenu"] .item:visited { text-decoration: none; } control[control="CPHContextMenu"] .item.disabled, control[control="CPHContextMenu"] .item.disabled:hover, control[control="CPHContextMenu"] .item.disabled .title, control[control="CPHContextMenu"] .item.disabled .shortcut, control[control="CPHContextMenu"] .item.disabled svg { color: #ddd !important; background-color: transparent; cursor: auto; } control[control="CPHContextMenu"] .item:hover { background-color: #3556e3; color: #fff; } control[control="CPHContextMenu"] .item:hover .title svg { color: #70e2ff; } control[control="CPHContextMenu"] .item:hover .shortcut { color: #70e2ff; } control[control="CPHContextMenu"] .item .title { flex-grow: 1; display: flex; align-items: center; padding-right: 8px; } control[control="CPHContextMenu"] .item .title svg { color: rgba(0, 0, 0, 0.4); flex-grow: 0; width: 12px; margin-right: 8px; } control[control="CPHContextMenu"] .item .title em { font-style: normal; font-size: 10px; opacity: 0.6; } control[control="CPHContextMenu"] .item .title em.yes, control[control="CPHContextMenu"] .item .title em.no, control[control="CPHContextMenu"] .item .title em.maybe { margin-left: 4px; } control[control="CPHContextMenu"] .item .title em.yes { color: #006410; } control[control="CPHContextMenu"] .item .title em.no { color: #bd2222; } control[control="CPHContextMenu"] .item .title em.maybe { color: #666; } control[control="CPHContextMenu"] .item .shortcut { flex-grow: 0; display: flex; align-items: center; color: #666; font-size: 10px; } control[control="CPHContextMenu"] .item .shortcut svg { color: currentColor; flex-grow: 0; width: 8px; height: 8px; } control[control="CPHFindReplace"] { position: absolute; z-index: 99; top: 4px; right: 20px; padding: 4px; background-color: #f8f8f8; border-radius: 4px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.2); width: 480px; } control[control="CPHFindReplace"] div.row { display: flex; align-items: center; } control[control="CPHFindReplace"] div.row:not(:first-child) { margin-top: 4px; } control[control="CPHFindReplace"] div.row input[type="text"] { width: 200px; font-family: inherit; font-weight: inherit; flex-shrink: 1; color: #111; font-size: 12px; height: 32px; display: flex; align-items: center; line-height: 1.5em; border: 1px solid rgba(0, 0, 0, 0.2); background-color: #fff; outline: none; border-radius: 4px; padding: 0px 8px; caret-color: #4c6eff; } control[control="CPHFindReplace"] div.row input[type="text"]:not(:first-child) { margin-left: 4px; } control[control="CPHFindReplace"] div.row input[type="text"]::placeholder { color: rgba(0, 0, 0, 0.2); } control[control="CPHFindReplace"] div.row input[type="text"]:focus { border-color: #3556e3; } control[control="CPHFindReplace"] div.row div.pos { color: #aaa; margin-left: 8px; padding: 0px 8px; white-space: nowrap; } control[control="CPHFindReplace"] div.row div.spacer { flex-grow: 1; } control[control="CPHFindReplace"] div.row a.btn { flex-shrink: 0; color: #666; height: 32px; padding: 0px 7px; border: 1px solid transparent; border-radius: 4px; display: flex; align-items: center; justify-content: center; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); cursor: pointer; user-select: none; outline: none; } control[control="CPHFindReplace"] div.row a.btn:not(:first-child) { margin-left: 4px; } control[control="CPHFindReplace"] div.row a.btn > svg { color: currentColor; width: 16px; height: 16px; } control[control="CPHFindReplace"] div.row a.btn > span { padding: 0px 4px; } control[control="CPHFindReplace"] div.row a.btn:hover { transform: translateY(-1px); box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); color: #111; border-color: rgba(0, 0, 0, 0.4); } control[control="CPHFindReplace"] div.row a.btn:active { box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1); transform: translateY(0px); } control[control="CPHFindReplace"] div.row a.btn.on { background-color: #3556e3; color: #fff; box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1); transform: translateY(0px); } control[control="CPHFindReplace"] div.row a.btn:focus { border: 1px solid #3556e3; } control[control="CPHFindReplace"] div.row a.btn[disabled] { cursor: default; transform: translateY(0px) !important; border-color: transparent !important; color: #aaa !important; box-shadow: none; } .hljs, .hljs-tag, .hljs-subst { color: #3556e3; } .hljs-strong, .hljs-emphasis { color: #ff9e29; } .hljs-bullet, .hljs-quote, .hljs-regexp, .hljs-link, .hljs-keyword, .hljs-selector-tag, .hljs-name { color: #b11fff; } .hljs-literal, .hljs-number { color: #f06800; } .hljs-code, .hljs-section, .hljs-selector-class, .hljs-string, .hljs-html { color: #1c9b40; } .hljs-title { color: #3556e3; } .hljs-strong { font-weight: bold; } .hljs-emphasis { font-style: italic; } .hljs-symbol, .hljs-attribute { color: #ae2af4; } .hljs-params, .hljs-class .hljs-title { color: #aaa; } .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition, .hljs-variable, .hljs-template-variable { color: #e01e1e; } .hljs-comment, .hljs-deletion, .hljs-meta { color: #ceb18d; } .hljs-space { opacity: 0.2; }
www/src/editor/cope.css
@font-face { font-family: "Monospace1"; src: local("Menlo"); font-weight: 500 !important; } @font-face { font-family: "Monospace2"; src: local("Monaco"); font-weight: 500 !important; } @font-face { font-family: "Monospace3"; src: local("Consolas"); font-weight: 500 !important; } [control="CPHEditor"] { text-align: left; font-size: 12px; position: relative; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); flex-grow: 1; display: block; } [control="CPHEditor"] * { box-sizing: border-box; } @keyframes ce-animate-no { 0% { transform: translateX(0px); } 25% { transform: translateX(-5px); } 50% { transform: translateX(0px); } 75% { transform: translateX(5px); } 100% { transform: translateX(0px); } } @keyframes ce-caret-animation { 0% { border-color: #4c6eff; } 50% { border-color: #4c6eff; } 51% { border-color: transparent; } 100% { border-color: transparent; } } [control="CPHEditor"].animate-no { animation: ce-animate-no 0.1s linear infinite; } [control="CPHEditor"].focus:not(.readonly) { border-color: #3556e3; } [control="CPHEditor"]:not(.focus) .editor .line-numbers .number.selected:not(.error), [control="CPHEditor"].disabled .editor .line-numbers .number.selected:not(.error) { background-color: transparent; } [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border { margin: 0px -1px; padding: 0px 1px; border-radius: 4px; } [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border .focus, [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border:before, [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border:after, [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.selection span.border.length-0, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border .focus, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border:before, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border:after, [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.selection span.border.length-0 { display: none; } [control="CPHEditor"]:not(.focus) .editor .edit-text div.render div.line div.line-selection.highlight:not(.error), [control="CPHEditor"].disabled .editor .edit-text div.render div.line div.line-selection.highlight:not(.error) { background-color: transparent; } [control="CPHEditor"].disabled * { user-select: none; pointer-events: none; } [control="CPHEditor"].disabled .editor .line-numbers { background-color: #f8f8f8; } [control="CPHEditor"].disabled .editor { background-color: #f8f8f8; filter: grayscale(50%); } [control="CPHEditor"].readonly .read-only { display: flex; } [control="CPHEditor"].nolines .editor .line-container { display: none; } [control="CPHEditor"] .read-only { pointer-events: none; font-family: "Source Code Pro", Monospace1, Monospace2, Monospace3, monospace; font-variant-ligatures: none !important; font-weight: 400; display: none; position: absolute; top: 0px; right: 0px; margin: 7px; margin-right: 23px; font-size: 12px; line-height: 1em; padding: 4px; z-index: 1; background-color: #666; border-radius: 4px; color: #fff; } [control="CPHEditor"] .read-only [data-language] { display: none; } [control="CPHEditor"][data-maximized] { position: absolute; margin: 0px; width: 100%; height: 100%; border-radius: 0px; border: none; box-shadow: none; } [control="CPHEditor"][data-maximized] .editor { position: absolute; width: 100%; height: 100%; border-radius: 0px; } [control="CPHEditor"].is-mobile .editor textarea { caret-color: #4c6eff !important; opacity: 1; } [control="CPHEditor"] .editor { overflow: hidden; transform: translate3d(0px, 0px, 0px); display: flex; position: relative; background-color: #fff; border-radius: 4px; } [control="CPHEditor"] .editor[data-debug] textarea { opacity: 1; color: rgba(224, 30, 30, 0.5); caret-color: #e01e1e; } [control="CPHEditor"] .editor[data-debug] textarea::selection { background-color: rgba(255, 170, 153, 0.5); } [control="CPHEditor"] .editor .line-container { border-top-left-radius: 4px; border-bottom-left-radius: 4px; position: relative; width: 48px; flex-shrink: 0; flex-grow: 0; overflow: hidden; } [control="CPHEditor"] .editor .line-container.scrolled-x { box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.1); } [control="CPHEditor"] .editor .line-container .line-numbers { position: absolute; left: 0px; z-index: 20; flex-shrink: 0; width: 100%; height: calc(100% + 18px); font-size: 12px; transform: translate3d(0px, 0px, 0px); font-family: "Source Code Pro", Monospace1, Monospace2, Monospace3, monospace; font-variant-ligatures: none !important; font-weight: 400; } [control="CPHEditor"] .editor .line-container .line-numbers div.number { position: absolute; display: block; padding-right: 16px; width: 100%; text-align: right; color: #ddd; margin-top: 7px; transform: translate3d(0px, 0px, 0px); height: 18px; line-height: 18px; } [control="CPHEditor"] .editor .line-container .line-numbers div.number.selected { color: #666; } [control="CPHEditor"] .editor .line-container .line-numbers div.number.error { color: #e01e1e; } [control="CPHEditor"] .editor .edit-text { flex-grow: 1; overflow: hidden; transform: translate3d(0px, 0px, 0px); display: inline-flex; position: relative; } [control="CPHEditor"] .editor .edit-text .scrollbar { position: absolute; z-index: 10; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical { top: 1px; bottom: 1px; right: 0px; overflow: visible; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller { margin-right: 1px; width: 16px; top: 0px; right: 0px; height: 0px; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller:before { top: 0px; height: 100%; width: 8px; transition: width 0.1s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller:hover:before { width: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller.manual { transition: height 0.1s ease-in-out, background-color 0.1s ease-in-out, opacity 0.2s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.vertical .scroller.manual:before { width: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal { bottom: 0px; left: 1px; right: 1px; overflow: visible; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller { margin-bottom: 1px; width: 0px; bottom: 0px; left: 0px; height: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller:before { bottom: 0px; width: 100%; height: 8px; transition: height 0.1s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller:hover:before { height: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller.manual { transition: width 0.1s ease-in-out, background-color 0.1s ease-in-out, opacity 0.2s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar.horizontal .scroller.manual:before { height: 16px; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller { transform: scaleX(0); position: absolute; opacity: 0; user-select: none; pointer-events: none; transform: translate3d(0px, 0px, 0px); transition: height 0.1s ease-in-out, width 0.1s ease-in-out, background-color 0.1s ease-in-out, opacity 0.2s ease-in-out; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller:before { content: ""; position: absolute; display: block; right: 0px; background-color: rgba(0, 0, 0, 0.4); border-radius: 1000px; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller.scrolling { opacity: 1; pointer-events: all; } [control="CPHEditor"] .editor .edit-text .scrollbar .scroller.manual { pointer-events: all; } [control="CPHEditor"] .editor textarea { padding: 7px; z-index: 1; overflow: auto; position: absolute; width: calc(100% - 7px); height: 100%; overflow: auto; overscroll-behavior-x: contain; opacity: 0.01; color: transparent; caret-color: transparent; } [control="CPHEditor"] .editor textarea::selection { background-color: transparent; } [control="CPHEditor"] .editor div.render { overflow: visible; display: inline-block; position: relative; z-index: 0; padding: 7px 0px; } [control="CPHEditor"] .editor div.render.blink div.line div.selection span.border.lb:before, [control="CPHEditor"] .editor div.render.blink div.line div.selection span.border.rb:after { animation: ce-caret-animation 1s linear infinite; } [control="CPHEditor"] .editor div.render.sample { position: absolute; top: 0px; left: 0px; opacity: 0; } [control="CPHEditor"] .editor div.render.limit { position: absolute; top: 0px; left: 0px; height: 100%; border-right: 1px dashed rgba(0, 0, 0, 0.1); } [control="CPHEditor"] .editor div.render.limit > .fill { padding-left: 7px; display: inline-block; position: relative; white-space: pre; opacity: 0; } [control="CPHEditor"] .editor div.render div.line { width: 10000px; margin-top: 7px; transform: translate3d(0px, 0px, 0px); position: absolute; height: 18px; overflow: visible; } [control="CPHEditor"] .editor div.render div.line > .fill { padding: 0px 7px; display: inline-block; position: relative; height: 100%; white-space: pre; } [control="CPHEditor"] .editor div.render div.line > div { position: absolute; width: 100%; height: 100%; overflow: visible; white-space: pre; } [control="CPHEditor"] .editor div.render div.line div.display { padding: 0px 7px; z-index: 5; } [control="CPHEditor"] .editor div.render div.line div.display span.whitespace { color: #ddd; } [control="CPHEditor"] .editor div.render div.line div.display span.suggestion { color: rgba(0, 0, 0, 0.2); } [control="CPHEditor"] .editor div.render div.line div.complement { padding: 0px 7px; color: transparent; z-index: 4; } [control="CPHEditor"] .editor div.render div.line div.complement span.underline { transform: translateY(-1px); display: inline-block; border-bottom: 1px solid #3556e3; } [control="CPHEditor"] .editor div.render div.line div.complement span.underline.no-match { border-bottom-color: #e01e1e; } [control="CPHEditor"] .editor div.render div.line div.line-error { padding: 0px 7px; color: transparent; z-index: 3; } [control="CPHEditor"] .editor div.render div.line div.line-error span.underline { opacity: 0.5; display: inline-block; background-color: #fa9; } [control="CPHEditor"] .editor div.render div.line div.selection { padding: 0px 7px; z-index: 2; color: transparent; } [control="CPHEditor"] .editor div.render div.line div.selection span.spacer, [control="CPHEditor"] .editor div.render div.line div.selection span.border { display: inline-block; position: relative; height: 100%; vertical-align: text-bottom; } [control="CPHEditor"] .editor div.render div.line div.selection span.border { background-color: #cdf1ff; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.lb:before, [control="CPHEditor"] .editor div.render div.line div.selection span.border.rb:after { display: block; position: absolute; content: ""; top: 0px; height: 100%; width: 0px; border-left: 2px solid #4c6eff; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.lb:before { left: -1px; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.rb:after { right: -1px; } [control="CPHEditor"] .editor div.render div.line div.selection span.border:not(.lb.rb):empty { width: 2px; } [control="CPHEditor"] .editor div.render div.line div.selection span.border .focus { display: block; position: absolute; top: -2px; left: -2px; border: 2px solid transparent; border-left-color: #3556e3; border-top-color: #3556e3; transform: rotate(225deg); } [control="CPHEditor"] .editor div.render div.line div.selection span.border.rtl:not(.lb) .focus { display: none; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.ltr:not(.rb) .focus { display: none; } [control="CPHEditor"] .editor div.render div.line div.selection span.border.ltr .focus { left: auto; right: -2px; } [control="CPHEditor"] .editor div.render div.line div.find { position: absolute; top: 0px; left: 0px; padding: 0px 7px; color: transparent; z-index: 1; } [control="CPHEditor"] .editor div.render div.line div.find span.found { display: inline-block; position: relative; } [control="CPHEditor"] .editor div.render div.line div.find span.found:before { display: block; position: absolute; content: ""; top: 0px; left: 0px; bottom: 0px; right: 0px; border-radius: 4px; background-color: #fffadc; border: 2px solid #ff9e29; margin: 0px -1px; } [control="CPHEditor"] .editor div.render div.line div.line-selection { padding: 0px 7px; z-index: 0; color: transparent; } [control="CPHEditor"] .editor div.render div.line div.line-selection.highlight { background-color: #ebf9ff; } [control="CPHEditor"] .editor div.render div.line div.line-selection.error { background-color: #fff5f4; } [control="CPHEditor"] .editor textarea, [control="CPHEditor"] .editor div.render { transform: translate3d(0px, 0px, 0px); font-family: "Source Code Pro", Monospace1, Monospace2, Monospace3, monospace; font-variant-ligatures: none !important; font-weight: 400; white-space: pre !important; font-size: 12px; line-height: 18px; background-color: transparent; outline: none; border: none; resize: none; -ms-overflow-style: none; scrollbar-width: none; -moz-tab-size: 2 !important; -o-tab-size: 2 !important; tab-size: 2 !important; } [control="CPHEditor"] .editor textarea::-webkit-scrollbar, [control="CPHEditor"] .editor div.render::-webkit-scrollbar { display: none; } control[control="CPHContextMenu"] { position: fixed; display: flex; flex-direction: column; min-width: 150px; z-index: 1000; padding: 4px 0px; background-color: #f8f8f8; border-radius: 4px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.2); } control[control="CPHContextMenu"] hr { border: 0; height: 1px; margin: 4px 0px; background-color: rgba(0, 0, 0, 0.1); } control[control="CPHContextMenu"] .item { height: 24px; display: flex; padding: 0px 8px; overflow: hidden; align-items: center; text-overflow: ellipsis; white-space: nowrap; color: #111; cursor: pointer; } control[control="CPHContextMenu"] .item:active, control[control="CPHContextMenu"] .item:link, control[control="CPHContextMenu"] .item:visited { text-decoration: none; } control[control="CPHContextMenu"] .item.disabled, control[control="CPHContextMenu"] .item.disabled:hover, control[control="CPHContextMenu"] .item.disabled .title, control[control="CPHContextMenu"] .item.disabled .shortcut, control[control="CPHContextMenu"] .item.disabled svg { color: #ddd !important; background-color: transparent; cursor: auto; } control[control="CPHContextMenu"] .item:hover { background-color: #3556e3; color: #fff; } control[control="CPHContextMenu"] .item:hover .title svg { color: #70e2ff; } control[control="CPHContextMenu"] .item:hover .shortcut { color: #70e2ff; } control[control="CPHContextMenu"] .item .title { flex-grow: 1; display: flex; align-items: center; padding-right: 8px; } control[control="CPHContextMenu"] .item .title svg { color: rgba(0, 0, 0, 0.4); flex-grow: 0; width: 12px; margin-right: 8px; } control[control="CPHContextMenu"] .item .title em { font-style: normal; font-size: 10px; opacity: 0.6; } control[control="CPHContextMenu"] .item .title em.yes, control[control="CPHContextMenu"] .item .title em.no, control[control="CPHContextMenu"] .item .title em.maybe { margin-left: 4px; } control[control="CPHContextMenu"] .item .title em.yes { color: #006410; } control[control="CPHContextMenu"] .item .title em.no { color: #bd2222; } control[control="CPHContextMenu"] .item .title em.maybe { color: #666; } control[control="CPHContextMenu"] .item .shortcut { flex-grow: 0; display: flex; align-items: center; color: #666; font-size: 10px; } control[control="CPHContextMenu"] .item .shortcut svg { color: currentColor; flex-grow: 0; width: 8px; height: 8px; } control[control="CPHFindReplace"] { position: absolute; z-index: 99; top: 4px; right: 20px; padding: 4px; background-color: #f8f8f8; border-radius: 4px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.2); width: 480px; } control[control="CPHFindReplace"] div.row { display: flex; align-items: center; } control[control="CPHFindReplace"] div.row:not(:first-child) { margin-top: 4px; } control[control="CPHFindReplace"] div.row input[type="text"] { width: 200px; font-family: inherit; font-weight: inherit; flex-shrink: 1; color: #111; font-size: 12px; height: 32px; display: flex; align-items: center; line-height: 1.5em; border: 1px solid rgba(0, 0, 0, 0.2); background-color: #fff; outline: none; border-radius: 4px; padding: 0px 8px; caret-color: #4c6eff; } control[control="CPHFindReplace"] div.row input[type="text"]:not(:first-child) { margin-left: 4px; } control[control="CPHFindReplace"] div.row input[type="text"]::placeholder { color: rgba(0, 0, 0, 0.2); } control[control="CPHFindReplace"] div.row input[type="text"]:focus { border-color: #3556e3; } control[control="CPHFindReplace"] div.row div.pos { color: #aaa; margin-left: 8px; padding: 0px 8px; white-space: nowrap; } control[control="CPHFindReplace"] div.row div.spacer { flex-grow: 1; } control[control="CPHFindReplace"] div.row a.btn { flex-shrink: 0; color: #666; height: 32px; padding: 0px 7px; border: 1px solid transparent; border-radius: 4px; display: flex; align-items: center; justify-content: center; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); cursor: pointer; user-select: none; outline: none; } control[control="CPHFindReplace"] div.row a.btn:not(:first-child) { margin-left: 4px; } control[control="CPHFindReplace"] div.row a.btn > svg { color: currentColor; width: 16px; height: 16px; } control[control="CPHFindReplace"] div.row a.btn > span { padding: 0px 4px; } control[control="CPHFindReplace"] div.row a.btn:hover { transform: translateY(-1px); box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); color: #111; border-color: rgba(0, 0, 0, 0.4); } control[control="CPHFindReplace"] div.row a.btn:active { box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1); transform: translateY(0px); } control[control="CPHFindReplace"] div.row a.btn.on { background-color: #3556e3; color: #fff; box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1); transform: translateY(0px); } control[control="CPHFindReplace"] div.row a.btn:focus { border: 1px solid #3556e3; } control[control="CPHFindReplace"] div.row a.btn[disabled] { cursor: default; transform: translateY(0px) !important; border-color: transparent !important; color: #aaa !important; box-shadow: none; } .hljs, .hljs-tag, .hljs-subst { color: #3556e3; } .hljs-strong, .hljs-emphasis { color: #ff9e29; } .hljs-bullet, .hljs-quote, .hljs-regexp, .hljs-link, .hljs-keyword, .hljs-selector-tag, .hljs-name { color: #b11fff; } .hljs-literal, .hljs-number { color: #f06800; } .hljs-code, .hljs-section, .hljs-selector-class, .hljs-string, .hljs-html { color: #1c9b40; } .hljs-title { color: #3556e3; } .hljs-strong { font-weight: bold; } .hljs-emphasis { font-style: italic; } .hljs-symbol, .hljs-attribute { color: #ae2af4; } .hljs-params, .hljs-class .hljs-title { color: #aaa; } .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition, .hljs-variable, .hljs-template-variable { color: #e01e1e; } .hljs-comment, .hljs-deletion, .hljs-meta { color: #ceb18d; } .hljs-space { opacity: 0.2; }
0.411347
0.134435
button:hover{ cursor: pointer; } .button { background-color: #4CAF50; border: none; border-radius: 5px; width: 100%; color: white; padding: 10px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; margin: 4px 2px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; cursor: pointer; } .button1 { background-color: black; color: white; border: 2px solid black; } .button1:hover { background-color: white; color: black; } .button2 { background-color: white; color: black; border: 2px solid black; } .button2:hover { background-color: black; color: white; } .button3 { background-color: #f44a56; color: white; border: 2px solid #f44a56; } .button3:hover { background-color: white; color: black; } /* hamburger menu - responsive */ .slicknav_btn{ border-color: #333; } .slicknav_menu .slicknav_icon-bar { background: #333; } .slicknav_menu a{ color: #333 !important; } .navbar-expand-lg .navbar-nav .nav-link { color: black; padding: 0 22px; margin-top: 20px; margin-bottom: 20px; line-height: 40px; border-radius: 30px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .navbar .nav-link, .menu-bg.navbar .nav-link{ color: #333 !important; } .navbar .nav-link.active, .navbar .nav-link:hover, .top-nav-collapse .navbar-nav .nav-link:hover{ color: #fff !important; background: #333; } /* mobile menu */ @media screen and (max-width: 767px) { .navbar{ padding-left: 0px; padding-right: 0px; } } /* dropdown on navbar */ .navbar-nav > li > .dropdown-menu{ margin-top: -15px; } .top-nav-collapse .navbar-nav > li > .dropdown-menu{ margin-top: 5px; } .dropdown-item.active, .dropdown-item:active{ background-color: #fefefe; } .hover-show-div { position: absolute; top: 20px; right: 40px; } /* scroll to top */ .back-to-top i{ background-color: #fff; color: #000; font-weight: bold; border: 1px solid #000; } /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .big-slider {display: none;} .small-slider {display: block;} } /* Medium devices (landscape tablets, 768px and up) */ @media only screen and (min-width: 768px) { .small-slider {display: none;} } /* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { .small-slider {display: none;} } /* toast message */ .toast{ min-width: 250px; min-height: 60px; position: fixed; /*top: 120px;*/ top: 140px; right: -250px; z-index: 1000; } .alert{ border-radius: 0px; background-color: #fff; padding: 15px; } .alert-success{ border-color: #5cb85c; } .alert-danger{ border-color: #d9534f; } .alert h4{ font-size: 24px; } .alert-dismissable .close{ right: 0px; } /* form */ .form-control{ color: #333; border-color: #ccc; background-color: #fff; } .form-control:focus{ color: #333; border-color: #333; background-color: #fff; } /* updates page */ .image-bg{ background-size: cover; background-position: center; background-repeat: no-repeat; } .add-company-updates #image_preview{ display: none; } .image-updates .image-bg{ width: 150px; height: 100px; } .space{ margin-left: 7px; margin-right: 7px; } .company-updates{ background-color: #fff; } .company-updates .item, .company-member .item{ padding: 20px; } .image-wrapper{ padding-left: 20px; } .modal-dialog{ top: 25%; } .modal-content{ border-radius: 0px; } .modal-header{ display: block; } .company-updates .image-bg, .company-member .image-bg{ width: 100%; height: 100px; } .company-updates .item-attribute, .company-member .item-attribute{ padding: 5px; margin-left: 20px; } .company-update-title{ font-size: 1.5em; } .company-name{ font-size: 1.1em; font-family: sans-serif; } .text-gray{ color: gray; } .lightgray-line{ border: solid 1px lightgray; } .company-update-content{ background: whitesmoke; padding: 10px; } .modal-footer .button{ width: auto; } /* company update detail */ .company-update-image img{ width: auto; height: auto; max-width: 100%; } .company-update-attribute span:nth-child(n+2){ margin-left: 15px; } /* company job vacancy */ @media only screen and (min-width: 576px) { .modal-dialog { max-width: 600px; } } /* company job vacancy detail */ .bg-company .image-bg{ height: 200px; } figure{ margin-bottom: 0px; } .vacancy-title{ margin-top: 10px; margin-bottom: 0px; } .company-profile .image-bg{ width: 120px; height: 120px; background-color: #ccc; } .vacancy-attribute span:nth-child(n+2){ margin-left: 15px; } .requirement{ padding-left: 10px; } .requirement li{ padding-left: 5px; margin-bottom: 3px; } .card{ border-radius: 0px; } .card-header{ background-color: #fff; border-bottom: 2px solid #333; } .card-header h4{ margin-top: 5px; } .card-body .table > tbody > tr:first-child > td{ border-top: none; } p{ margin-bottom: 7px; } @media screen and (min-width: 767px) { .hidden-xs{ display: block; } .visible-xs{ display: none; } } /* Phone */ @media screen and (max-width: 767px) { .hidden-xs{ display: none; } .visible-xs{ display: block; } } /* pagination */ .pagination nav{ margin-left: auto; margin-right: auto; } .pagination li{ margin-left: 2px; margin-right: 2px; border: 1px solid lightgray; background-color: #fff; float: left; } .pagination li a{ padding: 5px 15px; color: #000; display: inline-block; } .pagination .curlink{ padding: 5px 15px; color: #fff; background-color: #000; border-color: #000; } .pagination li:first-child{ border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination li:last-child{ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } /* Notification Page */ .dataTables_wrapper{ width: 100%; background-color: #fff; padding: 15px; } .notification .image-bg{ width: 100px; height: 100px; } .label{ padding: 3px 5px; border-radius: 3px; color: #fff; } .label-primary{ background-color: #2196F3; } .label-info{ background-color: #03A9F4; } .label-success{ background-color: #4CAF50; } .label-warning{ background-color: #FFC107; } .label-danger{ background-color: #E53935; } /* detail talent list */ .label-colors{ margin-top: 15px; margin-bottom: 15px; } .label-colors .label{ padding: 4px 8px; border-radius: 3px; display: inline-block; } .label-colors .label:nth-child(n+2){ margin-left: 3px; } /* select every 5 elements start with 1st element */ .label-colors .label:nth-child(5n+1){ background-color: #0E3047; } .label-colors .label:nth-child(5n+2){ background-color: #10828C; } .label-colors .label:nth-child(5n+3){ background-color: #F97300; } .label-colors .label:nth-child(5n+4){ background-color: #8559A5; } .label-colors .label:nth-child(5n+5){ background-color: #343434; } /* talent/jobseeker detail */ .profile{ position: relative; padding-left: 1px; padding-bottom: 20px; } .bg-talent{ width: 100%; height: 200px; background-color: #eee; position: relative; } .img-talent{ width: 100px; height: 100px; border: 1px solid #ccc; border-radius: 55px; background-color: #fefefe; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); z-index: 10; overflow: hidden; } .bg-talent .image-bg, .img-talent .image-bg{ height: 100%; } .profile-attribute { margin-top: 45px; } .space{ margin-left: 7px; margin-right: 7px; } /*navbar login landing page*/ /*.navbar-expand-lg .navbar-nav li a:hover, .navbar-expand-lg .navbar-nav li .active > a, .navbar-expand-lg .navbar-nav li a:focus { color: white; cursor: pointer; }*/ .dropdown-menu{ padding: 0px; } .dropdown-menu li{ color: black; } .dropdown-menu li{ padding: 10px; } .dropdown-menu li:hover{ background-color: black; cursor: pointer;} .dropdown-menu li a:hover{ color: white !important; }
asset/css/company-member.css
button:hover{ cursor: pointer; } .button { background-color: #4CAF50; border: none; border-radius: 5px; width: 100%; color: white; padding: 10px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; margin: 4px 2px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; cursor: pointer; } .button1 { background-color: black; color: white; border: 2px solid black; } .button1:hover { background-color: white; color: black; } .button2 { background-color: white; color: black; border: 2px solid black; } .button2:hover { background-color: black; color: white; } .button3 { background-color: #f44a56; color: white; border: 2px solid #f44a56; } .button3:hover { background-color: white; color: black; } /* hamburger menu - responsive */ .slicknav_btn{ border-color: #333; } .slicknav_menu .slicknav_icon-bar { background: #333; } .slicknav_menu a{ color: #333 !important; } .navbar-expand-lg .navbar-nav .nav-link { color: black; padding: 0 22px; margin-top: 20px; margin-bottom: 20px; line-height: 40px; border-radius: 30px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .navbar .nav-link, .menu-bg.navbar .nav-link{ color: #333 !important; } .navbar .nav-link.active, .navbar .nav-link:hover, .top-nav-collapse .navbar-nav .nav-link:hover{ color: #fff !important; background: #333; } /* mobile menu */ @media screen and (max-width: 767px) { .navbar{ padding-left: 0px; padding-right: 0px; } } /* dropdown on navbar */ .navbar-nav > li > .dropdown-menu{ margin-top: -15px; } .top-nav-collapse .navbar-nav > li > .dropdown-menu{ margin-top: 5px; } .dropdown-item.active, .dropdown-item:active{ background-color: #fefefe; } .hover-show-div { position: absolute; top: 20px; right: 40px; } /* scroll to top */ .back-to-top i{ background-color: #fff; color: #000; font-weight: bold; border: 1px solid #000; } /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .big-slider {display: none;} .small-slider {display: block;} } /* Medium devices (landscape tablets, 768px and up) */ @media only screen and (min-width: 768px) { .small-slider {display: none;} } /* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { .small-slider {display: none;} } /* toast message */ .toast{ min-width: 250px; min-height: 60px; position: fixed; /*top: 120px;*/ top: 140px; right: -250px; z-index: 1000; } .alert{ border-radius: 0px; background-color: #fff; padding: 15px; } .alert-success{ border-color: #5cb85c; } .alert-danger{ border-color: #d9534f; } .alert h4{ font-size: 24px; } .alert-dismissable .close{ right: 0px; } /* form */ .form-control{ color: #333; border-color: #ccc; background-color: #fff; } .form-control:focus{ color: #333; border-color: #333; background-color: #fff; } /* updates page */ .image-bg{ background-size: cover; background-position: center; background-repeat: no-repeat; } .add-company-updates #image_preview{ display: none; } .image-updates .image-bg{ width: 150px; height: 100px; } .space{ margin-left: 7px; margin-right: 7px; } .company-updates{ background-color: #fff; } .company-updates .item, .company-member .item{ padding: 20px; } .image-wrapper{ padding-left: 20px; } .modal-dialog{ top: 25%; } .modal-content{ border-radius: 0px; } .modal-header{ display: block; } .company-updates .image-bg, .company-member .image-bg{ width: 100%; height: 100px; } .company-updates .item-attribute, .company-member .item-attribute{ padding: 5px; margin-left: 20px; } .company-update-title{ font-size: 1.5em; } .company-name{ font-size: 1.1em; font-family: sans-serif; } .text-gray{ color: gray; } .lightgray-line{ border: solid 1px lightgray; } .company-update-content{ background: whitesmoke; padding: 10px; } .modal-footer .button{ width: auto; } /* company update detail */ .company-update-image img{ width: auto; height: auto; max-width: 100%; } .company-update-attribute span:nth-child(n+2){ margin-left: 15px; } /* company job vacancy */ @media only screen and (min-width: 576px) { .modal-dialog { max-width: 600px; } } /* company job vacancy detail */ .bg-company .image-bg{ height: 200px; } figure{ margin-bottom: 0px; } .vacancy-title{ margin-top: 10px; margin-bottom: 0px; } .company-profile .image-bg{ width: 120px; height: 120px; background-color: #ccc; } .vacancy-attribute span:nth-child(n+2){ margin-left: 15px; } .requirement{ padding-left: 10px; } .requirement li{ padding-left: 5px; margin-bottom: 3px; } .card{ border-radius: 0px; } .card-header{ background-color: #fff; border-bottom: 2px solid #333; } .card-header h4{ margin-top: 5px; } .card-body .table > tbody > tr:first-child > td{ border-top: none; } p{ margin-bottom: 7px; } @media screen and (min-width: 767px) { .hidden-xs{ display: block; } .visible-xs{ display: none; } } /* Phone */ @media screen and (max-width: 767px) { .hidden-xs{ display: none; } .visible-xs{ display: block; } } /* pagination */ .pagination nav{ margin-left: auto; margin-right: auto; } .pagination li{ margin-left: 2px; margin-right: 2px; border: 1px solid lightgray; background-color: #fff; float: left; } .pagination li a{ padding: 5px 15px; color: #000; display: inline-block; } .pagination .curlink{ padding: 5px 15px; color: #fff; background-color: #000; border-color: #000; } .pagination li:first-child{ border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination li:last-child{ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } /* Notification Page */ .dataTables_wrapper{ width: 100%; background-color: #fff; padding: 15px; } .notification .image-bg{ width: 100px; height: 100px; } .label{ padding: 3px 5px; border-radius: 3px; color: #fff; } .label-primary{ background-color: #2196F3; } .label-info{ background-color: #03A9F4; } .label-success{ background-color: #4CAF50; } .label-warning{ background-color: #FFC107; } .label-danger{ background-color: #E53935; } /* detail talent list */ .label-colors{ margin-top: 15px; margin-bottom: 15px; } .label-colors .label{ padding: 4px 8px; border-radius: 3px; display: inline-block; } .label-colors .label:nth-child(n+2){ margin-left: 3px; } /* select every 5 elements start with 1st element */ .label-colors .label:nth-child(5n+1){ background-color: #0E3047; } .label-colors .label:nth-child(5n+2){ background-color: #10828C; } .label-colors .label:nth-child(5n+3){ background-color: #F97300; } .label-colors .label:nth-child(5n+4){ background-color: #8559A5; } .label-colors .label:nth-child(5n+5){ background-color: #343434; } /* talent/jobseeker detail */ .profile{ position: relative; padding-left: 1px; padding-bottom: 20px; } .bg-talent{ width: 100%; height: 200px; background-color: #eee; position: relative; } .img-talent{ width: 100px; height: 100px; border: 1px solid #ccc; border-radius: 55px; background-color: #fefefe; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); z-index: 10; overflow: hidden; } .bg-talent .image-bg, .img-talent .image-bg{ height: 100%; } .profile-attribute { margin-top: 45px; } .space{ margin-left: 7px; margin-right: 7px; } /*navbar login landing page*/ /*.navbar-expand-lg .navbar-nav li a:hover, .navbar-expand-lg .navbar-nav li .active > a, .navbar-expand-lg .navbar-nav li a:focus { color: white; cursor: pointer; }*/ .dropdown-menu{ padding: 0px; } .dropdown-menu li{ color: black; } .dropdown-menu li{ padding: 10px; } .dropdown-menu li:hover{ background-color: black; cursor: pointer;} .dropdown-menu li a:hover{ color: white !important; }
0.300951
0.056444
*{ margin: 0; padding: 0; word-break: break-all; } .isShow{ width: 400px; height: 400px; /*border:1px solid #f40;*/ position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background-color:pink; border-radius:10px; padding-top:120px; padding-left: 30px; padding-right: 30px; opacity: .8; } h3{ text-align: center; position: relative; top: -50px; } #nowtime{ font-size: 15px; color:#f40; position: relative; top: 30px; margin: auto; } .chatPage{ display: flex; width: 70%; height: 80%; /*border:1px solid #f40;*/ border-radius: 10px; position: absolute; margin:auto; top: 0; right: 0; bottom: 0; left: 0; } .left{ width: 70%; height: 100%; /*border:1px solid #f40;*/ } .right{ width: 30%; height: 100%; border-radius: 10px; background-image: url(https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=2357463869,2740634290&fm=26&gp=0.jpg); /*background: linear-gradient(45deg,rgba(254,172,94,0.5),rgba(199,121,208,0.5),rgba(75,192,200,0.5));*/ background-repeat:no-repeat; background-size:100% 100%; } .status{ background-color: #000; opacity: .6; } #num{ text-align: center; height: 50px; padding-top: 10px; } ul{ height: 67%; overflow:auto; /*overflow-y: scroll;*/ background: #F5F5F5; border-radius: 10px; } ul>li{ list-style: none; } .ctrl{ display: flex; /*border: 1px solid #f40;*/ height: 30%; } textarea{ width:70%; border-radius: 10px; } #shake{ width:10%; } #sendBtn{ flex: 1; } p.system { color: #888; text-align: center; margin: 5px; } p.system span { background-color: #eee; border-radius: 9px; padding: 1px 5px; margin-bottom: 7px; display: inline-block; } p.WebSocket { color: #f40; text-align: center; /*margin: 5px;*/ } p.WebSocket span { background-color: #fff; border-radius: 9px; padding: 1px 5px; margin-bottom: 1px; display: inline-block; } div.list-left{ text-align: left; margin-left: 10px; } div.list-left span.name-left{ color:#000; font-weight: bold; } div.list-left span.message-left{ background-color: skyblue; font-size: 25px; border-radius: 10px; padding: 5px; } div.list-right{ text-align: right; margin-right: 10px; } div.list-right span.name-right{ color:#000; font-weight: bold; } div.list-right span.message-right{ background-color: #9EEA6A; font-size: 25px; padding: 5px; border-radius: 10px; }
client/css/index.css
*{ margin: 0; padding: 0; word-break: break-all; } .isShow{ width: 400px; height: 400px; /*border:1px solid #f40;*/ position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background-color:pink; border-radius:10px; padding-top:120px; padding-left: 30px; padding-right: 30px; opacity: .8; } h3{ text-align: center; position: relative; top: -50px; } #nowtime{ font-size: 15px; color:#f40; position: relative; top: 30px; margin: auto; } .chatPage{ display: flex; width: 70%; height: 80%; /*border:1px solid #f40;*/ border-radius: 10px; position: absolute; margin:auto; top: 0; right: 0; bottom: 0; left: 0; } .left{ width: 70%; height: 100%; /*border:1px solid #f40;*/ } .right{ width: 30%; height: 100%; border-radius: 10px; background-image: url(https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=2357463869,2740634290&fm=26&gp=0.jpg); /*background: linear-gradient(45deg,rgba(254,172,94,0.5),rgba(199,121,208,0.5),rgba(75,192,200,0.5));*/ background-repeat:no-repeat; background-size:100% 100%; } .status{ background-color: #000; opacity: .6; } #num{ text-align: center; height: 50px; padding-top: 10px; } ul{ height: 67%; overflow:auto; /*overflow-y: scroll;*/ background: #F5F5F5; border-radius: 10px; } ul>li{ list-style: none; } .ctrl{ display: flex; /*border: 1px solid #f40;*/ height: 30%; } textarea{ width:70%; border-radius: 10px; } #shake{ width:10%; } #sendBtn{ flex: 1; } p.system { color: #888; text-align: center; margin: 5px; } p.system span { background-color: #eee; border-radius: 9px; padding: 1px 5px; margin-bottom: 7px; display: inline-block; } p.WebSocket { color: #f40; text-align: center; /*margin: 5px;*/ } p.WebSocket span { background-color: #fff; border-radius: 9px; padding: 1px 5px; margin-bottom: 1px; display: inline-block; } div.list-left{ text-align: left; margin-left: 10px; } div.list-left span.name-left{ color:#000; font-weight: bold; } div.list-left span.message-left{ background-color: skyblue; font-size: 25px; border-radius: 10px; padding: 5px; } div.list-right{ text-align: right; margin-right: 10px; } div.list-right span.name-right{ color:#000; font-weight: bold; } div.list-right span.message-right{ background-color: #9EEA6A; font-size: 25px; padding: 5px; border-radius: 10px; }
0.257578
0.080105
body { background: linear-gradient(rgb(0,0,0), rgb(3,4,15)); margin: 0; } #canvas { display: block; filter:blur(1px); z-index: 0; } #banner{ position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-family: "Vibur", sans-serif; color: #fff; animation: pulsate 1.5s infinite alternate; font-size: max(5vw, 57px); z-index: 1; font-weight: 400; text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe; } #timer { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; color: #fff; font-size: max(5vw, 50px); -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -ms-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe; font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif; font-weight: 100%; animation: pulsate 1.5s infinite alternate; border: 0.2rem solid #fff; border-radius: 2rem; padding: 0.3em 0.8em 0.3em 0.8em; backdrop-filter: blur(10px) saturate(180%); -webkit-backdrop-filter: blur(10px) saturate(180%); z-index: 1; box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #5271ff, 0 0 0.8rem #5271ff, 0 0 2.8rem #bc13fe, inset 0 0 1.3rem #bc13fe; } @keyframes pulsate { 100% { text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #5271ff, 0 0 80px #5271ff, 0 0 90px #5271ff, 0 0 100px #5271ff, 0 0 150px #5271ff; } 0% { text-shadow: 0 0 2px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 28px #5271ff, 0 0 63px #5271ff, 0 0 70px #5271ff, 0 0 84px #5271ff, 0 0 130px #5271ff; } }
style.css
body { background: linear-gradient(rgb(0,0,0), rgb(3,4,15)); margin: 0; } #canvas { display: block; filter:blur(1px); z-index: 0; } #banner{ position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-family: "Vibur", sans-serif; color: #fff; animation: pulsate 1.5s infinite alternate; font-size: max(5vw, 57px); z-index: 1; font-weight: 400; text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe; } #timer { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; color: #fff; font-size: max(5vw, 50px); -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -ms-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #bc13fe, 0 0 82px #bc13fe, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #bc13fe; font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif; font-weight: 100%; animation: pulsate 1.5s infinite alternate; border: 0.2rem solid #fff; border-radius: 2rem; padding: 0.3em 0.8em 0.3em 0.8em; backdrop-filter: blur(10px) saturate(180%); -webkit-backdrop-filter: blur(10px) saturate(180%); z-index: 1; box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #5271ff, 0 0 0.8rem #5271ff, 0 0 2.8rem #bc13fe, inset 0 0 1.3rem #bc13fe; } @keyframes pulsate { 100% { text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #5271ff, 0 0 80px #5271ff, 0 0 90px #5271ff, 0 0 100px #5271ff, 0 0 150px #5271ff; } 0% { text-shadow: 0 0 2px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 28px #5271ff, 0 0 63px #5271ff, 0 0 70px #5271ff, 0 0 84px #5271ff, 0 0 130px #5271ff; } }
0.395134
0.104021
:root { --cl-black: #000000; --cl-nearblack: #111111; --cl-darkgray: #333333; --cl-midgray: #555555; --cl-gray: #777777; --cl-silver: #999999; --cl-lightsilver: #aaaaaa; --cl-moongray: #cccccc; --cl-lightgray: #eeeeee; --cl-nearwhite: #f4f4f4; --cl-white: #ffffff; --cl-transparent: transparent; --cl-black90: rgba(0, 0, 0, 0.9); --cl-black80: rgba(0, 0, 0, 0.8); --cl-black70: rgba(0, 0, 0, 0.7); --cl-black60: rgba(0, 0, 0, 0.6); --cl-black50: rgba(0, 0, 0, 0.5); --cl-black40: rgba(0, 0, 0, 0.4); --cl-black30: rgba(0, 0, 0, 0.3); --cl-black20: rgba(0, 0, 0, 0.2); --cl-black10: rgba(0, 0, 0, 0.1); --cl-black05: rgba(0, 0, 0, 0.05); --cl-black025: rgba(0, 0, 0, 0.025); --cl-black0125: rgba(0, 0, 0, 0.013); --cl-white90: rgba(255, 255, 255, 0.9); --cl-white80: rgba(255, 255, 255, 0.8); --cl-white70: rgba(255, 255, 255, 0.7); --cl-white60: rgba(255, 255, 255, 0.6); --cl-white50: rgba(255, 255, 255, 0.5); --cl-white40: rgba(255, 255, 255, 0.4); --cl-white30: rgba(255, 255, 255, 0.3); --cl-white20: rgba(255, 255, 255, 0.2); --cl-white10: rgba(255, 255, 255, 0.1); --cl-white05: rgba(255, 255, 255, 0.05); --cl-white025: rgba(255, 255, 255, 0.025); --cl-white0125: rgba(255, 255, 255, 0.013); --cl-darkred: #e7040f; --cl-red: #ff4136; --cl-lightred: #ff725c; --cl-orange: #ff6300; --cl-gold: #ffb700; --cl-yellow: #ffd700; --cl-lightyellow: #fbf1a9; --cl-purple: #5e2ca5; --cl-lightpurple: #a463f2; --cl-darkpink: #d5008f; --cl-hotpink: #ff41b4; --cl-pink: #ff80cc; --cl-lightpink: #ffa3d7; --cl-darkgreen: #137752; --cl-green: #19a974; --cl-lightgreen: #9eebcf; --cl-navy: #001b44; --cl-darkblue: #00449e; --cl-blue: #357edd; --cl-lightblue: #96ccff; --cl-lightestblue: #cdecff; --cl-washedblue: #f6fffe; --cl-washedgreen: #e8fdf5; --cl-washedyellow: #fffceb; --cl-washedred: #ffdfdf; } .bg-tachyons-black { background-color: #000000; } .cl-tachyons-black { color: #000000; } .bg-tachyons-nearblack { background-color: #111111; } .cl-tachyons-nearblack { color: #111111; } .bg-tachyons-darkgray { background-color: #333333; } .cl-tachyons-darkgray { color: #333333; } .bg-tachyons-midgray { background-color: #555555; } .cl-tachyons-midgray { color: #555555; } .bg-tachyons-gray { background-color: #777777; } .cl-tachyons-gray { color: #777777; } .bg-tachyons-silver { background-color: #999999; } .cl-tachyons-silver { color: #999999; } .bg-tachyons-lightsilver { background-color: #aaaaaa; } .cl-tachyons-lightsilver { color: #aaaaaa; } .bg-tachyons-moongray { background-color: #cccccc; } .cl-tachyons-moongray { color: #cccccc; } .bg-tachyons-lightgray { background-color: #eeeeee; } .cl-tachyons-lightgray { color: #eeeeee; } .bg-tachyons-nearwhite { background-color: #f4f4f4; } .cl-tachyons-nearwhite { color: #f4f4f4; } .bg-tachyons-white { background-color: #ffffff; } .cl-tachyons-white { color: #ffffff; } .bg-tachyons-transparent { background-color: transparent; } .cl-tachyons-transparent { color: transparent; } .bg-tachyons-black90 { background-color: rgba(0, 0, 0, 0.9); } .cl-tachyons-black90 { color: rgba(0, 0, 0, 0.9); } .bg-tachyons-black80 { background-color: rgba(0, 0, 0, 0.8); } .cl-tachyons-black80 { color: rgba(0, 0, 0, 0.8); } .bg-tachyons-black70 { background-color: rgba(0, 0, 0, 0.7); } .cl-tachyons-black70 { color: rgba(0, 0, 0, 0.7); } .bg-tachyons-black60 { background-color: rgba(0, 0, 0, 0.6); } .cl-tachyons-black60 { color: rgba(0, 0, 0, 0.6); } .bg-tachyons-black50 { background-color: rgba(0, 0, 0, 0.5); } .cl-tachyons-black50 { color: rgba(0, 0, 0, 0.5); } .bg-tachyons-black40 { background-color: rgba(0, 0, 0, 0.4); } .cl-tachyons-black40 { color: rgba(0, 0, 0, 0.4); } .bg-tachyons-black30 { background-color: rgba(0, 0, 0, 0.3); } .cl-tachyons-black30 { color: rgba(0, 0, 0, 0.3); } .bg-tachyons-black20 { background-color: rgba(0, 0, 0, 0.2); } .cl-tachyons-black20 { color: rgba(0, 0, 0, 0.2); } .bg-tachyons-black10 { background-color: rgba(0, 0, 0, 0.1); } .cl-tachyons-black10 { color: rgba(0, 0, 0, 0.1); } .bg-tachyons-black05 { background-color: rgba(0, 0, 0, 0.05); } .cl-tachyons-black05 { color: rgba(0, 0, 0, 0.05); } .bg-tachyons-black025 { background-color: rgba(0, 0, 0, 0.025); } .cl-tachyons-black025 { color: rgba(0, 0, 0, 0.025); } .bg-tachyons-black0125 { background-color: rgba(0, 0, 0, 0.013); } .cl-tachyons-black0125 { color: rgba(0, 0, 0, 0.013); } .bg-tachyons-white90 { background-color: rgba(255, 255, 255, 0.9); } .cl-tachyons-white90 { color: rgba(255, 255, 255, 0.9); } .bg-tachyons-white80 { background-color: rgba(255, 255, 255, 0.8); } .cl-tachyons-white80 { color: rgba(255, 255, 255, 0.8); } .bg-tachyons-white70 { background-color: rgba(255, 255, 255, 0.7); } .cl-tachyons-white70 { color: rgba(255, 255, 255, 0.7); } .bg-tachyons-white60 { background-color: rgba(255, 255, 255, 0.6); } .cl-tachyons-white60 { color: rgba(255, 255, 255, 0.6); } .bg-tachyons-white50 { background-color: rgba(255, 255, 255, 0.5); } .cl-tachyons-white50 { color: rgba(255, 255, 255, 0.5); } .bg-tachyons-white40 { background-color: rgba(255, 255, 255, 0.4); } .cl-tachyons-white40 { color: rgba(255, 255, 255, 0.4); } .bg-tachyons-white30 { background-color: rgba(255, 255, 255, 0.3); } .cl-tachyons-white30 { color: rgba(255, 255, 255, 0.3); } .bg-tachyons-white20 { background-color: rgba(255, 255, 255, 0.2); } .cl-tachyons-white20 { color: rgba(255, 255, 255, 0.2); } .bg-tachyons-white10 { background-color: rgba(255, 255, 255, 0.1); } .cl-tachyons-white10 { color: rgba(255, 255, 255, 0.1); } .bg-tachyons-white05 { background-color: rgba(255, 255, 255, 0.05); } .cl-tachyons-white05 { color: rgba(255, 255, 255, 0.05); } .bg-tachyons-white025 { background-color: rgba(255, 255, 255, 0.025); } .cl-tachyons-white025 { color: rgba(255, 255, 255, 0.025); } .bg-tachyons-white0125 { background-color: rgba(255, 255, 255, 0.013); } .cl-tachyons-white0125 { color: rgba(255, 255, 255, 0.013); } .bg-tachyons-darkred { background-color: #e7040f; } .cl-tachyons-darkred { color: #e7040f; } .bg-tachyons-red { background-color: #ff4136; } .cl-tachyons-red { color: #ff4136; } .bg-tachyons-lightred { background-color: #ff725c; } .cl-tachyons-lightred { color: #ff725c; } .bg-tachyons-orange { background-color: #ff6300; } .cl-tachyons-orange { color: #ff6300; } .bg-tachyons-gold { background-color: #ffb700; } .cl-tachyons-gold { color: #ffb700; } .bg-tachyons-yellow { background-color: #ffd700; } .cl-tachyons-yellow { color: #ffd700; } .bg-tachyons-lightyellow { background-color: #fbf1a9; } .cl-tachyons-lightyellow { color: #fbf1a9; } .bg-tachyons-purple { background-color: #5e2ca5; } .cl-tachyons-purple { color: #5e2ca5; } .bg-tachyons-lightpurple { background-color: #a463f2; } .cl-tachyons-lightpurple { color: #a463f2; } .bg-tachyons-darkpink { background-color: #d5008f; } .cl-tachyons-darkpink { color: #d5008f; } .bg-tachyons-hotpink { background-color: #ff41b4; } .cl-tachyons-hotpink { color: #ff41b4; } .bg-tachyons-pink { background-color: #ff80cc; } .cl-tachyons-pink { color: #ff80cc; } .bg-tachyons-lightpink { background-color: #ffa3d7; } .cl-tachyons-lightpink { color: #ffa3d7; } .bg-tachyons-darkgreen { background-color: #137752; } .cl-tachyons-darkgreen { color: #137752; } .bg-tachyons-green { background-color: #19a974; } .cl-tachyons-green { color: #19a974; } .bg-tachyons-lightgreen { background-color: #9eebcf; } .cl-tachyons-lightgreen { color: #9eebcf; } .bg-tachyons-navy { background-color: #001b44; } .cl-tachyons-navy { color: #001b44; } .bg-tachyons-darkblue { background-color: #00449e; } .cl-tachyons-darkblue { color: #00449e; } .bg-tachyons-blue { background-color: #357edd; } .cl-tachyons-blue { color: #357edd; } .bg-tachyons-lightblue { background-color: #96ccff; } .cl-tachyons-lightblue { color: #96ccff; } .bg-tachyons-lightestblue { background-color: #cdecff; } .cl-tachyons-lightestblue { color: #cdecff; } .bg-tachyons-washedblue { background-color: #f6fffe; } .cl-tachyons-washedblue { color: #f6fffe; } .bg-tachyons-washedgreen { background-color: #e8fdf5; } .cl-tachyons-washedgreen { color: #e8fdf5; } .bg-tachyons-washedyellow { background-color: #fffceb; } .cl-tachyons-washedyellow { color: #fffceb; } .bg-tachyons-washedred { background-color: #ffdfdf; } .cl-tachyons-washedred { color: #ffdfdf; } /* @end */ /*# sourceMappingURL=skeletonic-tachyons.css.map */
dist/css/palettes/tachyons/skeletonic-tachyons.css
:root { --cl-black: #000000; --cl-nearblack: #111111; --cl-darkgray: #333333; --cl-midgray: #555555; --cl-gray: #777777; --cl-silver: #999999; --cl-lightsilver: #aaaaaa; --cl-moongray: #cccccc; --cl-lightgray: #eeeeee; --cl-nearwhite: #f4f4f4; --cl-white: #ffffff; --cl-transparent: transparent; --cl-black90: rgba(0, 0, 0, 0.9); --cl-black80: rgba(0, 0, 0, 0.8); --cl-black70: rgba(0, 0, 0, 0.7); --cl-black60: rgba(0, 0, 0, 0.6); --cl-black50: rgba(0, 0, 0, 0.5); --cl-black40: rgba(0, 0, 0, 0.4); --cl-black30: rgba(0, 0, 0, 0.3); --cl-black20: rgba(0, 0, 0, 0.2); --cl-black10: rgba(0, 0, 0, 0.1); --cl-black05: rgba(0, 0, 0, 0.05); --cl-black025: rgba(0, 0, 0, 0.025); --cl-black0125: rgba(0, 0, 0, 0.013); --cl-white90: rgba(255, 255, 255, 0.9); --cl-white80: rgba(255, 255, 255, 0.8); --cl-white70: rgba(255, 255, 255, 0.7); --cl-white60: rgba(255, 255, 255, 0.6); --cl-white50: rgba(255, 255, 255, 0.5); --cl-white40: rgba(255, 255, 255, 0.4); --cl-white30: rgba(255, 255, 255, 0.3); --cl-white20: rgba(255, 255, 255, 0.2); --cl-white10: rgba(255, 255, 255, 0.1); --cl-white05: rgba(255, 255, 255, 0.05); --cl-white025: rgba(255, 255, 255, 0.025); --cl-white0125: rgba(255, 255, 255, 0.013); --cl-darkred: #e7040f; --cl-red: #ff4136; --cl-lightred: #ff725c; --cl-orange: #ff6300; --cl-gold: #ffb700; --cl-yellow: #ffd700; --cl-lightyellow: #fbf1a9; --cl-purple: #5e2ca5; --cl-lightpurple: #a463f2; --cl-darkpink: #d5008f; --cl-hotpink: #ff41b4; --cl-pink: #ff80cc; --cl-lightpink: #ffa3d7; --cl-darkgreen: #137752; --cl-green: #19a974; --cl-lightgreen: #9eebcf; --cl-navy: #001b44; --cl-darkblue: #00449e; --cl-blue: #357edd; --cl-lightblue: #96ccff; --cl-lightestblue: #cdecff; --cl-washedblue: #f6fffe; --cl-washedgreen: #e8fdf5; --cl-washedyellow: #fffceb; --cl-washedred: #ffdfdf; } .bg-tachyons-black { background-color: #000000; } .cl-tachyons-black { color: #000000; } .bg-tachyons-nearblack { background-color: #111111; } .cl-tachyons-nearblack { color: #111111; } .bg-tachyons-darkgray { background-color: #333333; } .cl-tachyons-darkgray { color: #333333; } .bg-tachyons-midgray { background-color: #555555; } .cl-tachyons-midgray { color: #555555; } .bg-tachyons-gray { background-color: #777777; } .cl-tachyons-gray { color: #777777; } .bg-tachyons-silver { background-color: #999999; } .cl-tachyons-silver { color: #999999; } .bg-tachyons-lightsilver { background-color: #aaaaaa; } .cl-tachyons-lightsilver { color: #aaaaaa; } .bg-tachyons-moongray { background-color: #cccccc; } .cl-tachyons-moongray { color: #cccccc; } .bg-tachyons-lightgray { background-color: #eeeeee; } .cl-tachyons-lightgray { color: #eeeeee; } .bg-tachyons-nearwhite { background-color: #f4f4f4; } .cl-tachyons-nearwhite { color: #f4f4f4; } .bg-tachyons-white { background-color: #ffffff; } .cl-tachyons-white { color: #ffffff; } .bg-tachyons-transparent { background-color: transparent; } .cl-tachyons-transparent { color: transparent; } .bg-tachyons-black90 { background-color: rgba(0, 0, 0, 0.9); } .cl-tachyons-black90 { color: rgba(0, 0, 0, 0.9); } .bg-tachyons-black80 { background-color: rgba(0, 0, 0, 0.8); } .cl-tachyons-black80 { color: rgba(0, 0, 0, 0.8); } .bg-tachyons-black70 { background-color: rgba(0, 0, 0, 0.7); } .cl-tachyons-black70 { color: rgba(0, 0, 0, 0.7); } .bg-tachyons-black60 { background-color: rgba(0, 0, 0, 0.6); } .cl-tachyons-black60 { color: rgba(0, 0, 0, 0.6); } .bg-tachyons-black50 { background-color: rgba(0, 0, 0, 0.5); } .cl-tachyons-black50 { color: rgba(0, 0, 0, 0.5); } .bg-tachyons-black40 { background-color: rgba(0, 0, 0, 0.4); } .cl-tachyons-black40 { color: rgba(0, 0, 0, 0.4); } .bg-tachyons-black30 { background-color: rgba(0, 0, 0, 0.3); } .cl-tachyons-black30 { color: rgba(0, 0, 0, 0.3); } .bg-tachyons-black20 { background-color: rgba(0, 0, 0, 0.2); } .cl-tachyons-black20 { color: rgba(0, 0, 0, 0.2); } .bg-tachyons-black10 { background-color: rgba(0, 0, 0, 0.1); } .cl-tachyons-black10 { color: rgba(0, 0, 0, 0.1); } .bg-tachyons-black05 { background-color: rgba(0, 0, 0, 0.05); } .cl-tachyons-black05 { color: rgba(0, 0, 0, 0.05); } .bg-tachyons-black025 { background-color: rgba(0, 0, 0, 0.025); } .cl-tachyons-black025 { color: rgba(0, 0, 0, 0.025); } .bg-tachyons-black0125 { background-color: rgba(0, 0, 0, 0.013); } .cl-tachyons-black0125 { color: rgba(0, 0, 0, 0.013); } .bg-tachyons-white90 { background-color: rgba(255, 255, 255, 0.9); } .cl-tachyons-white90 { color: rgba(255, 255, 255, 0.9); } .bg-tachyons-white80 { background-color: rgba(255, 255, 255, 0.8); } .cl-tachyons-white80 { color: rgba(255, 255, 255, 0.8); } .bg-tachyons-white70 { background-color: rgba(255, 255, 255, 0.7); } .cl-tachyons-white70 { color: rgba(255, 255, 255, 0.7); } .bg-tachyons-white60 { background-color: rgba(255, 255, 255, 0.6); } .cl-tachyons-white60 { color: rgba(255, 255, 255, 0.6); } .bg-tachyons-white50 { background-color: rgba(255, 255, 255, 0.5); } .cl-tachyons-white50 { color: rgba(255, 255, 255, 0.5); } .bg-tachyons-white40 { background-color: rgba(255, 255, 255, 0.4); } .cl-tachyons-white40 { color: rgba(255, 255, 255, 0.4); } .bg-tachyons-white30 { background-color: rgba(255, 255, 255, 0.3); } .cl-tachyons-white30 { color: rgba(255, 255, 255, 0.3); } .bg-tachyons-white20 { background-color: rgba(255, 255, 255, 0.2); } .cl-tachyons-white20 { color: rgba(255, 255, 255, 0.2); } .bg-tachyons-white10 { background-color: rgba(255, 255, 255, 0.1); } .cl-tachyons-white10 { color: rgba(255, 255, 255, 0.1); } .bg-tachyons-white05 { background-color: rgba(255, 255, 255, 0.05); } .cl-tachyons-white05 { color: rgba(255, 255, 255, 0.05); } .bg-tachyons-white025 { background-color: rgba(255, 255, 255, 0.025); } .cl-tachyons-white025 { color: rgba(255, 255, 255, 0.025); } .bg-tachyons-white0125 { background-color: rgba(255, 255, 255, 0.013); } .cl-tachyons-white0125 { color: rgba(255, 255, 255, 0.013); } .bg-tachyons-darkred { background-color: #e7040f; } .cl-tachyons-darkred { color: #e7040f; } .bg-tachyons-red { background-color: #ff4136; } .cl-tachyons-red { color: #ff4136; } .bg-tachyons-lightred { background-color: #ff725c; } .cl-tachyons-lightred { color: #ff725c; } .bg-tachyons-orange { background-color: #ff6300; } .cl-tachyons-orange { color: #ff6300; } .bg-tachyons-gold { background-color: #ffb700; } .cl-tachyons-gold { color: #ffb700; } .bg-tachyons-yellow { background-color: #ffd700; } .cl-tachyons-yellow { color: #ffd700; } .bg-tachyons-lightyellow { background-color: #fbf1a9; } .cl-tachyons-lightyellow { color: #fbf1a9; } .bg-tachyons-purple { background-color: #5e2ca5; } .cl-tachyons-purple { color: #5e2ca5; } .bg-tachyons-lightpurple { background-color: #a463f2; } .cl-tachyons-lightpurple { color: #a463f2; } .bg-tachyons-darkpink { background-color: #d5008f; } .cl-tachyons-darkpink { color: #d5008f; } .bg-tachyons-hotpink { background-color: #ff41b4; } .cl-tachyons-hotpink { color: #ff41b4; } .bg-tachyons-pink { background-color: #ff80cc; } .cl-tachyons-pink { color: #ff80cc; } .bg-tachyons-lightpink { background-color: #ffa3d7; } .cl-tachyons-lightpink { color: #ffa3d7; } .bg-tachyons-darkgreen { background-color: #137752; } .cl-tachyons-darkgreen { color: #137752; } .bg-tachyons-green { background-color: #19a974; } .cl-tachyons-green { color: #19a974; } .bg-tachyons-lightgreen { background-color: #9eebcf; } .cl-tachyons-lightgreen { color: #9eebcf; } .bg-tachyons-navy { background-color: #001b44; } .cl-tachyons-navy { color: #001b44; } .bg-tachyons-darkblue { background-color: #00449e; } .cl-tachyons-darkblue { color: #00449e; } .bg-tachyons-blue { background-color: #357edd; } .cl-tachyons-blue { color: #357edd; } .bg-tachyons-lightblue { background-color: #96ccff; } .cl-tachyons-lightblue { color: #96ccff; } .bg-tachyons-lightestblue { background-color: #cdecff; } .cl-tachyons-lightestblue { color: #cdecff; } .bg-tachyons-washedblue { background-color: #f6fffe; } .cl-tachyons-washedblue { color: #f6fffe; } .bg-tachyons-washedgreen { background-color: #e8fdf5; } .cl-tachyons-washedgreen { color: #e8fdf5; } .bg-tachyons-washedyellow { background-color: #fffceb; } .cl-tachyons-washedyellow { color: #fffceb; } .bg-tachyons-washedred { background-color: #ffdfdf; } .cl-tachyons-washedred { color: #ffdfdf; } /* @end */ /*# sourceMappingURL=skeletonic-tachyons.css.map */
0.564579
0.149873
@font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Regular.woff2), url(../font/Metropolis/Metropolis-Regular.woff), url(../font/Metropolis/Metropolis-Regular.ttf); font-weight: 100; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Bold.woff2), url(../font/Metropolis/Metropolis-Bold.woff), url(../font/Metropolis/Metropolis-Bold.ttf); font-weight: 400; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-ExtraBold.woff2), url(../font/Metropolis/Metropolis-ExtraBold.woff), url(../font/Metropolis/Metropolis-ExtraBold.ttf); font-weight: 800; } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Semibold.ttf); font-weight: bold; } /*======================== animation logo-scale ========================*/ @keyframes logo-scale { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } .logos .logo { animation: logo-scale infinite 4s; } :root { font-size: 10px; } .section-subtitle { text-align: center; text-transform: uppercase; font-family: metropolis; font-weight: bold; font-size: 3rem; position: relative; } .shadow { color: #f5f5f5; font-size: 50px; font-family: metropolis; font-weight: 800; text-transform: uppercase; text-align: center; transform: translateY(55px); } section { padding: 10rem; position: relative; } section:nth-of-type(odd) img.side-element { position: absolute; right: 0; top: 50%; transform: translateY(-50%); } section:nth-of-type(even) img.side-element { position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .vertical-strip { visibility: hidden; } .fixed-vertical-strip { color: #7ed321; text-transform: uppercase; display: inline-block; position: absolute; transform: rotateZ(90deg); transform-origin: right; font-family: open-sans; font-size: 1.5rem; right: 100px; top: 70%; letter-spacing: 1px; position: fixed; z-index: 100; transition: opacity 100ms; } .fixed-vertical-strip:before { content: ""; position: absolute; width: 200px; height: 2px; background: #7ed321; transform: translate(-100%, 7px); left: -10px; top: 3px; } .banner { min-height: 100vh; display: flex; justify-content: center; align-items: center; background: url("../img/banner-bg-elements.png") no-repeat center; background-size: cover; } .banner .banner-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; } .banner .banner-wrapper .banner-mobile { margin-top: -420px; animation: mobile-banner 3s infinite; animation-direction: alternate; transform-origin: top; } .banner .banner-wrapper h1 { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(96deg, #56ab2f, #a8e063); font-size: 20rem; margin: 0; margin-top: -15rem; font-family: metropolis; font-weight: 400; } .banner .banner-wrapper .banner-text-wrapper { width: 100%; } .banner .banner-wrapper .banner-text-wrapper h2 { color: rgba(0, 0, 0, 0.54); font-family: open-sans; font-size: 1.6rem; } .banner .banner-wrapper .banner-text-wrapper .banner-text { float: right; width: 360px; } .banner .banner-wrapper .banner-text-wrapper .banner-text h2 { margin-bottom: 30px; } .banner .banner-wrapper .banner-text-wrapper .banner-text span { border: solid 1px #7ed321; padding: 5px 10px; border-radius: 14px; font-size: 1.2rem; color: #7ed321; font-family: open-sans; margin: 5px; } .banner .banner-wrapper .banner-text-wrapper .banner-text span:first-of-type { margin-left: 0; } /*======================== SECTION statistics ========================*/ .statistics { margin-top: 8rem; text-align: center; background-color: #2f2f2f; padding: 3rem 0; } .statistics .statistic-data { color: rgba(255, 255, 255, 0.87); text-transform: uppercase; } .statistics .statistic-data h3 { font-family: "metropolis", "sans-serif"; font-weight: 400; font-size: 4rem; } .statistics .statistic-data h6 { font-size: 1.3rem; letter-spacing: 1px; } /*======================== SECTION about ========================*/ .about { padding: 12rem 0; background-color: #f8f8f8; } .about .about-description span { font-size: 10rem; color: rgba(47, 47, 47, 0.05); font-family: "metropolis", "sans-serif"; font-weight: 400; } .about .about-description h3 { font-family: "open-sans", "sans-serif"; font-weight: bold; font-size: 4rem; margin-top: -8rem; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; transform: translateY(-55px); background-image: linear-gradient(97deg, #56ab2f, #a8e063); } @media (max-width: 500px) { .about .about-description span { font-size: 7.5rem; } .about .about-description h3 { font-size: 3rem; margin-top: 0; } } .about .about-description p { font-size: 1.8rem; line-height: 2.5; letter-spacing: 1px; color: rgba(47, 47, 47, 0.54); margin-top: -50px; } .about .about-data { margin-top: 10rem; padding-left: 2rem; border-left: solid 0.5px #979797; } .about .about-data h4 { color: rgba(47, 47, 47, 0.54); font-size: 2rem; font-family: "metropolis", "sans-serif"; font-weight: 400; text-transform: uppercase; margin: 1rem 0; } .about .about-data h6 { color: rgba(47, 47, 47, 0.87); font-size: 2rem; margin-bottom: 4rem; } .design span { font-size: 10rem; color: rgba(47, 47, 47, 0.05); font-family: "metropolis", "sans-serif"; font-weight: 400; } .design h3 { font-family: "open-sans", "sans-serif"; font-weight: bold; font-size: 4rem; margin-top: -8rem; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; transform: translateY(-55px); background-image: linear-gradient(97deg, #56ab2f, #a8e063); } @media (max-width: 500px) { .design span { font-size: 7.5rem; } .design h3 { font-size: 3rem; margin-top: 0; } } .design .colors .col-md-6 { padding: 7rem; display: flex; justify-content: center; } .design .colors .col-md-6 div { margin: 20px; } .design .colors .col-md-6 div span { display: block; font-size: 1.8rem; font-family: open-sans; opacity: 0.5; color: #000; } .design .fonts .col-md-6 { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 7rem; } .design .fonts .col-md-6 h4 { font-family: metropolis; font-size: 30px; opacity: 0.54; font-weight: 100; } .design .fonts .col-md-6 h6 { font-family: open-sans; font-size: 18px; opacity: 0.5; } .ui-design { position: relative; } .ui-design .home-screens { position: relative; } .ui-design .home-screens h3 { color: rgba(102, 102, 102, 0.1); font-family: metropolis; font-weight: 800; font-size: 7rem; text-transform: uppercase; margin-top: 20rem; margin-left: 5rem; } .ui-design .home-screens .img-wrapper { margin-top: 100px; position: relative; } .ui-design .home-screens .img-wrapper img:nth-of-type(1) { z-index: 1; position: relative; /*for z-index to work*/ animation: home-screen-1 5s infinite; } .ui-design .home-screens .img-wrapper img:nth-of-type(2) { left: 100px; top: 0; position: absolute; animation: home-screen-2 5s infinite; } .ui-design .other-screens { position: relative; } .ui-design .other-screens img { width: 90%; max-width: 1000px; } .ui-design .other-screens h3 { color: rgba(102, 102, 102, 0.1); font-family: metropolis; font-weight: 800; font-size: 7rem; text-transform: uppercase; margin-top: 15rem; margin-left: auto; margin-right: 100px; text-align: right; } @keyframes mobile-banner { from { transform: rotateX(0deg); } to { transform: rotateX(20deg); } } @keyframes home-screen-1 { 0% { transform: translateX(0px); } 50% { transform: translateX(10px); } 100% { transform: translateX(0); } } @keyframes home-screen-2 { 0% { transform: translateX(0px); } 50% { transform: translateX(-10px); } 100% { transform: translateX(0); } } /*======================== SECTION icons ========================*/ .icons { padding: 15rem 0; text-align: center; } .icons h3 { font-family: "metropolis", "sans-serif"; font-weight: 400; font-size: 1.5rem; color: #f87651; letter-spacing: 3px; position: relative; text-transform: uppercase; margin-bottom: 15rem; } @media (max-width: 500px) { .icons h3 { font-size: 1.2rem; margin-bottom: 8rem; } } .icons h3:after { content: ""; position: absolute; width: 217px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } .icons img { margin: 0 auto; } /*======================== SECTION engineering ========================*/ .engineering { background-color: #f8f8f8; padding-top: 14rem; padding-bottom: 25rem; } .engineering span { font-size: 10rem; color: rgba(47, 47, 47, 0.05); font-family: "metropolis", "sans-serif"; font-weight: 400; } .engineering h3 { font-family: "open-sans", "sans-serif"; font-weight: bold; font-size: 4rem; margin-top: -8rem; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; transform: translateY(-55px); background-image: linear-gradient(97deg, #56ab2f, #a8e063); } @media (max-width: 500px) { .engineering span { font-size: 7.5rem; } .engineering h3 { font-size: 3rem; margin-top: 0; } } .engineering .spice-left { transform: translateY(-190px); } .engineering .spice-right { transform: translate(100px, 400px); } .engineering .engineering-content { margin-top: 20rem; } .engineering .engineering-content .challenges-text { margin-top: 7rem; } .engineering .engineering-content .challenges-text h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } @media (max-width: 500px) { .engineering .engineering-content .challenges-text h4 { font-size: 3rem; } } .engineering .engineering-content .challenges-text h4:after { content: "&"; position: absolute; top: -4.8rem; right: -10.5rem; font-family: "metropolis", "sans-serif"; font-size: 14rem; font-weight: 800; letter-spacing: 1px; color: rgba(168, 224, 99, 0.54); } .engineering .engineering-content .challenges-text h4 { margin-bottom: 2rem; } .engineering .engineering-content .challenges-text h6 { letter-spacing: 0.8px; font-size: 1.6rem; line-height: 2rem; color: rgba(71, 71, 71, 0.54); } .engineering .engineering-content .challenges-slider .slick-slider { position: relative; } .engineering .engineering-content .challenges-slider .slick-slider .slick-dots li button:before { font-size: 10px; color: #7ed321; } .engineering .engineering-content .challenges-slider .slick-slider .slick-dots li.slick-active button:before { font-size: 15px; opacity: 1; } .engineering .engineering-content .challenges-slider .slick-slider .slide { width: 488px; height: 260px; border-radius: 2px; background-color: #ffffff; box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.15); margin: 3rem; padding: 4rem; border-left: 5px solid #7ed321; } .engineering .engineering-content .challenges-slider .slick-slider h5 { font-family: "metropolis", "sans-serif"; font-size: 1.2rem; font-weight: 800; letter-spacing: 0.8px; color: #56ab2f; } .engineering .engineering-content .challenges-slider .slick-slider h6 { letter-spacing: 0.8px; color: rgba(0, 0, 0, 0.54); font-size: 1.4rem; margin-bottom: 2rem; } .engineering .engineering-content .challenges-slider .slick-slider:after { content: ""; position: absolute; width: 90px; height: 2px; border-radius: 1px; background: #4d395a; bottom: 50px; right: -30px; } /*======================== SECTION architecture ========================*/ .architecture { padding: 12rem 2rem; text-align: center; } .architecture img { margin: 0 auto; } .architecture h3 { font-family: "metropolis", "sans-serif"; font-weight: 400; font-size: 1.5rem; color: #f87651; letter-spacing: 3px; position: relative; text-transform: uppercase; margin-bottom: 15rem; margin-bottom: 7rem; } @media (max-width: 500px) { .architecture h3 { font-size: 1.2rem; margin-bottom: 8rem; } } .architecture h3:after { content: ""; position: absolute; width: 200px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } .architecture p { line-height: 2; font-size: 1.4rem; letter-spacing: 1px; text-align: left; color: rgba(0, 0, 0, 0.54); margin-bottom: 6rem; } /*======================== SECTION languages and database ========================*/ .lang-and-db { background: #f8f8f8; padding: 20rem 0; } .lang-and-db .spice-left { transform: translateY(-300px); } .lang-and-db .spice-right { transform: translateY(300px); } .lang-and-db h6 { font-size: 1.6rem; letter-spacing: 0.8px; color: rgba(71, 71, 71, 0.54); } .lang-and-db h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } @media (max-width: 500px) { .lang-and-db h4 { font-size: 3rem; } } .lang-and-db h4:after { content: "&"; position: absolute; top: -4.8rem; right: -10.5rem; font-family: "metropolis", "sans-serif"; font-size: 14rem; font-weight: 800; letter-spacing: 1px; color: rgba(168, 224, 99, 0.54); } .lang-and-db .logos { width: 420px; height: 150px; } @media (max-width: 768px) { .lang-and-db .logos { margin-top: 150px; } } .lang-and-db .logos .logo { background: #fff; text-align: center; position: absolute; } .lang-and-db .logos .python { width: 187px; height: 187px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 187px; z-index: 2; top: -40px; left: 120px; } .lang-and-db .logos .java { width: 135px; height: 135px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2); line-height: 135px; z-index: 1; top: 10rem; animation-delay: 500ms; } .lang-and-db .logos .mongodb { width: 142px; height: 142px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 142px; z-index: 3; top: -120px; left: 260px; animation-delay: 800ms; } /*======================== SECTION tools and ide ========================*/ .tools-and-ide { padding: 20rem 0; } .tools-and-ide h6 { font-size: 1.6rem; letter-spacing: 0.8px; color: rgba(71, 71, 71, 0.54); } .tools-and-ide h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } .tools-and-ide h4:before { content: "&"; position: absolute; top: -4.8rem; left: -7rem; font-family: "metropolis", "sans-serif"; font-size: 14rem; font-weight: 800; letter-spacing: 1px; color: rgba(168, 224, 99, 0.54); } .tools-and-ide .logos { width: 520px; height: 200px; } .tools-and-ide .logos .logo { background: #fff; text-align: center; position: absolute; } .tools-and-ide .logos .pycharm { width: 114px; height: 114px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 114px; top: -130px; left: 120px; animation-delay: 100ms; } .tools-and-ide .logos .trello { width: 97px; height: 97px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 97px; top: 25px; left: 20px; animation-delay: 400ms; } .tools-and-ide .logos .android-studio { width: 153px; height: 153px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 153px; z-index: 1; left: 150px; animation-delay: 800ms; } .tools-and-ide .logos .sketch { width: 99px; height: 99px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 99px; top: -90px; left: 290px; animation-delay: 1000ms; } .tools-and-ide .logos .exotel { width: 86px; height: 86px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 86px; top: 0; left: 420px; animation-delay: 1200ms; } .tools-and-ide .logos .slack { width: 107px; height: 107px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 107px; top: 180px; left: 100px; animation-delay: 1500ms; } .tools-and-ide .logos .zeplin { width: 137px; height: 137px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 137px; top: 100px; left: 280px; animation-delay: 1900ms; } /*======================== SECTION infrastructure ========================*/ .infrastructure { background: #f8f8f8; padding: 25rem 0; } .infrastructure .spice-left { transform: translateY(-300px); } .infrastructure .spice-right { transform: translateY(400px); } .infrastructure h6 { font-size: 1.6rem; letter-spacing: 0.8px; color: rgba(71, 71, 71, 0.54); } .infrastructure h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } .infrastructure .logos { width: 400px; height: 150px; } .infrastructure .logos .logo { background: #fff; text-align: center; position: absolute; } .infrastructure .logos .firebase { width: 152px; height: 152px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 152px; z-index: 3; top: -160px; left: -20px; animation-delay: 300ms; } .infrastructure .logos .amazon { width: 205px; height: 205px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 205px; z-index: 2; top: -50px; left: 100px; } .infrastructure .logos .mysql { width: 135px; height: 135px; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); line-height: 135px; z-index: 1; top: 120px; left: 250px; animation-delay: 800ms; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Regular.woff2), url(../font/Metropolis/Metropolis-Regular.woff), url(../font/Metropolis/Metropolis-Regular.ttf); font-weight: 100; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Bold.woff2), url(../font/Metropolis/Metropolis-Bold.woff), url(../font/Metropolis/Metropolis-Bold.ttf); font-weight: 400; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-ExtraBold.woff2), url(../font/Metropolis/Metropolis-ExtraBold.woff), url(../font/Metropolis/Metropolis-ExtraBold.ttf); font-weight: 800; } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Semibold.ttf); font-weight: bold; } /*===================================devices GREATER than 1440px==================================*/ @media (min-width: 1440px) { .banner-bg { height: 60rem; } } /*===================================devices less than 1200px==================================*/ @media (max-width: 1200px) { /*======================== SECTION banner-content ========================*/ .banner-content img { margin-top: -16rem; } .banner-content .card { width: 40rem; } /*======================== SECTION lang-and-db ========================*/ .lang-and-db .logos { margin-top: 100px; margin-left: 50%; } /*======================== SECTION tools-and-ide ========================*/ .tools-and-ide .logos { margin-top: 180px; } /*======================== SECTION infrastructure ========================*/ .infrastructure .logos { margin-top: 180px; margin-left: 50%; } } /*===================================devices less than 992px==================================*/ @media (max-width: 992px) { html { font-size: 9px; } .fixed-vertical-strip { display: none; } .side-element { display: none; } /*======================== SECTION banner-content ========================*/ .banner .banner-wrapper h1 { font-size: 13rem; } .banner .banner-wrapper img.banner-bg-grocery { display: none; } .banner .banner-wrapper img.banner-mobile { margin-top: 0; } .banner .banner-wrapper .banner-text-wrapper .banner-text { padding: 15px; } /*======================== SECTION uidesign ========================*/ .ui-design .design-text h4 { margin-top: 10rem; font-size: 6rem; } .ui-design .design-color { margin: 0 auto; } .ui-design .design-color h5:after { content: ""; position: absolute; width: 130px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION engineering ========================*/ .engineering .engineering-content .challenges-slider .slick-slider:after { width: 0; } /*======================== SECTION languages and database ========================*/ .lang-and-db .logos { margin: 180px auto 0 auto; } /*======================== SECTION tools and ide ========================*/ .tools-and-ide .logos { margin: 180px auto 0 auto; } /*======================== SECTION infrastructure ========================*/ .infrastructure .logos { margin: 180px auto 0 auto; } } /*===================================devices less than 768px==================================*/ @media (max-width: 768px) { html { font-size: 8px; } section { padding: 5rem 0; } /*======================== SECTION banner-content ========================*/ .banner .banner-wrapper h1 { font-size: 8rem; } /*======================== SECTION about ========================*/ .about .about-data { text-align: center; border-left: none; margin-bottom: 7rem; } .about .about-data:after { content: ""; width: 70%; height: 2px; background: #979797; position: absolute; left: 15%; } .design .colors .col-md-6 { padding: 0; margin: 3rem 0; } .design .colors .col-md-6 img { width: 150px; } .design .fonts .col-md-6 { padding: 0; margin: 3rem 0; } /*======================== SECTION uidesign ========================*/ .ui-design .design-text h4 { margin-top: 15rem; } /*======================== SECTION icons ========================*/ .icons { padding-left: 5rem; padding-right: 5rem; } } /*===================================devices less than 550px==================================*/ @media (max-width: 550px) { /*======================== SECTION uidesign ========================*/ .ui-design .design-text h4 { font-size: 3.8rem; } .ui-design .design-color h5:after { content: ""; position: absolute; width: 150px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION walkthrough-screens ========================*/ .walkthrough-screens h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION home-screens ========================*/ .home-screens h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION other-screens ========================*/ .other-screens h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION icons ========================*/ .icons h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION engineering ========================*/ .engineering { padding-bottom: 15rem; } .engineering .engineering-content { margin-top: 5rem; } /*======================== SECTION architecture ========================*/ .architecture h3:after { content: ""; position: absolute; width: 80px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION languages and database ========================*/ .lang-and-db .logos { width: auto; max-width: 330px; } .lang-and-db .logos .python { width: 136px; height: 136px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 136px; top: -20px; left: 90px; } .lang-and-db .logos .java { width: 84px; height: 84px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2); line-height: 84px; top: 10rem; left: 10; } .lang-and-db .logos .mongodb { width: 114px; height: 114px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 114px; top: -100px; left: 200px; } .lang-and-db .logos img { width: 70%; } /*======================== SECTION tools and ide ========================*/ .tools-and-ide .logos { width: auto; max-width: 330px; } .tools-and-ide .logos .pycharm { width: 80px; height: 80px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 80px; top: -100px; left: 60px; animation-delay: 100ms; } .tools-and-ide .logos .trello { width: 69px; height: 69px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 69px; top: 25px; left: 0; animation-delay: 400ms; } .tools-and-ide .logos .android-studio { width: 108px; height: 108px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 108px; z-index: 1; left: 85px; animation-delay: 800ms; } .tools-and-ide .logos .sketch { width: 70px; height: 70px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 70px; top: -65px; left: 180px; animation-delay: 1000ms; } .tools-and-ide .logos .exotel { width: 61px; height: 61px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 61px; top: 0; left: 260px; animation-delay: 1200ms; } .tools-and-ide .logos .slack { width: 75px; height: 75px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 75px; top: 130px; left: 40px; animation-delay: 1500ms; } .tools-and-ide .logos .zeplin { width: 96px; height: 96px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 96px; top: 95px; left: 160px; animation-delay: 1900ms; } .tools-and-ide .logos img { width: 80%; } /*======================== SECTION infrastructure ========================*/ .infrastructure h4 { font-size: 30px; } .infrastructure .logos { width: auto; max-width: 330px; } .infrastructure .logos .firebase { width: 114px; height: 114px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 114px; top: -140px; left: 10px; } .infrastructure .logos .amazon { width: 136px; height: 136px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 136px; top: -50px; left: 100px; } .infrastructure .logos .mysql { width: 115px; height: 115px; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); line-height: 115px; top: 60px; left: 200px; } .infrastructure .logos img { width: 80%; } } /*# sourceMappingURL=main.css.map */
zugubee/css/main.css
@font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Regular.woff2), url(../font/Metropolis/Metropolis-Regular.woff), url(../font/Metropolis/Metropolis-Regular.ttf); font-weight: 100; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Bold.woff2), url(../font/Metropolis/Metropolis-Bold.woff), url(../font/Metropolis/Metropolis-Bold.ttf); font-weight: 400; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-ExtraBold.woff2), url(../font/Metropolis/Metropolis-ExtraBold.woff), url(../font/Metropolis/Metropolis-ExtraBold.ttf); font-weight: 800; } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Semibold.ttf); font-weight: bold; } /*======================== animation logo-scale ========================*/ @keyframes logo-scale { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } .logos .logo { animation: logo-scale infinite 4s; } :root { font-size: 10px; } .section-subtitle { text-align: center; text-transform: uppercase; font-family: metropolis; font-weight: bold; font-size: 3rem; position: relative; } .shadow { color: #f5f5f5; font-size: 50px; font-family: metropolis; font-weight: 800; text-transform: uppercase; text-align: center; transform: translateY(55px); } section { padding: 10rem; position: relative; } section:nth-of-type(odd) img.side-element { position: absolute; right: 0; top: 50%; transform: translateY(-50%); } section:nth-of-type(even) img.side-element { position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .vertical-strip { visibility: hidden; } .fixed-vertical-strip { color: #7ed321; text-transform: uppercase; display: inline-block; position: absolute; transform: rotateZ(90deg); transform-origin: right; font-family: open-sans; font-size: 1.5rem; right: 100px; top: 70%; letter-spacing: 1px; position: fixed; z-index: 100; transition: opacity 100ms; } .fixed-vertical-strip:before { content: ""; position: absolute; width: 200px; height: 2px; background: #7ed321; transform: translate(-100%, 7px); left: -10px; top: 3px; } .banner { min-height: 100vh; display: flex; justify-content: center; align-items: center; background: url("../img/banner-bg-elements.png") no-repeat center; background-size: cover; } .banner .banner-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; } .banner .banner-wrapper .banner-mobile { margin-top: -420px; animation: mobile-banner 3s infinite; animation-direction: alternate; transform-origin: top; } .banner .banner-wrapper h1 { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(96deg, #56ab2f, #a8e063); font-size: 20rem; margin: 0; margin-top: -15rem; font-family: metropolis; font-weight: 400; } .banner .banner-wrapper .banner-text-wrapper { width: 100%; } .banner .banner-wrapper .banner-text-wrapper h2 { color: rgba(0, 0, 0, 0.54); font-family: open-sans; font-size: 1.6rem; } .banner .banner-wrapper .banner-text-wrapper .banner-text { float: right; width: 360px; } .banner .banner-wrapper .banner-text-wrapper .banner-text h2 { margin-bottom: 30px; } .banner .banner-wrapper .banner-text-wrapper .banner-text span { border: solid 1px #7ed321; padding: 5px 10px; border-radius: 14px; font-size: 1.2rem; color: #7ed321; font-family: open-sans; margin: 5px; } .banner .banner-wrapper .banner-text-wrapper .banner-text span:first-of-type { margin-left: 0; } /*======================== SECTION statistics ========================*/ .statistics { margin-top: 8rem; text-align: center; background-color: #2f2f2f; padding: 3rem 0; } .statistics .statistic-data { color: rgba(255, 255, 255, 0.87); text-transform: uppercase; } .statistics .statistic-data h3 { font-family: "metropolis", "sans-serif"; font-weight: 400; font-size: 4rem; } .statistics .statistic-data h6 { font-size: 1.3rem; letter-spacing: 1px; } /*======================== SECTION about ========================*/ .about { padding: 12rem 0; background-color: #f8f8f8; } .about .about-description span { font-size: 10rem; color: rgba(47, 47, 47, 0.05); font-family: "metropolis", "sans-serif"; font-weight: 400; } .about .about-description h3 { font-family: "open-sans", "sans-serif"; font-weight: bold; font-size: 4rem; margin-top: -8rem; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; transform: translateY(-55px); background-image: linear-gradient(97deg, #56ab2f, #a8e063); } @media (max-width: 500px) { .about .about-description span { font-size: 7.5rem; } .about .about-description h3 { font-size: 3rem; margin-top: 0; } } .about .about-description p { font-size: 1.8rem; line-height: 2.5; letter-spacing: 1px; color: rgba(47, 47, 47, 0.54); margin-top: -50px; } .about .about-data { margin-top: 10rem; padding-left: 2rem; border-left: solid 0.5px #979797; } .about .about-data h4 { color: rgba(47, 47, 47, 0.54); font-size: 2rem; font-family: "metropolis", "sans-serif"; font-weight: 400; text-transform: uppercase; margin: 1rem 0; } .about .about-data h6 { color: rgba(47, 47, 47, 0.87); font-size: 2rem; margin-bottom: 4rem; } .design span { font-size: 10rem; color: rgba(47, 47, 47, 0.05); font-family: "metropolis", "sans-serif"; font-weight: 400; } .design h3 { font-family: "open-sans", "sans-serif"; font-weight: bold; font-size: 4rem; margin-top: -8rem; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; transform: translateY(-55px); background-image: linear-gradient(97deg, #56ab2f, #a8e063); } @media (max-width: 500px) { .design span { font-size: 7.5rem; } .design h3 { font-size: 3rem; margin-top: 0; } } .design .colors .col-md-6 { padding: 7rem; display: flex; justify-content: center; } .design .colors .col-md-6 div { margin: 20px; } .design .colors .col-md-6 div span { display: block; font-size: 1.8rem; font-family: open-sans; opacity: 0.5; color: #000; } .design .fonts .col-md-6 { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 7rem; } .design .fonts .col-md-6 h4 { font-family: metropolis; font-size: 30px; opacity: 0.54; font-weight: 100; } .design .fonts .col-md-6 h6 { font-family: open-sans; font-size: 18px; opacity: 0.5; } .ui-design { position: relative; } .ui-design .home-screens { position: relative; } .ui-design .home-screens h3 { color: rgba(102, 102, 102, 0.1); font-family: metropolis; font-weight: 800; font-size: 7rem; text-transform: uppercase; margin-top: 20rem; margin-left: 5rem; } .ui-design .home-screens .img-wrapper { margin-top: 100px; position: relative; } .ui-design .home-screens .img-wrapper img:nth-of-type(1) { z-index: 1; position: relative; /*for z-index to work*/ animation: home-screen-1 5s infinite; } .ui-design .home-screens .img-wrapper img:nth-of-type(2) { left: 100px; top: 0; position: absolute; animation: home-screen-2 5s infinite; } .ui-design .other-screens { position: relative; } .ui-design .other-screens img { width: 90%; max-width: 1000px; } .ui-design .other-screens h3 { color: rgba(102, 102, 102, 0.1); font-family: metropolis; font-weight: 800; font-size: 7rem; text-transform: uppercase; margin-top: 15rem; margin-left: auto; margin-right: 100px; text-align: right; } @keyframes mobile-banner { from { transform: rotateX(0deg); } to { transform: rotateX(20deg); } } @keyframes home-screen-1 { 0% { transform: translateX(0px); } 50% { transform: translateX(10px); } 100% { transform: translateX(0); } } @keyframes home-screen-2 { 0% { transform: translateX(0px); } 50% { transform: translateX(-10px); } 100% { transform: translateX(0); } } /*======================== SECTION icons ========================*/ .icons { padding: 15rem 0; text-align: center; } .icons h3 { font-family: "metropolis", "sans-serif"; font-weight: 400; font-size: 1.5rem; color: #f87651; letter-spacing: 3px; position: relative; text-transform: uppercase; margin-bottom: 15rem; } @media (max-width: 500px) { .icons h3 { font-size: 1.2rem; margin-bottom: 8rem; } } .icons h3:after { content: ""; position: absolute; width: 217px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } .icons img { margin: 0 auto; } /*======================== SECTION engineering ========================*/ .engineering { background-color: #f8f8f8; padding-top: 14rem; padding-bottom: 25rem; } .engineering span { font-size: 10rem; color: rgba(47, 47, 47, 0.05); font-family: "metropolis", "sans-serif"; font-weight: 400; } .engineering h3 { font-family: "open-sans", "sans-serif"; font-weight: bold; font-size: 4rem; margin-top: -8rem; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; transform: translateY(-55px); background-image: linear-gradient(97deg, #56ab2f, #a8e063); } @media (max-width: 500px) { .engineering span { font-size: 7.5rem; } .engineering h3 { font-size: 3rem; margin-top: 0; } } .engineering .spice-left { transform: translateY(-190px); } .engineering .spice-right { transform: translate(100px, 400px); } .engineering .engineering-content { margin-top: 20rem; } .engineering .engineering-content .challenges-text { margin-top: 7rem; } .engineering .engineering-content .challenges-text h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } @media (max-width: 500px) { .engineering .engineering-content .challenges-text h4 { font-size: 3rem; } } .engineering .engineering-content .challenges-text h4:after { content: "&"; position: absolute; top: -4.8rem; right: -10.5rem; font-family: "metropolis", "sans-serif"; font-size: 14rem; font-weight: 800; letter-spacing: 1px; color: rgba(168, 224, 99, 0.54); } .engineering .engineering-content .challenges-text h4 { margin-bottom: 2rem; } .engineering .engineering-content .challenges-text h6 { letter-spacing: 0.8px; font-size: 1.6rem; line-height: 2rem; color: rgba(71, 71, 71, 0.54); } .engineering .engineering-content .challenges-slider .slick-slider { position: relative; } .engineering .engineering-content .challenges-slider .slick-slider .slick-dots li button:before { font-size: 10px; color: #7ed321; } .engineering .engineering-content .challenges-slider .slick-slider .slick-dots li.slick-active button:before { font-size: 15px; opacity: 1; } .engineering .engineering-content .challenges-slider .slick-slider .slide { width: 488px; height: 260px; border-radius: 2px; background-color: #ffffff; box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.15); margin: 3rem; padding: 4rem; border-left: 5px solid #7ed321; } .engineering .engineering-content .challenges-slider .slick-slider h5 { font-family: "metropolis", "sans-serif"; font-size: 1.2rem; font-weight: 800; letter-spacing: 0.8px; color: #56ab2f; } .engineering .engineering-content .challenges-slider .slick-slider h6 { letter-spacing: 0.8px; color: rgba(0, 0, 0, 0.54); font-size: 1.4rem; margin-bottom: 2rem; } .engineering .engineering-content .challenges-slider .slick-slider:after { content: ""; position: absolute; width: 90px; height: 2px; border-radius: 1px; background: #4d395a; bottom: 50px; right: -30px; } /*======================== SECTION architecture ========================*/ .architecture { padding: 12rem 2rem; text-align: center; } .architecture img { margin: 0 auto; } .architecture h3 { font-family: "metropolis", "sans-serif"; font-weight: 400; font-size: 1.5rem; color: #f87651; letter-spacing: 3px; position: relative; text-transform: uppercase; margin-bottom: 15rem; margin-bottom: 7rem; } @media (max-width: 500px) { .architecture h3 { font-size: 1.2rem; margin-bottom: 8rem; } } .architecture h3:after { content: ""; position: absolute; width: 200px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } .architecture p { line-height: 2; font-size: 1.4rem; letter-spacing: 1px; text-align: left; color: rgba(0, 0, 0, 0.54); margin-bottom: 6rem; } /*======================== SECTION languages and database ========================*/ .lang-and-db { background: #f8f8f8; padding: 20rem 0; } .lang-and-db .spice-left { transform: translateY(-300px); } .lang-and-db .spice-right { transform: translateY(300px); } .lang-and-db h6 { font-size: 1.6rem; letter-spacing: 0.8px; color: rgba(71, 71, 71, 0.54); } .lang-and-db h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } @media (max-width: 500px) { .lang-and-db h4 { font-size: 3rem; } } .lang-and-db h4:after { content: "&"; position: absolute; top: -4.8rem; right: -10.5rem; font-family: "metropolis", "sans-serif"; font-size: 14rem; font-weight: 800; letter-spacing: 1px; color: rgba(168, 224, 99, 0.54); } .lang-and-db .logos { width: 420px; height: 150px; } @media (max-width: 768px) { .lang-and-db .logos { margin-top: 150px; } } .lang-and-db .logos .logo { background: #fff; text-align: center; position: absolute; } .lang-and-db .logos .python { width: 187px; height: 187px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 187px; z-index: 2; top: -40px; left: 120px; } .lang-and-db .logos .java { width: 135px; height: 135px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2); line-height: 135px; z-index: 1; top: 10rem; animation-delay: 500ms; } .lang-and-db .logos .mongodb { width: 142px; height: 142px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 142px; z-index: 3; top: -120px; left: 260px; animation-delay: 800ms; } /*======================== SECTION tools and ide ========================*/ .tools-and-ide { padding: 20rem 0; } .tools-and-ide h6 { font-size: 1.6rem; letter-spacing: 0.8px; color: rgba(71, 71, 71, 0.54); } .tools-and-ide h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } .tools-and-ide h4:before { content: "&"; position: absolute; top: -4.8rem; left: -7rem; font-family: "metropolis", "sans-serif"; font-size: 14rem; font-weight: 800; letter-spacing: 1px; color: rgba(168, 224, 99, 0.54); } .tools-and-ide .logos { width: 520px; height: 200px; } .tools-and-ide .logos .logo { background: #fff; text-align: center; position: absolute; } .tools-and-ide .logos .pycharm { width: 114px; height: 114px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 114px; top: -130px; left: 120px; animation-delay: 100ms; } .tools-and-ide .logos .trello { width: 97px; height: 97px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 97px; top: 25px; left: 20px; animation-delay: 400ms; } .tools-and-ide .logos .android-studio { width: 153px; height: 153px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 153px; z-index: 1; left: 150px; animation-delay: 800ms; } .tools-and-ide .logos .sketch { width: 99px; height: 99px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 99px; top: -90px; left: 290px; animation-delay: 1000ms; } .tools-and-ide .logos .exotel { width: 86px; height: 86px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 86px; top: 0; left: 420px; animation-delay: 1200ms; } .tools-and-ide .logos .slack { width: 107px; height: 107px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 107px; top: 180px; left: 100px; animation-delay: 1500ms; } .tools-and-ide .logos .zeplin { width: 137px; height: 137px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 137px; top: 100px; left: 280px; animation-delay: 1900ms; } /*======================== SECTION infrastructure ========================*/ .infrastructure { background: #f8f8f8; padding: 25rem 0; } .infrastructure .spice-left { transform: translateY(-300px); } .infrastructure .spice-right { transform: translateY(400px); } .infrastructure h6 { font-size: 1.6rem; letter-spacing: 0.8px; color: rgba(71, 71, 71, 0.54); } .infrastructure h4 { font-family: "metropolis", "sans-serif"; font-weight: 800; letter-spacing: 0.9px; font-size: 3.6rem; color: rgba(88, 64, 98, 0.27); display: inline; position: relative; } .infrastructure .logos { width: 400px; height: 150px; } .infrastructure .logos .logo { background: #fff; text-align: center; position: absolute; } .infrastructure .logos .firebase { width: 152px; height: 152px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 152px; z-index: 3; top: -160px; left: -20px; animation-delay: 300ms; } .infrastructure .logos .amazon { width: 205px; height: 205px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 205px; z-index: 2; top: -50px; left: 100px; } .infrastructure .logos .mysql { width: 135px; height: 135px; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); line-height: 135px; z-index: 1; top: 120px; left: 250px; animation-delay: 800ms; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Regular.woff2), url(../font/Metropolis/Metropolis-Regular.woff), url(../font/Metropolis/Metropolis-Regular.ttf); font-weight: 100; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Bold.woff2), url(../font/Metropolis/Metropolis-Bold.woff), url(../font/Metropolis/Metropolis-Bold.ttf); font-weight: 400; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-ExtraBold.woff2), url(../font/Metropolis/Metropolis-ExtraBold.woff), url(../font/Metropolis/Metropolis-ExtraBold.ttf); font-weight: 800; } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } @font-face { font-family: "open-sans"; src: url(../font/Open_Sans/OpenSans-Semibold.ttf); font-weight: bold; } /*===================================devices GREATER than 1440px==================================*/ @media (min-width: 1440px) { .banner-bg { height: 60rem; } } /*===================================devices less than 1200px==================================*/ @media (max-width: 1200px) { /*======================== SECTION banner-content ========================*/ .banner-content img { margin-top: -16rem; } .banner-content .card { width: 40rem; } /*======================== SECTION lang-and-db ========================*/ .lang-and-db .logos { margin-top: 100px; margin-left: 50%; } /*======================== SECTION tools-and-ide ========================*/ .tools-and-ide .logos { margin-top: 180px; } /*======================== SECTION infrastructure ========================*/ .infrastructure .logos { margin-top: 180px; margin-left: 50%; } } /*===================================devices less than 992px==================================*/ @media (max-width: 992px) { html { font-size: 9px; } .fixed-vertical-strip { display: none; } .side-element { display: none; } /*======================== SECTION banner-content ========================*/ .banner .banner-wrapper h1 { font-size: 13rem; } .banner .banner-wrapper img.banner-bg-grocery { display: none; } .banner .banner-wrapper img.banner-mobile { margin-top: 0; } .banner .banner-wrapper .banner-text-wrapper .banner-text { padding: 15px; } /*======================== SECTION uidesign ========================*/ .ui-design .design-text h4 { margin-top: 10rem; font-size: 6rem; } .ui-design .design-color { margin: 0 auto; } .ui-design .design-color h5:after { content: ""; position: absolute; width: 130px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION engineering ========================*/ .engineering .engineering-content .challenges-slider .slick-slider:after { width: 0; } /*======================== SECTION languages and database ========================*/ .lang-and-db .logos { margin: 180px auto 0 auto; } /*======================== SECTION tools and ide ========================*/ .tools-and-ide .logos { margin: 180px auto 0 auto; } /*======================== SECTION infrastructure ========================*/ .infrastructure .logos { margin: 180px auto 0 auto; } } /*===================================devices less than 768px==================================*/ @media (max-width: 768px) { html { font-size: 8px; } section { padding: 5rem 0; } /*======================== SECTION banner-content ========================*/ .banner .banner-wrapper h1 { font-size: 8rem; } /*======================== SECTION about ========================*/ .about .about-data { text-align: center; border-left: none; margin-bottom: 7rem; } .about .about-data:after { content: ""; width: 70%; height: 2px; background: #979797; position: absolute; left: 15%; } .design .colors .col-md-6 { padding: 0; margin: 3rem 0; } .design .colors .col-md-6 img { width: 150px; } .design .fonts .col-md-6 { padding: 0; margin: 3rem 0; } /*======================== SECTION uidesign ========================*/ .ui-design .design-text h4 { margin-top: 15rem; } /*======================== SECTION icons ========================*/ .icons { padding-left: 5rem; padding-right: 5rem; } } /*===================================devices less than 550px==================================*/ @media (max-width: 550px) { /*======================== SECTION uidesign ========================*/ .ui-design .design-text h4 { font-size: 3.8rem; } .ui-design .design-color h5:after { content: ""; position: absolute; width: 150px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION walkthrough-screens ========================*/ .walkthrough-screens h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION home-screens ========================*/ .home-screens h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION other-screens ========================*/ .other-screens h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION icons ========================*/ .icons h3:after { content: ""; position: absolute; width: 30px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION engineering ========================*/ .engineering { padding-bottom: 15rem; } .engineering .engineering-content { margin-top: 5rem; } /*======================== SECTION architecture ========================*/ .architecture h3:after { content: ""; position: absolute; width: 80px; height: 2px; background: #f87651; top: 5px; margin: 0 5px; border-radius: 1px; } /*======================== SECTION languages and database ========================*/ .lang-and-db .logos { width: auto; max-width: 330px; } .lang-and-db .logos .python { width: 136px; height: 136px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 136px; top: -20px; left: 90px; } .lang-and-db .logos .java { width: 84px; height: 84px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2); line-height: 84px; top: 10rem; left: 10; } .lang-and-db .logos .mongodb { width: 114px; height: 114px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 114px; top: -100px; left: 200px; } .lang-and-db .logos img { width: 70%; } /*======================== SECTION tools and ide ========================*/ .tools-and-ide .logos { width: auto; max-width: 330px; } .tools-and-ide .logos .pycharm { width: 80px; height: 80px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 80px; top: -100px; left: 60px; animation-delay: 100ms; } .tools-and-ide .logos .trello { width: 69px; height: 69px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 69px; top: 25px; left: 0; animation-delay: 400ms; } .tools-and-ide .logos .android-studio { width: 108px; height: 108px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 108px; z-index: 1; left: 85px; animation-delay: 800ms; } .tools-and-ide .logos .sketch { width: 70px; height: 70px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 70px; top: -65px; left: 180px; animation-delay: 1000ms; } .tools-and-ide .logos .exotel { width: 61px; height: 61px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 61px; top: 0; left: 260px; animation-delay: 1200ms; } .tools-and-ide .logos .slack { width: 75px; height: 75px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 75px; top: 130px; left: 40px; animation-delay: 1500ms; } .tools-and-ide .logos .zeplin { width: 96px; height: 96px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); line-height: 96px; top: 95px; left: 160px; animation-delay: 1900ms; } .tools-and-ide .logos img { width: 80%; } /*======================== SECTION infrastructure ========================*/ .infrastructure h4 { font-size: 30px; } .infrastructure .logos { width: auto; max-width: 330px; } .infrastructure .logos .firebase { width: 114px; height: 114px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); line-height: 114px; top: -140px; left: 10px; } .infrastructure .logos .amazon { width: 136px; height: 136px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); line-height: 136px; top: -50px; left: 100px; } .infrastructure .logos .mysql { width: 115px; height: 115px; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); line-height: 115px; top: 60px; left: 200px; } .infrastructure .logos img { width: 80%; } } /*# sourceMappingURL=main.css.map */
0.446012
0.106551
:root { --border-collapse: separate; --cell--padding: 0.75em; --cell--text-align: left; --cell--border: 1px solid var(--color-gray); --cell--bg-color: var(--color-gray); --cell--display: table-cell; --label-color: var(--color-black); --td--bg-color: transparent; --td-value--display: none; --td-value--font-size: 1rem; --thead--visibility: table-header-group; --txt--transform-toggle: none; } .table { & &__root { border-spacing: 0; margin: 1em 0; width: 100%; } & caption { text-align: left; padding: var(--cell--padding); } &__head { background-color: var(--cell--bg-color); display: var(--thead--visibility); font-weight: bold; text-transform: uppercase; } &__header, &__data { border-bottom: var(--cell--border); padding: var(--cell--padding); text-align: var(--cell--text-align); } & small { font-size: 90%; } /* variants */ &--default, &--auto { overflow-x: auto; overflow-y: hidden; text-align: left; } &--default { & .table__root { width: 100%; min-width: 40em; } & .table__header, & .table__data { min-width: 12em; } } &--auto { display: inline-block; } &--responsive { & .table__root { border-collapse: var(--border-collapse); width: 100%; } .table__data { display: var(--cell--display); &:empty { display: none; } } .table__foot { background-color: var(--cell--bg-color); font-weight: var(--font-weight--bold); & .table__data { &:not(:first-of-type)::before { content: attr(data-heading); color: var(--label-color); display: var(--td-value--display); font-weight: var(--font-weight--normal); margin-bottom: 0.5em; } } } .table__body { & .table__data { &:first-of-type { background-color: var(--td--bg-color); } &:not(:first-of-type)::before { content: attr(data-heading); color: var(--label-color); display: var(--td-value--display); font-weight: var(--font-weight--normal); margin-bottom: 0.5em; } } } .table__body, .table__foot { /* data values to be displayed inline on small screens, vs. stacked */ .table--inline & { & .table__data:not(:first-of-type) { text-align: left; &::before { left: 2%; position: absolute; } } } } @media only screen and (width <= 45em) { & .table__root { border-collapse: collapse; position: relative; } & .table__head { display: none; visibility: hidden; } .table__row { &::after { content: ''; display: block; clear: both; } } .table__header, .table__data { display: block; text-align: center; } .table__body, .table__foot { .table__data { &:first-of-type { background-color: var(--cell--bg-color); font-weight: var(--font-weight--bold); text-transform: uppercase; } &:not(:first-of-type)::before { content: attr(data-heading); color: var(--label-color); display: block; font-weight: var(--font-weight--bold); margin-bottom: 0.5em; } } } } } &.table--inline-data { @extend .table--responsive; @media only screen and (width <= 45em) { /* data values to be displayed inline on small screens, vs. stacked */ .table__data:not(:first-of-type) { padding-left: 50%; text-align: left; &::before { left: 2%; position: absolute; } } } } } table.RichText * + * { margin-top: 0; }
source/elements/atoms/Table/Table.css
:root { --border-collapse: separate; --cell--padding: 0.75em; --cell--text-align: left; --cell--border: 1px solid var(--color-gray); --cell--bg-color: var(--color-gray); --cell--display: table-cell; --label-color: var(--color-black); --td--bg-color: transparent; --td-value--display: none; --td-value--font-size: 1rem; --thead--visibility: table-header-group; --txt--transform-toggle: none; } .table { & &__root { border-spacing: 0; margin: 1em 0; width: 100%; } & caption { text-align: left; padding: var(--cell--padding); } &__head { background-color: var(--cell--bg-color); display: var(--thead--visibility); font-weight: bold; text-transform: uppercase; } &__header, &__data { border-bottom: var(--cell--border); padding: var(--cell--padding); text-align: var(--cell--text-align); } & small { font-size: 90%; } /* variants */ &--default, &--auto { overflow-x: auto; overflow-y: hidden; text-align: left; } &--default { & .table__root { width: 100%; min-width: 40em; } & .table__header, & .table__data { min-width: 12em; } } &--auto { display: inline-block; } &--responsive { & .table__root { border-collapse: var(--border-collapse); width: 100%; } .table__data { display: var(--cell--display); &:empty { display: none; } } .table__foot { background-color: var(--cell--bg-color); font-weight: var(--font-weight--bold); & .table__data { &:not(:first-of-type)::before { content: attr(data-heading); color: var(--label-color); display: var(--td-value--display); font-weight: var(--font-weight--normal); margin-bottom: 0.5em; } } } .table__body { & .table__data { &:first-of-type { background-color: var(--td--bg-color); } &:not(:first-of-type)::before { content: attr(data-heading); color: var(--label-color); display: var(--td-value--display); font-weight: var(--font-weight--normal); margin-bottom: 0.5em; } } } .table__body, .table__foot { /* data values to be displayed inline on small screens, vs. stacked */ .table--inline & { & .table__data:not(:first-of-type) { text-align: left; &::before { left: 2%; position: absolute; } } } } @media only screen and (width <= 45em) { & .table__root { border-collapse: collapse; position: relative; } & .table__head { display: none; visibility: hidden; } .table__row { &::after { content: ''; display: block; clear: both; } } .table__header, .table__data { display: block; text-align: center; } .table__body, .table__foot { .table__data { &:first-of-type { background-color: var(--cell--bg-color); font-weight: var(--font-weight--bold); text-transform: uppercase; } &:not(:first-of-type)::before { content: attr(data-heading); color: var(--label-color); display: block; font-weight: var(--font-weight--bold); margin-bottom: 0.5em; } } } } } &.table--inline-data { @extend .table--responsive; @media only screen and (width <= 45em) { /* data values to be displayed inline on small screens, vs. stacked */ .table__data:not(:first-of-type) { padding-left: 50%; text-align: left; &::before { left: 2%; position: absolute; } } } } } table.RichText * + * { margin-top: 0; }
0.753376
0.222521
.projects-section { padding: 10rem 0; } .projects-section .featured-text { padding: 2rem; } @media (min-width: 992px) { .projects-section .featured-text { padding: 0 0 0 2rem; border-left: 0.5rem solid #64a19d; } } .projects-section .project-text { padding: 3rem; font-size: 90%; } @media (min-width: 992px) { .projects-section .project-text { padding: 5rem; } .projects-section .project-text hr { border-color: #64a19d; border-width: .25rem; width: 30%; } } .title-gallery { text-align: center; padding-bottom: 40px; font-size: 50px; color: rgba(255, 255, 255, 0.6); font-family: 'Shadows Into Light', cursive; margin-top: 150px; padding-right: 60px; } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 20%; list-style: none; } .carousel-indicators li { box-sizing: content-box; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; transition: opacity 0.6s ease; border-radius: 50%; height: 10px; width: 10px; border: 0px; } @media (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } } .carousel-indicators .active { opacity: 1; } .gallery-section { background-color: #161616; padding-top: 20px; padding-bottom: 100px; padding-top: 50px; } .gallery-section-top { position: relative; width: 100%; height: auto; min-height: 35rem; padding: 15rem 0; background: linear-gradient(to top, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/water-split.jpg"); background-position: center; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; height: 100vh; } #myCarousel { width: 75%; margin-left: 21.5%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6); background-color: rgba(0,0,0,0); filter: alpha(opacity=50); opacity: 0.8; } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.3; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); display: inline-block; width: 20px; height: 20px; background: no-repeat 50% / 100% 100%; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6); background-color: rgba(0,0,0,0); font-family: 'Fjalla One', sans-serif; } .yt-video { margin-left: 30%; padding-top: 20px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .yt-container { position: relative; width: 73.5%; height: 0; padding-bottom: 42.70%; } .title-video { color: white; margin-left: 22%; padding-top: 120px; font-family: 'Shadows Into Light', cursive; font-size: 25px; } .image-enlarge { padding-top: 50px; margin-left: 300px; }
css/gallery.css
.projects-section { padding: 10rem 0; } .projects-section .featured-text { padding: 2rem; } @media (min-width: 992px) { .projects-section .featured-text { padding: 0 0 0 2rem; border-left: 0.5rem solid #64a19d; } } .projects-section .project-text { padding: 3rem; font-size: 90%; } @media (min-width: 992px) { .projects-section .project-text { padding: 5rem; } .projects-section .project-text hr { border-color: #64a19d; border-width: .25rem; width: 30%; } } .title-gallery { text-align: center; padding-bottom: 40px; font-size: 50px; color: rgba(255, 255, 255, 0.6); font-family: 'Shadows Into Light', cursive; margin-top: 150px; padding-right: 60px; } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 20%; list-style: none; } .carousel-indicators li { box-sizing: content-box; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; transition: opacity 0.6s ease; border-radius: 50%; height: 10px; width: 10px; border: 0px; } @media (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } } .carousel-indicators .active { opacity: 1; } .gallery-section { background-color: #161616; padding-top: 20px; padding-bottom: 100px; padding-top: 50px; } .gallery-section-top { position: relative; width: 100%; height: auto; min-height: 35rem; padding: 15rem 0; background: linear-gradient(to top, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/water-split.jpg"); background-position: center; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; height: 100vh; } #myCarousel { width: 75%; margin-left: 21.5%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6); background-color: rgba(0,0,0,0); filter: alpha(opacity=50); opacity: 0.8; } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.3; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); display: inline-block; width: 20px; height: 20px; background: no-repeat 50% / 100% 100%; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6); background-color: rgba(0,0,0,0); font-family: 'Fjalla One', sans-serif; } .yt-video { margin-left: 30%; padding-top: 20px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .yt-container { position: relative; width: 73.5%; height: 0; padding-bottom: 42.70%; } .title-video { color: white; margin-left: 22%; padding-top: 120px; font-family: 'Shadows Into Light', cursive; font-size: 25px; } .image-enlarge { padding-top: 50px; margin-left: 300px; }
0.559531
0.084191
-webkit-text-fill-color: transparent; text-transform: uppercase } #chart h3 span, #digital-number span.text, #intro h2 span, #nguongoc h2 span, #slide-02 .content-left h2, #thanhphan h3 span, #top-menu li a { text-transform: uppercase } #digital-number .col, #digital-number .icon, #hauqua .s-title, #nguongoc h4, #sailam .s-title, #thanhphan .col p, #uudiem .item { text-align: center } body { font-family: Roboto, sans-serif } img { max-width: 100%; height: auto } @keyframes mouse-scroll { 0% { opacity: 0 } 50% { opacity: 1 } 100% { opacity: .5 } } @keyframes mouse-wheel { 0% { opacity: 1; transform: translateY(0) } 100% { opacity: 0; transform: translateY(18px) } } .scroll-animation { -o-object-fit: cover; object-fit: cover; object-position: 50% 50%; position: absolute; top: 100%; left: 50%; margin-left: -15px; margin-top: -200px; z-index: 1001 } .scroll-animation .mouse { height: 45px; width: 30px; border-radius: 30px; border: 2px solid #88140b; margin-bottom: 3px } .scroll-animation .mouse .wheel { animation: mouse-wheel 1.5s ease infinite; height: 15px; width: 6px; background: #88140b; margin: 3px auto; border-radius: 3px } .scroll-animation .arrows .first { animation-delay: .1s } .scroll-animation .arrows .second { animation-delay: .2s } .scroll-animation .arrows .third { animation-delay: .3s } .scroll-animation .arrows span { width: 9px; height: 9px; border-right: 2px solid #88140b; border-bottom: 2px solid #88140b; transform: rotate(45deg); display: block; margin: 0 auto; animation: mouse-scroll 2s infinite } .close:focus { outline: 0 } #slider-homepage { width: 100%; height: calc(100% * 9/16); overflow: hidden; position: relative; max-width: 1920px } .hero-slide { position: relative; height: 100%; background-size: cover!important } #slide-01 { color: #fff } #slide-01 .img-right { max-width: 30%; position: absolute; right: 10%; bottom: 0; margin-top: 50px } #slide-01 .content-left img { display: block; margin: 0 auto } #slide-01 .content-left img.img-first { margin-bottom: 50px } #slide-01 .content-left { padding-top: 50px } #slide-01 .col-sm-4 p { margin-top: 15px; font-weight: 900; font-size: 2.2rem; line-height: 1.1 } #slide-02 .content-left { color: #fff; padding-top: 50px } #slide-02 .content-left h2 { font-weight: 900; font-size: 4.5rem; margin-bottom: 39px } #slide-02 .content-left h2 span { display: block; font-size: 5.5rem; color: #f3df95; background: -webkit-linear-gradient(#fdf8d0, #E5DD82, #f5bd28); -webkit-background-clip: text } #slide-02 .content-color { background: #600002; width: 100%; padding-top: 30px; padding-bottom: 30px } #slide-02 .text-content { font-size: 3.5rem; color: #fff; font-weight: 900; line-height: 1.2; padding-top: 30px; padding-bottom: 30px } #slide-02 .img-logo { display: block; margin: 0 auto } #slide-02 .hero-slide { position: relative; padding-bottom: 100px } #slide-02 .img-right { position: absolute; right: 10%; bottom: 0; top: 50px } #slide-03 img { display: block; margin: 24px auto } #slide-03 .img-second { margin-top: 100px; margin-bottom: 30px } #top-menu { background: rgba(240, 43, 25, 1); background: -moz-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0, rgba(240, 43, 25, 1)), color-stop(13%, rgba(224, 33, 16, 1)), color-stop(32%, rgba(96, 18, 12, 1)), color-stop(49%, rgba(96, 18, 12, 1)), color-stop(69%, rgba(96, 18, 12, 1)), color-stop(90%, rgba(224, 33, 16, 1)), color-stop(100%, rgba(240, 43, 25, 1))); background: -webkit-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: -o-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: -ms-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: linear-gradient(to right, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f02b19', endColorstr='#f02b19', GradientType=1) } #top-menu.fixed-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000 } #chart, #top-menu li { position: relative } #top-menu li::after, #top-menu li::before, #top-menu::after { top: 100%; position: absolute; content: ""; display: block } #top-menu .navbar-brand { margin-bottom: -55px; padding: 0; width: 100px; z-index: 2 } #top-menu::after { left: 0; width: 100%; height: 55px; background: #88140b } #top-menu li::before { width: 5px; height: 5px; background: #faed98; border-radius: 50%; left: 0; margin-top: -2px; transition: all .3s; opacity: 0 } #top-menu li:hover::before { left: 20%; opacity: 1 } #top-menu li::after { transition: all .3s; width: 0%; height: 1px; left: 30%; margin-left: -30%; background: rgba(233, 212, 179, 1); background: -moz-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: -webkit-gradient(left top, right top, color-stop(0, rgba(233, 212, 179, 1)), color-stop(50%, rgba(182, 141, 76, .5)), color-stop(100%, rgba(233, 212, 179, 0))); background: -webkit-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: -o-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: -ms-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: linear-gradient(to right, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9d4b3', endColorstr='#e9d4b3', GradientType=1) } #top-menu li:hover::after { width: 60%; left: 50% } #top-menu li a { font-weight: 700; color: #faed98; font-size: 14px; transition: all .3s } #top-menu li a:focus, #top-menu li a:hover { color: #f3c12b } #chart { background: #88140b; color: #faed98; padding-top: 65px; overflow: hidden; padding-bottom: 200px } #chart::after { content: ""; position: absolute; width: 120%; margin-left: -60%; height: 200px; background: #fff; bottom: 0; border-top-left-radius: 100%; border-top-right-radius: 100%; left: 50%; z-index: 2 } #chart h3 { font-weight: 900; font-size: 2rem } #chart h3 strong { font-size: 3.5rem } #chart h3 span { font-weight: 900; font-size: 2.1rem; color: #ffcd58 } #digital-number { position: relative; height: 100px; background: #fff; margin-top: -140px; z-index: 2; margin-bottom: 150px } #digital-number .icon { display: block; width: 100px; height: 100px; background: #ffcd58; border-radius: 100px; margin: 10px auto; line-height: 100px; font-size: 40px; font-weight: 700 } #digital-number .icon img { border-radius: 100% } #digital-number span.text { font-weight: 700; font-size: 1rem } #nguyennhan { padding-top: 100px; padding-bottom: 100px; background: url(../image/bg-1.png) top right no-repeat } #nguyennhan h2 { font-weight: 900; font-size: 2.5rem; color: #e02110 } #nguyennhan ul { padding-left: 15px } #nguyennhan ul li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #nguyennhan .content { width: 50% } #nguyennhan .cta .title { font-weight: 700; font-size: 1.5rem; margin-bottom: 0 } #nguyennhan .cta a.btn { border-radius: 30px; font-weight: 900; background: #88140b; border: none; padding: 10px 30px 10px 40px; margin-right: 120px; position: relative } #nguyennhan .cta a .icon { display: block; position: absolute; left: 0; top: 0; width: 48px; height: 48px; margin-left: -18px; margin-top: -2px; border-radius: 48px; background: url(../image/icon-phone.png) center center no-repeat #ffcd58 } #hauqua { padding-top: 100px; padding-bottom: 100px; background: url(../image/bg-4.png) 300px bottom no-repeat } #hauqua .s-title { font-weight: 900; font-size: 2.5rem; color: #ffc107 } #hauqua ul { padding-left: 25px } #hauqua ul li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #sailam { padding-top: 80px; padding-bottom: 80px } #sailam .s-title { font-weight: 900; font-size: 2.5rem; margin-bottom: 30px } #sailam .strong-title { font-weight: 900; font-size: 2.5rem; color: #4caf50 } #intro h2, #intro h2 span { font-size: 3rem; font-weight: 900 } #nguongoc h2 span, #thanhphan h3 span, .readmore { color: #b61b0e; text-decoration: underline } #sailam .col-left { border-right: 2px dashed #cddc39; position: relative } #sailam .col-left::before { content: ""; width: 12px; height: 12px; border-radius: 12px; border: 2px solid #cddc39; position: absolute; top: 40%; right: 0; margin-right: -7px; background: #ffc107 } #sailam .col-right img { width: 100px; height: 100px; border-radius: 100px; border: 3px solid #f0f7f0; margin-right: 10px!important } #sailam .col-right .media-body { padding: 15px; background: #f1f7f8; border-radius: 4px } #nguongoc, #thanhphan { padding-bottom: 50px } #intro .content, #uudiem { padding-top: 80px } #sailam .col-right .media { margin-bottom: 15px } #intro { background: rgba(96, 18, 12, 1); background: -moz-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(96, 18, 12, 1)), color-stop(57%, rgba(215, 26, 9, .98)), color-stop(58%, rgba(217, 26, 9, .98)), color-stop(100%, rgba(96, 18, 12, 1))); background: -webkit-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: -o-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: -ms-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: linear-gradient(135deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#60120c', endColorstr='#60120c', GradientType=1) } #intro .sanpham { width: 320px; display: block; margin: 15px auto 0 } #congdung, #nguongoc, #thanhphan { padding-top: 50px } #intro h2 { color: #fff5be } #intro h2 span { display: block; margin-bottom: 50px; color: #f3df95; background: -webkit-linear-gradient(#fdf8d0, #E5DD82, #f5bd28); -webkit-background-clip: text } #nguongoc h2 { font-weight: 900; font-size: 2rem } #nguongoc h2 span { display: block; font-size: 2.5rem } #nguongoc h4 { font-weight: 700; margin-top: 15px; font-size: 18px } #nguongoc h4 i { font-weight: 400 } #nguongoc .embed-responsive { margin-top: 40px } #thanhphan { background: #f1f7f8 } #thanhphan h3 { font-weight: 900; font-size: 2rem } #thanhphan h3 span { display: none; font-size: 2.5rem } #thanhphan .col a { color: #333; text-decoration: none } #thanhphan .col a:focus { text-decoration: none; outline: 0 } #baochi h4, #congdung h2 span { text-decoration: underline; text-transform: uppercase } #thanhphan img { border-radius: 100%; display: block; margin: 10px auto } #thanhphan .col p { font-weight: 700 } #congdung { color: #ffefa9; background: #ac0101 } #congdung h2 { font-weight: 900; font-size: 2rem; color: #f3dc76 } #congdung h2 span { color: #f3dc76; display: block; font-size: 2.5rem } #congdung ul { padding-left: 15px } #congdung li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #uudiem { padding-bottom: 80px } #uudiem h3 { text-transform: uppercase; font-weight: 900; font-size: 2.5rem; color: #ac0101; margin-bottom: 30px } #uudiem .content-center { width: 400px; height: 400px; margin: 0 auto; background: #ac0101; border-radius: 100%; line-height: 400px; text-align: center; position: relative } #uudiem .content-center::before { content: ''; width: 440px; height: 440px; position: absolute; top: 50%; margin-top: -220px; left: 50%; margin-left: -220px; background: #8c2005; border-radius: 100%; z-index: -1; border: 5px dashed #f3dc76 } #uudiem .item { background: #F1F7F8; padding: 15px; border-radius: 30px; margin-bottom: 30px; width: 70%; margin-right: auto; margin-left: auto; font-weight: 700 } #uudiem .item.item-1, #uudiem .item.item-3 { margin-right: -10px } #uudiem .item.item-4, #uudiem .item.item-6 { margin-left: -10px } #uudiem .item img { display: block; margin: 10px auto; border-radius: 100% } #quyenloi { padding: 50px 0; background: #f3dc76 } #quyenloi h3 { font-weight: 900; font-size: 2rem } #quyenloi ul { padding-left: 18px } #quyenloi ul li { font-weight: 700; margin-bottom: 10px } #quyenloi .strong { font-weight: 700; font-size: 20px; color: #b61b0e } #quyenloi .btn { background: #ac0101; text-transform: uppercase; font-weight: 700; color: #fff; border: none; padding: 10px 20px } #chuyengia { padding: 50px 0 } #chuyengia h4 { font-weight: 700; margin-top: 30px; font-size: 1.2rem; color: #df2110 } #chuyengia h3 { font-weight: 900; font-size: 2rem; text-transform: uppercase; margin-bottom: 30px } #chuyengia .row { padding: 15px; border-bottom: 1px solid #ccc } #chuyengia .row.second { border: none } #chuyengia img { border-radius: 100%; margin-bottom: 10px } #chuyengia .col-sm-7 p { text-align: justify; background: #f1f7f8; padding: 15px; border-radius: 5px; position: relative } #khachhang, #order { padding-top: 50px; padding-bottom: 50px } #chuyengia .col-sm-7 p::after { content: ''; border-top: 20px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #f1f7f8; border-left: 30px solid #f1f7f8; position: absolute; top: 40%; left: 100% } #btn-top, #cta-right { position: fixed; text-align: center } #chuyengia .row.first .col-sm-7 p::after { right: 100%; left: auto; border-top: 20px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #f1f7f8; border-right: 30px solid #f1f7f8 } #chuyengia textarea { margin-top: 15px; margin-bottom: 15px } #chuyengia .btn-submit { background: #76140c; color: #fff; font-weight: 700 } #loikhuyen ul { padding-left: 15px } #loikhuyen ul li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #guicauhoi h3, #loikhuyen h3 { font-size: 1.3rem } #baochi h4 { font-weight: 900; color: #cd2027; font-size: 1.5rem } #baochi .post-title { font-size: 1rem; font-weight: 700; margin-bottom: 15px } #baochi .post-title a { color: #000 } #baochi .post-title a:focus, #baochi .post-title a:hover { color: #cd2027 } #khachhang { background: #76140c; color: #fff } #khachhang .s-title { font-weight: 900; text-align: center; font-size: 2rem; text-transform: uppercase } #khachhang .carousel-item img { border-radius: 100%; display: block; margin: 10px auto } #khachhang .logo { display: block; margin: 0 auto } #khachhang .name { color: #f1d65e } #order .col-sm-7 { padding-left: 50px } #order h3 { font-weight: 700; font-size: 1rem; text-transform: uppercase } #order .img-pt { display: none } .order-form button { background: #f3dc76; text-transform: uppercase; font-weight: 700; color: #000; border: none; padding: 10px 20px } .order-form button:hover { background: #f3d553; color: #000 } .modal-lg-thanh-phan img { border-radius: 10px } .modal-lg-thanh-phan h5 { font-weight: 700; margin-top: 30px } .modal-lg { max-width: 65% } .modal-lg-thanh-phan li { padding: 15px } #btn-top { bottom: 90px; right: 28px; display: block; width: 64px; height: 64px; background: url(../image/arrow-up.png) center no-repeat #f3dc76; background-size: 64px; color: #fff; line-height: 64px; border-radius: 999px; font-size: 25px; font-weight: 400; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2) } #page-footer { background: #76140c; color: #fff; padding: 30px 0 } #page-footer .center-name { font-weight: 900; font-size: 20px } #page-footer h2 { font-weight: 900; font-size: 16px; color: #f3dc76 } #cta-right h4, #page-footer .heading { font-weight: 700; text-transform: uppercase } #page-footer .sublink li a, #page-footer a { color: #fff } #page-footer .sublink { display: inline-block; list-style: none } #page-footer .sublink li { display: inline-block; border-right: 1px solid #c1c1c1; line-height: 1; padding: 0 10px } #page-footer .sublink li:last-child { border: none } #page-footer .sublink li i, #page-footer p i { margin-right: 5px } #page-footer p span:first-child { margin-right: 10px; padding-right: 10px; border-right: 1px solid #fff } #page-footer .heading { color: #f3dc76; font-size: 16px } #cta-right { z-index: 999; background: #c71e0f; color: #fff; padding: 10px 15px; top: 50%; right: -200px; cursor: pointer; transition: all .3s } #cta-right.displayContent { right: 0 } #cta-right .inner { padding: 10px 15px; border: 1px solid #d4c6a4 } #cta-right h4 { margin-bottom: 0; font-size: 16px } #cta-right p { font-style: italic; font-size: 14px; margin-bottom: 0 } #cta-right p a { color: #fff } #RegisterModal .form-control { border-radius: 0 } #RegisterModal .modal-header { display: block; text-align: center; background: #AC0101; position: relative } #RegisterModal button.close { position: absolute; top: 15px; opacity: 1; right: 15px; color: #fff } #RegisterModal img { display: block; margin: 0 auto; max-width: 300px } #RegisterModal button[type=submit] { background: #ac0101; color: #fff; font-weight: 700; text-transform: uppercase; min-width: 200px } @media(max-width:1366px) { #hauqua { background: url(../image/bg-4.png) 100px bottom no-repeat } } @media(max-width:1200px) { #hauqua { background-position: 0 0 } #uudiem .item { width: 85% } } @media screen and (min-device-width:900px) and (max-device-width:1440px) and (-webkit-min-device-pixel-ratio:2) and (min-resolution:192dpi) { #slide-02 .img-logo { max-width: 400px } #slide-02 .text-content { font-size: 3rem } #slide-01 .col-sm-4 p { font-size: 1.5rem } #slide-02 .content-left h2 { font-size: 4rem } #slide-03 .img-second { max-width: 50%; margin-top: 50px } #slide-03 .img-third { max-width: 60% } } @media(max-width:1024px) { #nguyennhan { background-position: 200px 0 } #intro h2, #intro h2 span, #sailam .strong-title { font-size: 2rem } #intro .sanpham { width: 250px } .modal-lg { max-width: 90% } #uudiem .content-center { width: 350px; height: 350px; line-height: 350px } #uudiem .content-center::before { width: 390px; height: 390px; margin-top: -195px; margin-left: -195px } #uudiem .item { width: 90% } #quyenloi img { width: 200px } } @media(max-width:991px) { .container { width: calc(100% - 30px); max-width: 991px } } @media(max-width:768px) { #hauqua, #nguongoc, #nguyennhan, #sailam, #uudiem { padding: 30px 0 } #congdung h2 span, #sailam .s-title { font-size: 2rem } #top-menu li a { text-align: center } #nguyennhan { background-position: 380px 0 } #nguyennhan .content { width: 90% } #nguyennhan p.text-center { text-align: left!important } #hauqua { background: 0 0 } #hauqua .col-md-6 { background: #fff; width: 80%; max-width: 80%; flex: auto } #intro .sanpham { width: 150px } #nguongoc .col-md-5, #nguongoc .col-md-7 { width: 100%; max-width: 100%; flex: auto } #uudiem .content-center { width: 200px; height: 200px; line-height: 278px } #uudiem .item { width: 100%; border-radius: 5px } #uudiem .content-center::before { width: 240px; height: 240px; margin-top: -120px; margin-left: -120px } } @media(max-width:767px) { #top-menu { background: #60120c } .navbar-toggler { outline: 0!important } .navbar-toggler-icon { background: url(../image/icon-menu.png) center no-repeat; background-size: 35px } #nguyennhan .cta a.btn { margin-left: 30px; margin-right: auto } #hauqua { background: #f1f7f8 } #hauqua .col-md-6 { background: 0 0; width: 100%; max-width: 100% } #hauqua .s-title { text-align: left } #sailam .strong-title { display: none } #congdung img { margin-top: 60px } #intro h2, #intro h2 span { font-size: 1.5rem } #uudiem .content-center { line-height: 195px } #uudiem .item.item-1, #uudiem .item.item-3 { margin-right: auto } #uudiem .item.item-4, #uudiem .item.item-6 { margin-left: auto } #sailam .col-left { border-right: none; border-bottom: 2px dashed #cddc39; margin-bottom: 15px } #sailam .col-left::before { top: 100%; left: 50%; right: auto; margin-right: auto; margin-left: -6px; margin-top: -5px } } @media(max-width:640px) { #uudiem h3 { font-size: 2rem } #intro .sanpham { margin-top: 0 } #intro .content { padding-top: 30px } } @media(max-width:575px) { #cta-right { display: none!important } #hauqua .s-title, #nguyennhan h2 { font-size: 2rem } #quyenloi .col-sm-5 { display: none } #nguyennhan ul li { text-align: justify } } @media(max-width:415px) { .container { padding: 0 } #chart h3 strong { font-size: 2rem } #chart h3, #congdung h2, #congdung h2 span, #nguongoc h2, #nguongoc h2 span, #thanhphan h3 { font-size: 1.5rem } #digital-number { height: auto; margin-bottom: 0 } #intro .content { width: 100%; max-width: 100%; flex: auto } #intro .col-sm-5 { display: none } #thanhphan { padding-top: 30px; padding-bottom: 30px } #thanhphan .row .col { flex-basis: auto } #thanhphan .media-body { display: block; width: 100%; text-align: justify } #thanhphan .media-body p { text-align: justify } .modal-lg-thanh-phan img { width: 80px } #chuyengia .row .col-sm-7 p::after { display: none } #congdung img { margin-top: 0 } #uudiem h3 { font-size: 2rem } #chuyengia h3, #khachhang .s-title { font-size: 1.5rem } #khachhang p { text-align: justify!important } #order .col-sm-5 img { margin-bottom: 15px } #order .col-sm-7 { padding-left: 15px } } @media(max-width:360px) { #digital-number .row { display: block } #digital-number .col { width: 100% } } @media(max-width:1366px) { #slider-homepage { max-height: calc(1366px * 9/16) } #slide-01 .img-first { width: 60% } #slide-01 .col-sm-4 p { font-size: 1.2rem } #slide-01 .img-right { right: 5%; max-width: 35% } #slide-02 .img-right { right: 5%; max-width: 32%; bottom: 0; top: 100px } #slide-02 .content-left h2 { font-size: 3.5rem; margin-bottom: 15px } #slide-02 .content-left h2 span { font-size: 4rem } #slide-02 .text-content { font-size: 3rem } #slide-02 .content-left { padding-top: 20px } #slide-02 .img-logo { /*max-width: 300px*/ } #slide-03 .img-second { width: 50% } #slide-03 .img-third { width: 70%; height: auto } #slide-03 .img-first { width: 95%; margin-top: 80px } } @media(max-width:991px) { #slider-homepage { width: 100%; height: calc(100% * 9/16); overflow: hidden; max-width: 991px } #slide-02 .img-right { top: auto; bottom: 0 } #slide-02 .content-left h2 { font-size: 2rem } #slide-02 .text-content { font-size: 2.5rem; margin-bottom: 0 } } @media(max-width:768px) { #slide-01 .img-right { margin-top: 0 } #slide-02 .content-left h2 span { font-size: 3rem } #slide-02 .img-right { top: auto; bottom: 0 } #slide-02 .text-content { padding-top: 0; font-size: 2rem } } @media (max-width:767px) { #slide-02 .text-content { font-size: 1.5rem } #slide-02 .content-left h2 span { font-size: 2rem } #slide-02 .img-logo { max-width: 200px } #slide-03 .img-third { max-width: 300px } #slide-03 .img-second { margin-top: 50px } #slide-03 .img-first { margin-top: 50px; width: 100%; margin-right: -50px } } @media(max-width:640px) { #slide-01 .col-sm-4 p { font-size: 1rem } } @media(max-width:575px) { #slide-01 .content-left img.img-first { margin-bottom: 15px } #slide-01 .img-right, #slide-02 .img-right { position: relative; margin: 0 auto; right: auto } #slide-01 .content-left { padding-top: 30px } #slide-01 .img-right { max-width: 100%; height: auto; width: 300px; display: block } .hero-content { display: block } #slide-02 .img-right { max-width: 300px } #slide-02 .content-left h2 span { display: inline-block } #slide-02 .text-content br { display: none } #slide-02 .img-logo { max-width: 90% } #slide-02 .content-color { padding: 0; background: 0 0 } #slide-03 .img-first { max-width: 250px; margin-right: auto } #slide-03 .img-second { margin-top: 30px } #slide-03 .img-third { max-width: 90% } #slide-03 .img-first { margin-top: 10px } } @media(max-width:480px) { #slide-03 .img-first { margin-top: -20px } } @media(max-width:320px) { #slide-03 .img-first { margin-top: -30px } #slide-03 .img-second { width: auto } } /* Style Comment */ #comments{ padding-top: 15px; } #comments .comment-body{ text-align: justify; } #comments .comment-section-title{ font-size: 20px; font-weight: bold; } #comments .comment-section-title span{ color: #44609d; font-weight: normal; } #commentform .form-control{ border-radius: 0; } #commentform input[type=submit]{ margin: 15px; padding: 5px 10px; border: none; background-color:#f3dc76; color: #333; text-align: center; font-weight: bold; text-transform: uppercase; } .response-none{ margin-bottom: 0; } .comments-title{ font-size: 20px; font-family: 'Roboto', sans-serif; } .comment-metadata > a > time{ display: none; } .comment-respond,.entry-comments,.entry-pings{ color:#444; overflow:hidden } .entry-comments h3{ font-size:30px; margin-bottom:30px } .btn-show-comment{ margin-top: 30px; } .comment-respond h3,.entry-pings h3{ font-size:16px; margin-bottom:30px; font-weight: bold; } .comment-respond h3 small{ font-weight: bold; } .comment-respond{ border-left:none!important } .comment-header{ color:#adaeb3; font-size:14px; margin-bottom:20px } .comment-header cite a{ border:none; font-style:normal; font-size:16px; font-weight:700 } .comment-meta a{ border:none; color:#b5ae37 } li.comment{ background-color:#fff; border-right:none } .comment-content{ clear:both; overflow:hidden } .comment-list li{ font-size:14px; padding:0px 10px 10px 20px } .comment-list>li{ padding:10px 5px 10px 10px } .comment-list .children{ position:relative; margin-top:10px; padding-left: 0; } .comment-list .children:before{ content:""; display:block; position:absolute; top:-18px; left:15px; border-top:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #f3f3f3; border-left:10px solid transparent } .comment-list li li{ padding-top: 10px; background-color:#f3f3f3; } .comment-list li li li{ background-color:#fff } .comment-list li li .children:before{ border-bottom-color:#fff } .comment-respond label{ display:block; margin-right:12px } .comment-notes,.entry-pings .reply,.logged-in-as,span.says{ display:none } .comment-author{ margin-bottom:0; position:relative } .comment-author img{ margin-right: 10px; width:40px; border-radius: 100%; } .comment-form-author{ margin-bottom: 15px; } .form-allowed-tags{ background-color:#f5f5f5; font-size:16px; padding:24px } .comment-reply-link{ cursor:pointer; color: #ababab; border:none; font-size:12px; font-weight:bold; padding:4px 0px; width:auto; } .comment-reply-link:hover{ color: #333; } span.reply{ margin-left: 10px; color: #ababab; } span.reply:hover{ color: #333; } .comment-metadata time{ margin-top:-15px; margin-left:45px; font-size:12px; float:left; color:#000; display:none } .comment-list{ padding-left: 0px; margin-top: 15px; list-style: none; } .comment-list ol,.comment-list ul{ list-style: none; } #feedback{ padding: 30px 0; background: #efefef; } #feedback .section-title{ text-transform: uppercase; font-weight: bold; } #show-modal-livechat,#chat-facebook-mobile{ position:fixed; bottom:20%; right:28px; z-index:10000; display:block; width:64px; height:64px; border-radius:50%; } #show-modal-livechat.display-none{ display: none !important; } #show-modal-livechat.display-block{ display: block !important; } #show-modal-livechat:before,#chat-facebook-mobile::before{ position: absolute; content: '1'; width: 20px; height: 20px; line-height: 20px; text-align: center; z-index: 1002; border-radius: 100px; color: #fff; background: #ff3b2d; left: -2px; top: -1px; opacity: 0.8; transition: all 0.4s; -webkit-transition: all 0.4s; } #show-modal-livechat img,#chat-facebook-mobile img{border-radius:50%;opacity:1;} #livechat{ position: fixed; bottom: 0; right: 0; overflow: hidden; width: 300px; height: 0px; } #livechat.show{ height: 350px; } #livechat .live-header{ cursor: pointer; padding: 5px 10px; font-size: 13px; background: #ac0101; color: #fff; font-weight: bold; position: relative; } #livechat .live-header i{ position: absolute; right: 5px; top: 0; } .angle-down{ position: absolute; top: 10px; right: 5px; background: url('../image/angle_dow.png') no-repeat; background-size: 15px auto; width: 15px; height: 12px; }
public/frontend/css_/style.css
-webkit-text-fill-color: transparent; text-transform: uppercase } #chart h3 span, #digital-number span.text, #intro h2 span, #nguongoc h2 span, #slide-02 .content-left h2, #thanhphan h3 span, #top-menu li a { text-transform: uppercase } #digital-number .col, #digital-number .icon, #hauqua .s-title, #nguongoc h4, #sailam .s-title, #thanhphan .col p, #uudiem .item { text-align: center } body { font-family: Roboto, sans-serif } img { max-width: 100%; height: auto } @keyframes mouse-scroll { 0% { opacity: 0 } 50% { opacity: 1 } 100% { opacity: .5 } } @keyframes mouse-wheel { 0% { opacity: 1; transform: translateY(0) } 100% { opacity: 0; transform: translateY(18px) } } .scroll-animation { -o-object-fit: cover; object-fit: cover; object-position: 50% 50%; position: absolute; top: 100%; left: 50%; margin-left: -15px; margin-top: -200px; z-index: 1001 } .scroll-animation .mouse { height: 45px; width: 30px; border-radius: 30px; border: 2px solid #88140b; margin-bottom: 3px } .scroll-animation .mouse .wheel { animation: mouse-wheel 1.5s ease infinite; height: 15px; width: 6px; background: #88140b; margin: 3px auto; border-radius: 3px } .scroll-animation .arrows .first { animation-delay: .1s } .scroll-animation .arrows .second { animation-delay: .2s } .scroll-animation .arrows .third { animation-delay: .3s } .scroll-animation .arrows span { width: 9px; height: 9px; border-right: 2px solid #88140b; border-bottom: 2px solid #88140b; transform: rotate(45deg); display: block; margin: 0 auto; animation: mouse-scroll 2s infinite } .close:focus { outline: 0 } #slider-homepage { width: 100%; height: calc(100% * 9/16); overflow: hidden; position: relative; max-width: 1920px } .hero-slide { position: relative; height: 100%; background-size: cover!important } #slide-01 { color: #fff } #slide-01 .img-right { max-width: 30%; position: absolute; right: 10%; bottom: 0; margin-top: 50px } #slide-01 .content-left img { display: block; margin: 0 auto } #slide-01 .content-left img.img-first { margin-bottom: 50px } #slide-01 .content-left { padding-top: 50px } #slide-01 .col-sm-4 p { margin-top: 15px; font-weight: 900; font-size: 2.2rem; line-height: 1.1 } #slide-02 .content-left { color: #fff; padding-top: 50px } #slide-02 .content-left h2 { font-weight: 900; font-size: 4.5rem; margin-bottom: 39px } #slide-02 .content-left h2 span { display: block; font-size: 5.5rem; color: #f3df95; background: -webkit-linear-gradient(#fdf8d0, #E5DD82, #f5bd28); -webkit-background-clip: text } #slide-02 .content-color { background: #600002; width: 100%; padding-top: 30px; padding-bottom: 30px } #slide-02 .text-content { font-size: 3.5rem; color: #fff; font-weight: 900; line-height: 1.2; padding-top: 30px; padding-bottom: 30px } #slide-02 .img-logo { display: block; margin: 0 auto } #slide-02 .hero-slide { position: relative; padding-bottom: 100px } #slide-02 .img-right { position: absolute; right: 10%; bottom: 0; top: 50px } #slide-03 img { display: block; margin: 24px auto } #slide-03 .img-second { margin-top: 100px; margin-bottom: 30px } #top-menu { background: rgba(240, 43, 25, 1); background: -moz-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0, rgba(240, 43, 25, 1)), color-stop(13%, rgba(224, 33, 16, 1)), color-stop(32%, rgba(96, 18, 12, 1)), color-stop(49%, rgba(96, 18, 12, 1)), color-stop(69%, rgba(96, 18, 12, 1)), color-stop(90%, rgba(224, 33, 16, 1)), color-stop(100%, rgba(240, 43, 25, 1))); background: -webkit-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: -o-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: -ms-linear-gradient(left, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); background: linear-gradient(to right, rgba(240, 43, 25, 1) 0, rgba(224, 33, 16, 1) 13%, rgba(96, 18, 12, 1) 32%, rgba(96, 18, 12, 1) 49%, rgba(96, 18, 12, 1) 69%, rgba(224, 33, 16, 1) 90%, rgba(240, 43, 25, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f02b19', endColorstr='#f02b19', GradientType=1) } #top-menu.fixed-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000 } #chart, #top-menu li { position: relative } #top-menu li::after, #top-menu li::before, #top-menu::after { top: 100%; position: absolute; content: ""; display: block } #top-menu .navbar-brand { margin-bottom: -55px; padding: 0; width: 100px; z-index: 2 } #top-menu::after { left: 0; width: 100%; height: 55px; background: #88140b } #top-menu li::before { width: 5px; height: 5px; background: #faed98; border-radius: 50%; left: 0; margin-top: -2px; transition: all .3s; opacity: 0 } #top-menu li:hover::before { left: 20%; opacity: 1 } #top-menu li::after { transition: all .3s; width: 0%; height: 1px; left: 30%; margin-left: -30%; background: rgba(233, 212, 179, 1); background: -moz-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: -webkit-gradient(left top, right top, color-stop(0, rgba(233, 212, 179, 1)), color-stop(50%, rgba(182, 141, 76, .5)), color-stop(100%, rgba(233, 212, 179, 0))); background: -webkit-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: -o-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: -ms-linear-gradient(left, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); background: linear-gradient(to right, rgba(233, 212, 179, 1) 0, rgba(182, 141, 76, .5) 50%, rgba(233, 212, 179, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9d4b3', endColorstr='#e9d4b3', GradientType=1) } #top-menu li:hover::after { width: 60%; left: 50% } #top-menu li a { font-weight: 700; color: #faed98; font-size: 14px; transition: all .3s } #top-menu li a:focus, #top-menu li a:hover { color: #f3c12b } #chart { background: #88140b; color: #faed98; padding-top: 65px; overflow: hidden; padding-bottom: 200px } #chart::after { content: ""; position: absolute; width: 120%; margin-left: -60%; height: 200px; background: #fff; bottom: 0; border-top-left-radius: 100%; border-top-right-radius: 100%; left: 50%; z-index: 2 } #chart h3 { font-weight: 900; font-size: 2rem } #chart h3 strong { font-size: 3.5rem } #chart h3 span { font-weight: 900; font-size: 2.1rem; color: #ffcd58 } #digital-number { position: relative; height: 100px; background: #fff; margin-top: -140px; z-index: 2; margin-bottom: 150px } #digital-number .icon { display: block; width: 100px; height: 100px; background: #ffcd58; border-radius: 100px; margin: 10px auto; line-height: 100px; font-size: 40px; font-weight: 700 } #digital-number .icon img { border-radius: 100% } #digital-number span.text { font-weight: 700; font-size: 1rem } #nguyennhan { padding-top: 100px; padding-bottom: 100px; background: url(../image/bg-1.png) top right no-repeat } #nguyennhan h2 { font-weight: 900; font-size: 2.5rem; color: #e02110 } #nguyennhan ul { padding-left: 15px } #nguyennhan ul li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #nguyennhan .content { width: 50% } #nguyennhan .cta .title { font-weight: 700; font-size: 1.5rem; margin-bottom: 0 } #nguyennhan .cta a.btn { border-radius: 30px; font-weight: 900; background: #88140b; border: none; padding: 10px 30px 10px 40px; margin-right: 120px; position: relative } #nguyennhan .cta a .icon { display: block; position: absolute; left: 0; top: 0; width: 48px; height: 48px; margin-left: -18px; margin-top: -2px; border-radius: 48px; background: url(../image/icon-phone.png) center center no-repeat #ffcd58 } #hauqua { padding-top: 100px; padding-bottom: 100px; background: url(../image/bg-4.png) 300px bottom no-repeat } #hauqua .s-title { font-weight: 900; font-size: 2.5rem; color: #ffc107 } #hauqua ul { padding-left: 25px } #hauqua ul li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #sailam { padding-top: 80px; padding-bottom: 80px } #sailam .s-title { font-weight: 900; font-size: 2.5rem; margin-bottom: 30px } #sailam .strong-title { font-weight: 900; font-size: 2.5rem; color: #4caf50 } #intro h2, #intro h2 span { font-size: 3rem; font-weight: 900 } #nguongoc h2 span, #thanhphan h3 span, .readmore { color: #b61b0e; text-decoration: underline } #sailam .col-left { border-right: 2px dashed #cddc39; position: relative } #sailam .col-left::before { content: ""; width: 12px; height: 12px; border-radius: 12px; border: 2px solid #cddc39; position: absolute; top: 40%; right: 0; margin-right: -7px; background: #ffc107 } #sailam .col-right img { width: 100px; height: 100px; border-radius: 100px; border: 3px solid #f0f7f0; margin-right: 10px!important } #sailam .col-right .media-body { padding: 15px; background: #f1f7f8; border-radius: 4px } #nguongoc, #thanhphan { padding-bottom: 50px } #intro .content, #uudiem { padding-top: 80px } #sailam .col-right .media { margin-bottom: 15px } #intro { background: rgba(96, 18, 12, 1); background: -moz-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(96, 18, 12, 1)), color-stop(57%, rgba(215, 26, 9, .98)), color-stop(58%, rgba(217, 26, 9, .98)), color-stop(100%, rgba(96, 18, 12, 1))); background: -webkit-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: -o-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: -ms-linear-gradient(-45deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); background: linear-gradient(135deg, rgba(96, 18, 12, 1) 0, rgba(215, 26, 9, .98) 57%, rgba(217, 26, 9, .98) 58%, rgba(96, 18, 12, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#60120c', endColorstr='#60120c', GradientType=1) } #intro .sanpham { width: 320px; display: block; margin: 15px auto 0 } #congdung, #nguongoc, #thanhphan { padding-top: 50px } #intro h2 { color: #fff5be } #intro h2 span { display: block; margin-bottom: 50px; color: #f3df95; background: -webkit-linear-gradient(#fdf8d0, #E5DD82, #f5bd28); -webkit-background-clip: text } #nguongoc h2 { font-weight: 900; font-size: 2rem } #nguongoc h2 span { display: block; font-size: 2.5rem } #nguongoc h4 { font-weight: 700; margin-top: 15px; font-size: 18px } #nguongoc h4 i { font-weight: 400 } #nguongoc .embed-responsive { margin-top: 40px } #thanhphan { background: #f1f7f8 } #thanhphan h3 { font-weight: 900; font-size: 2rem } #thanhphan h3 span { display: none; font-size: 2.5rem } #thanhphan .col a { color: #333; text-decoration: none } #thanhphan .col a:focus { text-decoration: none; outline: 0 } #baochi h4, #congdung h2 span { text-decoration: underline; text-transform: uppercase } #thanhphan img { border-radius: 100%; display: block; margin: 10px auto } #thanhphan .col p { font-weight: 700 } #congdung { color: #ffefa9; background: #ac0101 } #congdung h2 { font-weight: 900; font-size: 2rem; color: #f3dc76 } #congdung h2 span { color: #f3dc76; display: block; font-size: 2.5rem } #congdung ul { padding-left: 15px } #congdung li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #uudiem { padding-bottom: 80px } #uudiem h3 { text-transform: uppercase; font-weight: 900; font-size: 2.5rem; color: #ac0101; margin-bottom: 30px } #uudiem .content-center { width: 400px; height: 400px; margin: 0 auto; background: #ac0101; border-radius: 100%; line-height: 400px; text-align: center; position: relative } #uudiem .content-center::before { content: ''; width: 440px; height: 440px; position: absolute; top: 50%; margin-top: -220px; left: 50%; margin-left: -220px; background: #8c2005; border-radius: 100%; z-index: -1; border: 5px dashed #f3dc76 } #uudiem .item { background: #F1F7F8; padding: 15px; border-radius: 30px; margin-bottom: 30px; width: 70%; margin-right: auto; margin-left: auto; font-weight: 700 } #uudiem .item.item-1, #uudiem .item.item-3 { margin-right: -10px } #uudiem .item.item-4, #uudiem .item.item-6 { margin-left: -10px } #uudiem .item img { display: block; margin: 10px auto; border-radius: 100% } #quyenloi { padding: 50px 0; background: #f3dc76 } #quyenloi h3 { font-weight: 900; font-size: 2rem } #quyenloi ul { padding-left: 18px } #quyenloi ul li { font-weight: 700; margin-bottom: 10px } #quyenloi .strong { font-weight: 700; font-size: 20px; color: #b61b0e } #quyenloi .btn { background: #ac0101; text-transform: uppercase; font-weight: 700; color: #fff; border: none; padding: 10px 20px } #chuyengia { padding: 50px 0 } #chuyengia h4 { font-weight: 700; margin-top: 30px; font-size: 1.2rem; color: #df2110 } #chuyengia h3 { font-weight: 900; font-size: 2rem; text-transform: uppercase; margin-bottom: 30px } #chuyengia .row { padding: 15px; border-bottom: 1px solid #ccc } #chuyengia .row.second { border: none } #chuyengia img { border-radius: 100%; margin-bottom: 10px } #chuyengia .col-sm-7 p { text-align: justify; background: #f1f7f8; padding: 15px; border-radius: 5px; position: relative } #khachhang, #order { padding-top: 50px; padding-bottom: 50px } #chuyengia .col-sm-7 p::after { content: ''; border-top: 20px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #f1f7f8; border-left: 30px solid #f1f7f8; position: absolute; top: 40%; left: 100% } #btn-top, #cta-right { position: fixed; text-align: center } #chuyengia .row.first .col-sm-7 p::after { right: 100%; left: auto; border-top: 20px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #f1f7f8; border-right: 30px solid #f1f7f8 } #chuyengia textarea { margin-top: 15px; margin-bottom: 15px } #chuyengia .btn-submit { background: #76140c; color: #fff; font-weight: 700 } #loikhuyen ul { padding-left: 15px } #loikhuyen ul li { font-size: 1rem; font-weight: 700; margin-bottom: 10px } #guicauhoi h3, #loikhuyen h3 { font-size: 1.3rem } #baochi h4 { font-weight: 900; color: #cd2027; font-size: 1.5rem } #baochi .post-title { font-size: 1rem; font-weight: 700; margin-bottom: 15px } #baochi .post-title a { color: #000 } #baochi .post-title a:focus, #baochi .post-title a:hover { color: #cd2027 } #khachhang { background: #76140c; color: #fff } #khachhang .s-title { font-weight: 900; text-align: center; font-size: 2rem; text-transform: uppercase } #khachhang .carousel-item img { border-radius: 100%; display: block; margin: 10px auto } #khachhang .logo { display: block; margin: 0 auto } #khachhang .name { color: #f1d65e } #order .col-sm-7 { padding-left: 50px } #order h3 { font-weight: 700; font-size: 1rem; text-transform: uppercase } #order .img-pt { display: none } .order-form button { background: #f3dc76; text-transform: uppercase; font-weight: 700; color: #000; border: none; padding: 10px 20px } .order-form button:hover { background: #f3d553; color: #000 } .modal-lg-thanh-phan img { border-radius: 10px } .modal-lg-thanh-phan h5 { font-weight: 700; margin-top: 30px } .modal-lg { max-width: 65% } .modal-lg-thanh-phan li { padding: 15px } #btn-top { bottom: 90px; right: 28px; display: block; width: 64px; height: 64px; background: url(../image/arrow-up.png) center no-repeat #f3dc76; background-size: 64px; color: #fff; line-height: 64px; border-radius: 999px; font-size: 25px; font-weight: 400; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2) } #page-footer { background: #76140c; color: #fff; padding: 30px 0 } #page-footer .center-name { font-weight: 900; font-size: 20px } #page-footer h2 { font-weight: 900; font-size: 16px; color: #f3dc76 } #cta-right h4, #page-footer .heading { font-weight: 700; text-transform: uppercase } #page-footer .sublink li a, #page-footer a { color: #fff } #page-footer .sublink { display: inline-block; list-style: none } #page-footer .sublink li { display: inline-block; border-right: 1px solid #c1c1c1; line-height: 1; padding: 0 10px } #page-footer .sublink li:last-child { border: none } #page-footer .sublink li i, #page-footer p i { margin-right: 5px } #page-footer p span:first-child { margin-right: 10px; padding-right: 10px; border-right: 1px solid #fff } #page-footer .heading { color: #f3dc76; font-size: 16px } #cta-right { z-index: 999; background: #c71e0f; color: #fff; padding: 10px 15px; top: 50%; right: -200px; cursor: pointer; transition: all .3s } #cta-right.displayContent { right: 0 } #cta-right .inner { padding: 10px 15px; border: 1px solid #d4c6a4 } #cta-right h4 { margin-bottom: 0; font-size: 16px } #cta-right p { font-style: italic; font-size: 14px; margin-bottom: 0 } #cta-right p a { color: #fff } #RegisterModal .form-control { border-radius: 0 } #RegisterModal .modal-header { display: block; text-align: center; background: #AC0101; position: relative } #RegisterModal button.close { position: absolute; top: 15px; opacity: 1; right: 15px; color: #fff } #RegisterModal img { display: block; margin: 0 auto; max-width: 300px } #RegisterModal button[type=submit] { background: #ac0101; color: #fff; font-weight: 700; text-transform: uppercase; min-width: 200px } @media(max-width:1366px) { #hauqua { background: url(../image/bg-4.png) 100px bottom no-repeat } } @media(max-width:1200px) { #hauqua { background-position: 0 0 } #uudiem .item { width: 85% } } @media screen and (min-device-width:900px) and (max-device-width:1440px) and (-webkit-min-device-pixel-ratio:2) and (min-resolution:192dpi) { #slide-02 .img-logo { max-width: 400px } #slide-02 .text-content { font-size: 3rem } #slide-01 .col-sm-4 p { font-size: 1.5rem } #slide-02 .content-left h2 { font-size: 4rem } #slide-03 .img-second { max-width: 50%; margin-top: 50px } #slide-03 .img-third { max-width: 60% } } @media(max-width:1024px) { #nguyennhan { background-position: 200px 0 } #intro h2, #intro h2 span, #sailam .strong-title { font-size: 2rem } #intro .sanpham { width: 250px } .modal-lg { max-width: 90% } #uudiem .content-center { width: 350px; height: 350px; line-height: 350px } #uudiem .content-center::before { width: 390px; height: 390px; margin-top: -195px; margin-left: -195px } #uudiem .item { width: 90% } #quyenloi img { width: 200px } } @media(max-width:991px) { .container { width: calc(100% - 30px); max-width: 991px } } @media(max-width:768px) { #hauqua, #nguongoc, #nguyennhan, #sailam, #uudiem { padding: 30px 0 } #congdung h2 span, #sailam .s-title { font-size: 2rem } #top-menu li a { text-align: center } #nguyennhan { background-position: 380px 0 } #nguyennhan .content { width: 90% } #nguyennhan p.text-center { text-align: left!important } #hauqua { background: 0 0 } #hauqua .col-md-6 { background: #fff; width: 80%; max-width: 80%; flex: auto } #intro .sanpham { width: 150px } #nguongoc .col-md-5, #nguongoc .col-md-7 { width: 100%; max-width: 100%; flex: auto } #uudiem .content-center { width: 200px; height: 200px; line-height: 278px } #uudiem .item { width: 100%; border-radius: 5px } #uudiem .content-center::before { width: 240px; height: 240px; margin-top: -120px; margin-left: -120px } } @media(max-width:767px) { #top-menu { background: #60120c } .navbar-toggler { outline: 0!important } .navbar-toggler-icon { background: url(../image/icon-menu.png) center no-repeat; background-size: 35px } #nguyennhan .cta a.btn { margin-left: 30px; margin-right: auto } #hauqua { background: #f1f7f8 } #hauqua .col-md-6 { background: 0 0; width: 100%; max-width: 100% } #hauqua .s-title { text-align: left } #sailam .strong-title { display: none } #congdung img { margin-top: 60px } #intro h2, #intro h2 span { font-size: 1.5rem } #uudiem .content-center { line-height: 195px } #uudiem .item.item-1, #uudiem .item.item-3 { margin-right: auto } #uudiem .item.item-4, #uudiem .item.item-6 { margin-left: auto } #sailam .col-left { border-right: none; border-bottom: 2px dashed #cddc39; margin-bottom: 15px } #sailam .col-left::before { top: 100%; left: 50%; right: auto; margin-right: auto; margin-left: -6px; margin-top: -5px } } @media(max-width:640px) { #uudiem h3 { font-size: 2rem } #intro .sanpham { margin-top: 0 } #intro .content { padding-top: 30px } } @media(max-width:575px) { #cta-right { display: none!important } #hauqua .s-title, #nguyennhan h2 { font-size: 2rem } #quyenloi .col-sm-5 { display: none } #nguyennhan ul li { text-align: justify } } @media(max-width:415px) { .container { padding: 0 } #chart h3 strong { font-size: 2rem } #chart h3, #congdung h2, #congdung h2 span, #nguongoc h2, #nguongoc h2 span, #thanhphan h3 { font-size: 1.5rem } #digital-number { height: auto; margin-bottom: 0 } #intro .content { width: 100%; max-width: 100%; flex: auto } #intro .col-sm-5 { display: none } #thanhphan { padding-top: 30px; padding-bottom: 30px } #thanhphan .row .col { flex-basis: auto } #thanhphan .media-body { display: block; width: 100%; text-align: justify } #thanhphan .media-body p { text-align: justify } .modal-lg-thanh-phan img { width: 80px } #chuyengia .row .col-sm-7 p::after { display: none } #congdung img { margin-top: 0 } #uudiem h3 { font-size: 2rem } #chuyengia h3, #khachhang .s-title { font-size: 1.5rem } #khachhang p { text-align: justify!important } #order .col-sm-5 img { margin-bottom: 15px } #order .col-sm-7 { padding-left: 15px } } @media(max-width:360px) { #digital-number .row { display: block } #digital-number .col { width: 100% } } @media(max-width:1366px) { #slider-homepage { max-height: calc(1366px * 9/16) } #slide-01 .img-first { width: 60% } #slide-01 .col-sm-4 p { font-size: 1.2rem } #slide-01 .img-right { right: 5%; max-width: 35% } #slide-02 .img-right { right: 5%; max-width: 32%; bottom: 0; top: 100px } #slide-02 .content-left h2 { font-size: 3.5rem; margin-bottom: 15px } #slide-02 .content-left h2 span { font-size: 4rem } #slide-02 .text-content { font-size: 3rem } #slide-02 .content-left { padding-top: 20px } #slide-02 .img-logo { /*max-width: 300px*/ } #slide-03 .img-second { width: 50% } #slide-03 .img-third { width: 70%; height: auto } #slide-03 .img-first { width: 95%; margin-top: 80px } } @media(max-width:991px) { #slider-homepage { width: 100%; height: calc(100% * 9/16); overflow: hidden; max-width: 991px } #slide-02 .img-right { top: auto; bottom: 0 } #slide-02 .content-left h2 { font-size: 2rem } #slide-02 .text-content { font-size: 2.5rem; margin-bottom: 0 } } @media(max-width:768px) { #slide-01 .img-right { margin-top: 0 } #slide-02 .content-left h2 span { font-size: 3rem } #slide-02 .img-right { top: auto; bottom: 0 } #slide-02 .text-content { padding-top: 0; font-size: 2rem } } @media (max-width:767px) { #slide-02 .text-content { font-size: 1.5rem } #slide-02 .content-left h2 span { font-size: 2rem } #slide-02 .img-logo { max-width: 200px } #slide-03 .img-third { max-width: 300px } #slide-03 .img-second { margin-top: 50px } #slide-03 .img-first { margin-top: 50px; width: 100%; margin-right: -50px } } @media(max-width:640px) { #slide-01 .col-sm-4 p { font-size: 1rem } } @media(max-width:575px) { #slide-01 .content-left img.img-first { margin-bottom: 15px } #slide-01 .img-right, #slide-02 .img-right { position: relative; margin: 0 auto; right: auto } #slide-01 .content-left { padding-top: 30px } #slide-01 .img-right { max-width: 100%; height: auto; width: 300px; display: block } .hero-content { display: block } #slide-02 .img-right { max-width: 300px } #slide-02 .content-left h2 span { display: inline-block } #slide-02 .text-content br { display: none } #slide-02 .img-logo { max-width: 90% } #slide-02 .content-color { padding: 0; background: 0 0 } #slide-03 .img-first { max-width: 250px; margin-right: auto } #slide-03 .img-second { margin-top: 30px } #slide-03 .img-third { max-width: 90% } #slide-03 .img-first { margin-top: 10px } } @media(max-width:480px) { #slide-03 .img-first { margin-top: -20px } } @media(max-width:320px) { #slide-03 .img-first { margin-top: -30px } #slide-03 .img-second { width: auto } } /* Style Comment */ #comments{ padding-top: 15px; } #comments .comment-body{ text-align: justify; } #comments .comment-section-title{ font-size: 20px; font-weight: bold; } #comments .comment-section-title span{ color: #44609d; font-weight: normal; } #commentform .form-control{ border-radius: 0; } #commentform input[type=submit]{ margin: 15px; padding: 5px 10px; border: none; background-color:#f3dc76; color: #333; text-align: center; font-weight: bold; text-transform: uppercase; } .response-none{ margin-bottom: 0; } .comments-title{ font-size: 20px; font-family: 'Roboto', sans-serif; } .comment-metadata > a > time{ display: none; } .comment-respond,.entry-comments,.entry-pings{ color:#444; overflow:hidden } .entry-comments h3{ font-size:30px; margin-bottom:30px } .btn-show-comment{ margin-top: 30px; } .comment-respond h3,.entry-pings h3{ font-size:16px; margin-bottom:30px; font-weight: bold; } .comment-respond h3 small{ font-weight: bold; } .comment-respond{ border-left:none!important } .comment-header{ color:#adaeb3; font-size:14px; margin-bottom:20px } .comment-header cite a{ border:none; font-style:normal; font-size:16px; font-weight:700 } .comment-meta a{ border:none; color:#b5ae37 } li.comment{ background-color:#fff; border-right:none } .comment-content{ clear:both; overflow:hidden } .comment-list li{ font-size:14px; padding:0px 10px 10px 20px } .comment-list>li{ padding:10px 5px 10px 10px } .comment-list .children{ position:relative; margin-top:10px; padding-left: 0; } .comment-list .children:before{ content:""; display:block; position:absolute; top:-18px; left:15px; border-top:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #f3f3f3; border-left:10px solid transparent } .comment-list li li{ padding-top: 10px; background-color:#f3f3f3; } .comment-list li li li{ background-color:#fff } .comment-list li li .children:before{ border-bottom-color:#fff } .comment-respond label{ display:block; margin-right:12px } .comment-notes,.entry-pings .reply,.logged-in-as,span.says{ display:none } .comment-author{ margin-bottom:0; position:relative } .comment-author img{ margin-right: 10px; width:40px; border-radius: 100%; } .comment-form-author{ margin-bottom: 15px; } .form-allowed-tags{ background-color:#f5f5f5; font-size:16px; padding:24px } .comment-reply-link{ cursor:pointer; color: #ababab; border:none; font-size:12px; font-weight:bold; padding:4px 0px; width:auto; } .comment-reply-link:hover{ color: #333; } span.reply{ margin-left: 10px; color: #ababab; } span.reply:hover{ color: #333; } .comment-metadata time{ margin-top:-15px; margin-left:45px; font-size:12px; float:left; color:#000; display:none } .comment-list{ padding-left: 0px; margin-top: 15px; list-style: none; } .comment-list ol,.comment-list ul{ list-style: none; } #feedback{ padding: 30px 0; background: #efefef; } #feedback .section-title{ text-transform: uppercase; font-weight: bold; } #show-modal-livechat,#chat-facebook-mobile{ position:fixed; bottom:20%; right:28px; z-index:10000; display:block; width:64px; height:64px; border-radius:50%; } #show-modal-livechat.display-none{ display: none !important; } #show-modal-livechat.display-block{ display: block !important; } #show-modal-livechat:before,#chat-facebook-mobile::before{ position: absolute; content: '1'; width: 20px; height: 20px; line-height: 20px; text-align: center; z-index: 1002; border-radius: 100px; color: #fff; background: #ff3b2d; left: -2px; top: -1px; opacity: 0.8; transition: all 0.4s; -webkit-transition: all 0.4s; } #show-modal-livechat img,#chat-facebook-mobile img{border-radius:50%;opacity:1;} #livechat{ position: fixed; bottom: 0; right: 0; overflow: hidden; width: 300px; height: 0px; } #livechat.show{ height: 350px; } #livechat .live-header{ cursor: pointer; padding: 5px 10px; font-size: 13px; background: #ac0101; color: #fff; font-weight: bold; position: relative; } #livechat .live-header i{ position: absolute; right: 5px; top: 0; } .angle-down{ position: absolute; top: 10px; right: 5px; background: url('../image/angle_dow.png') no-repeat; background-size: 15px auto; width: 15px; height: 12px; }
0.445288
0.107437
@charset "utf-8"; /* CSS Document */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { zoom:1; } ul,li { list-style:none; } img { border:0; } .wrapper { width:800px; margin:0 auto; padding-bottom:50px; } h1 { height:50px; line-height:50px; font-size:22px; font-weight:normal; font-family:"Microsoft YaHei",SimHei; } /* focus */ #focus { /*width:800px; */ /*height:280px;*/ overflow-x:hidden; overflow-y:hidden; position:relative; } #focus .focusWinner{ /*height:280px;*/ margin-right:120px; overflow-x:hidden; overflow-y:hidden; position:relative; } #focus .focusBox { /*height:380px;*/ position:absolute; } #focus .focusBox .focusDiv { float:left; /*width:800px;*/ height:auto; overflow:hidden; position:relative; } #focus .btnBox { position:absolute; width:60px; /*height:600px; */ padding:5px 10px; right:0; top:0; text-align:right; } #focus .btnBox span { display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff; } #focus .btnBox span.on { background:#fff; } /*圆形按钮*/ .btn-circle-panel.small .btn-circle li, .btn-rounded-panel.small .btn-rounded li { width:60px; height:60px!important; cursor:pointer; } .btn-circle-panel.small .btn-circle li a, .btn-rounded-panel.small .btn-rounded li a, .btn-boxed-panel.small .btn-boxed li, .btn-boxed-panel.small .btn-boxed li a{ width: 46px; height: 40px; line-height: 12px; padding-top:6px; } .btn-circle, .btn-rounded, .btn-boxed { padding:0; } .btn-circle li, .btn-rounded li, .btn-boxed li {margin-bottom:2px;} .btn-circle a, .nav-tabs.btn-circle > li > a { margin:7px; } .btn-circle-panel.small [class^="micon-"], .btn-rounded-panel.small [class^="micon-"], .btn-boxed-panel.small [class^="micon-"], .btn-circle-panel.small [class^="icon-"], .btn-rounded-panel.small [class^="icon-"], .btn-boxed-panel.small [class^="icon-"] {line-height: 20px;} .btn-circle a i, .btn-rounded a i, .btn-boxed a i { font-size:20px; width:46px; /*margin-top:8px;*/ display:block; text-align:center; } .btn-circle a, .nav-tabs.btn-circle > li > a { font-size:12px; } #btnBox .btn-circle li a.on{ background:#fff; color:#000; box-shadow: 0px 3px 8px #AAA, inset 0px 2px 3px #fff; -webkit-box-shadow: 0px 3px 8px #AAA, inset 0px 2px 3px #fff; -moz-box-shadow: 0px 3px 8px #AAA, inset 0px 2px 3px #fff; } /*********************态势******************************/ .drill_ts .control-group:after, .drill_jd .control-group:after, .drill_hj .control-group:after, .drill_hj_2 .control-group:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .drill_ts .control-group label, .drill_jd .control-group label, .drill_hj .control-group label, .drill_hj_2 .control-group label{ float:left; margin-top:4px; } .drill_ts .control-group .controls, .drill_jd .control-group .controls, .drill_hj .control-group .controls, .drill_hj_2 .control-group .controls{ float:left; display:inline; margin-left:10px; } .drill_ts .control-group .controls .btn, .drill_jd .control-group .controls .btn, .drill_hj .control-group .controls .btn, .drill_hj_2 .control-group .controls .btn{ padding:7px 12px 1px 12px; } .drill_ts .control-group .controls .icon-list, .drill_jd .control-group .controls .icon-sitemap, .drill_hj .control-group .controls .icon-sitemap, .drill_hj_2 .control-group .controls .icon-sitemap{ font-size:16px; font-weight:bold; color:#878586; } .ts_pic{ position: relative; } .ts_pic div{ } .ts_pic .ts_Completed{ position:absolute; top:50px; left:260px; } .ts_pic div a{ display:block; width:25px; height:38px; } .ts_pic div span{ display:block; width:205px; padding:15px; background:#fff; } .ts_pic .popover{ display:none; line-height:28px; top:-10px; } .ts_pic .popover.right{ margin-left:40px; } .ts_pic .popover.right .arrow{ top:30px; } .ts_pic .ts_Current{ position:absolute; top:150px; left:170px; } .ts_pic .ts_Target{ position:absolute; top:100px; left:435px; } .ts_pic .ts_Target a{ width:40px; height:52px; } .ts_pic .ts_Unfinished{ position:absolute; top:60px; left:540px; } .tsPic_Instruction{ padding:30px 0 0 300px; } .progress_list_top{ margin-top:20px; } .progress_list_top:after,.progress_list_ul li:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .progress_list_top span{ float:left; font-size:14px; font-weight:bold; } .progress_list_top .progress{ float:left; width:60%; margin:5px 0 0 15px; } .progress_list_ul{ list-style:none; margin:0px; } .progress_list_ul li{ list-style:none; border-bottom:1px #D0CFCF dotted; padding-bottom:15px; margin-bottom:15px; } .progress_list_ul li i.progress_i{ float:left } .progress_list_ul li i.progress_i{ display:block; width:15px; height:15px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-60px -1px; float:left; margin-right:16px; margin-top:15px; } .progress_list_ul li i.resAss-success{ display:block; width:15px; height:15px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-40px -1px; float:left; margin-right:16px; margin-top:15px; } .progress_list_ul li i.resAss-doing{ display:block; width:15px; height:15px; background:url(../images/projectImages/icon.gif) no-repeat; float:left; margin-right:16px; margin-top:15px; } .progress_list_ul li span{ display:block; float:left; width:46px; height:46px; background:url(../images/projectImages/ui_icon.png) no-repeat; margin-right:16px; } .progress_list_ul li span.progress_1{ background-position:-54px -43px; } .progress_list_ul li span.progress_2{ background-position:-54px -89px; } .progress_list_ul li span.progress_3{ background-position:-54px -135px; } .progress_list_ul li span.progress_4{ background-position:-54px -181px; } .progress_list_ul li span.progress_5{ background-position:-54px -227px; } .progress_list_ul li span.progress_6{ background-position:-54px -273px; } .progress_list_ul li span.progress_7{ background-position:-54px -319px; } .progress_list_ul li span.progress_8{ background-position:-54px -365px; } .progress_list_ul li span.progress_9{ background-position:-54px -411px; } .progress_list_ul li span.progress_10{ background-position:-54px -457px; } .progress_Description{ float:left; margin-top:5px; width:65%; margin-right: 10%; } .progress_Property{ float:left; } .progress_Description h3{ margin:0px; line-height:15px; font-size:14px; font-weight:bold; color:#636363; margin-bottom:6px; } .progress_Description p{ font-size:12px; color:#8B8B8B; margin-bottom:0px; } .font_blue{ color:#0099DC; } .font_green{ color:#73AD32; } .font_gray{ color:#8B8B8B; } .pro-detailTop div.btn-group{ margin:0px; float:none; } .pro-detailTop div.btn-group .btn{ margin:0px; float:none; margin-left:-1px; margin-top:6px; } .pro-detailTop div.pro_timer{ float:right; margin:0; margin-top:18px; margin-right:15px; } .pro-detailTop div.pro_timer p{ height:30px; line-height:30px; margin-bottom:3px; } .pro-detailTop div.pro_timer p label{ float:left; margin-bottom:0px; line-height:30px; } .pro-detailTop div.pro_timer p span{ float:left; margin-left:5px; } .pro-detailTop div.pro_timer p span.timer_span1{ display:block; width:25px; height:29px; line-height:27px; text-align:center; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-1px -96px; font-size:24px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; position:relative; } .pro-detailTop div.pro_timer p span.timer_span1 em{ display:block; width:24px; height:13px; border-bottom:1px #ccc solid; position:absolute; top:0px; left:0px; } .pro-detailTop div.pro_timer p span.timer_span2{ font-size:24px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:27px; } .z-expInstructionsCont{ margin:0px; } .infoBox-main .z-expInstructionsCont{ margin: 0 15px 15px; } /*********************入口******************************/ .windowsInfo:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .windowsInfo{ border-bottom:1px #414141 dashed; padding-bottom:15px; } .windowsImg{ display:block; width:127px; height:127px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-368px -1px; float:left; margin:35px 65px 0 80px; } .windowsInfoMain{ float:left; } .windowsInfoMain h3,.entersUl li div h3{ font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin-top:0px; } .enters{ padding:27px 0 0 80px; } .entersUl{ margin:0; padding:20px; list-style:none; border:1px #BABABA solid; float:left; width:780px; } .entersUl li{ list-style:none; /*width:400px;*/ float:left; width:360px; margin-left:0px; } .entersUl li.enterLine{ border-right:1px #BABABA solid; margin-right:30px; margin-left:0px; padding-right:15px; } .entersUl li span{ display:block; float:left; width:70px; height:70px; background:url(../images/projectImages/ui_icon.png) no-repeat; margin-right:20px; } .entersUl li span.enterIE{ background-position:-397px -135px; } .entersUl li span.enterClient{ background-position:-397px -215px; } .entersUl li div{ margin-left:85px; } .entersUl li div h3{ height:16px; line-height:16px; } .entersUl li div p{ color:#939393; } /*********************监控******************************/ .stat-boxes{ display: inline-block; list-style: none outside none; margin: 10px 0 10px; text-align: center; } .stat-boxes li{ background-color: #F6F6F6; background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED)); background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255,255,255,0.4); display: inline-block; line-height: 18px; margin: 0 10px 10px; padding: 0 10px; float:left; } .stat-boxes li:hover{ background-color: #fcfcfc; background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FCFCFC), to(#F1F1F1)); background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: -moz-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: -ms-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: -o-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); } .quick-actions li:active{ background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4)); background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.4); } .stat-boxes{ color: #459D1C; } .stat-boxes .left, .stat-boxes .right { text-shadow: 0 1px 0 #ffffff; float: left; } .stat-boxes .left { border-right: 1px solid #DCDCDC; box-shadow: 1px 0 0 0 #FFFFFF; margin-right: 12px; padding:5px 14px 0px 4px; font-size: 10px; font-weight: bold; position:relative; } .stat-boxes .right { font-size: 12px; padding: 9px 10px 7px 0; text-align: center; /*width: 70px;*/ color: #666666; } .stat-boxes .left span, .stat-boxes .right strong { display: block; } .stat-boxes .right strong { font-size: 26px; margin-bottom: 3px; margin-top: 6px; } .stat-boxes .left span{ position:absolute; display:block; width:50px; height:50px; line-height:50px; text-align:center; font-size:12px; top:5px; left:5px; } .knob_value_1{ color:#14B8D3; } .knob_value_2{ color:#7A32ED; } .knob_value_3{ color:#FEA93C; } .knob_value_4{ color:#4AB156; } .knob_value_5{ color:#EB4849; } .drill_jk_bottom{ background:#F5F5F5; border:1px #CECECE solid; padding:20px 20px 40px 20px; } .drill_jk_bottom_main{ position:relative; } .drill_jk_bottom_main .items{ display:block; position:absolute; } .items_1{ left:41px; top:31px; } .items_1 a{ display:block; width:68px; height:65px; } .items_2{ left:150px; top:31px; } .items_2 a{ display:block; width:68px; height:65px; } .items_3{ left:261px; top:31px; } .items_3 a{ display:block; width:68px; height:65px; } .items_4{ left:135px; top:140px; } .items_4 a{ display:block; width:83px; height:52px; } .items_5{ left:0px; top:279px; } .items_5 a{ display:block; width:66px; height:44px; } .items_6{ left:133px; top:279px; } .items_6 a{ display:block; width:66px; height:44px; } .items_7{ left:246px; top:258px; } .items_7 a{ display:block; width:143px; height:83px; } .items_8{ left:437px; top:119px; } .items_8 a{ display:block; width:43px; height:104px; } .drill_jk_bottom .popover{ width:160px; display:none; line-height:20px; top:-10px; right:-10px; } .drill_jk_bottom .popover.right{ margin-left:68px; } .drill_jk_bottom .popover.right p{ margin-bottom:0px; } .drill_jk_bottom .popover.right .arrow{ top:30px; } /*********************环境******************************/ .drill_hj .taskOperate a,.drill_hj_2 .taskOperate a{ text-decoration:none; } .drill_hj .taskOperate a:hover .icon-play,.drill_hj_2 .taskOperate a:hover .icon-play, .admin-environmentManage .taskOperate a:hover .icon-play{ color:#0C0; } .drill_hj .taskOperate a:hover .icon-stop,.drill_hj_2 .taskOperate a:hover .icon-stop, .admin-environmentManage .taskOperate a:hover .icon-stop{ color:#C00; } .drill_hj .taskOperate a:hover .icon-undo,.drill_hj_2 .taskOperate a:hover .icon-undo, .admin-environmentManage .taskOperate a:hover .icon-undo{ color:#0C0; } .drill_hj .taskOperate a:hover .micon-fire,.drill_hj_2 .taskOperate a:hover .micon-fire, .admin-environmentManage .taskOperate a:hover .micon-fire{ color: #FC0; } .drill_hj .taskOperate a:hover .micon-wrench,.drill_hj_2 .taskOperate a:hover .micon-wrench, .admin-environmentManage .taskOperate a:hover .micon-wrench{ color: #33F; } .drill_hj .taskOperate a:hover .micon-reply-2,.drill_hj_2 .taskOperate a:hover .micon-reply-2, .admin-environmentManage .taskOperate a:hover .micon-reply-2{ color:#33F; } .drill_hj .taskOperate a:hover .micon-box-add,.drill_hj_2 .taskOperate a:hover .micon-box-add, .admin-environmentManage .taskOperate a:hover .micon-box-add{ color:#33F; } .drill_hj .taskOperate a:hover .icon-random,.drill_hj_2 .taskOperate a:hover .icon-random, .admin-environmentManage .taskOperate a:hover .icon-random{ color:#33F; } .taskOperate a:hover .micon-pencil-2{ color:#33F; } .taskOperate a:hover .icon-remove{ color:#C00; } .hj_tr_detail{ margin:0px; list-style:none; } .hj_tr_detail:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .hj_tr_detail li{ list-style:none; width:33%; float:left; margin-left:0px; } .hj_i{ cursor:pointer; } .hj_tr_hidden{ display:none; } #ISOModal .form-horizontal .control-label{ width:110px; } #ISOModal .form-horizontal .controls{ margin-left:130px; } .moreTasks .table td.taskOperate a.disabled{ filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2; cursor:not-allowed; } .moreTasks .table td.taskOperate a:hover.disabled{ filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2; cursor:not-allowed; } /* .drill_hj td i.disabled, .drill_hj_2 td i.disabled { color:#999; cursor:not-allowed; }*/ /*********************人员******************************/ .drill_ry .moreTasks .table td{ font-size:14px; vertical-align:middle; } .ry_role span{ padding-right:10px; } .ryOperate a{ color:#0099CC; } .specialRole{ display:block; width:15px; height:14px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-81px -1px; float:left; } .drill_ry .moreTasks .table td ul li div span{ float:left; padding-right:8px; } .drill_ry .moreTasks .table td ul li div p{ clear:both; } .drill_ry .well{ border:none; border-left:1px #CECECE solid; border-top:1px #CECECE solid; } .drill_ry .table-bordered th,.drill_ry .table-bordered td{; border:none; border-right:1px #CECECE solid; border-bottom:1px #CECECE solid; } .drill_ry .table-bordered{ border-width:0; } .ry_tr_bg td{ background:rgba(0, 0, 0, 0.04); } /*********************成果******************************/ .drill_cg_dl dt:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .drill_cg_dl dt{ background:#EFEFEF; border:1px #CDCDCD solid; height:36px; font-size:14px; margin-top:-1px; } .drill_cg_dl dt div{ float:left; height:16px; line-height:16px; padding:10px; } .cg_icon{ border-right:1px #CDCDCD solid; } .cg_title{ width:70%; border-right:1px #CDCDCD solid; } .drill_cg_dl dd{ background:#F9F9F9; border:1px #CDCDCD solid; border-top:none; margin:0px; padding:10px; display:none; } .drill_cg_dl dd p{ font-size:14px; } .selectPBF{ position:relative; } .pad_left_22{ padding-left:22px; } .playback_file{ background:#f9f9f9; border:1px #fff solid; margin-top:20px; margin-bottom:20px; } .playback_file_inner div{ margin-right:40px; } .playback_file_inner{ border-top:1px #ddd solid; padding:10px 20px; margin-right:0px; } .fl{ float:left; } .fixed:after { content:"."; display:block; clear:both; height:0; visibility:hidden; } #playbackFileInput{ width:300px; height:18px; line-height:18px; display:block; } input[type="file"].reportFile{ width:82px; position:absolute; top:0px; left:0px; filter:alpha(Opacity=0); -moz-opacity:0; opacity: 0; } .margin_left_22{ margin-left:22px; } /*input[type="file"] { width: auto; }*/ .drill_cg input[type="radio"],.drill_cg input[type="checkbox"]{ margin-top:-2px; } /*********************帮助******************************/ .drill_bz_cont{ background:#F5F5F5; border:1px #CECECE solid; padding:15px; } .drill_bz h3.drill_bz_title{ font-size:14px; font-weight:bold; margin:0px; height:15px; line-height:15px; margin-bottom:15px; } .drill_bz h3.drill_bz_title span{ font-weight:normal; color:#666; } .drill_bz h3.drill_bz_title span font{ padding:0 5px; } .drill_bz_cont ol{ margin:0px; } .drill_bz_cont ol li{ border-left: 2px dotted #E4E4E4; margin-left: 17px; margin-top: -10px; padding: 45px 0 0 35px; position:relative; } .drill_bz_cont ol li:first-child{ padding-top:0px; margin-top:1px; } .bz_list_icon{ background: url(../images/projectImages/ui_icon.png) no-repeat; background-position:-1px -135px; color: #EEFFEE; font-size: 16px; height: 32px; left: -18px; line-height: 32px; position: absolute; text-align: center; top: 43px; width: 32px; z-index:1; } .drill_bz_cont ol li:first-child .bz_list_icon{ top:0px; } .bz_list_icon_link{ background: url(../images/projectImages/ui_icon.png) no-repeat; background-position:-1px -135px; color: #FFFFFF; cursor: pointer; display: block; font-size: 16px; height: 34px; line-height: 32px; text-align: center; text-decoration: none; width: 32px; } .drill_bz_menu{ left: 207px; position: fixed; top: 0; visibility: visible; width: 32px; } .drill_bz_menu div a{ text-decoration:none; display:none; } .drill_bz_menu div a:hover{ color:#fff; } .drill_bz_cont ol li .bz_cont_text h3{ font-size:14px; font-weight: bold; margin:0px; line-height:30px; color:#555; } .drill_bz_cont ol li .bz_cont_text h3 a{ margin-left:10px; font-weight:normal; } .drill_bz_cont ol li .bz_cont_text .bz_more{ display:none; line-height:25px; margin-top:15px; } .drill_bz_cont ol li .bz_cont_text .bz_detail{ display:none; } .drill_bz_cont ol li .bz_cont_text .bz_detail p{ line-height:25px; } #main_content{ min-width:600px; overflow-x:auto; } .focusWinner{ min-width:940px; } .focusDiv{ min-width:940px; } .bz_ts{ background:url(../images/drillMain/bz_ts.png) no-repeat left; padding-left:125px; height:95px; line-height:110px; margin-top:30px; }
src/main/webapp/resources/bootstrap/css/drillMain.css
@charset "utf-8"; /* CSS Document */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { zoom:1; } ul,li { list-style:none; } img { border:0; } .wrapper { width:800px; margin:0 auto; padding-bottom:50px; } h1 { height:50px; line-height:50px; font-size:22px; font-weight:normal; font-family:"Microsoft YaHei",SimHei; } /* focus */ #focus { /*width:800px; */ /*height:280px;*/ overflow-x:hidden; overflow-y:hidden; position:relative; } #focus .focusWinner{ /*height:280px;*/ margin-right:120px; overflow-x:hidden; overflow-y:hidden; position:relative; } #focus .focusBox { /*height:380px;*/ position:absolute; } #focus .focusBox .focusDiv { float:left; /*width:800px;*/ height:auto; overflow:hidden; position:relative; } #focus .btnBox { position:absolute; width:60px; /*height:600px; */ padding:5px 10px; right:0; top:0; text-align:right; } #focus .btnBox span { display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff; } #focus .btnBox span.on { background:#fff; } /*圆形按钮*/ .btn-circle-panel.small .btn-circle li, .btn-rounded-panel.small .btn-rounded li { width:60px; height:60px!important; cursor:pointer; } .btn-circle-panel.small .btn-circle li a, .btn-rounded-panel.small .btn-rounded li a, .btn-boxed-panel.small .btn-boxed li, .btn-boxed-panel.small .btn-boxed li a{ width: 46px; height: 40px; line-height: 12px; padding-top:6px; } .btn-circle, .btn-rounded, .btn-boxed { padding:0; } .btn-circle li, .btn-rounded li, .btn-boxed li {margin-bottom:2px;} .btn-circle a, .nav-tabs.btn-circle > li > a { margin:7px; } .btn-circle-panel.small [class^="micon-"], .btn-rounded-panel.small [class^="micon-"], .btn-boxed-panel.small [class^="micon-"], .btn-circle-panel.small [class^="icon-"], .btn-rounded-panel.small [class^="icon-"], .btn-boxed-panel.small [class^="icon-"] {line-height: 20px;} .btn-circle a i, .btn-rounded a i, .btn-boxed a i { font-size:20px; width:46px; /*margin-top:8px;*/ display:block; text-align:center; } .btn-circle a, .nav-tabs.btn-circle > li > a { font-size:12px; } #btnBox .btn-circle li a.on{ background:#fff; color:#000; box-shadow: 0px 3px 8px #AAA, inset 0px 2px 3px #fff; -webkit-box-shadow: 0px 3px 8px #AAA, inset 0px 2px 3px #fff; -moz-box-shadow: 0px 3px 8px #AAA, inset 0px 2px 3px #fff; } /*********************态势******************************/ .drill_ts .control-group:after, .drill_jd .control-group:after, .drill_hj .control-group:after, .drill_hj_2 .control-group:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .drill_ts .control-group label, .drill_jd .control-group label, .drill_hj .control-group label, .drill_hj_2 .control-group label{ float:left; margin-top:4px; } .drill_ts .control-group .controls, .drill_jd .control-group .controls, .drill_hj .control-group .controls, .drill_hj_2 .control-group .controls{ float:left; display:inline; margin-left:10px; } .drill_ts .control-group .controls .btn, .drill_jd .control-group .controls .btn, .drill_hj .control-group .controls .btn, .drill_hj_2 .control-group .controls .btn{ padding:7px 12px 1px 12px; } .drill_ts .control-group .controls .icon-list, .drill_jd .control-group .controls .icon-sitemap, .drill_hj .control-group .controls .icon-sitemap, .drill_hj_2 .control-group .controls .icon-sitemap{ font-size:16px; font-weight:bold; color:#878586; } .ts_pic{ position: relative; } .ts_pic div{ } .ts_pic .ts_Completed{ position:absolute; top:50px; left:260px; } .ts_pic div a{ display:block; width:25px; height:38px; } .ts_pic div span{ display:block; width:205px; padding:15px; background:#fff; } .ts_pic .popover{ display:none; line-height:28px; top:-10px; } .ts_pic .popover.right{ margin-left:40px; } .ts_pic .popover.right .arrow{ top:30px; } .ts_pic .ts_Current{ position:absolute; top:150px; left:170px; } .ts_pic .ts_Target{ position:absolute; top:100px; left:435px; } .ts_pic .ts_Target a{ width:40px; height:52px; } .ts_pic .ts_Unfinished{ position:absolute; top:60px; left:540px; } .tsPic_Instruction{ padding:30px 0 0 300px; } .progress_list_top{ margin-top:20px; } .progress_list_top:after,.progress_list_ul li:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .progress_list_top span{ float:left; font-size:14px; font-weight:bold; } .progress_list_top .progress{ float:left; width:60%; margin:5px 0 0 15px; } .progress_list_ul{ list-style:none; margin:0px; } .progress_list_ul li{ list-style:none; border-bottom:1px #D0CFCF dotted; padding-bottom:15px; margin-bottom:15px; } .progress_list_ul li i.progress_i{ float:left } .progress_list_ul li i.progress_i{ display:block; width:15px; height:15px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-60px -1px; float:left; margin-right:16px; margin-top:15px; } .progress_list_ul li i.resAss-success{ display:block; width:15px; height:15px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-40px -1px; float:left; margin-right:16px; margin-top:15px; } .progress_list_ul li i.resAss-doing{ display:block; width:15px; height:15px; background:url(../images/projectImages/icon.gif) no-repeat; float:left; margin-right:16px; margin-top:15px; } .progress_list_ul li span{ display:block; float:left; width:46px; height:46px; background:url(../images/projectImages/ui_icon.png) no-repeat; margin-right:16px; } .progress_list_ul li span.progress_1{ background-position:-54px -43px; } .progress_list_ul li span.progress_2{ background-position:-54px -89px; } .progress_list_ul li span.progress_3{ background-position:-54px -135px; } .progress_list_ul li span.progress_4{ background-position:-54px -181px; } .progress_list_ul li span.progress_5{ background-position:-54px -227px; } .progress_list_ul li span.progress_6{ background-position:-54px -273px; } .progress_list_ul li span.progress_7{ background-position:-54px -319px; } .progress_list_ul li span.progress_8{ background-position:-54px -365px; } .progress_list_ul li span.progress_9{ background-position:-54px -411px; } .progress_list_ul li span.progress_10{ background-position:-54px -457px; } .progress_Description{ float:left; margin-top:5px; width:65%; margin-right: 10%; } .progress_Property{ float:left; } .progress_Description h3{ margin:0px; line-height:15px; font-size:14px; font-weight:bold; color:#636363; margin-bottom:6px; } .progress_Description p{ font-size:12px; color:#8B8B8B; margin-bottom:0px; } .font_blue{ color:#0099DC; } .font_green{ color:#73AD32; } .font_gray{ color:#8B8B8B; } .pro-detailTop div.btn-group{ margin:0px; float:none; } .pro-detailTop div.btn-group .btn{ margin:0px; float:none; margin-left:-1px; margin-top:6px; } .pro-detailTop div.pro_timer{ float:right; margin:0; margin-top:18px; margin-right:15px; } .pro-detailTop div.pro_timer p{ height:30px; line-height:30px; margin-bottom:3px; } .pro-detailTop div.pro_timer p label{ float:left; margin-bottom:0px; line-height:30px; } .pro-detailTop div.pro_timer p span{ float:left; margin-left:5px; } .pro-detailTop div.pro_timer p span.timer_span1{ display:block; width:25px; height:29px; line-height:27px; text-align:center; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-1px -96px; font-size:24px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; position:relative; } .pro-detailTop div.pro_timer p span.timer_span1 em{ display:block; width:24px; height:13px; border-bottom:1px #ccc solid; position:absolute; top:0px; left:0px; } .pro-detailTop div.pro_timer p span.timer_span2{ font-size:24px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:27px; } .z-expInstructionsCont{ margin:0px; } .infoBox-main .z-expInstructionsCont{ margin: 0 15px 15px; } /*********************入口******************************/ .windowsInfo:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .windowsInfo{ border-bottom:1px #414141 dashed; padding-bottom:15px; } .windowsImg{ display:block; width:127px; height:127px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-368px -1px; float:left; margin:35px 65px 0 80px; } .windowsInfoMain{ float:left; } .windowsInfoMain h3,.entersUl li div h3{ font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin-top:0px; } .enters{ padding:27px 0 0 80px; } .entersUl{ margin:0; padding:20px; list-style:none; border:1px #BABABA solid; float:left; width:780px; } .entersUl li{ list-style:none; /*width:400px;*/ float:left; width:360px; margin-left:0px; } .entersUl li.enterLine{ border-right:1px #BABABA solid; margin-right:30px; margin-left:0px; padding-right:15px; } .entersUl li span{ display:block; float:left; width:70px; height:70px; background:url(../images/projectImages/ui_icon.png) no-repeat; margin-right:20px; } .entersUl li span.enterIE{ background-position:-397px -135px; } .entersUl li span.enterClient{ background-position:-397px -215px; } .entersUl li div{ margin-left:85px; } .entersUl li div h3{ height:16px; line-height:16px; } .entersUl li div p{ color:#939393; } /*********************监控******************************/ .stat-boxes{ display: inline-block; list-style: none outside none; margin: 10px 0 10px; text-align: center; } .stat-boxes li{ background-color: #F6F6F6; background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED)); background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%); border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255,255,255,0.4); display: inline-block; line-height: 18px; margin: 0 10px 10px; padding: 0 10px; float:left; } .stat-boxes li:hover{ background-color: #fcfcfc; background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FCFCFC), to(#F1F1F1)); background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: -moz-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: -ms-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: -o-linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); background-image: linear-gradient(top, #FCFCFC 0%, #F1F1F1 100%); } .quick-actions li:active{ background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4)); background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%); box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.4); } .stat-boxes{ color: #459D1C; } .stat-boxes .left, .stat-boxes .right { text-shadow: 0 1px 0 #ffffff; float: left; } .stat-boxes .left { border-right: 1px solid #DCDCDC; box-shadow: 1px 0 0 0 #FFFFFF; margin-right: 12px; padding:5px 14px 0px 4px; font-size: 10px; font-weight: bold; position:relative; } .stat-boxes .right { font-size: 12px; padding: 9px 10px 7px 0; text-align: center; /*width: 70px;*/ color: #666666; } .stat-boxes .left span, .stat-boxes .right strong { display: block; } .stat-boxes .right strong { font-size: 26px; margin-bottom: 3px; margin-top: 6px; } .stat-boxes .left span{ position:absolute; display:block; width:50px; height:50px; line-height:50px; text-align:center; font-size:12px; top:5px; left:5px; } .knob_value_1{ color:#14B8D3; } .knob_value_2{ color:#7A32ED; } .knob_value_3{ color:#FEA93C; } .knob_value_4{ color:#4AB156; } .knob_value_5{ color:#EB4849; } .drill_jk_bottom{ background:#F5F5F5; border:1px #CECECE solid; padding:20px 20px 40px 20px; } .drill_jk_bottom_main{ position:relative; } .drill_jk_bottom_main .items{ display:block; position:absolute; } .items_1{ left:41px; top:31px; } .items_1 a{ display:block; width:68px; height:65px; } .items_2{ left:150px; top:31px; } .items_2 a{ display:block; width:68px; height:65px; } .items_3{ left:261px; top:31px; } .items_3 a{ display:block; width:68px; height:65px; } .items_4{ left:135px; top:140px; } .items_4 a{ display:block; width:83px; height:52px; } .items_5{ left:0px; top:279px; } .items_5 a{ display:block; width:66px; height:44px; } .items_6{ left:133px; top:279px; } .items_6 a{ display:block; width:66px; height:44px; } .items_7{ left:246px; top:258px; } .items_7 a{ display:block; width:143px; height:83px; } .items_8{ left:437px; top:119px; } .items_8 a{ display:block; width:43px; height:104px; } .drill_jk_bottom .popover{ width:160px; display:none; line-height:20px; top:-10px; right:-10px; } .drill_jk_bottom .popover.right{ margin-left:68px; } .drill_jk_bottom .popover.right p{ margin-bottom:0px; } .drill_jk_bottom .popover.right .arrow{ top:30px; } /*********************环境******************************/ .drill_hj .taskOperate a,.drill_hj_2 .taskOperate a{ text-decoration:none; } .drill_hj .taskOperate a:hover .icon-play,.drill_hj_2 .taskOperate a:hover .icon-play, .admin-environmentManage .taskOperate a:hover .icon-play{ color:#0C0; } .drill_hj .taskOperate a:hover .icon-stop,.drill_hj_2 .taskOperate a:hover .icon-stop, .admin-environmentManage .taskOperate a:hover .icon-stop{ color:#C00; } .drill_hj .taskOperate a:hover .icon-undo,.drill_hj_2 .taskOperate a:hover .icon-undo, .admin-environmentManage .taskOperate a:hover .icon-undo{ color:#0C0; } .drill_hj .taskOperate a:hover .micon-fire,.drill_hj_2 .taskOperate a:hover .micon-fire, .admin-environmentManage .taskOperate a:hover .micon-fire{ color: #FC0; } .drill_hj .taskOperate a:hover .micon-wrench,.drill_hj_2 .taskOperate a:hover .micon-wrench, .admin-environmentManage .taskOperate a:hover .micon-wrench{ color: #33F; } .drill_hj .taskOperate a:hover .micon-reply-2,.drill_hj_2 .taskOperate a:hover .micon-reply-2, .admin-environmentManage .taskOperate a:hover .micon-reply-2{ color:#33F; } .drill_hj .taskOperate a:hover .micon-box-add,.drill_hj_2 .taskOperate a:hover .micon-box-add, .admin-environmentManage .taskOperate a:hover .micon-box-add{ color:#33F; } .drill_hj .taskOperate a:hover .icon-random,.drill_hj_2 .taskOperate a:hover .icon-random, .admin-environmentManage .taskOperate a:hover .icon-random{ color:#33F; } .taskOperate a:hover .micon-pencil-2{ color:#33F; } .taskOperate a:hover .icon-remove{ color:#C00; } .hj_tr_detail{ margin:0px; list-style:none; } .hj_tr_detail:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .hj_tr_detail li{ list-style:none; width:33%; float:left; margin-left:0px; } .hj_i{ cursor:pointer; } .hj_tr_hidden{ display:none; } #ISOModal .form-horizontal .control-label{ width:110px; } #ISOModal .form-horizontal .controls{ margin-left:130px; } .moreTasks .table td.taskOperate a.disabled{ filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2; cursor:not-allowed; } .moreTasks .table td.taskOperate a:hover.disabled{ filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2; cursor:not-allowed; } /* .drill_hj td i.disabled, .drill_hj_2 td i.disabled { color:#999; cursor:not-allowed; }*/ /*********************人员******************************/ .drill_ry .moreTasks .table td{ font-size:14px; vertical-align:middle; } .ry_role span{ padding-right:10px; } .ryOperate a{ color:#0099CC; } .specialRole{ display:block; width:15px; height:14px; background:url(../images/projectImages/ui_icon.png) no-repeat; background-position:-81px -1px; float:left; } .drill_ry .moreTasks .table td ul li div span{ float:left; padding-right:8px; } .drill_ry .moreTasks .table td ul li div p{ clear:both; } .drill_ry .well{ border:none; border-left:1px #CECECE solid; border-top:1px #CECECE solid; } .drill_ry .table-bordered th,.drill_ry .table-bordered td{; border:none; border-right:1px #CECECE solid; border-bottom:1px #CECECE solid; } .drill_ry .table-bordered{ border-width:0; } .ry_tr_bg td{ background:rgba(0, 0, 0, 0.04); } /*********************成果******************************/ .drill_cg_dl dt:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .drill_cg_dl dt{ background:#EFEFEF; border:1px #CDCDCD solid; height:36px; font-size:14px; margin-top:-1px; } .drill_cg_dl dt div{ float:left; height:16px; line-height:16px; padding:10px; } .cg_icon{ border-right:1px #CDCDCD solid; } .cg_title{ width:70%; border-right:1px #CDCDCD solid; } .drill_cg_dl dd{ background:#F9F9F9; border:1px #CDCDCD solid; border-top:none; margin:0px; padding:10px; display:none; } .drill_cg_dl dd p{ font-size:14px; } .selectPBF{ position:relative; } .pad_left_22{ padding-left:22px; } .playback_file{ background:#f9f9f9; border:1px #fff solid; margin-top:20px; margin-bottom:20px; } .playback_file_inner div{ margin-right:40px; } .playback_file_inner{ border-top:1px #ddd solid; padding:10px 20px; margin-right:0px; } .fl{ float:left; } .fixed:after { content:"."; display:block; clear:both; height:0; visibility:hidden; } #playbackFileInput{ width:300px; height:18px; line-height:18px; display:block; } input[type="file"].reportFile{ width:82px; position:absolute; top:0px; left:0px; filter:alpha(Opacity=0); -moz-opacity:0; opacity: 0; } .margin_left_22{ margin-left:22px; } /*input[type="file"] { width: auto; }*/ .drill_cg input[type="radio"],.drill_cg input[type="checkbox"]{ margin-top:-2px; } /*********************帮助******************************/ .drill_bz_cont{ background:#F5F5F5; border:1px #CECECE solid; padding:15px; } .drill_bz h3.drill_bz_title{ font-size:14px; font-weight:bold; margin:0px; height:15px; line-height:15px; margin-bottom:15px; } .drill_bz h3.drill_bz_title span{ font-weight:normal; color:#666; } .drill_bz h3.drill_bz_title span font{ padding:0 5px; } .drill_bz_cont ol{ margin:0px; } .drill_bz_cont ol li{ border-left: 2px dotted #E4E4E4; margin-left: 17px; margin-top: -10px; padding: 45px 0 0 35px; position:relative; } .drill_bz_cont ol li:first-child{ padding-top:0px; margin-top:1px; } .bz_list_icon{ background: url(../images/projectImages/ui_icon.png) no-repeat; background-position:-1px -135px; color: #EEFFEE; font-size: 16px; height: 32px; left: -18px; line-height: 32px; position: absolute; text-align: center; top: 43px; width: 32px; z-index:1; } .drill_bz_cont ol li:first-child .bz_list_icon{ top:0px; } .bz_list_icon_link{ background: url(../images/projectImages/ui_icon.png) no-repeat; background-position:-1px -135px; color: #FFFFFF; cursor: pointer; display: block; font-size: 16px; height: 34px; line-height: 32px; text-align: center; text-decoration: none; width: 32px; } .drill_bz_menu{ left: 207px; position: fixed; top: 0; visibility: visible; width: 32px; } .drill_bz_menu div a{ text-decoration:none; display:none; } .drill_bz_menu div a:hover{ color:#fff; } .drill_bz_cont ol li .bz_cont_text h3{ font-size:14px; font-weight: bold; margin:0px; line-height:30px; color:#555; } .drill_bz_cont ol li .bz_cont_text h3 a{ margin-left:10px; font-weight:normal; } .drill_bz_cont ol li .bz_cont_text .bz_more{ display:none; line-height:25px; margin-top:15px; } .drill_bz_cont ol li .bz_cont_text .bz_detail{ display:none; } .drill_bz_cont ol li .bz_cont_text .bz_detail p{ line-height:25px; } #main_content{ min-width:600px; overflow-x:auto; } .focusWinner{ min-width:940px; } .focusDiv{ min-width:940px; } .bz_ts{ background:url(../images/drillMain/bz_ts.png) no-repeat left; padding-left:125px; height:95px; line-height:110px; margin-top:30px; }
0.214609
0.04747
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@0;1&display=swap'); body { font-family: 'nunito'; color: white; background-color: black; line-height: 1.4; width: 100%; font-size: 1vw; } #background { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: -1; } .stretch { width:100%; height:100%; object-fit: cover; } h1 { font-size: 1.4vw; color: white; } h2 { font-size: 2vw; color: white; } h3 { font-size: 3vw; color: white; } a { color: white; text-decoration: none; } a:hover{ text-decoration: underline; filter: brightness(150%); filter: drop-shadow(8px 8px 10px black); } header { position: fixed; top: 0px; width: 100%; height: 19px; padding: 25px 0px; display: flex; justify-content: space-between; align-items: center; background-color: black; opacity: 0.7; z-index:5; } #packages { margin-left: 13%; margin-top: -30%; display: flex; justify-content: space-between; width: 75%; } #videos { margin-left: 27%; margin-top: 45%; display: flex; justify-content: space-between; width: 50%; } #phone-logo:hover { filter: brightness(150%); filter: drop-shadow(8px 8px 10px white); } #youtube-logo:hover { filter: brightness(150%); filter: drop-shadow(8px 8px 10px white); } #package-header:hover { filter: brightness(150%); filter: drop-shadow(8px 8px 10px white); } #company-page { margin-left: 0; margin-top: 20%; display: flex; justify-content: space-between; width: 100%; } #storylayover { background-color: black; width: 100%; opacity: 0.9; } .submit { display: block; width: 51.5%; height: 3vw; margin-top: 0vw; margin-bottom: 1vw; font-size: 1.5vw; color: white; border-radius: 5px; cursor: pointer; background: #00aced; box-shadow: 0 0 5px #00aced, 0 0 8px #00aced; padding: 0; border: none; z-index: 2; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .submit:hover{ background-color: transparent; color: #00aced; box-shadow: 0 5px 3px -3px #00aced, 0 -5px 3px -3px #00aced, 0 5px 3px -3px #00aced, 0 -5px 3px -3px #00aced; } .email { display: block; width: 50%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .text { display: block; width: 50%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .cropped1 { height: 500px; object-fit: cover; } @media only screen and (max-width: 800px){ body { flex-wrap: wrap; } #header-img { width: 30vw; } .nav-link { font-size: 2.5vw; } #video { width: 250px; height: auto; } .submit { width: 20%; padding: 0.75rem; background: royale-blue; color: white; border-radius: 2px; cursor: pointer; } .email { display: block; width: 18.5%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .text { display: block; width: 18.5%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } }
src/style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@0;1&display=swap'); body { font-family: 'nunito'; color: white; background-color: black; line-height: 1.4; width: 100%; font-size: 1vw; } #background { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: -1; } .stretch { width:100%; height:100%; object-fit: cover; } h1 { font-size: 1.4vw; color: white; } h2 { font-size: 2vw; color: white; } h3 { font-size: 3vw; color: white; } a { color: white; text-decoration: none; } a:hover{ text-decoration: underline; filter: brightness(150%); filter: drop-shadow(8px 8px 10px black); } header { position: fixed; top: 0px; width: 100%; height: 19px; padding: 25px 0px; display: flex; justify-content: space-between; align-items: center; background-color: black; opacity: 0.7; z-index:5; } #packages { margin-left: 13%; margin-top: -30%; display: flex; justify-content: space-between; width: 75%; } #videos { margin-left: 27%; margin-top: 45%; display: flex; justify-content: space-between; width: 50%; } #phone-logo:hover { filter: brightness(150%); filter: drop-shadow(8px 8px 10px white); } #youtube-logo:hover { filter: brightness(150%); filter: drop-shadow(8px 8px 10px white); } #package-header:hover { filter: brightness(150%); filter: drop-shadow(8px 8px 10px white); } #company-page { margin-left: 0; margin-top: 20%; display: flex; justify-content: space-between; width: 100%; } #storylayover { background-color: black; width: 100%; opacity: 0.9; } .submit { display: block; width: 51.5%; height: 3vw; margin-top: 0vw; margin-bottom: 1vw; font-size: 1.5vw; color: white; border-radius: 5px; cursor: pointer; background: #00aced; box-shadow: 0 0 5px #00aced, 0 0 8px #00aced; padding: 0; border: none; z-index: 2; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .submit:hover{ background-color: transparent; color: #00aced; box-shadow: 0 5px 3px -3px #00aced, 0 -5px 3px -3px #00aced, 0 5px 3px -3px #00aced, 0 -5px 3px -3px #00aced; } .email { display: block; width: 50%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .text { display: block; width: 50%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .cropped1 { height: 500px; object-fit: cover; } @media only screen and (max-width: 800px){ body { flex-wrap: wrap; } #header-img { width: 30vw; } .nav-link { font-size: 2.5vw; } #video { width: 250px; height: auto; } .submit { width: 20%; padding: 0.75rem; background: royale-blue; color: white; border-radius: 2px; cursor: pointer; } .email { display: block; width: 18.5%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .text { display: block; width: 18.5%; height: 2rem; padding: 0.25rem 0.75rem; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } }
0.409221
0.113481
.nfss-modal { position: absolute; top: 40px; left: 40px; right: 40px; bottom: 40px; width: 500px; height: max-content; background-color: #fefefe; font-family: Arial, Helvetica, sans-serif; left: 50%; top: 50%; transform: translate(-50%, -50%); } .modal-footer{ display: flex; justify-content: flex-end; margin-top: 50px; padding: 20px; } .nfss-table-headers{ height: 50px; background: #b3ffb3; } .nfss-avtar-container{ display: flex; justify-content: flex-end; margin-right: 20px; align-items: center; } .nfss-user-avtar{ background-color: #2db92d; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; border-radius: 50%; padding: 20px; margin-right: 10px; width:60px; height: 60px; font-family: "Lucida Console", "Courier New", monospace; } tr{ height: 50px; } tr:hover{ background: cornsilk; } .nfss-table{ width: 85%; padding: 11px; font-size: 20px; } .nfss-table-body{ text-align: left; } .nfss-modal-button{ background-color: #2db92d; /* Green */ border: none; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 20px; border-radius: 12px; padding: 20px; margin-right: 10px; width:106px; height: 50px; font-family: "Lucida Console", "Courier New", monospace; transition-duration: 0.5s; } .nfss-modal-title{ padding: 10px; font-size: 30px; background-color: #00b33c; color: white; } .nfss-modal-body { padding: 20px; font-size: 22px; } .modal-output-message{ font-size: 23px; margin-right: 100; color: green; font-weight: bold; text-align: end; border-radius: 10px; padding: 10px; } .nfss-modal-label{ margin-right: 15; width:115px; font-size: 20px; } .nfss-modal-value{ border-radius: 5px; font-size: 20px; } .nfss-heading { height: 150px; width:1000px } .table-icon-info{ height: 20px; width: 20px; } .refresh-icon{ height: 70px; width: 70px; margin-right: 10px; } .table-icon-del { height: 30px; width: 30px; } .nfss-addfile-icon{ height: 70px; width: 70px; cursor: pointer; } .nfss-file-input { display: none; } .table-icon{ height: 30px; width: 30px; } .nfss-login-buttons{ background-color: #2db92d; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; border-radius: 12px; padding: 20px; margin-right: 10px; width:150px; height: 60px; font-family: "Lucida Console", "Courier New", monospace; transition-duration: 0.5s; } #nfss-modal-information-container{ display: flex; padding: 5px; font-size: 20px; align-items: baseline; } .nfss-login-buttons:hover{ background-color: #239023; } .nfss-login-button-container{ display:flex; justify-content: flex-end; padding: 20px; } .Overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); }
src/style.css
.nfss-modal { position: absolute; top: 40px; left: 40px; right: 40px; bottom: 40px; width: 500px; height: max-content; background-color: #fefefe; font-family: Arial, Helvetica, sans-serif; left: 50%; top: 50%; transform: translate(-50%, -50%); } .modal-footer{ display: flex; justify-content: flex-end; margin-top: 50px; padding: 20px; } .nfss-table-headers{ height: 50px; background: #b3ffb3; } .nfss-avtar-container{ display: flex; justify-content: flex-end; margin-right: 20px; align-items: center; } .nfss-user-avtar{ background-color: #2db92d; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; border-radius: 50%; padding: 20px; margin-right: 10px; width:60px; height: 60px; font-family: "Lucida Console", "Courier New", monospace; } tr{ height: 50px; } tr:hover{ background: cornsilk; } .nfss-table{ width: 85%; padding: 11px; font-size: 20px; } .nfss-table-body{ text-align: left; } .nfss-modal-button{ background-color: #2db92d; /* Green */ border: none; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 20px; border-radius: 12px; padding: 20px; margin-right: 10px; width:106px; height: 50px; font-family: "Lucida Console", "Courier New", monospace; transition-duration: 0.5s; } .nfss-modal-title{ padding: 10px; font-size: 30px; background-color: #00b33c; color: white; } .nfss-modal-body { padding: 20px; font-size: 22px; } .modal-output-message{ font-size: 23px; margin-right: 100; color: green; font-weight: bold; text-align: end; border-radius: 10px; padding: 10px; } .nfss-modal-label{ margin-right: 15; width:115px; font-size: 20px; } .nfss-modal-value{ border-radius: 5px; font-size: 20px; } .nfss-heading { height: 150px; width:1000px } .table-icon-info{ height: 20px; width: 20px; } .refresh-icon{ height: 70px; width: 70px; margin-right: 10px; } .table-icon-del { height: 30px; width: 30px; } .nfss-addfile-icon{ height: 70px; width: 70px; cursor: pointer; } .nfss-file-input { display: none; } .table-icon{ height: 30px; width: 30px; } .nfss-login-buttons{ background-color: #2db92d; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; border-radius: 12px; padding: 20px; margin-right: 10px; width:150px; height: 60px; font-family: "Lucida Console", "Courier New", monospace; transition-duration: 0.5s; } #nfss-modal-information-container{ display: flex; padding: 5px; font-size: 20px; align-items: baseline; } .nfss-login-buttons:hover{ background-color: #239023; } .nfss-login-button-container{ display:flex; justify-content: flex-end; padding: 20px; } .Overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); }
0.436622
0.080973
.carousel { width: 100% !important; } .row{ width: 101% !important; } .product-price { color: #000; text-transform: uppercase; font-weight: bold; font-size: 28px; line-height: 22px; letter-spacing: 0px; text-align: right; padding-top: 10px !important; } .product-price em { color: #8f8f8f; font-size: 16px; font-style: normal; } .product-options h4 { text-align: left; text-transform: uppercase; color: #272727; letter-spacing: 2px; font-weight: 700; font-size: 12px; position: relative; padding: 0; margin: 0 !important; border-bottom: 0; padding-top: 10px; padding-left:25px ; } .product-select select { width: 100%; height: 30px; padding: 0px 7px; font-size: 12px; border: 1px solid #b1b1b1; text-transform: uppercase; letter-spacing: 2px; color: #000000; outline: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 1px; background-color: #fff; background-image: url(../hinhanh/select_arrow.png) !important; background-position: center right; background-repeat: no-repeat; } .product-select{ padding-left: 20px; padding-top: 15px; } .colors-select { padding-top: 0px !important; border-top: 1px solid #d3d3d3; margin-top: 20px; } .colours label { display: inline-block; width: 36px; height: 30px; margin-right: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 0 !important; margin: 0 !important; } .order-it { padding: 10px 0; border-top: 1px solid #d3d3d3; margin-top: 5px; } .btn-order { background: #8f8f8f; border: 2px solid #8f8f8f; padding: 12px 30px; font-size: 13px; width: 100%; font-weight: bold; color: #fff; letter-spacing: 2px; text-transform: uppercase; transition: background-color 300ms ease-out; display: block; text-align: center; margin-bottom: 2px; cursor: pointer; } .btn-order:hover{ background: #207bc9; border: 2px solid #8f8f8f; padding: 12px 30px; font-size: 13px; width: 100%; font-weight: bold; color: #fff; letter-spacing: 2px; text-transform: uppercase; transition: background-color 300ms ease-out; display: block; text-align: center; margin-bottom: 2px; cursor: pointer; } .order-time{ text-transform: none; letter-spacing: 0; font-size: 14px; color: #b1b1b1; text-align: left; } .order-time span{ color: #65c178; } .icoon{ color: #b1b1b1; } .costs-and-size a{ color: #65c178; }
public/style/stylecuong.css
.carousel { width: 100% !important; } .row{ width: 101% !important; } .product-price { color: #000; text-transform: uppercase; font-weight: bold; font-size: 28px; line-height: 22px; letter-spacing: 0px; text-align: right; padding-top: 10px !important; } .product-price em { color: #8f8f8f; font-size: 16px; font-style: normal; } .product-options h4 { text-align: left; text-transform: uppercase; color: #272727; letter-spacing: 2px; font-weight: 700; font-size: 12px; position: relative; padding: 0; margin: 0 !important; border-bottom: 0; padding-top: 10px; padding-left:25px ; } .product-select select { width: 100%; height: 30px; padding: 0px 7px; font-size: 12px; border: 1px solid #b1b1b1; text-transform: uppercase; letter-spacing: 2px; color: #000000; outline: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 1px; background-color: #fff; background-image: url(../hinhanh/select_arrow.png) !important; background-position: center right; background-repeat: no-repeat; } .product-select{ padding-left: 20px; padding-top: 15px; } .colors-select { padding-top: 0px !important; border-top: 1px solid #d3d3d3; margin-top: 20px; } .colours label { display: inline-block; width: 36px; height: 30px; margin-right: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 0 !important; margin: 0 !important; } .order-it { padding: 10px 0; border-top: 1px solid #d3d3d3; margin-top: 5px; } .btn-order { background: #8f8f8f; border: 2px solid #8f8f8f; padding: 12px 30px; font-size: 13px; width: 100%; font-weight: bold; color: #fff; letter-spacing: 2px; text-transform: uppercase; transition: background-color 300ms ease-out; display: block; text-align: center; margin-bottom: 2px; cursor: pointer; } .btn-order:hover{ background: #207bc9; border: 2px solid #8f8f8f; padding: 12px 30px; font-size: 13px; width: 100%; font-weight: bold; color: #fff; letter-spacing: 2px; text-transform: uppercase; transition: background-color 300ms ease-out; display: block; text-align: center; margin-bottom: 2px; cursor: pointer; } .order-time{ text-transform: none; letter-spacing: 0; font-size: 14px; color: #b1b1b1; text-align: left; } .order-time span{ color: #65c178; } .icoon{ color: #b1b1b1; } .costs-and-size a{ color: #65c178; }
0.280025
0.096153
* { box-sizing: border-box; padding: 0; margin: 0; } /* Pseduo element for hovering and focusing*/ :focus { background:green; } li:hover::before{ content: "\f09a"; color: yellowgreen; background-color: yellowgreen; } body { background-color: #d9dcd6; } /*Header CSS rules*/ .header { display: flex; justify-content: space-between; padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } .header h1 { font-size: 48px; } .header h1 .seo { color: #d9dcd6; } .header nav { padding-top: 15px; margin-right: 20px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; } .header nav ul { list-style-type: none; } .header nav ul li { display: inline-block; margin-left: 25px; } a { color: #ffffff; text-decoration: none; } p { font-size: 16px; } /*Hero section CSS Rules */ .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("../images/digital-marketing-meeting.jpg"); background-size: cover; background-position: center; } /* Content and Aside section put in a container to apply flex box*/ .container { display: flex; flex-wrap: wrap; justify-content: space-between; } /* Content section CSS rules */ .content { width: 75%; display: inline-block; margin-left: 20px; } /* Aside section setting*/ .benefits { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #2589bd; } .benefit-lead { margin-bottom: 32px; color: #ffffff; } .benefit-brand { margin-bottom: 32px; color: #ffffff; } .benefit-cost { margin-bottom: 32px; color: #ffffff; } .benefit-lead h3 { margin-bottom: 10px; text-align: center; } .benefit-brand h3 { margin-bottom: 10px; text-align: center; } .benefit-cost h3 { margin-bottom: 10px; text-align: center; } .benefit-lead img { display: block; margin: 10px auto; max-width: 150px; } .benefit-brand img { display: block; margin: 10px auto; max-width: 150px; } .benefit-cost img { display: block; margin: 10px auto; max-width: 150px; } /*Content Section sub section settings */ .search-engine-optimization { margin-bottom: 20px; padding: 50px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; display: flex; justify-content: space-between; flex-wrap: wrap; } .online-reputation-management { margin-bottom: 20px; padding: 50px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; display: flex; justify-content: space-between; flex-direction: row-reverse; flex-wrap: wrap; } .social-media-marketing { margin-bottom: 20px; padding: 50px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; display: flex; justify-content: space-between; flex-wrap: wrap; } .search-engine-optimization img { max-height: 200px; flex: 1; } .search-engine-optimization div{ flex: 3; padding: 20px; } .online-reputation-management img { max-height: 200px; flex: 1; } .online-reputation-management div{ flex: 3; padding: 20px; } .social-media-marketing img { max-height: 200px; flex: 1; } .social-media-marketing div { flex: 3; padding: 20px; } .search-engine-optimization h2 { margin-bottom: 20px; font-size: 36px; } .online-reputation-management h2 { margin-bottom: 20px; font-size: 36px; } .social-media-marketing h2 { margin-bottom: 20px; font-size: 36px; } /*Footer Settings */ .footer { padding: 30px; clear: both; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-align: center; } .footer h3 { font-size: 20px; } /*MEDIA QUERY FOR SMALLER DESKTOP SCREENS AND SMALLER*/ @media screen and (max-width:980px) { .header li{ font-size: 20px; } .header h1{ font-size: 28px; } }
assets/css/style.css
* { box-sizing: border-box; padding: 0; margin: 0; } /* Pseduo element for hovering and focusing*/ :focus { background:green; } li:hover::before{ content: "\f09a"; color: yellowgreen; background-color: yellowgreen; } body { background-color: #d9dcd6; } /*Header CSS rules*/ .header { display: flex; justify-content: space-between; padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } .header h1 { font-size: 48px; } .header h1 .seo { color: #d9dcd6; } .header nav { padding-top: 15px; margin-right: 20px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; } .header nav ul { list-style-type: none; } .header nav ul li { display: inline-block; margin-left: 25px; } a { color: #ffffff; text-decoration: none; } p { font-size: 16px; } /*Hero section CSS Rules */ .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("../images/digital-marketing-meeting.jpg"); background-size: cover; background-position: center; } /* Content and Aside section put in a container to apply flex box*/ .container { display: flex; flex-wrap: wrap; justify-content: space-between; } /* Content section CSS rules */ .content { width: 75%; display: inline-block; margin-left: 20px; } /* Aside section setting*/ .benefits { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #2589bd; } .benefit-lead { margin-bottom: 32px; color: #ffffff; } .benefit-brand { margin-bottom: 32px; color: #ffffff; } .benefit-cost { margin-bottom: 32px; color: #ffffff; } .benefit-lead h3 { margin-bottom: 10px; text-align: center; } .benefit-brand h3 { margin-bottom: 10px; text-align: center; } .benefit-cost h3 { margin-bottom: 10px; text-align: center; } .benefit-lead img { display: block; margin: 10px auto; max-width: 150px; } .benefit-brand img { display: block; margin: 10px auto; max-width: 150px; } .benefit-cost img { display: block; margin: 10px auto; max-width: 150px; } /*Content Section sub section settings */ .search-engine-optimization { margin-bottom: 20px; padding: 50px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; display: flex; justify-content: space-between; flex-wrap: wrap; } .online-reputation-management { margin-bottom: 20px; padding: 50px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; display: flex; justify-content: space-between; flex-direction: row-reverse; flex-wrap: wrap; } .social-media-marketing { margin-bottom: 20px; padding: 50px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; display: flex; justify-content: space-between; flex-wrap: wrap; } .search-engine-optimization img { max-height: 200px; flex: 1; } .search-engine-optimization div{ flex: 3; padding: 20px; } .online-reputation-management img { max-height: 200px; flex: 1; } .online-reputation-management div{ flex: 3; padding: 20px; } .social-media-marketing img { max-height: 200px; flex: 1; } .social-media-marketing div { flex: 3; padding: 20px; } .search-engine-optimization h2 { margin-bottom: 20px; font-size: 36px; } .online-reputation-management h2 { margin-bottom: 20px; font-size: 36px; } .social-media-marketing h2 { margin-bottom: 20px; font-size: 36px; } /*Footer Settings */ .footer { padding: 30px; clear: both; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-align: center; } .footer h3 { font-size: 20px; } /*MEDIA QUERY FOR SMALLER DESKTOP SCREENS AND SMALLER*/ @media screen and (max-width:980px) { .header li{ font-size: 20px; } .header h1{ font-size: 28px; } }
0.398758
0.119537
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'PT Sans Narrow', sans-serif; } ::-webkit-Scrollbar{ width: 7px; background: rgb(0, 0, 0); } ::-webkit-Scrollbar-thumb{ border-radius: 10px; background: rgb(39, 194, 255); box-shadow: inset 0 0 20px whitesmoke; } ::-webkit-Scrollbar-track{ margin-top: 80px; border-radius: 10px; } .button{ height:30px; width:160px; text-decoration: none; border-radius: 90px; background: #CBFCFF; text-align:center; font-size: 20px; font-weight:bold; transition:1.2sec; } .button:hover { transition:1.2sec; background: rgb(255, 255, 255); color:rgb(4, 104, 255); } header{ width:100%; height:12%; position:fixed; background: black; transition: 0.3s; z-index: 5; } .navbar-br{ font-style:bold; font-size:30px; text-decoration: none; color: azure; position:relative; left: 28px; height:50px; } .navbar-br:hover{ color: rgb(255, 255, 255); transition:1sec; } .navbar:hover{ transition:3sec; background: rgb(0, 0, 0); }.navbar{ background: rgb(0, 0, 0); } /* .active{ background: #ffff; } */ .sticky { position: fixed; z-index: 9999; top: 0; left: 0; } .logo-image{ width: 46px; height: 46px; border-radius: 50%; position: relative; left: -445px; overflow: hidden; top: 0px; } .logo-image:hover{ filter: hue-rotate(90deg); } .contact{ position: fixed; left: 1050px; color: azure; text-decoration: none; font-size: 32px; } .contact:hover{ color: rgb(255, 255, 255); } #bv{ font-size:33px; } .image{ width:700px; position: relative; left:100px; } .heading{ position: absolute; font-size: 50px; left:25%; } .headsub{ position:absolute; font-size: 50px; left:65%; top:850px; } .c3head1{ position:absolute; top: 1350px; left: 100px; font-size: 50px; } .ig1{ position: absolute; top: 1410px; left: 50px; width: 400px; } .ig3{ position: absolute; top: 1410px; left: 130px; width: 400px; } .ig2{ position: absolute; top: 1410px; left: 190px; width: 400px; } .c3para{ position:absolute; top: 1350px; left: 50%; font-size: 29px; } .ig40{ width:350px; height: 500px; position: absolute; top: 1500px; left: 100px; transform-origin: center; transition: all 0.3s; } .ig40:hover { transform: scale(1.05); } .ig41{ width:350px; height: 500px; position: absolute; top: 1500px; left: 500px; transform-origin: center; transition: all 0.3s; } .ig41:hover { transform: scale(1.05); } .ig42{ width:350px; height: 500px; position: absolute; top: 1500px; left: 900px; transform-origin: center; transition: all 0.3s; } .ig42:hover { transform: scale(1.05); } .ig50{ width:350px; position: absolute; top: 1500px; left: 100px; } .ig51{ width:350px; position: absolute; top: 1500px; left: 500px; } .ig52{ width:350px; position: absolute; top: 1500px; left: 900px; } .igp41{ width:300px; position: absolute; top: 1650px; left: 125px; text-align: center; font-size: 20px; } .igp42{ width:300px; position: absolute; top: 1650px; left: 525px; text-align: center; font-size: 20px; } .igp43{ width:300px; position: absolute; top: 1650px; left: 925px; text-align: center; font-size: 18px; } .ourapph{ position: absolute; top: 2080px; left: 36%; text-align: center; font-size:450%; } .ourappimg{ position: absolute; top: 2280px; left: 600px; width: 400px; } .ourappimg1{ position: absolute; top: 2310px; left: 958px; width: 50px; } .ourappimg2{ position: absolute; top: 2310px; left: 100px; width: 500px; } .ourappp{ width:300px; position: absolute; top: 2350px; left: 190px; text-align: center; font-size: 22px; } .ourappimg3{ position: absolute; top: 2350px; left: 800px; width: 500px; height: 280px; } .ourappp1{ width:450px; position: absolute; top: 2405px; left: 820px; text-align: center; font-size: 22px; color: #5383FF; } .ourappimg4{ position: absolute; top: 2450px; left: 670px; width: 130px; height: 280px; } .ourappimg5{ position: absolute; top: 2480px; left: 650px; width: 50px; height: 280px; } .ourappimg6{ position: absolute; top: 2630px; left: 180px; width: 500px; height: 220px; } .ourappp2{ width:450px; position: absolute; top: 2680px; left: 200px; text-align: center; font-size: 22px; color: rgb(39, 194, 255); } .ourappimg7{ position: absolute; top: 2750px; left: 550px; width: 150px; height: 280px; } .button button1{ font-size:12px; border-radius: 10%; } .ourappimg8{ position: absolute; top: 2760px; left: 680px; width: 25px; height: 280px; } .ourappimg9{ position: absolute; top: 2760px; left: 730px; width: 500px; height: 220px; } .ourappp3{ width:450px; position: absolute; top: 2800px; left: 750px; text-align: center; font-size: 22px; } .ourappimg10{ position: absolute; top: 2910px; left: 800px; width: 150px; height: 220px; } .ourappimg11{ position: absolute; top: 2940px; left: 795px; width: 60px; height: 220px; } .ourappimg12{ position: absolute; top: 3100px; left: 200px; width: 950px; height: 300px; } .ourappimg13{ position: absolute; top: 3130px; left: 550px; width: 250px; height: 250px; } .ourappimg14{ position: relative; top: 2200px; left: 0px; width: 50%; height: 5%; } .ourappimg15{ position:relative; top: 1800px; left: 670px; width: 50%; height: 5%; } .ourappimg16{ position: relative; top: 1250px; left: 0px; width: 100%; height: 20%; } .ourappimg17{ position: relative; top: 1500px; left: 0px; width: 100%; height: 20%; } .ourappimg18{ position: relative; top: 1790px; left: 0px; width: 100%; height: 20%; } .ourapphead{ position:absolute; top: 3800px; left: 550px; color: aliceblue; font-size: 65px; } .whyusimg{ position: absolute; top: 4200px; left: 70px; width: 90%; height: 60%; } .whyusp{ position: absolute; top: 4260px; left: 150px; width: 80%; font-size: 30px; color:#5383FF; text-align: center; } .whyusimg2{ position: absolute; top: 4390px; left: 600px; width: 150px; height: 150px; } .othersh{ position: absolute; top: 4700px; left: 80px; font-size: 80px; font-weight: 600; } .othersp{ position: absolute; top: 4780px; left: 600px; font-size: 30px; width: 550px; text-align: center; } .adsh1{ position: absolute; top: 5350px; left: -30px; font-size: 30px; width: 550px; text-align: center; } .adsh2{ position: absolute; top: 5350px; left: 370px; font-size: 30px; width: 550px; text-align: center; } .adsh3{ position: absolute; top: 5350px; left: 1000px; font-size: 30px; width: 50px; text-align: center; } .ads{ position: absolute; top: 5020px; left:100px; width: 300px; height: 300px; } .ads1{ position: absolute; top: 5020px; left: 500px; width: 300px; height: 300px; } .ads2{ position: absolute; top: 5020px; left: 900px; width: 300px; height: 300px; } .container{ max-width: 1170px; margin:auto; } .row{ display: flex; flex-wrap: wrap; } ul{ list-style: none; } li{ text-align: justify; } .footer{ background-color: #1c1d1f; padding: 150px 0; position: relative; top:2800px; } .sup{ font-size: 20px; text-decoration:none; } .suph{ position:absolute;top:170px;left:60px;color:white; font-size: 25px; } .suph:hover{ color:#39DBBB; } .suph1{ position:absolute;top:220px;left:60px;color:white; font-size: 17px; } .supimg{ position:absolute;top:40px;left:650px; width:60px;height:60px; } .supimg1{ position:absolute;top:75px;left:640px; width:80px;height:70px; } .hover08 column{ display: flex; flex-direction: row; } .hover08 figure img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .hover08 figure:hover img { -webkit-filter: grayscale(0); filter: grayscale(0); }
style.css
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'PT Sans Narrow', sans-serif; } ::-webkit-Scrollbar{ width: 7px; background: rgb(0, 0, 0); } ::-webkit-Scrollbar-thumb{ border-radius: 10px; background: rgb(39, 194, 255); box-shadow: inset 0 0 20px whitesmoke; } ::-webkit-Scrollbar-track{ margin-top: 80px; border-radius: 10px; } .button{ height:30px; width:160px; text-decoration: none; border-radius: 90px; background: #CBFCFF; text-align:center; font-size: 20px; font-weight:bold; transition:1.2sec; } .button:hover { transition:1.2sec; background: rgb(255, 255, 255); color:rgb(4, 104, 255); } header{ width:100%; height:12%; position:fixed; background: black; transition: 0.3s; z-index: 5; } .navbar-br{ font-style:bold; font-size:30px; text-decoration: none; color: azure; position:relative; left: 28px; height:50px; } .navbar-br:hover{ color: rgb(255, 255, 255); transition:1sec; } .navbar:hover{ transition:3sec; background: rgb(0, 0, 0); }.navbar{ background: rgb(0, 0, 0); } /* .active{ background: #ffff; } */ .sticky { position: fixed; z-index: 9999; top: 0; left: 0; } .logo-image{ width: 46px; height: 46px; border-radius: 50%; position: relative; left: -445px; overflow: hidden; top: 0px; } .logo-image:hover{ filter: hue-rotate(90deg); } .contact{ position: fixed; left: 1050px; color: azure; text-decoration: none; font-size: 32px; } .contact:hover{ color: rgb(255, 255, 255); } #bv{ font-size:33px; } .image{ width:700px; position: relative; left:100px; } .heading{ position: absolute; font-size: 50px; left:25%; } .headsub{ position:absolute; font-size: 50px; left:65%; top:850px; } .c3head1{ position:absolute; top: 1350px; left: 100px; font-size: 50px; } .ig1{ position: absolute; top: 1410px; left: 50px; width: 400px; } .ig3{ position: absolute; top: 1410px; left: 130px; width: 400px; } .ig2{ position: absolute; top: 1410px; left: 190px; width: 400px; } .c3para{ position:absolute; top: 1350px; left: 50%; font-size: 29px; } .ig40{ width:350px; height: 500px; position: absolute; top: 1500px; left: 100px; transform-origin: center; transition: all 0.3s; } .ig40:hover { transform: scale(1.05); } .ig41{ width:350px; height: 500px; position: absolute; top: 1500px; left: 500px; transform-origin: center; transition: all 0.3s; } .ig41:hover { transform: scale(1.05); } .ig42{ width:350px; height: 500px; position: absolute; top: 1500px; left: 900px; transform-origin: center; transition: all 0.3s; } .ig42:hover { transform: scale(1.05); } .ig50{ width:350px; position: absolute; top: 1500px; left: 100px; } .ig51{ width:350px; position: absolute; top: 1500px; left: 500px; } .ig52{ width:350px; position: absolute; top: 1500px; left: 900px; } .igp41{ width:300px; position: absolute; top: 1650px; left: 125px; text-align: center; font-size: 20px; } .igp42{ width:300px; position: absolute; top: 1650px; left: 525px; text-align: center; font-size: 20px; } .igp43{ width:300px; position: absolute; top: 1650px; left: 925px; text-align: center; font-size: 18px; } .ourapph{ position: absolute; top: 2080px; left: 36%; text-align: center; font-size:450%; } .ourappimg{ position: absolute; top: 2280px; left: 600px; width: 400px; } .ourappimg1{ position: absolute; top: 2310px; left: 958px; width: 50px; } .ourappimg2{ position: absolute; top: 2310px; left: 100px; width: 500px; } .ourappp{ width:300px; position: absolute; top: 2350px; left: 190px; text-align: center; font-size: 22px; } .ourappimg3{ position: absolute; top: 2350px; left: 800px; width: 500px; height: 280px; } .ourappp1{ width:450px; position: absolute; top: 2405px; left: 820px; text-align: center; font-size: 22px; color: #5383FF; } .ourappimg4{ position: absolute; top: 2450px; left: 670px; width: 130px; height: 280px; } .ourappimg5{ position: absolute; top: 2480px; left: 650px; width: 50px; height: 280px; } .ourappimg6{ position: absolute; top: 2630px; left: 180px; width: 500px; height: 220px; } .ourappp2{ width:450px; position: absolute; top: 2680px; left: 200px; text-align: center; font-size: 22px; color: rgb(39, 194, 255); } .ourappimg7{ position: absolute; top: 2750px; left: 550px; width: 150px; height: 280px; } .button button1{ font-size:12px; border-radius: 10%; } .ourappimg8{ position: absolute; top: 2760px; left: 680px; width: 25px; height: 280px; } .ourappimg9{ position: absolute; top: 2760px; left: 730px; width: 500px; height: 220px; } .ourappp3{ width:450px; position: absolute; top: 2800px; left: 750px; text-align: center; font-size: 22px; } .ourappimg10{ position: absolute; top: 2910px; left: 800px; width: 150px; height: 220px; } .ourappimg11{ position: absolute; top: 2940px; left: 795px; width: 60px; height: 220px; } .ourappimg12{ position: absolute; top: 3100px; left: 200px; width: 950px; height: 300px; } .ourappimg13{ position: absolute; top: 3130px; left: 550px; width: 250px; height: 250px; } .ourappimg14{ position: relative; top: 2200px; left: 0px; width: 50%; height: 5%; } .ourappimg15{ position:relative; top: 1800px; left: 670px; width: 50%; height: 5%; } .ourappimg16{ position: relative; top: 1250px; left: 0px; width: 100%; height: 20%; } .ourappimg17{ position: relative; top: 1500px; left: 0px; width: 100%; height: 20%; } .ourappimg18{ position: relative; top: 1790px; left: 0px; width: 100%; height: 20%; } .ourapphead{ position:absolute; top: 3800px; left: 550px; color: aliceblue; font-size: 65px; } .whyusimg{ position: absolute; top: 4200px; left: 70px; width: 90%; height: 60%; } .whyusp{ position: absolute; top: 4260px; left: 150px; width: 80%; font-size: 30px; color:#5383FF; text-align: center; } .whyusimg2{ position: absolute; top: 4390px; left: 600px; width: 150px; height: 150px; } .othersh{ position: absolute; top: 4700px; left: 80px; font-size: 80px; font-weight: 600; } .othersp{ position: absolute; top: 4780px; left: 600px; font-size: 30px; width: 550px; text-align: center; } .adsh1{ position: absolute; top: 5350px; left: -30px; font-size: 30px; width: 550px; text-align: center; } .adsh2{ position: absolute; top: 5350px; left: 370px; font-size: 30px; width: 550px; text-align: center; } .adsh3{ position: absolute; top: 5350px; left: 1000px; font-size: 30px; width: 50px; text-align: center; } .ads{ position: absolute; top: 5020px; left:100px; width: 300px; height: 300px; } .ads1{ position: absolute; top: 5020px; left: 500px; width: 300px; height: 300px; } .ads2{ position: absolute; top: 5020px; left: 900px; width: 300px; height: 300px; } .container{ max-width: 1170px; margin:auto; } .row{ display: flex; flex-wrap: wrap; } ul{ list-style: none; } li{ text-align: justify; } .footer{ background-color: #1c1d1f; padding: 150px 0; position: relative; top:2800px; } .sup{ font-size: 20px; text-decoration:none; } .suph{ position:absolute;top:170px;left:60px;color:white; font-size: 25px; } .suph:hover{ color:#39DBBB; } .suph1{ position:absolute;top:220px;left:60px;color:white; font-size: 17px; } .supimg{ position:absolute;top:40px;left:650px; width:60px;height:60px; } .supimg1{ position:absolute;top:75px;left:640px; width:80px;height:70px; } .hover08 column{ display: flex; flex-direction: row; } .hover08 figure img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .hover08 figure:hover img { -webkit-filter: grayscale(0); filter: grayscale(0); }
0.412294
0.044598
.app-body { /*padding-top: 50px; padding-bottom: 20px;*/ /*background-color: #2d323b; color: #fff;*/ } .full { width: 100%; height: 100%; overflow: hidden; } .container { margin-right: auto; margin-left: auto; max-width: 960px; padding-right: 10px; padding-left: 10px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Set widths on the form inputs since otherwise they're 100% wide */ input, select, textarea { max-width: 280px; } /* Carousel */ .carousel-caption p { font-size: 20px; line-height: 1.4; } /* Make .svg files in the carousel display properly in older browsers */ .carousel-inner .item img[src$=".svg"] { width: 100%; } .vcenter { min-height: 12em; vertical-align: middle; } img.center { display: block; margin-left: auto; margin-right: auto; } img.round { border-radius: 4px; } .footer { position: fixed; bottom: 0; width: 100%; max-width: 960px; } .brand-logo { font-size: 24px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav > li { position: relative; display: inline-block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; } .nav > li.disabled > a { color: #777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-right { float: right; } .nav-wrapper { } .nav-wrapper > ul { display: inline-block; } .img-panel { margin-top: 100px; } /* Hide/rearrange for smaller screens */ @media screen and (max-width: 767px) { /* Hide captions */ .carousel-caption { display: none; } }
TestData.App.UI/wwwroot/css/site.css
.app-body { /*padding-top: 50px; padding-bottom: 20px;*/ /*background-color: #2d323b; color: #fff;*/ } .full { width: 100%; height: 100%; overflow: hidden; } .container { margin-right: auto; margin-left: auto; max-width: 960px; padding-right: 10px; padding-left: 10px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Set widths on the form inputs since otherwise they're 100% wide */ input, select, textarea { max-width: 280px; } /* Carousel */ .carousel-caption p { font-size: 20px; line-height: 1.4; } /* Make .svg files in the carousel display properly in older browsers */ .carousel-inner .item img[src$=".svg"] { width: 100%; } .vcenter { min-height: 12em; vertical-align: middle; } img.center { display: block; margin-left: auto; margin-right: auto; } img.round { border-radius: 4px; } .footer { position: fixed; bottom: 0; width: 100%; max-width: 960px; } .brand-logo { font-size: 24px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav > li { position: relative; display: inline-block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; } .nav > li.disabled > a { color: #777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-right { float: right; } .nav-wrapper { } .nav-wrapper > ul { display: inline-block; } .img-panel { margin-top: 100px; } /* Hide/rearrange for smaller screens */ @media screen and (max-width: 767px) { /* Hide captions */ .carousel-caption { display: none; } }
0.462716
0.086864
body{ background-color: white; font-family: sans-serif; } #HNtitle{ color: black; text-align: center; font-size: 60px; font-style: oblique; } #title{ background-color: #f6f6ef; background-size: contain; box-sizing: border-box; font-size: 48px; color: black; text-align: start; border-spacing: 2px; border-color: grey; border-radius: 7px; padding: 29px 29px 46px 40px; margin-bottom: 5px; margin-right: 9px; } #time{ position: absolute; right: 5px; background-color: #f6f6ef; color: black; font-size: 32px; margin-top: 0px; border-radius: 7px; padding: 7px; margin: 3px 12px 0px 0px; font-style: oblique; } #enteredRank{ margin-top: 55px; margin-right: auto; box-sizing: border-box; border-radius: 7px; padding: 15px; text-align: center; color: black; font-weight: bold; font-size: 24px; } #rank{ font-size: 24px; } #submit{ margin: auto; display: block; padding: 12px 28px; font-size: 20px; border-radius: 8px; background-color: white; border: 2px solid black; color: black; transition-duration: 0.4s; cursor: pointer; } #submit:hover{ background-color: black; color: white; box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); } #livesLeft{ color: black; position: absolute; bottom: -14px; right: 23px; font-size: 25px; } #moreLess{ position: absolute; bottom: 14px; right: 23px; font-size: 25px; } #result{ text-align: center; font-size: 30px; } #next{ margin: auto; display: block; padding: 12px 28px; font-size: 20px; border-radius: 8px; background-color: white; border: 2px solid black; color: black; transition-duration: 0.4s; cursor: pointer; } #next:hover{ background-color: black; color: white; box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); }
frontend/index.css
body{ background-color: white; font-family: sans-serif; } #HNtitle{ color: black; text-align: center; font-size: 60px; font-style: oblique; } #title{ background-color: #f6f6ef; background-size: contain; box-sizing: border-box; font-size: 48px; color: black; text-align: start; border-spacing: 2px; border-color: grey; border-radius: 7px; padding: 29px 29px 46px 40px; margin-bottom: 5px; margin-right: 9px; } #time{ position: absolute; right: 5px; background-color: #f6f6ef; color: black; font-size: 32px; margin-top: 0px; border-radius: 7px; padding: 7px; margin: 3px 12px 0px 0px; font-style: oblique; } #enteredRank{ margin-top: 55px; margin-right: auto; box-sizing: border-box; border-radius: 7px; padding: 15px; text-align: center; color: black; font-weight: bold; font-size: 24px; } #rank{ font-size: 24px; } #submit{ margin: auto; display: block; padding: 12px 28px; font-size: 20px; border-radius: 8px; background-color: white; border: 2px solid black; color: black; transition-duration: 0.4s; cursor: pointer; } #submit:hover{ background-color: black; color: white; box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); } #livesLeft{ color: black; position: absolute; bottom: -14px; right: 23px; font-size: 25px; } #moreLess{ position: absolute; bottom: 14px; right: 23px; font-size: 25px; } #result{ text-align: center; font-size: 30px; } #next{ margin: auto; display: block; padding: 12px 28px; font-size: 20px; border-radius: 8px; background-color: white; border: 2px solid black; color: black; transition-duration: 0.4s; cursor: pointer; } #next:hover{ background-color: black; color: white; box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); }
0.429908
0.098036
@-moz-document url-prefix("http://www.ohmydollz.com/forum") { #brdmenu { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403074141-main-menu.png"); background-repeat: no-repeat; height: 30px; } #brdwelcome { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403073290-brd-visit.png"); background-repeat: no-repeat; color: #000000; font-weight: bold; height: 60px; padding: 10px; width: 950px; } #contenu { background: url("http://sournoishack.com/uploads/793291810fond2.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0); background-size : cover; height: 100%; margin: 0; padding: 3px; width: 100%; } #footer_box { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403082624-brd-about.png"); background-repeat: no-repeat; height: 100px; width: 950px; } #head_forum { background-image: url("http://sournoishack.com/uploads/725206445BAN4.png"); background-repeat: no-repeat; height: 300px; position: relative; width: 950px; } #head_links { bottom: 13px; left: 508px; position: absolute; } #navlogout a { border-color: #ffffff; color: #8061d6; } .box { border: 1px solid #7d23da; } .pun H2, #brdmenu { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403075703-main-head.png"); background-repeat: no-repeat; color: #FFFFFF; height: 22px; width: 100%; } .pun TABLE, .pun DIV, .pun FORM, .pun P, .pun H1, .pun H2, .pun H3, .pun H4, .pun PRE, .pun BLOCKQUOTE, .pun UL, .pun OL, .pun LI, .pun DL, .pun DT, .pun DD, .pun TH, .pun TD, .pun FIELDSET, .pun IMG { list-style: none outside none; margin: 0; padding: 0; } .pun TH { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403081672-fondtitres.png"); background-repeat: no-repeat; color: #000000; font-size: 13px; height: 100%; text-align: center; } DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven { background-color: #ffa0da; } DIV.icon { background-image: url("http://sournoishack.com/uploads/134157119soda.png"); background-repeat: no-repeat; float: left; height: 49px; width: 40px; } DIV.inew { background-image: url("http://sournoishack.com/uploads/161485928soda2.png"); background-repeat: no-repeat; height: 49px; width: 40px; } DIV.postright, DIV.postfootright { border-color: #B059E0; border-left: 18em solid #FABEE2; } dd.postavatar { background-color: #ffbdfd; } dd.usertitle { background-color: #ffbdfd; } div.box { border-color: #ac0ecc; } div.inbox { color: #ffffff; } div.inbox div a { color: #8b33ff; } div.incqbox p { background-color: #c371e3 ; color: #ffc2ff ; } div.infldset.txtarea label textarea { margin-left: 5px; } div.inform table { margin-left: 5px; margin-top: 5px; } div.postfootright ul { background-color: #fa99fa; } div.postfootright ul hr { background-color: #ffbdfd; } div.postleft dl dd { background-color: #ffbdfd; color: #9268d1; } div.postleft dl dt { background-color: #ffbdfd; } div.postmsg p { background-color: #ff9cff; color: #750175; } div.postsignature { background-color: #fa9bfa; } div.tclcon { color: #470447; } dt strong a { color: #580eb8; } element.style { } span.byuser { color: #78056b; } td.tc2 { background-color: #fa9efa; color: #ffffff; } td.tc3 { background-color: #fa9efa; } td.tcr a { color: #f03096; } th.tc2 { background-color: #ffffff; } th.tcl { background-color: #ffffff; border-color: #7d007d; color: #000000; } th.tcr { color: #000000; } tr td fieldset { margin-right: 5px; } ul li a { color: #8e59ff; } ul.conl li { color: #efcfff; } ul.conr li a { background-color: #791ac7; color: #ffffff; text-decoration: none; } user agent stylesheetdiv { display: block; } div.postleft dl { background-color: #ffbdfd ; } div.postfootleft { background-color: #ffbdfd; } div.inbox { background-color: #ff9cff; } div.postfootright { background-color: #ff9cff; } }
data/usercss/104730.user.css
@-moz-document url-prefix("http://www.ohmydollz.com/forum") { #brdmenu { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403074141-main-menu.png"); background-repeat: no-repeat; height: 30px; } #brdwelcome { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403073290-brd-visit.png"); background-repeat: no-repeat; color: #000000; font-weight: bold; height: 60px; padding: 10px; width: 950px; } #contenu { background: url("http://sournoishack.com/uploads/793291810fond2.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0); background-size : cover; height: 100%; margin: 0; padding: 3px; width: 100%; } #footer_box { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403082624-brd-about.png"); background-repeat: no-repeat; height: 100px; width: 950px; } #head_forum { background-image: url("http://sournoishack.com/uploads/725206445BAN4.png"); background-repeat: no-repeat; height: 300px; position: relative; width: 950px; } #head_links { bottom: 13px; left: 508px; position: absolute; } #navlogout a { border-color: #ffffff; color: #8061d6; } .box { border: 1px solid #7d23da; } .pun H2, #brdmenu { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403075703-main-head.png"); background-repeat: no-repeat; color: #FFFFFF; height: 22px; width: 100%; } .pun TABLE, .pun DIV, .pun FORM, .pun P, .pun H1, .pun H2, .pun H3, .pun H4, .pun PRE, .pun BLOCKQUOTE, .pun UL, .pun OL, .pun LI, .pun DL, .pun DT, .pun DD, .pun TH, .pun TD, .pun FIELDSET, .pun IMG { list-style: none outside none; margin: 0; padding: 0; } .pun TH { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403081672-fondtitres.png"); background-repeat: no-repeat; color: #000000; font-size: 13px; height: 100%; text-align: center; } DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven { background-color: #ffa0da; } DIV.icon { background-image: url("http://sournoishack.com/uploads/134157119soda.png"); background-repeat: no-repeat; float: left; height: 49px; width: 40px; } DIV.inew { background-image: url("http://sournoishack.com/uploads/161485928soda2.png"); background-repeat: no-repeat; height: 49px; width: 40px; } DIV.postright, DIV.postfootright { border-color: #B059E0; border-left: 18em solid #FABEE2; } dd.postavatar { background-color: #ffbdfd; } dd.usertitle { background-color: #ffbdfd; } div.box { border-color: #ac0ecc; } div.inbox { color: #ffffff; } div.inbox div a { color: #8b33ff; } div.incqbox p { background-color: #c371e3 ; color: #ffc2ff ; } div.infldset.txtarea label textarea { margin-left: 5px; } div.inform table { margin-left: 5px; margin-top: 5px; } div.postfootright ul { background-color: #fa99fa; } div.postfootright ul hr { background-color: #ffbdfd; } div.postleft dl dd { background-color: #ffbdfd; color: #9268d1; } div.postleft dl dt { background-color: #ffbdfd; } div.postmsg p { background-color: #ff9cff; color: #750175; } div.postsignature { background-color: #fa9bfa; } div.tclcon { color: #470447; } dt strong a { color: #580eb8; } element.style { } span.byuser { color: #78056b; } td.tc2 { background-color: #fa9efa; color: #ffffff; } td.tc3 { background-color: #fa9efa; } td.tcr a { color: #f03096; } th.tc2 { background-color: #ffffff; } th.tcl { background-color: #ffffff; border-color: #7d007d; color: #000000; } th.tcr { color: #000000; } tr td fieldset { margin-right: 5px; } ul li a { color: #8e59ff; } ul.conl li { color: #efcfff; } ul.conr li a { background-color: #791ac7; color: #ffffff; text-decoration: none; } user agent stylesheetdiv { display: block; } div.postleft dl { background-color: #ffbdfd ; } div.postfootleft { background-color: #ffbdfd; } div.inbox { background-color: #ff9cff; } div.postfootright { background-color: #ff9cff; } }
0.214116
0.077413
.u-font-overpass-100 { font-family: 'Overpass' !important; font-weight: 100 !important; } .u-font-overpass-100-italic { font-family: 'Overpass' !important; font-weight: 100 !important; font-style: italic !important; } .u-font-overpass-200 { font-family: 'Overpass' !important; font-weight: 200 !important; } .u-font-overpass-200-italic { font-family: 'Overpass' !important; font-weight: 200 !important; font-style: italic !important; } .u-font-overpass-300 { font-family: 'Overpass' !important; font-weight: 300 !important; } .u-font-overpass-300-italic { font-family: 'Overpass' !important; font-weight: 300 !important; font-style: italic !important; } .u-font-overpass-400 { font-family: 'Overpass' !important; font-weight: 400 !important; } .u-font-overpass-400-italic { font-family: 'Overpass' !important; font-weight: 400 !important; font-style: italic !important; } .u-font-overpass-600 { font-family: 'Overpass' !important; font-weight: 600 !important; } .u-font-overpass-600-italic { font-family: 'Overpass' !important; font-weight: 600 !important; font-style: italic !important; } .u-font-overpass-700 { font-family: 'Overpass' !important; font-weight: 700 !important; } .u-font-overpass-700-italic { font-family: 'Overpass' !important; font-weight: 700 !important; font-style: italic !important; } .u-font-overpass-800 { font-family: 'Overpass' !important; font-weight: 800 !important; } .u-font-overpass-800-italic { font-family: 'Overpass' !important; font-weight: 800 !important; font-style: italic !important; } .u-font-overpass-900 { font-family: 'Overpass' !important; font-weight: 900 !important; } .u-font-overpass-900-italic { font-family: 'Overpass' !important; font-weight: 900 !important; font-style: italic !important; }
src/main/css/google/overpass/index.css
.u-font-overpass-100 { font-family: 'Overpass' !important; font-weight: 100 !important; } .u-font-overpass-100-italic { font-family: 'Overpass' !important; font-weight: 100 !important; font-style: italic !important; } .u-font-overpass-200 { font-family: 'Overpass' !important; font-weight: 200 !important; } .u-font-overpass-200-italic { font-family: 'Overpass' !important; font-weight: 200 !important; font-style: italic !important; } .u-font-overpass-300 { font-family: 'Overpass' !important; font-weight: 300 !important; } .u-font-overpass-300-italic { font-family: 'Overpass' !important; font-weight: 300 !important; font-style: italic !important; } .u-font-overpass-400 { font-family: 'Overpass' !important; font-weight: 400 !important; } .u-font-overpass-400-italic { font-family: 'Overpass' !important; font-weight: 400 !important; font-style: italic !important; } .u-font-overpass-600 { font-family: 'Overpass' !important; font-weight: 600 !important; } .u-font-overpass-600-italic { font-family: 'Overpass' !important; font-weight: 600 !important; font-style: italic !important; } .u-font-overpass-700 { font-family: 'Overpass' !important; font-weight: 700 !important; } .u-font-overpass-700-italic { font-family: 'Overpass' !important; font-weight: 700 !important; font-style: italic !important; } .u-font-overpass-800 { font-family: 'Overpass' !important; font-weight: 800 !important; } .u-font-overpass-800-italic { font-family: 'Overpass' !important; font-weight: 800 !important; font-style: italic !important; } .u-font-overpass-900 { font-family: 'Overpass' !important; font-weight: 900 !important; } .u-font-overpass-900-italic { font-family: 'Overpass' !important; font-weight: 900 !important; font-style: italic !important; }
0.308294
0.065515
body { /* 字体大小/行高 */ font: 12px/1.5em "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB"; color: #999; background: #f2f2f2; } /* 头部工具条开始 */ .toolbar { width: 100%; height: 36px; line-height: 36px; background: #f5f5f5; } /* .toolbar>.toolbar-in { width: 1190px; height: 100%; margin: 0 auto; } */ .toolbar-in > ul > li { height: 100%; float: left; margin: 0 10px; } .toolbar-in > ul > li:first-child { margin-left: 0; } .toolbar-in > ul > li:last-child { margin-right: 0; } .toolbar-in > ul > li > a { color: #666666; display: inline-block; width: 100%; height: 100%; } .toolbar-in > ul > li > a > i { /* 给行内元素添加transform属性是无效的,必须改为行内块级或者块级元素才有效 */ display: inline-block; transition: all 0.5s; } .toolbar-in > ul > li > a:hover i { transform: rotateZ(-180deg); } /* 头部工具条结束 */ /* 头部开始 */ .header { width: 100%; height: 148px; background: #fff; } /* .header>.header-in { width: 1190px; height: 100%; margin: 0 auto; } */ .header-in > .header-top { width: 100%; height: 110px; display: flex; justify-content: left; padding-top: 5px; box-sizing: border-box; } .header-top .logo { width: 190px; height: 90px; } .header-top .ad { width: 160px; height: 100px; } .header-top .search form { margin-top: 30px; position: relative; } .header-top .search input[type="text"] { width: 420px; height: 44px; border: 2px solid #f90; box-sizing: border-box; padding-left: 28px; outline: none; } .header-top .search input[type="submit"] { width: 120px; height: 44px; font-size: 18px; font-weight: bold; color: #fff; background: #f90; border: none; outline: none; } .header-top .search i { font-size: 20px; position: absolute; left: 5px; top: 10px; } .header-top .search > ul > li { float: left; color: rgba(204, 204, 204, 1); margin: 0 5px; margin-top: 5px; } .header-top .search > ul > li > a { color: rgba(204, 204, 204, 1); } .header-in > .header-bottom { width: 100%; height: 38px; line-height: 38px; display: flex; justify-content: space-between; } .header-bottom > p { width: 190px; height: 100%; color: #fff; background: #f90; } .header-bottom > p > a { color: #fff; font-size: 13px; font-weight: bold; } .header-bottom > p > a > i { margin: 0 5px; } .header-bottom > ul > li { float: left; margin: 0 13px; position: relative; } .header-bottom > ul > li a { font-size: 15px; color: #333; font-weight: bold; } .header-bottom > ul > li a:hover { color: #f90; } .header-bottom > ul > li i { display: inline-block; width: 14px; height: 17px; background: url(../images/icons.png) no-repeat; background-position: -345px -213px; position: absolute; right: -15px; top: -5px; } .header-bottom > ul > li span { width: 25px; height: 8px; background: url("../images/icons.png") no-repeat; background-position: -37px 0; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); display: none; transition: all 0.5s; } .header-bottom > ul > li:hover span { display: inline-block; bottom: 0; } /* 头部结束 */ /* banner开始 */ .banner { width: 100%; height: 482px; background: #ff8c22; } .banner > .banner-in { /* width: 1190px; height: 100%; margin: 0 auto; */ display: flex; justify-content: space-between; } .banner-in > .banner-left { width: 190px; height: 100%; background: #333; } .banner-left li { margin: 0 10px; height: 32px; line-height: 32px; } .banner-left li > a { font-size: 13px; color: #fff; margin: 0 2px; } .banner-left li > a:hover { color: #f90; } .banner-in > .banner-center { width: 830px; height: 100%; position: relative; } .banner-center > .banner-background > img { vertical-align: bottom; } .banner-center > .banner-background p { width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .banner-center > .banner-background span { width: 30px; height: 64px; background: url("../images/icons.png") no-repeat; background-position: -82px -145px; } .banner-center > .banner-background span:nth-child(2) { background-position: -120px -145px; } .banner-center > .banner-background ol { position: absolute; left: 50%; transform: translateX(-50%); top: 323px; } .banner-center > .banner-background ol > li { float: left; width: 20px; height: 20px; background: url("../images/icons.png") no-repeat; background-position: -26px -100px; margin: 0 4px; } .banner-center > .banner-background ol > li:first-child { background-position: 0 -100px; } .banner-center > .banner-foreground { width: 816px; height: 122px; display: flex; justify-content: space-between; position: absolute; left: 10px; bottom: 0px; } .banner-center > .banner-foreground li { width: 202px; height: 112px; background: #fff; padding: 10px; box-sizing: border-box; } .banner-center > .banner-foreground h3 { font-size: 17px; font-weight: bold; color: rgb(239, 65, 36); } .banner-center > .banner-foreground p { font-size: 14px; } .banner-center > .banner-foreground img { float: right; margin-top: -20px; } .banner-in > .banner-right { width: 170px; height: 100%; background: #fff; } .banner-right > .right-top { width: 100%; height: 169px; text-align: center; padding: 0 10px; box-sizing: border-box; } .right-top i { display: inline-block; width: 52px; height: 52px; background: url("../images/icons.png") no-repeat; background-position: -93px -23px; margin-top: 10px; } .right-top > .hello { display: block; margin: 0; } .right-top > p { display: flex; justify-content: space-between; margin-top: 15px; } .right-top > .btn span { display: inline-block; width: 70px; height: 22px; line-height: 22px; border: 1px solid #f90; color: #f90; } .right-top > .btn span:nth-child(2) { background: url("../images/icons.png") no-repeat; background-position: -295px -251px; } /* .right-top>.enter { display: flex; justify-content: space-between; margin-top: 15px; } */ .right-top > .enter span { display: inline-block; width: 70px; height: 18px; background: url("../images/icons.png") no-repeat; background-position: -670px -256px; } .right-top > .enter span:nth-child(2) { background-position: -670px -288px; } .banner-right > .right-middle { width: 100%; height: 166px; padding: 0 10px; box-sizing: border-box; } .right-middle > li { padding-top: 10px; } .right-middle > li a { color: #333; line-height: 20px; } .right-middle > li a:hover { color: #f90; } .right-middle > li a > i { font-style: normal; color: #f90; } .banner-right > .right-bottom { width: 100%; /* width: 171px; */ height: 147px; overflow: hidden; } .right-bottom > ul { width: 171px; } .right-bottom > ul > li { float: left; width: 57px; height: 74px; text-align: center; border-right: 1px solid #f5f5f5; border-top: 1px solid #f5f5f5; box-sizing: border-box; } .right-bottom > ul > li a { color: #333; } .right-bottom > ul > li i { display: inline-block; font-size: 30px; color: #f90; margin-top: 15px; } /* banner结束 */ /* 限时抢购开始 */ .seckill { width: 100%; height: 307px; margin-top: 20px; } .seckill-in > .seckill-top { width: 100%; height: 47px; line-height: 47px; display: flex; justify-content: left; position: relative; background: #fff; border: 1px solid #ccc; border-top-left-radius: 10px; border-top-right-radius: 10px; } .seckill-top img { width: 83px; height: 20px; margin: 13px 0 0 20px; } .seckill-top > span { color: #333; margin-right: 20px; } .seckill-top > p > span { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #333; color: #fff; border-radius: 5px; } .seckill-top > p > b { color: #333; font-size: 14px; font-weight: bold; } .seckill-top > ul { margin-left: 20px; margin-top: 11px; } .seckill-top > ul > li { float: left; width: 133px; height: 24px; line-height: 24px; text-align: center; color: #333; } .seckill-top > ul > li:nth-child(1) { background: url("../images/icons.png") no-repeat; background-position: -561px 0; color: #fff; } .seckill-top > a { font-size: 14px; color: #f5f5f5; position: absolute; top: 50%; transform: translateY(-50%); right: 30px; } .seckill-top > a > i { margin-left: 5px; position: absolute; top: 1px; } .seckill-in > .seckill-bottom { width: 100%; height: 240px; padding: 10px 0; background: #fff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .seckill-bottom li { width: 200px; height: 240px; background: #fff; float: left; border-right: 1px solid #ccc; text-align: center; padding: 0 10px; box-sizing: border-box; } .seckill-bottom li > a { color: #333; } .seckill-bottom li img { width: 159px; height: 159px; } .seckill-bottom li h3 { width: 180px; height: 20px; overflow: hidden; } .seckill-bottom li .price { text-align: left; } .seckill-bottom li .price > span { font-size: 16px; color: #f60; font-weight: bold; } .seckill-bottom li .price > span:last-child { font-size: 12px; color: #666666; font-weight: lighter; margin-left: 10px; } .seckill-bottom li .progress > i { display: inline-block; width: 100px; height: 6px; background: url("../images/icons.png") no-repeat; background-position: -561px -74px; position: relative; overflow: hidden; margin-right: 10px; } .seckill-bottom li .progress > i > b { display: inline-block; width: 100px; height: 6px; background: url("../images/icons.png") no-repeat; background-position: -561px -94px; position: absolute; left: -50%; top: 0; } .seckill-bottom > img { margin-right: 10px; border-radius: 5px; } /* 限时抢购结束 */ /* 楼层开始 */ .floor { width: 100%; height: 567px; margin-top: 20px; } .floor > .floor-in { display: flex; justify-content: space-between; } .floor-in > .floor-left { width: 590px; height: 100%; } .floor-in .floor-top { width: 100%; height: 47px; background: #f9f9f9; border-top-left-radius: 5px; border-top-right-radius: 5px; } .floor-top > p { border-left: 5px solid #33ae75; height: 20px; margin-top: 13px; font-size: 18px; font-weight: bold; padding-left: 20px; color: #33ae75; } .floor-top > p > i { font-size: 20px; vertical-align: middle; } .floor-top > ul > li { margin-top: 15px; float: left; } .floor-top > ul > li > a { font-size: 14px; margin-right: 20px; color: #333; } .floor-top > ul > li > a:hover { color: #f90; } .floor-in .floor-content { width: 100%; height: 360px; } .floor-content > .content-left { width: 190px; height: 100%; position: relative; background: green; } .content-left img { width: 100%; height: 100%; } .content-left .cover { width: 160px; height: 60px; background: rgba(0, 0, 0, 0.5); border-top-right-radius: 5px; border-bottom-right-radius: 5px; position: absolute; left: 0; bottom: 50px; padding-left: 20px; box-sizing: border-box; } .content-left a { color: #fff; } .content-left .cover > h4 { font-size: 20px; line-height: 35px; font-weight: bold; } .content-left .cover > p { font-size: 12px; } .floor-content > .content-right { width: 400px; height: 100%; background: #fff; overflow: hidden; text-align: center; } .content-right ul { width: 402px; } .content-right ul > li { float: left; width: 200px; height: 180px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } .content-right ul > li > a { color: #333; } .content-right ul > li > a > h4 { font-size: 16px; line-height: 30px; margin-top: 10px; } .content-right ul > li > a > p { font-size: 12px; color: #33ae75; } .content-right ul > li > a > img { width: 120px; height: 120px; } .floor-in .content-list { width: 100%; overflow: hidden; border-top: 1px solid #ccc; } .content-list > ul { width: 593px; } .content-list > ul > li { float: left; width: 201px; height: 109px; background: #fff; border-right: 1px solid #ccc; padding: 10px; box-sizing: border-box; } .content-list > ul > li h4 { margin-top: 15px; font-size: 16px; color: #333; line-height: 30px; } .content-list > ul > li p { font-size: 12px; color: #33ae75; } .content-list > ul > li img { float: right; width: 84px; height: 84px; } .content-list > ul > li:first-child { width: 190px; } .floor-in .content-logos { background: #fff; border-top: 1px solid #ccc; } .floor-in .content-logos > li { float: left; list-style: none; padding: 9px; padding-bottom: 0; background: #fff; } .floor-in .content-logos > li img { width: 80px; height: 30px; } .floor-in > .floor-right { width: 590px; height: 100%; } /* 楼层结束 */ /* END开始 */ .end { width: 100%; height: 50px; } .end > .end-in { position: relative; } .end > .end-in > p { width: 120px; height: 50px; line-height: 50px; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); font-size: 20px; } .end > .end-in > p > span { display: inline-block; width: 100px; height: 2px; background: #ccc; position: absolute; top: 50%; left: -100px; transform: translateY(-50%); } .end > .end-in > p > span:last-child { left: auto; right: -100px; } /* END结束 */ /* 底部开始 */ .footer { width: 100%; height: 480px; } .footer > .footer-top { width: 100%; height: 280px; background: #f9f9f9; } .footer-top .footer-info { width: 100%; height: 98px; display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; box-sizing: border-box; } .footer-top .footer-info dt { float: left; margin-right: 10px; } .footer-top .footer-info dl { width: 238px; height: 48px; margin-top: 20px; } .footer-top .footer-info dd > a { font-size: 14px; font-weight: bold; color: black; line-height: 30px; } .footer-top .footer-info dd > a:hover { color: #f90; } .footer-top .footer-info dd { font-size: 12px; color: #333; } .footer-top .footer-list { width: 100%; height: 182px; display: flex; justify-content: space-between; padding-top: 20px; box-sizing: border-box; } .footer-list dl > dt { font-size: 14px; font-weight: bold; color: black; line-height: 30px; } .footer-list dl:last-child dd { width: 100px; } .footer-list dl > dd > a { font-size: 12px; color: #333; line-height: 20px; } .footer-list dl > dd > a:hover { color: #f90; } .footer > .footer-bottom { width: 100%; height: 200px; text-align: center; background: white; } .footer > .footer-bottom p { line-height: 25px; color: #ccc; } .footer > .footer-bottom p > a { color: #ccc; } .footer-line { color: #333; } .footer-line > a { color: #333; } /* 底部结束 */ /* 侧边工具条开始 */ .sidebar { width: 35px; height: 100%; background: #333; position: fixed; top: 0; right: 0; } .sidebar > .sidebar-top { width: 100%; position: absolute; left: 0; top: 180px; } .siderbar div { margin: 10px 0; } .sidebar a { display: inline-block; width: 100%; height: 30px; line-height: 30px; text-align: center; color: #f90; } .sidebar a:hover { background: #f90; color: #fff; } .sidebar .cart { text-align: center; border-top: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px 0; } .sidebar .cart:hover { background: #f90; } .sidebar .cart > a { width: 20px; color: #fff; } .sidebar .cart > a:hover { color: #fff; background: none; } .sidebar .cart b { display: inline-block; width: 15px; height: 15px; line-height: 15px; text-align: center; background: #d00; border-radius: 3px; } .sidebar .money { margin-top: 60px; } .sidebar > .sidebar-bottom { width: 100%; height: 200px; position: absolute; left: 0; bottom: 10px; } /* 侧边工具条结束 */
suning/css/index.css
body { /* 字体大小/行高 */ font: 12px/1.5em "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB"; color: #999; background: #f2f2f2; } /* 头部工具条开始 */ .toolbar { width: 100%; height: 36px; line-height: 36px; background: #f5f5f5; } /* .toolbar>.toolbar-in { width: 1190px; height: 100%; margin: 0 auto; } */ .toolbar-in > ul > li { height: 100%; float: left; margin: 0 10px; } .toolbar-in > ul > li:first-child { margin-left: 0; } .toolbar-in > ul > li:last-child { margin-right: 0; } .toolbar-in > ul > li > a { color: #666666; display: inline-block; width: 100%; height: 100%; } .toolbar-in > ul > li > a > i { /* 给行内元素添加transform属性是无效的,必须改为行内块级或者块级元素才有效 */ display: inline-block; transition: all 0.5s; } .toolbar-in > ul > li > a:hover i { transform: rotateZ(-180deg); } /* 头部工具条结束 */ /* 头部开始 */ .header { width: 100%; height: 148px; background: #fff; } /* .header>.header-in { width: 1190px; height: 100%; margin: 0 auto; } */ .header-in > .header-top { width: 100%; height: 110px; display: flex; justify-content: left; padding-top: 5px; box-sizing: border-box; } .header-top .logo { width: 190px; height: 90px; } .header-top .ad { width: 160px; height: 100px; } .header-top .search form { margin-top: 30px; position: relative; } .header-top .search input[type="text"] { width: 420px; height: 44px; border: 2px solid #f90; box-sizing: border-box; padding-left: 28px; outline: none; } .header-top .search input[type="submit"] { width: 120px; height: 44px; font-size: 18px; font-weight: bold; color: #fff; background: #f90; border: none; outline: none; } .header-top .search i { font-size: 20px; position: absolute; left: 5px; top: 10px; } .header-top .search > ul > li { float: left; color: rgba(204, 204, 204, 1); margin: 0 5px; margin-top: 5px; } .header-top .search > ul > li > a { color: rgba(204, 204, 204, 1); } .header-in > .header-bottom { width: 100%; height: 38px; line-height: 38px; display: flex; justify-content: space-between; } .header-bottom > p { width: 190px; height: 100%; color: #fff; background: #f90; } .header-bottom > p > a { color: #fff; font-size: 13px; font-weight: bold; } .header-bottom > p > a > i { margin: 0 5px; } .header-bottom > ul > li { float: left; margin: 0 13px; position: relative; } .header-bottom > ul > li a { font-size: 15px; color: #333; font-weight: bold; } .header-bottom > ul > li a:hover { color: #f90; } .header-bottom > ul > li i { display: inline-block; width: 14px; height: 17px; background: url(../images/icons.png) no-repeat; background-position: -345px -213px; position: absolute; right: -15px; top: -5px; } .header-bottom > ul > li span { width: 25px; height: 8px; background: url("../images/icons.png") no-repeat; background-position: -37px 0; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); display: none; transition: all 0.5s; } .header-bottom > ul > li:hover span { display: inline-block; bottom: 0; } /* 头部结束 */ /* banner开始 */ .banner { width: 100%; height: 482px; background: #ff8c22; } .banner > .banner-in { /* width: 1190px; height: 100%; margin: 0 auto; */ display: flex; justify-content: space-between; } .banner-in > .banner-left { width: 190px; height: 100%; background: #333; } .banner-left li { margin: 0 10px; height: 32px; line-height: 32px; } .banner-left li > a { font-size: 13px; color: #fff; margin: 0 2px; } .banner-left li > a:hover { color: #f90; } .banner-in > .banner-center { width: 830px; height: 100%; position: relative; } .banner-center > .banner-background > img { vertical-align: bottom; } .banner-center > .banner-background p { width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .banner-center > .banner-background span { width: 30px; height: 64px; background: url("../images/icons.png") no-repeat; background-position: -82px -145px; } .banner-center > .banner-background span:nth-child(2) { background-position: -120px -145px; } .banner-center > .banner-background ol { position: absolute; left: 50%; transform: translateX(-50%); top: 323px; } .banner-center > .banner-background ol > li { float: left; width: 20px; height: 20px; background: url("../images/icons.png") no-repeat; background-position: -26px -100px; margin: 0 4px; } .banner-center > .banner-background ol > li:first-child { background-position: 0 -100px; } .banner-center > .banner-foreground { width: 816px; height: 122px; display: flex; justify-content: space-between; position: absolute; left: 10px; bottom: 0px; } .banner-center > .banner-foreground li { width: 202px; height: 112px; background: #fff; padding: 10px; box-sizing: border-box; } .banner-center > .banner-foreground h3 { font-size: 17px; font-weight: bold; color: rgb(239, 65, 36); } .banner-center > .banner-foreground p { font-size: 14px; } .banner-center > .banner-foreground img { float: right; margin-top: -20px; } .banner-in > .banner-right { width: 170px; height: 100%; background: #fff; } .banner-right > .right-top { width: 100%; height: 169px; text-align: center; padding: 0 10px; box-sizing: border-box; } .right-top i { display: inline-block; width: 52px; height: 52px; background: url("../images/icons.png") no-repeat; background-position: -93px -23px; margin-top: 10px; } .right-top > .hello { display: block; margin: 0; } .right-top > p { display: flex; justify-content: space-between; margin-top: 15px; } .right-top > .btn span { display: inline-block; width: 70px; height: 22px; line-height: 22px; border: 1px solid #f90; color: #f90; } .right-top > .btn span:nth-child(2) { background: url("../images/icons.png") no-repeat; background-position: -295px -251px; } /* .right-top>.enter { display: flex; justify-content: space-between; margin-top: 15px; } */ .right-top > .enter span { display: inline-block; width: 70px; height: 18px; background: url("../images/icons.png") no-repeat; background-position: -670px -256px; } .right-top > .enter span:nth-child(2) { background-position: -670px -288px; } .banner-right > .right-middle { width: 100%; height: 166px; padding: 0 10px; box-sizing: border-box; } .right-middle > li { padding-top: 10px; } .right-middle > li a { color: #333; line-height: 20px; } .right-middle > li a:hover { color: #f90; } .right-middle > li a > i { font-style: normal; color: #f90; } .banner-right > .right-bottom { width: 100%; /* width: 171px; */ height: 147px; overflow: hidden; } .right-bottom > ul { width: 171px; } .right-bottom > ul > li { float: left; width: 57px; height: 74px; text-align: center; border-right: 1px solid #f5f5f5; border-top: 1px solid #f5f5f5; box-sizing: border-box; } .right-bottom > ul > li a { color: #333; } .right-bottom > ul > li i { display: inline-block; font-size: 30px; color: #f90; margin-top: 15px; } /* banner结束 */ /* 限时抢购开始 */ .seckill { width: 100%; height: 307px; margin-top: 20px; } .seckill-in > .seckill-top { width: 100%; height: 47px; line-height: 47px; display: flex; justify-content: left; position: relative; background: #fff; border: 1px solid #ccc; border-top-left-radius: 10px; border-top-right-radius: 10px; } .seckill-top img { width: 83px; height: 20px; margin: 13px 0 0 20px; } .seckill-top > span { color: #333; margin-right: 20px; } .seckill-top > p > span { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #333; color: #fff; border-radius: 5px; } .seckill-top > p > b { color: #333; font-size: 14px; font-weight: bold; } .seckill-top > ul { margin-left: 20px; margin-top: 11px; } .seckill-top > ul > li { float: left; width: 133px; height: 24px; line-height: 24px; text-align: center; color: #333; } .seckill-top > ul > li:nth-child(1) { background: url("../images/icons.png") no-repeat; background-position: -561px 0; color: #fff; } .seckill-top > a { font-size: 14px; color: #f5f5f5; position: absolute; top: 50%; transform: translateY(-50%); right: 30px; } .seckill-top > a > i { margin-left: 5px; position: absolute; top: 1px; } .seckill-in > .seckill-bottom { width: 100%; height: 240px; padding: 10px 0; background: #fff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .seckill-bottom li { width: 200px; height: 240px; background: #fff; float: left; border-right: 1px solid #ccc; text-align: center; padding: 0 10px; box-sizing: border-box; } .seckill-bottom li > a { color: #333; } .seckill-bottom li img { width: 159px; height: 159px; } .seckill-bottom li h3 { width: 180px; height: 20px; overflow: hidden; } .seckill-bottom li .price { text-align: left; } .seckill-bottom li .price > span { font-size: 16px; color: #f60; font-weight: bold; } .seckill-bottom li .price > span:last-child { font-size: 12px; color: #666666; font-weight: lighter; margin-left: 10px; } .seckill-bottom li .progress > i { display: inline-block; width: 100px; height: 6px; background: url("../images/icons.png") no-repeat; background-position: -561px -74px; position: relative; overflow: hidden; margin-right: 10px; } .seckill-bottom li .progress > i > b { display: inline-block; width: 100px; height: 6px; background: url("../images/icons.png") no-repeat; background-position: -561px -94px; position: absolute; left: -50%; top: 0; } .seckill-bottom > img { margin-right: 10px; border-radius: 5px; } /* 限时抢购结束 */ /* 楼层开始 */ .floor { width: 100%; height: 567px; margin-top: 20px; } .floor > .floor-in { display: flex; justify-content: space-between; } .floor-in > .floor-left { width: 590px; height: 100%; } .floor-in .floor-top { width: 100%; height: 47px; background: #f9f9f9; border-top-left-radius: 5px; border-top-right-radius: 5px; } .floor-top > p { border-left: 5px solid #33ae75; height: 20px; margin-top: 13px; font-size: 18px; font-weight: bold; padding-left: 20px; color: #33ae75; } .floor-top > p > i { font-size: 20px; vertical-align: middle; } .floor-top > ul > li { margin-top: 15px; float: left; } .floor-top > ul > li > a { font-size: 14px; margin-right: 20px; color: #333; } .floor-top > ul > li > a:hover { color: #f90; } .floor-in .floor-content { width: 100%; height: 360px; } .floor-content > .content-left { width: 190px; height: 100%; position: relative; background: green; } .content-left img { width: 100%; height: 100%; } .content-left .cover { width: 160px; height: 60px; background: rgba(0, 0, 0, 0.5); border-top-right-radius: 5px; border-bottom-right-radius: 5px; position: absolute; left: 0; bottom: 50px; padding-left: 20px; box-sizing: border-box; } .content-left a { color: #fff; } .content-left .cover > h4 { font-size: 20px; line-height: 35px; font-weight: bold; } .content-left .cover > p { font-size: 12px; } .floor-content > .content-right { width: 400px; height: 100%; background: #fff; overflow: hidden; text-align: center; } .content-right ul { width: 402px; } .content-right ul > li { float: left; width: 200px; height: 180px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } .content-right ul > li > a { color: #333; } .content-right ul > li > a > h4 { font-size: 16px; line-height: 30px; margin-top: 10px; } .content-right ul > li > a > p { font-size: 12px; color: #33ae75; } .content-right ul > li > a > img { width: 120px; height: 120px; } .floor-in .content-list { width: 100%; overflow: hidden; border-top: 1px solid #ccc; } .content-list > ul { width: 593px; } .content-list > ul > li { float: left; width: 201px; height: 109px; background: #fff; border-right: 1px solid #ccc; padding: 10px; box-sizing: border-box; } .content-list > ul > li h4 { margin-top: 15px; font-size: 16px; color: #333; line-height: 30px; } .content-list > ul > li p { font-size: 12px; color: #33ae75; } .content-list > ul > li img { float: right; width: 84px; height: 84px; } .content-list > ul > li:first-child { width: 190px; } .floor-in .content-logos { background: #fff; border-top: 1px solid #ccc; } .floor-in .content-logos > li { float: left; list-style: none; padding: 9px; padding-bottom: 0; background: #fff; } .floor-in .content-logos > li img { width: 80px; height: 30px; } .floor-in > .floor-right { width: 590px; height: 100%; } /* 楼层结束 */ /* END开始 */ .end { width: 100%; height: 50px; } .end > .end-in { position: relative; } .end > .end-in > p { width: 120px; height: 50px; line-height: 50px; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); font-size: 20px; } .end > .end-in > p > span { display: inline-block; width: 100px; height: 2px; background: #ccc; position: absolute; top: 50%; left: -100px; transform: translateY(-50%); } .end > .end-in > p > span:last-child { left: auto; right: -100px; } /* END结束 */ /* 底部开始 */ .footer { width: 100%; height: 480px; } .footer > .footer-top { width: 100%; height: 280px; background: #f9f9f9; } .footer-top .footer-info { width: 100%; height: 98px; display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; box-sizing: border-box; } .footer-top .footer-info dt { float: left; margin-right: 10px; } .footer-top .footer-info dl { width: 238px; height: 48px; margin-top: 20px; } .footer-top .footer-info dd > a { font-size: 14px; font-weight: bold; color: black; line-height: 30px; } .footer-top .footer-info dd > a:hover { color: #f90; } .footer-top .footer-info dd { font-size: 12px; color: #333; } .footer-top .footer-list { width: 100%; height: 182px; display: flex; justify-content: space-between; padding-top: 20px; box-sizing: border-box; } .footer-list dl > dt { font-size: 14px; font-weight: bold; color: black; line-height: 30px; } .footer-list dl:last-child dd { width: 100px; } .footer-list dl > dd > a { font-size: 12px; color: #333; line-height: 20px; } .footer-list dl > dd > a:hover { color: #f90; } .footer > .footer-bottom { width: 100%; height: 200px; text-align: center; background: white; } .footer > .footer-bottom p { line-height: 25px; color: #ccc; } .footer > .footer-bottom p > a { color: #ccc; } .footer-line { color: #333; } .footer-line > a { color: #333; } /* 底部结束 */ /* 侧边工具条开始 */ .sidebar { width: 35px; height: 100%; background: #333; position: fixed; top: 0; right: 0; } .sidebar > .sidebar-top { width: 100%; position: absolute; left: 0; top: 180px; } .siderbar div { margin: 10px 0; } .sidebar a { display: inline-block; width: 100%; height: 30px; line-height: 30px; text-align: center; color: #f90; } .sidebar a:hover { background: #f90; color: #fff; } .sidebar .cart { text-align: center; border-top: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px 0; } .sidebar .cart:hover { background: #f90; } .sidebar .cart > a { width: 20px; color: #fff; } .sidebar .cart > a:hover { color: #fff; background: none; } .sidebar .cart b { display: inline-block; width: 15px; height: 15px; line-height: 15px; text-align: center; background: #d00; border-radius: 3px; } .sidebar .money { margin-top: 60px; } .sidebar > .sidebar-bottom { width: 100%; height: 200px; position: absolute; left: 0; bottom: 10px; } /* 侧边工具条结束 */
0.380759
0.08218
body{ font-family: 'Poppins', sans-serif; } html{ height: 100%; } ::selection { background: #000; color: #fff; } @-moz-document url-prefix() { body { font-weight: lighter!important; } } ::-moz-selection { background: #000; color: #fff; } /* Margins */ .top_15{ margin-top: 15px; } .top_30{ margin-top: 30px; } .top_45{ margin-top: 45px; } .top_60{ margin-top: 60px; } .top_90{ margin-top: 90px; } .top_120{ margin-top: 120px; } .padding_30{ padding: 30px 0; } .padding_45{ padding: 45px 0; } .padding_60{ padding: 60px 0; } .padding_90{ padding: 90px 0; } .bottom_15{ margin-bottom: 15px; } .bottom_30{ margin-bottom: 30px; } .bottom_45{ margin-bottom: 45px; } .bottom_60{ margin-bottom: 60px; } .bottom_90{ margin-bottom: 90px; } .bottom_120{ margin-bottom: 120px; } .padbot_15{ padding-bottom: 15px; } .padbot_30{ padding-bottom: 30px; } .padbot_45{ padding-bottom: 45px; } .padbot_60{ padding-bottom: 60px; } .fb:hover{ color: #3b5998!important; transition: all ease 0.4s; } .tw:hover{ color: #55acee!important; transition: all ease 0.4s; } .ins:hover{ color: #cd486b!important; transition: all ease 0.4s; } .bh:hover{ color: #1769ff!important; transition: all ease 0.4s; } .dr:hover{ color: #ea4c89!important; transition: all ease 0.4s; } .line{ height: 1px; } .line.bold{ height: 4px; } /* Typoghraphy */ p{ font-size: 15px; color: #949494; line-height: 28px; font-family: 'Poppins', sans-serif; } b{ color: #000; font-weight: 600; } h1{ font-size: 70px; font-weight: 600; letter-spacing: -3px; line-height: 80px; } h2{ font-size: 60px; font-weight: 600; letter-spacing: -3px; } h3{ font-size: 50px; font-weight: 600; letter-spacing: -1px; } h4{ font-size: 40px; font-weight: 600; letter-spacing: -2px; } h5{ font-size: 30px; font-weight: 600; letter-spacing: -1.2px; line-height: 38px; } h6{ font-size: 20px; font-weight: 600; letter-spacing: -1px; } .center-title{ text-align: center; } .center-title span{ font-size: 15px; color: #b3b3b3; letter-spacing: 3px; margin-bottom: 10px; display: block; } .bold-text{ color: #000; font-size: 16px; line-height: 30px; font-weight: 500; } /* Buttons */ .more{ color: #000; height: 48px; display: block; position: relative; transition: all ease 0.6s; font-size: 15px; } .more:hover{ transition: all ease 0.4s; padding-left: 30px; } /*------------------------ 2 Header ------------------------*/ .navbar.radius-nav { background: #fff; max-height: 70px; margin-top: 45px; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; width: 100%; box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); } header .navbar.radius-nav .logo { float: left; padding: 9px; font-weight: 600; letter-spacing: -1px; } header .navbar.full-nav .logo { float: left; padding: 21px 8px; font-weight: 600; letter-spacing: -1px; } header .navbar.radius-nav .logo img { border-radius: 50px; width: 50px; height: 50px; margin-right: 10px; } header .navbar.full-nav .logo img { margin-right: 10px; } header .navbar .social-icons { background: url(../images/dotted.png) no-repeat left top 5px; float: left; margin: 22px 0 0 11px; padding-left: 30px; } .social-icons a { color: #000; font-size: 13px; transition: all ease 1.7s; width: 26px; height: 18px; display: inline-block; } .social-icons a:hover { font-size: 15px; } header .navbar .send-mail{ cursor: pointer; text-align: center; margin: 23px 3px 0 0; padding-left: 0; } header .navbar .send-mail:hover{ color: #000; } header.one-page{ position: fixed; z-index: 10; } /** Navigation **/ header .navbar.full-nav.white nav ul li a{ color: #fff; opacity: 0.7; } header .navbar.full-nav .rspbtn button{ color: #000; } header .navbar.full-nav.white nav ul li a:hover{ opacity: 1; transition: all ease 0.4s; } header .navbar.full-nav.white .send-mail { color: #fff; } header .navbar.full-nav.white nav ul.dropdown-menu li a{ color: #000; opacity: 1; } header .navbar.full-nav.white .social-icons a{ color: #fff; opacity: 0.7; } header .navbar.full-nav.white .social-icons a:hover{ color: #fff !important; opacity: 1; } @media (min-width:992px) { header{ position: absolute; width: 100%; } header .navbar nav { display: block!important; float: right; } header .navbar.radius-nav nav ul li a { color: #000; padding: 24px 0px 25px 12px; font-size: 14px; } header .navbar.full-nav nav ul li a { color: #000; padding: 24px 11px 18px 12px; font-size: 14px; } header .navbar nav ul li a:hover, header .navbar nav ul li a:active, header .navbar nav ul li a:focus { background: none; } header .navbar nav ul li.dropdown .dropdown-menu li a:hover { background: #efefef; } header .navbar nav ul li.dropdown .dropdown-menu li.active a:hover { color: #000; } header .navbar nav > ul > li.dropdown .dropdown-menu { -webkit-transition: -webkit-transform .2s ease-out; -moz-transition: -moz-transform .2s ease-out; transition: transform .2s ease-out; transform: translate3d(0, 25px, 0); font-family: Poppins, sans-serif; background-color: #fff; font-weight: 600; font-size: 13px; top: -10000px; display: block; opacity: 0; right: auto; border: 0; box-shadow: 0 3px 45px rgba(0, 0, 0, .09); -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, .09); -moz-box-shadow: 0 3px 45px rgba(0, 0, 0, .09); margin: -3px 0 0; min-width: 200px; padding: 3px; text-align: left; border-radius: 2px; } header .navbar nav > ul > li.dropdown .dropdown-menu a { padding: 8px 10px; font-size: 13px; } header .navbar nav > ul > li.dropdown .dropdown-menu a { padding: 8px 10px; font-size: 13px; } /* Menu Hover Animations */ header .navbar nav > ul > li.dropdown:hover > .dropdown-menu { transform: translate3d(0, 0, 0); margin-top: -3px; display: block; opacity: 1; top: auto; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu { position: relative; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out; transition: transform 0.2s ease-out, opacity 0.2s ease-out; transform: translate3d(20px, 0, 0); right: 100%; opacity: 0; display: block; left: 100%; margin-top: -10px; margin-left: -22px; } .opposite-menu{ -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out; transition: transform 0.2s ease-out, opacity 0.2s ease-out; transform: translate3d(20px, 0, 0); left: 100%; opacity: 0; display: block; right: 100%; margin-top: -10px; margin-left: -22px; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu { top: 7px; opacity: 1; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { font-family: FontAwesome; content: "\f105"; display: block; float: right; height: 0; margin-right: -10px; margin-top: 7px; position: absolute; right: 22px; top: 3px; width: 0; font-size: 10px; color: #b7b7b7; } } /* Menu Responsive */ @media (max-width: 991px) { header .navbar.full-nav.white nav ul li a{ color: #000; } header .navbar.full-nav.white .rspbtn button { color: #fff; } header{ position: absolute; width: 100%; } header .navbar.radius-nav nav { left: 38px; right: 41px; top: 2px; position: absolute; z-index: 10; background-color: #fff; box-shadow: 0 20px 45px rgba(0, 0, 0, .08); } header .navbar.full-nav nav { left: 8px; right: 14px; top: 2px; position: absolute; z-index: 10; background-color: #fff; box-shadow: 0 20px 45px rgba(0, 0, 0, .08); } header .navbar nav ul { position: relative; width: 100%; box-shadow: none; border: 0; margin-top: -3px; border-radius: 0; padding: 0; } header .navbar nav ul li { float: none; margin: 0; border-bottom: 1px solid #dfdfdf; margin-left: 10px; } header .navbar nav ul li ul { border-top: 1px solid #dfdfdf; } header .navbar nav ul li a { font-size: 13px; border-radius: 0; display: inline-block; width: 100%; padding: 12px 15px; color: #000; } header nav > ul > li.dropdown > a:after { font-family: FontAwesome; content: "\f107"; display: block; float: right; height: 0; margin: 2px 7px; right: 22px; top: 3px; width: 0; font-size: 12px; color: #000; } header nav > ul > li.dropdown li.dropdown-submenu > a:after { font-family: FontAwesome; content: "\f107"; display: block; float: right; height: 0; margin-top:0px; right: 22px; top: 3px; width: 0; font-size: 12px; color: #000; } header .navbar nav ul li a:hover, header .navbar nav ul li a:focus{ background: none; } header .navbar nav ul li.dropdown .dropdown-menu li a { padding: 10px 20px; } .radius-nav .rspbtn button{ background: none; border: 0; padding: 23px 33px; text-align: right; float: right; } .full-nav .rspbtn button{ background: none; border: 0; padding: 23px 12px; text-align: right; float: right; } } /*------------------------ 3 Home Pages ------------------------*/ .home.type-1 { background: url(../images/home.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-attachment: fixed; background-position: 50% 50%; } .home.type-2 { background: url(../images/home-2.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; background-attachment: fixed; background-position: 50% 50%; } .home.type-3 { background: url(../images/home-4.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; background-attachment: fixed; background-position: 50% 50%; } .home.type-3:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; } .hometop { background: url(../images/home-3.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; height: 700px; } .home-content h2{ margin-top: -150px; color: #fff; margin-left: 15px; } .home-content{ display: table-cell; vertical-align: middle; text-align: left; z-index: 2; position: relative; margin-top: -79px; } .home-content h1{ margin-top: -150px; color: #fff; margin-left: 15px; } .home.agency .home-content .container{ margin-top: 0; margin-top: -210px; } .home.agency .home-content h1{ margin-top: 0; } .home.agency .home-content .more{ color: #fff; margin: 30px; } #scene{ bottom: 0; left: 0; position: absolute; margin-bottom: -10px; z-index: 100; } #scene .l1{ margin-left: -399px; } #scene .l2{ margin-top:100px; } #scene .l3 img{ margin-left: 181%; margin-top: 100px; } #scene .l4 img{ margin-left: 291%; margin-top: -310px; } .home-headline{ padding: 60px 0 80px; } .home-headline h1{ text-align: center; } .home-headline p{ text-align: center; padding: 20px 0; } .cloud-header{ background:#7cc9db; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; height: 310px; overflow: hidden; width: 100%; display: table; z-index: -1; position: relative; margin-bottom: -139px; top: 0; } .cloud-header.full-nav{ background:#7cc9db; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; height: 250px; overflow: hidden; width: 100%; display: table; z-index: -1; position: relative; margin-bottom: -139px; top: 0; } /* Agency Home */ .home.agency{ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; overflow: hidden; width: 100%; display: table; z-index: -1; position: relative; top: 0; } .agency:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 1; } .home-text{ position: relative; padding-top:280px; color: #fff; width: 100%; z-index: 1; } .home-text h1{ margin-bottom: 12px; } .home video{ position: absolute; top: 0; left: 0; } .home.agency #scene{ margin-bottom: -10px; } .work-areas{ width: 100%; display: inline-block!important; } .work-areas .area .icon i:before{ font-size: 45px; margin-left: 5px; } .work-areas .area .icon i{ display: inline-block; margin-top: -8px; } .work-areas .area .icon { width: 20%; float: left; } .work-areas .area .text { width: 80%; float: left; } .work-areas .area .text h6{ font-size: 15px; letter-spacing: 2px; margin-bottom: 8px; } .work-areas .area .text p{ font-size: 13px; line-height: 24px; } /*------------------------ 4 About ------------------------*/ .about.type-1 .about-image{ padding-bottom: 70px; background: #f2f2f2; } .about.type-1 .about-image img:before{ background: #e4e4e4; } .about.type-1 .about-image img{ width: 100%; box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); margin-top: -15%; margin-left: calc(15% - 15px); } .about.type-1.vertiqal .about-image img{ width: 100%; box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); margin-top: -15%; margin-left: -15%; } .page-title h5{ padding-bottom: 20px; } .page-title span{ font-size: 15px; color: #b3b3b3; letter-spacing: 3px; margin-bottom: 5px; display: block; } .page-title.left .line.bold{ float: right; } .page-title.sub h5{ font-size: 26px; } .page-title.sub span{ font-size: 14px; margin-bottom: 0; } .about.type-1 .about-text p{ margin-top: 60px; padding-left: 60px; } /* Type 2 */ .about.type-2 .text{ font-size: 16px; color: #000; font-weight: 500; } /* Vertiqal */ .about.type-1.vertiqal .about-text p { margin-top: 20px; padding-left: 0px; } .about-content .about-image img{ width: 100%; } .about-content p.text{ font-size: 16px; color: #000; font-weight: 500; text-align: center; } /*------------------------ 5 Portfolio ------------------------*/ .single-item figure img { width: 100%; backface-visibility: hidden; vertical-align: top; } /* Type 1 */ .portfolio.type-1{ padding-bottom: 90px; } .portfolio.type-1 .single-item figure figcaption { text-align: center; padding: 25px 0; } .portfolio.type-1 .single-item figure figcaption h3 { font-size: 18px; font-weight: 500; color: #000; transition: all ease 0.3s; letter-spacing: -0.3px; } .portfolio.type-1 .single-item figure figcaption p { font-size: 10px; color: #b5b5b5; } .portfolio.type-1 .single-item figure img { transition: all ease 0.3s; } .portfolio.type-1 .single-item:hover > figure img { opacity: 0.6; transition: all ease 0.3s; } .portfolio.type-1 .single-item:hover > figure h3{ transition: all ease 0.3s; } /* Type 2 */ .portfolio.type-2 .single-item figure { position: relative; float: left; overflow: hidden; width: 100%; color: #000; text-align: left; font-size: 16px; background-color: #fff; } .portfolio.type-2 .single-item figure *{ -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; } .portfolio.type-2 .single-item figure img { width: 100%; backface-visibility: hidden; vertical-align: top; } .portfolio.type-2 .single-item figure:after, .portfolio.type-2 .single-item figure figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .portfolio.type-2 .single-item figure:after { content: ''; background-color: rgba(255, 255, 255, 0.65); -webkit-transition: all 0.35s ease; transition: all 0.35s ease; opacity: 0; } .portfolio.type-2 .single-item figure figcaption { z-index: 1; padding-left: 27px; padding-top: 47%; } .portfolio.type-2 .single-item figure figcaption h3 { line-height: 1.1em; font-size: 22px; opacity: 0; width: 100%; padding: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } .portfolio.type-2 .single-item.col-md-6 figure figcaption h3 { font-size: 28px; } .portfolio.type-2 .single-item figure p { font-size: 11px; font-weight: 300; letter-spacing: 1px; opacity: 0; top: 50%; color: #000; -webkit-transform: translateY(40px); transform: translateY(40px); } .portfolio.type-2 .single-item figure:hover img { zoom: 1; filter: alpha(opacity=50); -webkit-opacity: 0.5; opacity: 0.5; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .portfolio.type-2 .single-item figure:hover:after{ opacity: 1; position: absolute; } .portfolio.type-2 .single-item figure figcaption:hover h3, .portfolio.type-2 .single-item figure figcaption:hover p{ -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); opacity: 1; } /* Type 3 */ .portfolio.type-3 .isotope_items { min-height: 850px; } .portfolio.type-3 .single-item { margin-bottom: 30px; } .portfolio.type-3 .single-item figure { position: relative; float: left; overflow: hidden; width: 100%; color: #000; text-align: left; font-size: 16px; background-color: #fff; } .portfolio.type-3 .single-item figure *{ -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; } .portfolio.type-3 .single-item figure img { width: 100%; backface-visibility: hidden; vertical-align: top; } .portfolio.type-3 .single-item figure:after, .portfolio.type-3 .single-item figure figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .portfolio.type-3 .single-item figure:after { content: ''; background-color: rgba(255, 255, 255, 0.65); -webkit-transition: all 0.35s ease; transition: all 0.35s ease; opacity: 0; } .portfolio.type-3 .single-item figure figcaption { z-index: 1; padding-left: 20px; padding-top: 47%; } .portfolio.type-3 .single-item figure figcaption h3 { line-height: 1.1em; font-size: 22px; opacity: 0; width: 100%; padding: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } .portfolio.type-3 .single-item.col-md-6 figure figcaption h3 { font-size: 28px; } .portfolio.type-3 .single-item figure p { font-size: 11px; font-weight: 300; letter-spacing: 1px; opacity: 0; top: 50%; color: #000; -webkit-transform: translateY(40px); transform: translateY(40px); } .portfolio.type-3 .single-item figure:hover img { zoom: 1; filter: alpha(opacity=50); -webkit-opacity: 0.5; opacity: 0.5; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .portfolio.type-3 .single-item figure:hover:after{ opacity: 1; position: absolute; } .portfolio.type-3 .single-item figure figcaption:hover h3, .portfolio.type-3 .single-item figure figcaption:hover p{ -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); opacity: 1; } .portfolio.type-3 .more{ margin-left:45px; } .portfolio_filter.type-1 ul{ margin-top: 45px; } .portfolio_filter.type-1 ul li{ font-size: 16px; color: #a3a3a3; margin-bottom: 15px; font-weight: 300; cursor: pointer; } .portfolio_filter.type-1 ul li:hover{ color: #000; } .portfolio_filter.type-1 ul li:hover:before{ content: "\f178"; font-family: FontAwesome; transition: all ease 0.1s; font-size: 14px; color: #000; margin-right: 5px; } .portfolio_filter.type-1 ul li:hover:before{ content: "\f178"; font-family: FontAwesome; transition: all ease 0.1s; font-size: 14px; color: #000; margin-right: 5px; } .portfolio_filter.type-1 ul li.select-cat{ color: #000; } .portfolio_filter.type-1 ul li.select-cat:before{ content: "\f178"; font-family: FontAwesome; transition: all ease 0.1s; font-size: 14px; color: #000; margin-right: 5px; } .portfolio_filter.type-1 ul li:before{ transition: all ease 0.3s; } /* Portfolio Filter Type 2 */ .portfolio_filter.type-2 ul{ margin-top: 36px; } .portfolio_filter.type-2 ul li{ font-size: 13px; color: #a3a3a3; margin-left: 25px; font-weight: 300; cursor: pointer; float: right; } .portfolio_filter.type-2 ul li:hover{ color: #000; transition: all ease 0.3s; } .portfolio .center-btn .more{ margin: 0 auto; display: table; } /*------------------------ 6 Portfolio Detail ------------------------*/ .port-list li span{ font-weight: 500; font-size: 15px; line-height: 16px; } .port-list li { margin-bottom: 15px; line-height: 13px; } .port-list li p{ font-size: 13px; } .port-subtitle{ line-height: 28px; } .slide img{ width: 100%; } .potfolio-content.type-1 .port-slider img{ width: 100%; } .owl-pagination{ margin-top: 30px; } .article-nav{ border-top: 1px solid #efefef; padding: 46px 0 50px; } .article-nav a.prev, .article-nav a.next{ color: #000; font-weight: 600; position: relative; cursor: pointer; } .article-nav .prev span, .article-nav .next span{ color: #b3b3b3; font-size: 13px; font-weight: 400; letter-spacing: 4px; margin-bottom: 3px; display: inline-block; transition: all ease 0.1s; } .article-nav a.prev:hover > span, .article-nav a.next:hover > span{ transition: all ease 0.3s; } .article-nav .next span{ float: right; } .article-nav .backtoport{ margin: 0 auto; display: table; opacity: 0.3; cursor: pointer; transition: all ease 0.3s; } .article-nav .backtoport:hover{ opacity: 1; transition: all ease 0.3s; } .potfolio-content.type-2 .port-list{ margin-top: 10px; } .potfolio-content.type-2 .port-list li{ margin-bottom: 26px; } .content-image img{ width: 100%; } .phone{ background: url(../images/mobile/phone.png) no-repeat; background-size: auto 100%; background-position: top center; } .phone img{ width: 100%; padding: 21% 13% 24%; } .phone .owl-controls{ position: absolute; text-align: center; left: 50%; margin-left: -39px; } .work-information{ background: #f2f2f2; padding: 80px 0; font-size: 14.5px; line-height: 26px; } .work-information .part span{ color:#748182; } /*------------------------ 7 Team ------------------------*/ .team .our-team .team-friend { display: inline-block; } .team .our-team .team-friend figure { position: relative; float: left; overflow: hidden; width: 100%; color: #000; text-align: left; font-size: 16px; background-color: #fff; margin-bottom: 30px; } .team .our-team .team-friend figure *{ -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; } .team .our-team .team-friend img { width: 100%; backface-visibility: hidden; vertical-align: top; } .team .our-team .team-friend figure:after, .team .our-team .team-friend figure figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .team .our-team .team-friend figure:after { content: ''; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; opacity: 0; } .team .our-team .team-friend figure:hover img { zoom: 1; filter: alpha(opacity=50); -webkit-opacity: 0.5; opacity: 0.5; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .team .our-team .team-friend figure:hover:after{ opacity: 1; position: absolute; } .team .our-team .team-friend figure figcaption { z-index: 1; padding-left: 27px; padding-top: 47%; opacity: 1; width: 100%; padding: 0; } .team .our-team .team-friend figure figcaption .teaminf h3{ font-size: 22px; color: #fff; clear: both; } .team .our-team .team-friend figure figcaption .teaminf p{ font-size: 12px; line-height: 24px; color: #fff; clear: both; } .team .our-team .team-friend figure figcaption .teaminf { bottom: 0; padding-bottom: 19px; padding-left: 23px; position: absolute; opacity: 0; -webkit-transform: translateX(-80px); transform: translateX(-80px); } .team .our-team .team-friend figure figcaption:hover > .teaminf{ -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); opacity: 1; } .team .our-team .team-friend figure figcaption .teaminf .social-icons { padding-bottom: 7px; background: none; padding: 0; margin-left: 0; margin-bottom: 12px; } .team .our-team .team-friend figure figcaption .teaminf .social-icons a{ color: #fff; } .team .our-team .team-friend figure figcaption .teaminf .social-icons a:hover{ color: #fff !important; } /*------------------------ 8 Blog ------------------------*/ .blog.type-1 .blog-big .image img{ width: 100%; } .blog.type-1 .blog-big .image{ position: relative; display: table; width: 100%; } .blog.type-1 .blog-big .image .icon{ position: absolute; left: 0; right: 0; text-align: center; opacity: 0; display: table-cell; vertical-align: middle; top: 50%; margin-top: -20px; } .blog.type-1 .blog-big:hover .image .icon{ opacity: 0.9; transition: all ease 0.3s; } .blog.type-1 .blog-big .image .icon i{ color: #fff; padding: 17px 0 16px; min-width: 50px; border-radius: 50px; text-align: center; transition: all ease 0.3s; text-align: center; } .blog.type-1 .blog-big .text h2{ font-size: 18px; letter-spacing: 0; line-height: 27px; padding: 30px 0 15px; color: #000; } .blog.type-1 .blog-big .text p{ font-size: 13px; line-height: 26px; } .blog.type-1 .blog-big .text .info{ color: #bdbdbd; font-size: 11px; margin-top: 20px; font-weight: 500; } .blog.type-1 .blog-list ul{ margin-top: 15px; } .blog.type-1 .blog-list ul li .image{ position: relative; } .blog.type-1 .blog-list ul li .image .icon{ position: absolute; left: 0; right: 0; text-align: center; opacity: 0; top: 50%; margin-top: -20px; margin-left: -34px; } .blog.type-1 .blog-list ul li .image .icon i{ position: absolute; color: #fff; padding: 11px 0 9px; min-width: 37px; border-radius: 50px; text-align: center; transition: all ease 0.3s; } .blog.type-1 .blog-list ul li:hover .image .icon{ opacity: 0.9; transition: all ease 0.3s; } .blog.type-1 .blog-list ul li .image img{ width: 100%; } .blog.type-1 .blog-list ul li{ padding: 36px 0; border-bottom: 1px solid #efefef; } .blog.type-1 .blog-list .text{ padding-top: 11px; } .blog.type-1 .blog-list .text h2{ font-size: 14px; letter-spacing: 0; line-height: 21px; color: #000; font-weight: 500; margin-top: 6px; } .blog.type-1 .blog-list .text p{ font-size: 13px; line-height: 26px; } .blog.type-1 .blog-list .text .info{ color: #bdbdbd; font-size: 11px; font-weight: 500; } .blog.type-1 .more{ margin: 60px 30px; } .blog.type-1.standart .blog-big .text h2 { padding: 10px 0 15px; } .blog.type-1.standart .blog-big .text .info { margin: 28px 0 3px; font-size: 12px; } .blogs a{ display: inline-block; } #preloader { background-color:#fff; position: fixed; top:0; left:0; width: 100%; height: 100%; z-index: 1000; display:table; text-align: center; } @keyframes spinner { to {transform: rotate(360deg);} } .spinner:before { content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; border-radius: 50%; border: 1px solid #ccc; animation: spinner .6s linear infinite; } .blog-single.type-1 .article .blog-image img{ width: 100%; } .blog-single.type-1 .article .info{ color: #bdbdbd; font-size: 12px; font-weight: 500; margin-top: 15px; } .blog-single .blog-image img{ width: 100%; } blockquote { padding: 15px 18px; margin: 25px 0; font-weight: 600; letter-spacing: -1px; font-size: 18px; line-height: 30px; border-left: solid 3px; } .author .image img{ width: 100%; } .author{ border-top: solid 1px #dfdfdf; border-bottom: solid 1px #dfdfdf; padding: 45px 0px; } .author h6{ font-size: 18px; margin-top: 23px; } .author p{ font-size: 13px; line-height: 24px; padding: 10px 0 8px; } .author .social-icons a{ color: #cbcbcb; font-size: 12px; margin-right: 0px; width: 20px; } .comment{ border-bottom: solid 1px #dfdfdf; padding: 45px 0px; } .comment.reply{ padding-left: 45px; } .comment .image img{ width: 100%; } .comment h6{ font-size: 18px; } .comment span{ font-size: 12px; color: #748182; padding: 12px 0; display: inline-block; } .comment p{ font-size: 13px; line-height: 24px; } .comment .reply{ font-size: 13px; margin-top: 20px; display: inline-block; } .sidebar .widget.categories ul li{ font-size: 14px; border-bottom: solid 1px #dfdfdf; padding: 13px 0; font-weight: 500; } .sidebar .widget.categories ul li a{ width: 100%; display: inline-block; color: #000; } .sidebar .widget.categories ul li span{ font-size: 14px; font-weight: 400; color: #b7b7b7; float: right; } .sidebar .widget.latest ul li h6{ font-size: 15px; letter-spacing: 0; line-height: 24px; } .sidebar .widget.latest ul li .info{ font-size: 11px; margin-bottom: 8px; } .sidebar .widget.latest ul li{ border-bottom: solid 1px #dfdfdf; padding: 30px 0; } .sidebar .widget.advertisement .page-title.sub{ margin-bottom:20px; } .sidebar .widget.advertisement .image img{ width: 100%; } /*------------------------ 9 Clients ------------------------*/ .clients .client-logo { display: table; height: 200px; } .clients .client-logo span{ display: table-cell; vertical-align: middle; text-align: center; opacity: 1; transition: all ease 0.3s; } .clients .client-logo span img{ max-width: 80%; max-height: 50%; } /*------------------------ 10 Contact ------------------------*/ .contact.type-1 .contact-info ul li{ line-height: 36px; font-size: 14.5px; color: #414141; } .contact.type-1 .contact-info ul { margin-top: 45px; } .contact.type-1 .form .page-title { text-align: right; } .form-inp { width: 100%; height: 45px; border: 0; color: #000; border-bottom: solid 1px #dfdfdf; font-size: 13px; padding-left: 10px; margin-bottom: 15px; font-family: 'Poppins', sans-serif; } .contact-form textarea { width: 100%; border: 0; border-bottom: solid 1px #dfdfdf; font-size: 13px; padding: 20px 0 0 10px; height: 119px; margin-bottom: 15px; font-family: 'Poppins', sans-serif; } .sitebtn-2{ border: solid 2px #dfdfdf; background: none; font-size: 13px; padding: 9px 11px 8px; text-align: center; min-width: 140px; line-height: 21px; transition: all ease 0.3s; color:#000; } .sitebtn-2:hover{ background: #000; color: #fff; border-color: #000; transition: all ease 0.3s; } .sitebtn{ border: solid 2px #dfdfdf; background: none; font-size: 13px; padding:9px 11px; text-align: left; min-width: 140px; line-height: 17px; transition: all ease 0.3s; color:#000; } .sitebtn:after{ font-family: FontAwesome; content: "\f178"; color: #000; float: right; } .sitebtn:hover{ background: #000; color: #fff; border-color: #000; transition: all ease 0.3s; } .sitebtn:hover:after{ color: #fff; } .contact.type-2 .contact-mail{ text-align: center; text-align: center; width: 100%; display: inline-block; } .contact.type-2 .contact-mail span{ font-size: 15px; color: #b3b3b3; letter-spacing: 3px; margin-bottom: 5px; display: block; } .contact.type-2 .contact-mail h5{ margin: 10px 0 22px; color: #000; transition: all ease 0.3s; } .contact.type-2 .contact-mail:hover > h5{ font-size: 31px; transition: all ease 0.3s; } .contact.type-2 .contact-mail i{ font-size: 25px; } .contact.type-3 .contact-info { display: inline-block; } .contact.type-3 .contact-info .icon{ text-align: center; } .contact.type-3 .contact-info .icon i{ border: solid 2px #e3e3e3; padding-top: 23px; width: 70px; height: 70px; font-size: 19px; background: #fff; } .contact.type-3 .contact-info .contact-line{ height: 2px; background: #e2e2e2; position: absolute; width: 69%; margin-top: 34px; margin-left: 101px; z-index: -1; } .contact.type-3 .contact-info .icon .text span{ font-size: 14px; padding: 20px 0 10px; display: inline-block; } .contact.type-3 .contact-info .icon .text p{ font-size: 13px; line-height: 21px; } .contact.type-3 .contact-form .sitebtn-2{ margin: auto; display: inherit; margin-top: 30px; } .contact.type-4 .contact-info{ line-height: 36px; font-size: 14.5px; color: #414141; } /*------------------------ 11 Footer ------------------------*/ .bottom-info{ text-align: center; } .bottom-info p{ padding: 100px 0 120px; font-size: 15px; font-weight: 500; line-height: 20px; color: #808080; } .wrapper { position: relative; z-index: 1; background: #fff; overflow: hidden; box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10); } footer p{ font-size:13px; } footer h6{ font-size:16px; color: #fff; letter-spacing: 1px; } footer { width: 100%; position: fixed; z-index: -1; bottom: 0; } footer.type-1 .footer-top{ background: #f0f0f0; padding: 55px 0; } footer.type-1 .footer-top .name{ font-weight: 600; letter-spacing: -1px; } footer.type-1 .footer-top .menu{ float: right; } footer.type-1 .footer-top .menu li{ float: left; } footer.type-1 .footer-top .menu li a{ font-size: 13px; margin-left: 15px; color: #acacac; } footer.type-1 .footer-top .menu li a:hover{ color: #000; transition: all ease 0.3s; } footer.type-1 .footer-bottom{ background: #fff; padding: 24px 0; } footer.type-1 .footer-bottom .footer-social{ float: left ; } footer.type-1 .footer-bottom .footer-social li{ float: left; } footer.type-1 .footer-bottom .footer-social li a{ font-size: 13px; margin-right: 15px; color: #acacac; } footer.type-1 .footer-bottom .copyright{ float: right; font-size: 13px; color: #acacac; } footer.type-1 .footer-bottom a{ color: #000; } /* Footer Responsive */ @media (max-width: 991px) { footer.type-1 .footer-top .menu { text-align: center; margin: 9px auto; display: table; float: none; } footer.type-1 .footer-top{ text-align: center; width: 100%; padding: 39px 0 31px; } footer.type-1 .footer-bottom .footer-social { display: none; } footer.type-1 .footer-bottom .copyright { font-size: 13px; color: #acacac; margin: 6px auto; display: table; float: none; text-align: center; } } /* Footer Type 2 */ footer.type-2 { background: #1b1b1b; } footer.type-2 .footer-top{ padding: 70px 30px 0; display: inline-block; } footer.type-2 .footer-top{ font-size: 13px; color: #949494; line-height: 24px; } footer.type-2 .footer-top .touch ul li{ position: relative; padding-left: 26px; margin-bottom: 15px; } footer.type-2 .footer-top .touch ul li i{ position: absolute; left: 0; top: 6px; font-size: 14px; color: #fff; } footer.type-2 .footer-top .posts ul li{ position: relative; border-bottom: solid 1px #2d2d2d; padding-bottom: 20px; margin-bottom: 20px; } footer.type-2 .footer-top .posts ul li:last-child{ border-bottom: none; } footer.type-2 .footer-top .posts ul li span{ clear: both; font-size: 11px; color: #dadada; } footer.type-2 .footer-bottom{ padding: 30px; background: black; } footer.type-2 .footer-bottom .social-icons{ margin: 3px 0 0 0; background: none; } footer.type-2 .footer-bottom .social-icons a{ color: #fff; } /*------------------------ 12 Responsive ------------------------*/ @media (max-width:991px) { .home.type-1{ background: url(../images/home.jpg) bottom right; width: 100%; background-size: cover; } .home.type-2{ background: url(../images/home-2.jpg) bottom center; width: 100%; background-size: cover; } .home.type-3{ background: url(../images/home-4.jpg) bottom center; width: 100%; background-size: cover; } .about-content.type-1 .about-image{ margin-top: 0px; } .about.type-1{ margin-top: -60px !important; } .about.type-1 .about-image img{ margin: 0 !important; } .about.type-1 .about-image{ background: none; margin-top: 0px; } .about.type-1 .line{ margin: 60px 0; } p br { content: ' '; } .work-areas{ margin:0; margin-bottom: 30px; } .contact.type-3 .center-title{ padding: 30px 0 70px; } .contact.type-3 .contact-info .icon { margin-bottom: 40px; } .contact.type-3 .contact-form{ margin-bottom: 90px; } .contact.type-4 .form { margin: 80px 0; } .contact.type-4 .form .sitebtn-2 { margin-top: 30px; } .contact.type-4 .contact-map{ margin-bottom: 60px; } .about.type-1.vertiqal .container{ display: flex; flex-direction: column-reverse; } .about.type-1.vertiqal .line{ display: none; } .center-title { padding: 60px 0 45px; } .about.type-1 .line.bold { margin:0; } .about.type-1 .work-areas{ margin-top:45px; } .portfolio_filter.type-1 ul { margin-top: 45px; margin-bottom: 30px; display: inline-block; width: 100%; } .portfolio_filter.type-1 ul li{ width: 30%; float: left; } .portfolio.type-3.top_120{ margin-top: 30px; } .blog.type-1.top_120 .container{ display: flex; flex-direction: column-reverse; } .blog.type-1.top_120{ margin-top: 90px; } .blog.type-1 .blog-list .text h2{ font-size: 18px; line-height: 30px; } .blog.type-1 .blog-list .text { padding-top: 31px; } .contact.type-1 .contact-info{ margin: 30px 0; } .contact.type-1 .contact-info .social-icons{ margin: 30px 0; } .contact.type-1 .form{ margin: 90px 0; } .portfolio.type-3 .more { margin-top:30px; } .contact-form textarea{ margin-bottom: 30px; } .about.type-2 .work-areas { margin-top: 60px; } .about.type-2 .line { margin-top: 60px; } .portfolio.type-3 .page-title{ text-align: center; } .portfolio_filter.type-2 ul { margin: 0 auto; display: table; } .about.type-2.top_120{ margin-top: 30px; } .about.type-1.top_120{ margin-top: 30px; } .portfolio.type-3 .port-info .port-list li{ width: 50%; float: left; display: inline-block; } .portfolio.type-3 .port-info .port-list{ display: inline-block; margin-bottom: 42px; } .home.agency { background: url(../images/home-4.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; } } /* Tablet Version */ @media (max-width: 767px) { .home.agency .home-content .container{ margin: 0; } h1{ font-size: 52px; line-height: 60px; } .about.type-1 .about-image img{ margin: 0; } .contact-line{ display: none; } .contact.type-3 .contact-info .icon i{ display: none; } .contact.type-3 .center-title { padding: 20px 0 40px; } .contact.type-3 .contact-info .icon { margin-bottom: 30px; } .navbar.radius-nav{ margin-top: 30px; } .home-content h2{ font-size: 34px; font-weight: 600; letter-spacing: -2px; } .blog.type-1.top_30.bottom_120{ margin-top: 0; } h5 { font-size: 24px; line-height: 35px; } .contact.type-3.top_90.bottom_120{ margin: 0; } .contact-info.top_90.col-md-8.col-md-offset-2{ margin-top: 0; } .col-md-8.col-md-offset-2.top_120{ margin-top: 60px; } } /* Mobile Version */ @media (max-width: 576px) { .home-headline h1, .bottom-info p br { content: ' '; } h1{ font-size: 32px; line-height: 42px; } .home #scene{ margin-bottom: -70px; } .home-headline { padding: 0px 0 30px; } .bottom-info p { padding: 70px 0 98px; } .about-content.type-1 .about-image{ margin-top: 0px; } .about-content.type-1 .line{ margin-top: 15px; margin-bottom: 30px; } .work-areas { text-align: center; } .work-areas .area .icon{ width: 100%; } .work-areas .area .text{ width: 100%; } .work-areas{ margin: 60px 0; } .about.type-1.vertiqal.top_90{ margin: 0; } .blog.type-1.standart.bottom_120{ margin-bottom: 30px; } .portfolio.type-1 .isotope_items.top_60{ margin-top: 15px; } .portfolio.type-1.top_120{ margin-top: 30px; } .portfolio.type-1.top_120{ margin-top: 30px; } .about.type-1 .line { margin:0; } .portfolio_filter.type-1 ul li { width: 100%; float: left; text-align: center; margin-bottom: 28px; } .portfolio_filter.type-2 ul li { float: none; text-align: center; margin-bottom: 12px; margin-left: 0; } .portfolio_filter.type-2 ul{ margin-top: 10px; } .author h6{ margin-top: 12px; } .comment.reply { padding-left: 0; } .portfolio.type-3 .port-info .port-list li{ text-align: center; width: 100%; } .portfolio.type-3 .port-info .port-list{ margin-bottom: 60px; } .phone{ background: none; } .phone img{ padding: 0; } .contact-mail h5{ font-size: 20px; } .home.agency #scene{ margin-bottom: -140px; } .home-content h2 { font-size: 28px; } .work-areas .area .text h6{ margin-top: 15px; } .work-areas .area .text p{ margin-top: 15px; } .about.type-2 .line.col-md-8.col-md-offset-2.top_120{ margin-top: 0; } h5 { font-size: 20px; line-height: 29px; } } @media (min-width: 768px) { .article-nav a.prev:before{ font-family: FontAwesome; content: "\f177"; position: absolute; left: 0; bottom: 0; margin:0 -28px; font-size: 14px; } .article-nav a.next:after{ font-family: FontAwesome; content: "\f178"; position: absolute; right: 0; bottom: 0; margin:0 -28px; font-size: 14px; } .article-nav .backtoport{ padding-top: 18px; } }
css/style.css
body{ font-family: 'Poppins', sans-serif; } html{ height: 100%; } ::selection { background: #000; color: #fff; } @-moz-document url-prefix() { body { font-weight: lighter!important; } } ::-moz-selection { background: #000; color: #fff; } /* Margins */ .top_15{ margin-top: 15px; } .top_30{ margin-top: 30px; } .top_45{ margin-top: 45px; } .top_60{ margin-top: 60px; } .top_90{ margin-top: 90px; } .top_120{ margin-top: 120px; } .padding_30{ padding: 30px 0; } .padding_45{ padding: 45px 0; } .padding_60{ padding: 60px 0; } .padding_90{ padding: 90px 0; } .bottom_15{ margin-bottom: 15px; } .bottom_30{ margin-bottom: 30px; } .bottom_45{ margin-bottom: 45px; } .bottom_60{ margin-bottom: 60px; } .bottom_90{ margin-bottom: 90px; } .bottom_120{ margin-bottom: 120px; } .padbot_15{ padding-bottom: 15px; } .padbot_30{ padding-bottom: 30px; } .padbot_45{ padding-bottom: 45px; } .padbot_60{ padding-bottom: 60px; } .fb:hover{ color: #3b5998!important; transition: all ease 0.4s; } .tw:hover{ color: #55acee!important; transition: all ease 0.4s; } .ins:hover{ color: #cd486b!important; transition: all ease 0.4s; } .bh:hover{ color: #1769ff!important; transition: all ease 0.4s; } .dr:hover{ color: #ea4c89!important; transition: all ease 0.4s; } .line{ height: 1px; } .line.bold{ height: 4px; } /* Typoghraphy */ p{ font-size: 15px; color: #949494; line-height: 28px; font-family: 'Poppins', sans-serif; } b{ color: #000; font-weight: 600; } h1{ font-size: 70px; font-weight: 600; letter-spacing: -3px; line-height: 80px; } h2{ font-size: 60px; font-weight: 600; letter-spacing: -3px; } h3{ font-size: 50px; font-weight: 600; letter-spacing: -1px; } h4{ font-size: 40px; font-weight: 600; letter-spacing: -2px; } h5{ font-size: 30px; font-weight: 600; letter-spacing: -1.2px; line-height: 38px; } h6{ font-size: 20px; font-weight: 600; letter-spacing: -1px; } .center-title{ text-align: center; } .center-title span{ font-size: 15px; color: #b3b3b3; letter-spacing: 3px; margin-bottom: 10px; display: block; } .bold-text{ color: #000; font-size: 16px; line-height: 30px; font-weight: 500; } /* Buttons */ .more{ color: #000; height: 48px; display: block; position: relative; transition: all ease 0.6s; font-size: 15px; } .more:hover{ transition: all ease 0.4s; padding-left: 30px; } /*------------------------ 2 Header ------------------------*/ .navbar.radius-nav { background: #fff; max-height: 70px; margin-top: 45px; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; width: 100%; box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); } header .navbar.radius-nav .logo { float: left; padding: 9px; font-weight: 600; letter-spacing: -1px; } header .navbar.full-nav .logo { float: left; padding: 21px 8px; font-weight: 600; letter-spacing: -1px; } header .navbar.radius-nav .logo img { border-radius: 50px; width: 50px; height: 50px; margin-right: 10px; } header .navbar.full-nav .logo img { margin-right: 10px; } header .navbar .social-icons { background: url(../images/dotted.png) no-repeat left top 5px; float: left; margin: 22px 0 0 11px; padding-left: 30px; } .social-icons a { color: #000; font-size: 13px; transition: all ease 1.7s; width: 26px; height: 18px; display: inline-block; } .social-icons a:hover { font-size: 15px; } header .navbar .send-mail{ cursor: pointer; text-align: center; margin: 23px 3px 0 0; padding-left: 0; } header .navbar .send-mail:hover{ color: #000; } header.one-page{ position: fixed; z-index: 10; } /** Navigation **/ header .navbar.full-nav.white nav ul li a{ color: #fff; opacity: 0.7; } header .navbar.full-nav .rspbtn button{ color: #000; } header .navbar.full-nav.white nav ul li a:hover{ opacity: 1; transition: all ease 0.4s; } header .navbar.full-nav.white .send-mail { color: #fff; } header .navbar.full-nav.white nav ul.dropdown-menu li a{ color: #000; opacity: 1; } header .navbar.full-nav.white .social-icons a{ color: #fff; opacity: 0.7; } header .navbar.full-nav.white .social-icons a:hover{ color: #fff !important; opacity: 1; } @media (min-width:992px) { header{ position: absolute; width: 100%; } header .navbar nav { display: block!important; float: right; } header .navbar.radius-nav nav ul li a { color: #000; padding: 24px 0px 25px 12px; font-size: 14px; } header .navbar.full-nav nav ul li a { color: #000; padding: 24px 11px 18px 12px; font-size: 14px; } header .navbar nav ul li a:hover, header .navbar nav ul li a:active, header .navbar nav ul li a:focus { background: none; } header .navbar nav ul li.dropdown .dropdown-menu li a:hover { background: #efefef; } header .navbar nav ul li.dropdown .dropdown-menu li.active a:hover { color: #000; } header .navbar nav > ul > li.dropdown .dropdown-menu { -webkit-transition: -webkit-transform .2s ease-out; -moz-transition: -moz-transform .2s ease-out; transition: transform .2s ease-out; transform: translate3d(0, 25px, 0); font-family: Poppins, sans-serif; background-color: #fff; font-weight: 600; font-size: 13px; top: -10000px; display: block; opacity: 0; right: auto; border: 0; box-shadow: 0 3px 45px rgba(0, 0, 0, .09); -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, .09); -moz-box-shadow: 0 3px 45px rgba(0, 0, 0, .09); margin: -3px 0 0; min-width: 200px; padding: 3px; text-align: left; border-radius: 2px; } header .navbar nav > ul > li.dropdown .dropdown-menu a { padding: 8px 10px; font-size: 13px; } header .navbar nav > ul > li.dropdown .dropdown-menu a { padding: 8px 10px; font-size: 13px; } /* Menu Hover Animations */ header .navbar nav > ul > li.dropdown:hover > .dropdown-menu { transform: translate3d(0, 0, 0); margin-top: -3px; display: block; opacity: 1; top: auto; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu { position: relative; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu { -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out; transition: transform 0.2s ease-out, opacity 0.2s ease-out; transform: translate3d(20px, 0, 0); right: 100%; opacity: 0; display: block; left: 100%; margin-top: -10px; margin-left: -22px; } .opposite-menu{ -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out; transition: transform 0.2s ease-out, opacity 0.2s ease-out; transform: translate3d(20px, 0, 0); left: 100%; opacity: 0; display: block; right: 100%; margin-top: -10px; margin-left: -22px; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu { top: 7px; opacity: 1; } header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after { font-family: FontAwesome; content: "\f105"; display: block; float: right; height: 0; margin-right: -10px; margin-top: 7px; position: absolute; right: 22px; top: 3px; width: 0; font-size: 10px; color: #b7b7b7; } } /* Menu Responsive */ @media (max-width: 991px) { header .navbar.full-nav.white nav ul li a{ color: #000; } header .navbar.full-nav.white .rspbtn button { color: #fff; } header{ position: absolute; width: 100%; } header .navbar.radius-nav nav { left: 38px; right: 41px; top: 2px; position: absolute; z-index: 10; background-color: #fff; box-shadow: 0 20px 45px rgba(0, 0, 0, .08); } header .navbar.full-nav nav { left: 8px; right: 14px; top: 2px; position: absolute; z-index: 10; background-color: #fff; box-shadow: 0 20px 45px rgba(0, 0, 0, .08); } header .navbar nav ul { position: relative; width: 100%; box-shadow: none; border: 0; margin-top: -3px; border-radius: 0; padding: 0; } header .navbar nav ul li { float: none; margin: 0; border-bottom: 1px solid #dfdfdf; margin-left: 10px; } header .navbar nav ul li ul { border-top: 1px solid #dfdfdf; } header .navbar nav ul li a { font-size: 13px; border-radius: 0; display: inline-block; width: 100%; padding: 12px 15px; color: #000; } header nav > ul > li.dropdown > a:after { font-family: FontAwesome; content: "\f107"; display: block; float: right; height: 0; margin: 2px 7px; right: 22px; top: 3px; width: 0; font-size: 12px; color: #000; } header nav > ul > li.dropdown li.dropdown-submenu > a:after { font-family: FontAwesome; content: "\f107"; display: block; float: right; height: 0; margin-top:0px; right: 22px; top: 3px; width: 0; font-size: 12px; color: #000; } header .navbar nav ul li a:hover, header .navbar nav ul li a:focus{ background: none; } header .navbar nav ul li.dropdown .dropdown-menu li a { padding: 10px 20px; } .radius-nav .rspbtn button{ background: none; border: 0; padding: 23px 33px; text-align: right; float: right; } .full-nav .rspbtn button{ background: none; border: 0; padding: 23px 12px; text-align: right; float: right; } } /*------------------------ 3 Home Pages ------------------------*/ .home.type-1 { background: url(../images/home.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-attachment: fixed; background-position: 50% 50%; } .home.type-2 { background: url(../images/home-2.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; background-attachment: fixed; background-position: 50% 50%; } .home.type-3 { background: url(../images/home-4.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; background-attachment: fixed; background-position: 50% 50%; } .home.type-3:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; } .hometop { background: url(../images/home-3.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; height: 700px; } .home-content h2{ margin-top: -150px; color: #fff; margin-left: 15px; } .home-content{ display: table-cell; vertical-align: middle; text-align: left; z-index: 2; position: relative; margin-top: -79px; } .home-content h1{ margin-top: -150px; color: #fff; margin-left: 15px; } .home.agency .home-content .container{ margin-top: 0; margin-top: -210px; } .home.agency .home-content h1{ margin-top: 0; } .home.agency .home-content .more{ color: #fff; margin: 30px; } #scene{ bottom: 0; left: 0; position: absolute; margin-bottom: -10px; z-index: 100; } #scene .l1{ margin-left: -399px; } #scene .l2{ margin-top:100px; } #scene .l3 img{ margin-left: 181%; margin-top: 100px; } #scene .l4 img{ margin-left: 291%; margin-top: -310px; } .home-headline{ padding: 60px 0 80px; } .home-headline h1{ text-align: center; } .home-headline p{ text-align: center; padding: 20px 0; } .cloud-header{ background:#7cc9db; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; height: 310px; overflow: hidden; width: 100%; display: table; z-index: -1; position: relative; margin-bottom: -139px; top: 0; } .cloud-header.full-nav{ background:#7cc9db; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; height: 250px; overflow: hidden; width: 100%; display: table; z-index: -1; position: relative; margin-bottom: -139px; top: 0; } /* Agency Home */ .home.agency{ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; overflow: hidden; width: 100%; display: table; z-index: -1; position: relative; top: 0; } .agency:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 1; } .home-text{ position: relative; padding-top:280px; color: #fff; width: 100%; z-index: 1; } .home-text h1{ margin-bottom: 12px; } .home video{ position: absolute; top: 0; left: 0; } .home.agency #scene{ margin-bottom: -10px; } .work-areas{ width: 100%; display: inline-block!important; } .work-areas .area .icon i:before{ font-size: 45px; margin-left: 5px; } .work-areas .area .icon i{ display: inline-block; margin-top: -8px; } .work-areas .area .icon { width: 20%; float: left; } .work-areas .area .text { width: 80%; float: left; } .work-areas .area .text h6{ font-size: 15px; letter-spacing: 2px; margin-bottom: 8px; } .work-areas .area .text p{ font-size: 13px; line-height: 24px; } /*------------------------ 4 About ------------------------*/ .about.type-1 .about-image{ padding-bottom: 70px; background: #f2f2f2; } .about.type-1 .about-image img:before{ background: #e4e4e4; } .about.type-1 .about-image img{ width: 100%; box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); margin-top: -15%; margin-left: calc(15% - 15px); } .about.type-1.vertiqal .about-image img{ width: 100%; box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); margin-top: -15%; margin-left: -15%; } .page-title h5{ padding-bottom: 20px; } .page-title span{ font-size: 15px; color: #b3b3b3; letter-spacing: 3px; margin-bottom: 5px; display: block; } .page-title.left .line.bold{ float: right; } .page-title.sub h5{ font-size: 26px; } .page-title.sub span{ font-size: 14px; margin-bottom: 0; } .about.type-1 .about-text p{ margin-top: 60px; padding-left: 60px; } /* Type 2 */ .about.type-2 .text{ font-size: 16px; color: #000; font-weight: 500; } /* Vertiqal */ .about.type-1.vertiqal .about-text p { margin-top: 20px; padding-left: 0px; } .about-content .about-image img{ width: 100%; } .about-content p.text{ font-size: 16px; color: #000; font-weight: 500; text-align: center; } /*------------------------ 5 Portfolio ------------------------*/ .single-item figure img { width: 100%; backface-visibility: hidden; vertical-align: top; } /* Type 1 */ .portfolio.type-1{ padding-bottom: 90px; } .portfolio.type-1 .single-item figure figcaption { text-align: center; padding: 25px 0; } .portfolio.type-1 .single-item figure figcaption h3 { font-size: 18px; font-weight: 500; color: #000; transition: all ease 0.3s; letter-spacing: -0.3px; } .portfolio.type-1 .single-item figure figcaption p { font-size: 10px; color: #b5b5b5; } .portfolio.type-1 .single-item figure img { transition: all ease 0.3s; } .portfolio.type-1 .single-item:hover > figure img { opacity: 0.6; transition: all ease 0.3s; } .portfolio.type-1 .single-item:hover > figure h3{ transition: all ease 0.3s; } /* Type 2 */ .portfolio.type-2 .single-item figure { position: relative; float: left; overflow: hidden; width: 100%; color: #000; text-align: left; font-size: 16px; background-color: #fff; } .portfolio.type-2 .single-item figure *{ -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; } .portfolio.type-2 .single-item figure img { width: 100%; backface-visibility: hidden; vertical-align: top; } .portfolio.type-2 .single-item figure:after, .portfolio.type-2 .single-item figure figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .portfolio.type-2 .single-item figure:after { content: ''; background-color: rgba(255, 255, 255, 0.65); -webkit-transition: all 0.35s ease; transition: all 0.35s ease; opacity: 0; } .portfolio.type-2 .single-item figure figcaption { z-index: 1; padding-left: 27px; padding-top: 47%; } .portfolio.type-2 .single-item figure figcaption h3 { line-height: 1.1em; font-size: 22px; opacity: 0; width: 100%; padding: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } .portfolio.type-2 .single-item.col-md-6 figure figcaption h3 { font-size: 28px; } .portfolio.type-2 .single-item figure p { font-size: 11px; font-weight: 300; letter-spacing: 1px; opacity: 0; top: 50%; color: #000; -webkit-transform: translateY(40px); transform: translateY(40px); } .portfolio.type-2 .single-item figure:hover img { zoom: 1; filter: alpha(opacity=50); -webkit-opacity: 0.5; opacity: 0.5; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .portfolio.type-2 .single-item figure:hover:after{ opacity: 1; position: absolute; } .portfolio.type-2 .single-item figure figcaption:hover h3, .portfolio.type-2 .single-item figure figcaption:hover p{ -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); opacity: 1; } /* Type 3 */ .portfolio.type-3 .isotope_items { min-height: 850px; } .portfolio.type-3 .single-item { margin-bottom: 30px; } .portfolio.type-3 .single-item figure { position: relative; float: left; overflow: hidden; width: 100%; color: #000; text-align: left; font-size: 16px; background-color: #fff; } .portfolio.type-3 .single-item figure *{ -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; } .portfolio.type-3 .single-item figure img { width: 100%; backface-visibility: hidden; vertical-align: top; } .portfolio.type-3 .single-item figure:after, .portfolio.type-3 .single-item figure figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .portfolio.type-3 .single-item figure:after { content: ''; background-color: rgba(255, 255, 255, 0.65); -webkit-transition: all 0.35s ease; transition: all 0.35s ease; opacity: 0; } .portfolio.type-3 .single-item figure figcaption { z-index: 1; padding-left: 20px; padding-top: 47%; } .portfolio.type-3 .single-item figure figcaption h3 { line-height: 1.1em; font-size: 22px; opacity: 0; width: 100%; padding: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } .portfolio.type-3 .single-item.col-md-6 figure figcaption h3 { font-size: 28px; } .portfolio.type-3 .single-item figure p { font-size: 11px; font-weight: 300; letter-spacing: 1px; opacity: 0; top: 50%; color: #000; -webkit-transform: translateY(40px); transform: translateY(40px); } .portfolio.type-3 .single-item figure:hover img { zoom: 1; filter: alpha(opacity=50); -webkit-opacity: 0.5; opacity: 0.5; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .portfolio.type-3 .single-item figure:hover:after{ opacity: 1; position: absolute; } .portfolio.type-3 .single-item figure figcaption:hover h3, .portfolio.type-3 .single-item figure figcaption:hover p{ -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); opacity: 1; } .portfolio.type-3 .more{ margin-left:45px; } .portfolio_filter.type-1 ul{ margin-top: 45px; } .portfolio_filter.type-1 ul li{ font-size: 16px; color: #a3a3a3; margin-bottom: 15px; font-weight: 300; cursor: pointer; } .portfolio_filter.type-1 ul li:hover{ color: #000; } .portfolio_filter.type-1 ul li:hover:before{ content: "\f178"; font-family: FontAwesome; transition: all ease 0.1s; font-size: 14px; color: #000; margin-right: 5px; } .portfolio_filter.type-1 ul li:hover:before{ content: "\f178"; font-family: FontAwesome; transition: all ease 0.1s; font-size: 14px; color: #000; margin-right: 5px; } .portfolio_filter.type-1 ul li.select-cat{ color: #000; } .portfolio_filter.type-1 ul li.select-cat:before{ content: "\f178"; font-family: FontAwesome; transition: all ease 0.1s; font-size: 14px; color: #000; margin-right: 5px; } .portfolio_filter.type-1 ul li:before{ transition: all ease 0.3s; } /* Portfolio Filter Type 2 */ .portfolio_filter.type-2 ul{ margin-top: 36px; } .portfolio_filter.type-2 ul li{ font-size: 13px; color: #a3a3a3; margin-left: 25px; font-weight: 300; cursor: pointer; float: right; } .portfolio_filter.type-2 ul li:hover{ color: #000; transition: all ease 0.3s; } .portfolio .center-btn .more{ margin: 0 auto; display: table; } /*------------------------ 6 Portfolio Detail ------------------------*/ .port-list li span{ font-weight: 500; font-size: 15px; line-height: 16px; } .port-list li { margin-bottom: 15px; line-height: 13px; } .port-list li p{ font-size: 13px; } .port-subtitle{ line-height: 28px; } .slide img{ width: 100%; } .potfolio-content.type-1 .port-slider img{ width: 100%; } .owl-pagination{ margin-top: 30px; } .article-nav{ border-top: 1px solid #efefef; padding: 46px 0 50px; } .article-nav a.prev, .article-nav a.next{ color: #000; font-weight: 600; position: relative; cursor: pointer; } .article-nav .prev span, .article-nav .next span{ color: #b3b3b3; font-size: 13px; font-weight: 400; letter-spacing: 4px; margin-bottom: 3px; display: inline-block; transition: all ease 0.1s; } .article-nav a.prev:hover > span, .article-nav a.next:hover > span{ transition: all ease 0.3s; } .article-nav .next span{ float: right; } .article-nav .backtoport{ margin: 0 auto; display: table; opacity: 0.3; cursor: pointer; transition: all ease 0.3s; } .article-nav .backtoport:hover{ opacity: 1; transition: all ease 0.3s; } .potfolio-content.type-2 .port-list{ margin-top: 10px; } .potfolio-content.type-2 .port-list li{ margin-bottom: 26px; } .content-image img{ width: 100%; } .phone{ background: url(../images/mobile/phone.png) no-repeat; background-size: auto 100%; background-position: top center; } .phone img{ width: 100%; padding: 21% 13% 24%; } .phone .owl-controls{ position: absolute; text-align: center; left: 50%; margin-left: -39px; } .work-information{ background: #f2f2f2; padding: 80px 0; font-size: 14.5px; line-height: 26px; } .work-information .part span{ color:#748182; } /*------------------------ 7 Team ------------------------*/ .team .our-team .team-friend { display: inline-block; } .team .our-team .team-friend figure { position: relative; float: left; overflow: hidden; width: 100%; color: #000; text-align: left; font-size: 16px; background-color: #fff; margin-bottom: 30px; } .team .our-team .team-friend figure *{ -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; } .team .our-team .team-friend img { width: 100%; backface-visibility: hidden; vertical-align: top; } .team .our-team .team-friend figure:after, .team .our-team .team-friend figure figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .team .our-team .team-friend figure:after { content: ''; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; opacity: 0; } .team .our-team .team-friend figure:hover img { zoom: 1; filter: alpha(opacity=50); -webkit-opacity: 0.5; opacity: 0.5; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .team .our-team .team-friend figure:hover:after{ opacity: 1; position: absolute; } .team .our-team .team-friend figure figcaption { z-index: 1; padding-left: 27px; padding-top: 47%; opacity: 1; width: 100%; padding: 0; } .team .our-team .team-friend figure figcaption .teaminf h3{ font-size: 22px; color: #fff; clear: both; } .team .our-team .team-friend figure figcaption .teaminf p{ font-size: 12px; line-height: 24px; color: #fff; clear: both; } .team .our-team .team-friend figure figcaption .teaminf { bottom: 0; padding-bottom: 19px; padding-left: 23px; position: absolute; opacity: 0; -webkit-transform: translateX(-80px); transform: translateX(-80px); } .team .our-team .team-friend figure figcaption:hover > .teaminf{ -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); opacity: 1; } .team .our-team .team-friend figure figcaption .teaminf .social-icons { padding-bottom: 7px; background: none; padding: 0; margin-left: 0; margin-bottom: 12px; } .team .our-team .team-friend figure figcaption .teaminf .social-icons a{ color: #fff; } .team .our-team .team-friend figure figcaption .teaminf .social-icons a:hover{ color: #fff !important; } /*------------------------ 8 Blog ------------------------*/ .blog.type-1 .blog-big .image img{ width: 100%; } .blog.type-1 .blog-big .image{ position: relative; display: table; width: 100%; } .blog.type-1 .blog-big .image .icon{ position: absolute; left: 0; right: 0; text-align: center; opacity: 0; display: table-cell; vertical-align: middle; top: 50%; margin-top: -20px; } .blog.type-1 .blog-big:hover .image .icon{ opacity: 0.9; transition: all ease 0.3s; } .blog.type-1 .blog-big .image .icon i{ color: #fff; padding: 17px 0 16px; min-width: 50px; border-radius: 50px; text-align: center; transition: all ease 0.3s; text-align: center; } .blog.type-1 .blog-big .text h2{ font-size: 18px; letter-spacing: 0; line-height: 27px; padding: 30px 0 15px; color: #000; } .blog.type-1 .blog-big .text p{ font-size: 13px; line-height: 26px; } .blog.type-1 .blog-big .text .info{ color: #bdbdbd; font-size: 11px; margin-top: 20px; font-weight: 500; } .blog.type-1 .blog-list ul{ margin-top: 15px; } .blog.type-1 .blog-list ul li .image{ position: relative; } .blog.type-1 .blog-list ul li .image .icon{ position: absolute; left: 0; right: 0; text-align: center; opacity: 0; top: 50%; margin-top: -20px; margin-left: -34px; } .blog.type-1 .blog-list ul li .image .icon i{ position: absolute; color: #fff; padding: 11px 0 9px; min-width: 37px; border-radius: 50px; text-align: center; transition: all ease 0.3s; } .blog.type-1 .blog-list ul li:hover .image .icon{ opacity: 0.9; transition: all ease 0.3s; } .blog.type-1 .blog-list ul li .image img{ width: 100%; } .blog.type-1 .blog-list ul li{ padding: 36px 0; border-bottom: 1px solid #efefef; } .blog.type-1 .blog-list .text{ padding-top: 11px; } .blog.type-1 .blog-list .text h2{ font-size: 14px; letter-spacing: 0; line-height: 21px; color: #000; font-weight: 500; margin-top: 6px; } .blog.type-1 .blog-list .text p{ font-size: 13px; line-height: 26px; } .blog.type-1 .blog-list .text .info{ color: #bdbdbd; font-size: 11px; font-weight: 500; } .blog.type-1 .more{ margin: 60px 30px; } .blog.type-1.standart .blog-big .text h2 { padding: 10px 0 15px; } .blog.type-1.standart .blog-big .text .info { margin: 28px 0 3px; font-size: 12px; } .blogs a{ display: inline-block; } #preloader { background-color:#fff; position: fixed; top:0; left:0; width: 100%; height: 100%; z-index: 1000; display:table; text-align: center; } @keyframes spinner { to {transform: rotate(360deg);} } .spinner:before { content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; border-radius: 50%; border: 1px solid #ccc; animation: spinner .6s linear infinite; } .blog-single.type-1 .article .blog-image img{ width: 100%; } .blog-single.type-1 .article .info{ color: #bdbdbd; font-size: 12px; font-weight: 500; margin-top: 15px; } .blog-single .blog-image img{ width: 100%; } blockquote { padding: 15px 18px; margin: 25px 0; font-weight: 600; letter-spacing: -1px; font-size: 18px; line-height: 30px; border-left: solid 3px; } .author .image img{ width: 100%; } .author{ border-top: solid 1px #dfdfdf; border-bottom: solid 1px #dfdfdf; padding: 45px 0px; } .author h6{ font-size: 18px; margin-top: 23px; } .author p{ font-size: 13px; line-height: 24px; padding: 10px 0 8px; } .author .social-icons a{ color: #cbcbcb; font-size: 12px; margin-right: 0px; width: 20px; } .comment{ border-bottom: solid 1px #dfdfdf; padding: 45px 0px; } .comment.reply{ padding-left: 45px; } .comment .image img{ width: 100%; } .comment h6{ font-size: 18px; } .comment span{ font-size: 12px; color: #748182; padding: 12px 0; display: inline-block; } .comment p{ font-size: 13px; line-height: 24px; } .comment .reply{ font-size: 13px; margin-top: 20px; display: inline-block; } .sidebar .widget.categories ul li{ font-size: 14px; border-bottom: solid 1px #dfdfdf; padding: 13px 0; font-weight: 500; } .sidebar .widget.categories ul li a{ width: 100%; display: inline-block; color: #000; } .sidebar .widget.categories ul li span{ font-size: 14px; font-weight: 400; color: #b7b7b7; float: right; } .sidebar .widget.latest ul li h6{ font-size: 15px; letter-spacing: 0; line-height: 24px; } .sidebar .widget.latest ul li .info{ font-size: 11px; margin-bottom: 8px; } .sidebar .widget.latest ul li{ border-bottom: solid 1px #dfdfdf; padding: 30px 0; } .sidebar .widget.advertisement .page-title.sub{ margin-bottom:20px; } .sidebar .widget.advertisement .image img{ width: 100%; } /*------------------------ 9 Clients ------------------------*/ .clients .client-logo { display: table; height: 200px; } .clients .client-logo span{ display: table-cell; vertical-align: middle; text-align: center; opacity: 1; transition: all ease 0.3s; } .clients .client-logo span img{ max-width: 80%; max-height: 50%; } /*------------------------ 10 Contact ------------------------*/ .contact.type-1 .contact-info ul li{ line-height: 36px; font-size: 14.5px; color: #414141; } .contact.type-1 .contact-info ul { margin-top: 45px; } .contact.type-1 .form .page-title { text-align: right; } .form-inp { width: 100%; height: 45px; border: 0; color: #000; border-bottom: solid 1px #dfdfdf; font-size: 13px; padding-left: 10px; margin-bottom: 15px; font-family: 'Poppins', sans-serif; } .contact-form textarea { width: 100%; border: 0; border-bottom: solid 1px #dfdfdf; font-size: 13px; padding: 20px 0 0 10px; height: 119px; margin-bottom: 15px; font-family: 'Poppins', sans-serif; } .sitebtn-2{ border: solid 2px #dfdfdf; background: none; font-size: 13px; padding: 9px 11px 8px; text-align: center; min-width: 140px; line-height: 21px; transition: all ease 0.3s; color:#000; } .sitebtn-2:hover{ background: #000; color: #fff; border-color: #000; transition: all ease 0.3s; } .sitebtn{ border: solid 2px #dfdfdf; background: none; font-size: 13px; padding:9px 11px; text-align: left; min-width: 140px; line-height: 17px; transition: all ease 0.3s; color:#000; } .sitebtn:after{ font-family: FontAwesome; content: "\f178"; color: #000; float: right; } .sitebtn:hover{ background: #000; color: #fff; border-color: #000; transition: all ease 0.3s; } .sitebtn:hover:after{ color: #fff; } .contact.type-2 .contact-mail{ text-align: center; text-align: center; width: 100%; display: inline-block; } .contact.type-2 .contact-mail span{ font-size: 15px; color: #b3b3b3; letter-spacing: 3px; margin-bottom: 5px; display: block; } .contact.type-2 .contact-mail h5{ margin: 10px 0 22px; color: #000; transition: all ease 0.3s; } .contact.type-2 .contact-mail:hover > h5{ font-size: 31px; transition: all ease 0.3s; } .contact.type-2 .contact-mail i{ font-size: 25px; } .contact.type-3 .contact-info { display: inline-block; } .contact.type-3 .contact-info .icon{ text-align: center; } .contact.type-3 .contact-info .icon i{ border: solid 2px #e3e3e3; padding-top: 23px; width: 70px; height: 70px; font-size: 19px; background: #fff; } .contact.type-3 .contact-info .contact-line{ height: 2px; background: #e2e2e2; position: absolute; width: 69%; margin-top: 34px; margin-left: 101px; z-index: -1; } .contact.type-3 .contact-info .icon .text span{ font-size: 14px; padding: 20px 0 10px; display: inline-block; } .contact.type-3 .contact-info .icon .text p{ font-size: 13px; line-height: 21px; } .contact.type-3 .contact-form .sitebtn-2{ margin: auto; display: inherit; margin-top: 30px; } .contact.type-4 .contact-info{ line-height: 36px; font-size: 14.5px; color: #414141; } /*------------------------ 11 Footer ------------------------*/ .bottom-info{ text-align: center; } .bottom-info p{ padding: 100px 0 120px; font-size: 15px; font-weight: 500; line-height: 20px; color: #808080; } .wrapper { position: relative; z-index: 1; background: #fff; overflow: hidden; box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10); } footer p{ font-size:13px; } footer h6{ font-size:16px; color: #fff; letter-spacing: 1px; } footer { width: 100%; position: fixed; z-index: -1; bottom: 0; } footer.type-1 .footer-top{ background: #f0f0f0; padding: 55px 0; } footer.type-1 .footer-top .name{ font-weight: 600; letter-spacing: -1px; } footer.type-1 .footer-top .menu{ float: right; } footer.type-1 .footer-top .menu li{ float: left; } footer.type-1 .footer-top .menu li a{ font-size: 13px; margin-left: 15px; color: #acacac; } footer.type-1 .footer-top .menu li a:hover{ color: #000; transition: all ease 0.3s; } footer.type-1 .footer-bottom{ background: #fff; padding: 24px 0; } footer.type-1 .footer-bottom .footer-social{ float: left ; } footer.type-1 .footer-bottom .footer-social li{ float: left; } footer.type-1 .footer-bottom .footer-social li a{ font-size: 13px; margin-right: 15px; color: #acacac; } footer.type-1 .footer-bottom .copyright{ float: right; font-size: 13px; color: #acacac; } footer.type-1 .footer-bottom a{ color: #000; } /* Footer Responsive */ @media (max-width: 991px) { footer.type-1 .footer-top .menu { text-align: center; margin: 9px auto; display: table; float: none; } footer.type-1 .footer-top{ text-align: center; width: 100%; padding: 39px 0 31px; } footer.type-1 .footer-bottom .footer-social { display: none; } footer.type-1 .footer-bottom .copyright { font-size: 13px; color: #acacac; margin: 6px auto; display: table; float: none; text-align: center; } } /* Footer Type 2 */ footer.type-2 { background: #1b1b1b; } footer.type-2 .footer-top{ padding: 70px 30px 0; display: inline-block; } footer.type-2 .footer-top{ font-size: 13px; color: #949494; line-height: 24px; } footer.type-2 .footer-top .touch ul li{ position: relative; padding-left: 26px; margin-bottom: 15px; } footer.type-2 .footer-top .touch ul li i{ position: absolute; left: 0; top: 6px; font-size: 14px; color: #fff; } footer.type-2 .footer-top .posts ul li{ position: relative; border-bottom: solid 1px #2d2d2d; padding-bottom: 20px; margin-bottom: 20px; } footer.type-2 .footer-top .posts ul li:last-child{ border-bottom: none; } footer.type-2 .footer-top .posts ul li span{ clear: both; font-size: 11px; color: #dadada; } footer.type-2 .footer-bottom{ padding: 30px; background: black; } footer.type-2 .footer-bottom .social-icons{ margin: 3px 0 0 0; background: none; } footer.type-2 .footer-bottom .social-icons a{ color: #fff; } /*------------------------ 12 Responsive ------------------------*/ @media (max-width:991px) { .home.type-1{ background: url(../images/home.jpg) bottom right; width: 100%; background-size: cover; } .home.type-2{ background: url(../images/home-2.jpg) bottom center; width: 100%; background-size: cover; } .home.type-3{ background: url(../images/home-4.jpg) bottom center; width: 100%; background-size: cover; } .about-content.type-1 .about-image{ margin-top: 0px; } .about.type-1{ margin-top: -60px !important; } .about.type-1 .about-image img{ margin: 0 !important; } .about.type-1 .about-image{ background: none; margin-top: 0px; } .about.type-1 .line{ margin: 60px 0; } p br { content: ' '; } .work-areas{ margin:0; margin-bottom: 30px; } .contact.type-3 .center-title{ padding: 30px 0 70px; } .contact.type-3 .contact-info .icon { margin-bottom: 40px; } .contact.type-3 .contact-form{ margin-bottom: 90px; } .contact.type-4 .form { margin: 80px 0; } .contact.type-4 .form .sitebtn-2 { margin-top: 30px; } .contact.type-4 .contact-map{ margin-bottom: 60px; } .about.type-1.vertiqal .container{ display: flex; flex-direction: column-reverse; } .about.type-1.vertiqal .line{ display: none; } .center-title { padding: 60px 0 45px; } .about.type-1 .line.bold { margin:0; } .about.type-1 .work-areas{ margin-top:45px; } .portfolio_filter.type-1 ul { margin-top: 45px; margin-bottom: 30px; display: inline-block; width: 100%; } .portfolio_filter.type-1 ul li{ width: 30%; float: left; } .portfolio.type-3.top_120{ margin-top: 30px; } .blog.type-1.top_120 .container{ display: flex; flex-direction: column-reverse; } .blog.type-1.top_120{ margin-top: 90px; } .blog.type-1 .blog-list .text h2{ font-size: 18px; line-height: 30px; } .blog.type-1 .blog-list .text { padding-top: 31px; } .contact.type-1 .contact-info{ margin: 30px 0; } .contact.type-1 .contact-info .social-icons{ margin: 30px 0; } .contact.type-1 .form{ margin: 90px 0; } .portfolio.type-3 .more { margin-top:30px; } .contact-form textarea{ margin-bottom: 30px; } .about.type-2 .work-areas { margin-top: 60px; } .about.type-2 .line { margin-top: 60px; } .portfolio.type-3 .page-title{ text-align: center; } .portfolio_filter.type-2 ul { margin: 0 auto; display: table; } .about.type-2.top_120{ margin-top: 30px; } .about.type-1.top_120{ margin-top: 30px; } .portfolio.type-3 .port-info .port-list li{ width: 50%; float: left; display: inline-block; } .portfolio.type-3 .port-info .port-list{ display: inline-block; margin-bottom: 42px; } .home.agency { background: url(../images/home-4.jpg) bottom center; width: 100%; display: table; position: relative; z-index: -1; background-size: cover; } } /* Tablet Version */ @media (max-width: 767px) { .home.agency .home-content .container{ margin: 0; } h1{ font-size: 52px; line-height: 60px; } .about.type-1 .about-image img{ margin: 0; } .contact-line{ display: none; } .contact.type-3 .contact-info .icon i{ display: none; } .contact.type-3 .center-title { padding: 20px 0 40px; } .contact.type-3 .contact-info .icon { margin-bottom: 30px; } .navbar.radius-nav{ margin-top: 30px; } .home-content h2{ font-size: 34px; font-weight: 600; letter-spacing: -2px; } .blog.type-1.top_30.bottom_120{ margin-top: 0; } h5 { font-size: 24px; line-height: 35px; } .contact.type-3.top_90.bottom_120{ margin: 0; } .contact-info.top_90.col-md-8.col-md-offset-2{ margin-top: 0; } .col-md-8.col-md-offset-2.top_120{ margin-top: 60px; } } /* Mobile Version */ @media (max-width: 576px) { .home-headline h1, .bottom-info p br { content: ' '; } h1{ font-size: 32px; line-height: 42px; } .home #scene{ margin-bottom: -70px; } .home-headline { padding: 0px 0 30px; } .bottom-info p { padding: 70px 0 98px; } .about-content.type-1 .about-image{ margin-top: 0px; } .about-content.type-1 .line{ margin-top: 15px; margin-bottom: 30px; } .work-areas { text-align: center; } .work-areas .area .icon{ width: 100%; } .work-areas .area .text{ width: 100%; } .work-areas{ margin: 60px 0; } .about.type-1.vertiqal.top_90{ margin: 0; } .blog.type-1.standart.bottom_120{ margin-bottom: 30px; } .portfolio.type-1 .isotope_items.top_60{ margin-top: 15px; } .portfolio.type-1.top_120{ margin-top: 30px; } .portfolio.type-1.top_120{ margin-top: 30px; } .about.type-1 .line { margin:0; } .portfolio_filter.type-1 ul li { width: 100%; float: left; text-align: center; margin-bottom: 28px; } .portfolio_filter.type-2 ul li { float: none; text-align: center; margin-bottom: 12px; margin-left: 0; } .portfolio_filter.type-2 ul{ margin-top: 10px; } .author h6{ margin-top: 12px; } .comment.reply { padding-left: 0; } .portfolio.type-3 .port-info .port-list li{ text-align: center; width: 100%; } .portfolio.type-3 .port-info .port-list{ margin-bottom: 60px; } .phone{ background: none; } .phone img{ padding: 0; } .contact-mail h5{ font-size: 20px; } .home.agency #scene{ margin-bottom: -140px; } .home-content h2 { font-size: 28px; } .work-areas .area .text h6{ margin-top: 15px; } .work-areas .area .text p{ margin-top: 15px; } .about.type-2 .line.col-md-8.col-md-offset-2.top_120{ margin-top: 0; } h5 { font-size: 20px; line-height: 29px; } } @media (min-width: 768px) { .article-nav a.prev:before{ font-family: FontAwesome; content: "\f177"; position: absolute; left: 0; bottom: 0; margin:0 -28px; font-size: 14px; } .article-nav a.next:after{ font-family: FontAwesome; content: "\f178"; position: absolute; right: 0; bottom: 0; margin:0 -28px; font-size: 14px; } .article-nav .backtoport{ padding-top: 18px; } }
0.370795
0.066236
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; white-space: nowrap; border-width: 0; } .not-sr-only { position: static; width: auto; height: auto; margin: 0; padding: 0; overflow: visible; white-space: normal; } .bg-transparent { background-color: transparent; } .bg-black { background-color: #000; } .bg-white { background-color: #fff; } .bg-gray-100 { background-color: #f7fafc; } .bg-gray-200 { background-color: #edf2f7; } .bg-gray-300 { background-color: #e2e8f0; } .bg-gray-400 { background-color: #cbd5e0; } .bg-gray-500 { background-color: #a0aec0; } .bg-gray-600 { background-color: #718096; } .bg-gray-700 { background-color: #4a5568; } .bg-gray-800 { background-color: #2d3748; } .bg-gray-900 { background-color: #1a202c; } .bg-red-100 { background-color: #fff5f5; } .bg-red-200 { background-color: #fed7d7; } .bg-red-300 { background-color: #feb2b2; } .bg-red-400 { background-color: #fc8181; } .bg-red-500 { background-color: #f56565; } .bg-red-600 { background-color: #e53e3e; } .bg-red-700 { background-color: #c53030; } .bg-red-800 { background-color: #9b2c2c; } .bg-red-900 { background-color: #742a2a; } .bg-orange-100 { background-color: #fffaf0; } .bg-orange-200 { background-color: #feebc8; } .bg-orange-300 { background-color: #fbd38d; } .bg-orange-400 { background-color: #f6ad55; } .bg-orange-500 { background-color: #ed8936; } .bg-orange-600 { background-color: #dd6b20; } .bg-orange-700 { background-color: #c05621; } .bg-orange-800 { background-color: #9c4221; } .bg-orange-900 { background-color: #7b341e; } .bg-yellow-100 { background-color: #fffff0; } .bg-yellow-200 { background-color: #fefcbf; } .bg-yellow-300 { background-color: #faf089; } .bg-yellow-400 { background-color: #f6e05e; } .bg-yellow-500 { background-color: #ecc94b; } .bg-yellow-600 { background-color: #d69e2e; } .bg-yellow-700 { background-color: #b7791f; } .bg-yellow-800 { background-color: #975a16; } .bg-yellow-900 { background-color: #744210; } .bg-green-100 { background-color: #f0fff4; } .bg-green-200 { background-color: #c6f6d5; } .bg-green-300 { background-color: #9ae6b4; } .bg-green-400 { background-color: #68d391; } .bg-green-500 { background-color: #48bb78; } .bg-green-600 { background-color: #38a169; } .bg-green-700 { background-color: #2f855a; } .bg-green-800 { background-color: #276749; } .bg-green-900 { background-color: #22543d; } .bg-teal-100 { background-color: #e6fffa; } .bg-teal-200 { background-color: #b2f5ea; } .bg-teal-300 { background-color: #81e6d9; } .bg-teal-400 { background-color: #4fd1c5; } .bg-teal-500 { background-color: #38b2ac; } .bg-teal-600 { background-color: #319795; } .bg-teal-700 { background-color: #2c7a7b; } .bg-teal-800 { background-color: #285e61; } .bg-teal-900 { background-color: #234e52; } .bg-blue-100 { background-color: #ebf8ff; } .bg-blue-200 { background-color: #bee3f8; } .bg-blue-300 { background-color: #90cdf4; } .bg-blue-400 { background-color: #63b3ed; } .bg-blue-500 { background-color: #4299e1; } .bg-blue-600 { background-color: #3182ce; } .bg-blue-700 { background-color: #2b6cb0; } .bg-blue-800 { background-color: #2c5282; } .bg-blue-900 { background-color: #2a4365; } .bg-indigo-100 { background-color: #ebf4ff; } .bg-indigo-200 { background-color: #c3dafe; } .bg-indigo-300 { background-color: #a3bffa; } .bg-indigo-400 { background-color: #7f9cf5; } .bg-indigo-500 { background-color: #667eea; } .bg-indigo-600 { background-color: #5a67d8; } .bg-indigo-700 { background-color: #4c51bf; } .bg-indigo-800 { background-color: #434190; } .bg-indigo-900 { background-color: #3c366b; } .bg-purple-100 { background-color: #faf5ff; } .bg-purple-200 { background-color: #e9d8fd; } .bg-purple-300 { background-color: #d6bcfa; } .bg-purple-400 { background-color: #b794f4; } .bg-purple-500 { background-color: #9f7aea; } .bg-purple-600 { background-color: #805ad5; } .bg-purple-700 { background-color: #6b46c1; } .bg-purple-800 { background-color: #553c9a; } .bg-purple-900 { background-color: #44337a; } .bg-pink-100 { background-color: #fff5f7; } .bg-pink-200 { background-color: #fed7e2; } .bg-pink-300 { background-color: #fbb6ce; } .bg-pink-400 { background-color: #f687b3; } .bg-pink-500 { background-color: #ed64a6; } .bg-pink-600 { background-color: #d53f8c; } .bg-pink-700 { background-color: #b83280; } .bg-pink-800 { background-color: #97266d; } .bg-pink-900 { background-color: #702459; } .bg-bottom { background-position: bottom; } .bg-center { background-position: center; } .bg-left { background-position: left; } .bg-left-bottom { background-position: left bottom; } .bg-left-top { background-position: left top; } .bg-right { background-position: right; } .bg-right-bottom { background-position: right bottom; } .bg-right-top { background-position: right top; } .bg-top { background-position: top; } .bg-repeat { background-repeat: repeat; } .bg-no-repeat { background-repeat: no-repeat; } .bg-repeat-x { background-repeat: repeat-x; } .bg-repeat-y { background-repeat: repeat-y; } .bg-cover { background-size: cover; } .bg-contain { background-size: contain; } .border-transparent { border-color: transparent; } .border-black { border-color: #000; } .border-white { border-color: #fff; } .border-gray-100 { border-color: #f7fafc; } .border-gray-200 { border-color: #edf2f7; } .border-gray-300 { border-color: #e2e8f0; } .border-gray-400 { border-color: #cbd5e0; } .border-gray-500 { border-color: #a0aec0; } .border-gray-600 { border-color: #718096; } .border-gray-700 { border-color: #4a5568; } .border-gray-800 { border-color: #2d3748; } .border-gray-900 { border-color: #1a202c; } .border-red-100 { border-color: #fff5f5; } .border-red-200 { border-color: #fed7d7; } .border-red-300 { border-color: #feb2b2; } .border-red-400 { border-color: #fc8181; } .border-red-500 { border-color: #f56565; } .border-red-600 { border-color: #e53e3e; } .border-red-700 { border-color: #c53030; } .border-red-800 { border-color: #9b2c2c; } .border-red-900 { border-color: #742a2a; } .border-orange-100 { border-color: #fffaf0; } .border-orange-200 { border-color: #feebc8; } .border-orange-300 { border-color: #fbd38d; } .border-orange-400 { border-color: #f6ad55; } .border-orange-500 { border-color: #ed8936; } .border-orange-600 { border-color: #dd6b20; } .border-orange-700 { border-color: #c05621; } .border-orange-800 { border-color: #9c4221; } .border-orange-900 { border-color: #7b341e; } .border-yellow-100 { border-color: #fffff0; } .border-yellow-200 { border-color: #fefcbf; } .border-yellow-300 { border-color: #faf089; } .border-yellow-400 { border-color: #f6e05e; } .border-yellow-500 { border-color: #ecc94b; } .border-yellow-600 { border-color: #d69e2e; } .border-yellow-700 { border-color: #b7791f; } .border-yellow-800 { border-color: #975a16; } .border-yellow-900 { border-color: #744210; } .border-green-100 { border-color: #f0fff4; } .border-green-200 { border-color: #c6f6d5; } .border-green-300 { border-color: #9ae6b4; } .border-green-400 { border-color: #68d391; } .border-green-500 { border-color: #48bb78; } .border-green-600 { border-color: #38a169; } .border-green-700 { border-color: #2f855a; } .border-green-800 { border-color: #276749; } .border-green-900 { border-color: #22543d; } .border-teal-100 { border-color: #e6fffa; } .border-teal-200 { border-color: #b2f5ea; } .border-teal-300 { border-color: #81e6d9; } .border-teal-400 { border-color: #4fd1c5; } .border-teal-500 { border-color: #38b2ac; } .border-teal-600 { border-color: #319795; } .border-teal-700 { border-color: #2c7a7b; } .border-teal-800 { border-color: #285e61; } .border-teal-900 { border-color: #234e52; } .border-blue-100 { border-color: #ebf8ff; } .border-blue-200 { border-color: #bee3f8; } .border-blue-300 { border-color: #90cdf4; } .border-blue-400 { border-color: #63b3ed; } .border-blue-500 { border-color: #4299e1; } .border-blue-600 { border-color: #3182ce; } .border-blue-700 { border-color: #2b6cb0; } .border-blue-800 { border-color: #2c5282; } .border-blue-900 { border-color: #2a4365; } .border-indigo-100 { border-color: #ebf4ff; } .border-indigo-200 { border-color: #c3dafe; } .border-indigo-300 { border-color: #a3bffa; } .border-indigo-400 { border-color: #7f9cf5; } .border-indigo-500 { border-color: #667eea; } .border-indigo-600 { border-color: #5a67d8; } .border-indigo-700 { border-color: #4c51bf; } .border-indigo-800 { border-color: #434190; } .border-indigo-900 { border-color: #3c366b; } .border-purple-100 { border-color: #faf5ff; } .border-purple-200 { border-color: #e9d8fd; } .border-purple-300 { border-color: #d6bcfa; } .border-purple-400 { border-color: #b794f4; } .border-purple-500 { border-color: #9f7aea; } .border-purple-600 { border-color: #805ad5; } .border-purple-700 { border-color: #6b46c1; } .border-purple-800 { border-color: #553c9a; } .border-purple-900 { border-color: #44337a; } .border-pink-100 { border-color: #fff5f7; } .border-pink-200 { border-color: #fed7e2; } .border-pink-300 { border-color: #fbb6ce; } .border-pink-400 { border-color: #f687b3; } .border-pink-500 { border-color: #ed64a6; } .border-pink-600 { border-color: #d53f8c; } .border-pink-700 { border-color: #b83280; } .border-pink-800 { border-color: #97266d; } .border-pink-900 { border-color: #702459; } .rounded-none { border-radius: 0; } .rounded-sm { border-radius: 2px; } .rounded { border-radius: 4px; } .rounded-lg { border-radius: 8px; } .rounded-xl { border-radius: 10px; } .rounded-2xl { border-radius: 12px; } .rounded-full { border-radius: 9999px; } .rounded-t-none { border-top-left-radius: 0; border-top-right-radius: 0; } .rounded-r-none { border-top-right-radius: 0; border-bottom-right-radius: 0; } .rounded-b-none { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .rounded-l-none { border-top-left-radius: 0; border-bottom-left-radius: 0; } .rounded-t-sm { border-top-left-radius: 2px; border-top-right-radius: 2px; } .rounded-r-sm { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .rounded-b-sm { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .rounded-l-sm { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .rounded-t { border-top-left-radius: 4px; border-top-right-radius: 4px; } .rounded-r { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .rounded-b { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .rounded-l { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .rounded-t-lg { border-top-left-radius: 8px; border-top-right-radius: 8px; } .rounded-r-lg { border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .rounded-b-lg { border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; } .rounded-l-lg { border-top-left-radius: 8px; border-bottom-left-radius: 8px; } .rounded-t-xl { border-top-left-radius: 10px; border-top-right-radius: 10px; } .rounded-r-xl { border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .rounded-b-xl { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .rounded-l-xl { border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .rounded-t-2xl { border-top-left-radius: 12px; border-top-right-radius: 12px; } .rounded-r-2xl { border-top-right-radius: 12px; border-bottom-right-radius: 12px; } .rounded-b-2xl { border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; } .rounded-l-2xl { border-top-left-radius: 12px; border-bottom-left-radius: 12px; } .rounded-t-full { border-top-left-radius: 9999px; border-top-right-radius: 9999px; } .rounded-r-full { border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; } .rounded-b-full { border-bottom-right-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-l-full { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-tl-none { border-top-left-radius: 0; } .rounded-tr-none { border-top-right-radius: 0; } .rounded-br-none { border-bottom-right-radius: 0; } .rounded-bl-none { border-bottom-left-radius: 0; } .rounded-tl-sm { border-top-left-radius: 2px; } .rounded-tr-sm { border-top-right-radius: 2px; } .rounded-br-sm { border-bottom-right-radius: 2px; } .rounded-bl-sm { border-bottom-left-radius: 2px; } .rounded-tl { border-top-left-radius: 4px; } .rounded-tr { border-top-right-radius: 4px; } .rounded-br { border-bottom-right-radius: 4px; } .rounded-bl { border-bottom-left-radius: 4px; } .rounded-tl-lg { border-top-left-radius: 8px; } .rounded-tr-lg { border-top-right-radius: 8px; } .rounded-br-lg { border-bottom-right-radius: 8px; } .rounded-bl-lg { border-bottom-left-radius: 8px; } .rounded-tl-xl { border-top-left-radius: 10px; } .rounded-tr-xl { border-top-right-radius: 10px; } .rounded-br-xl { border-bottom-right-radius: 10px; } .rounded-bl-xl { border-bottom-left-radius: 10px; } .rounded-tl-2xl { border-top-left-radius: 12px; } .rounded-tr-2xl { border-top-right-radius: 12px; } .rounded-br-2xl { border-bottom-right-radius: 12px; } .rounded-bl-2xl { border-bottom-left-radius: 12px; } .rounded-tl-full { border-top-left-radius: 9999px; } .rounded-tr-full { border-top-right-radius: 9999px; } .rounded-br-full { border-bottom-right-radius: 9999px; } .rounded-bl-full { border-bottom-left-radius: 9999px; } .border-solid { border-style: solid; } .border-dashed { border-style: dashed; } .border-dotted { border-style: dotted; } .border-double { border-style: double; } .border-none { border-style: none; } .border-0 { border-width: 0; } .border-2 { border-width: 2px; } .border-4 { border-width: 4px; } .border-8 { border-width: 8px; } .border { border-width: 1px; } .border-px { border-width: 1px; } .border-t-0 { border-top-width: 0; } .border-r-0 { border-right-width: 0; } .border-b-0 { border-bottom-width: 0; } .border-l-0 { border-left-width: 0; } .border-t-2 { border-top-width: 2px; } .border-r-2 { border-right-width: 2px; } .border-b-2 { border-bottom-width: 2px; } .border-l-2 { border-left-width: 2px; } .border-t-4 { border-top-width: 4px; } .border-r-4 { border-right-width: 4px; } .border-b-4 { border-bottom-width: 4px; } .border-l-4 { border-left-width: 4px; } .border-t-8 { border-top-width: 8px; } .border-r-8 { border-right-width: 8px; } .border-b-8 { border-bottom-width: 8px; } .border-l-8 { border-left-width: 8px; } .border-t { border-top-width: 1px; } .border-r { border-right-width: 1px; } .border-b { border-bottom-width: 1px; } .border-l { border-left-width: 1px; } .border-t-px { border-top-width: 1px; } .border-r-px { border-right-width: 1px; } .border-b-px { border-bottom-width: 1px; } .border-l-px { border-left-width: 1px; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .inline-flex { display: inline-flex; } .grid { display: grid; } .table { display: table; } .table-caption { display: table-caption; } .table-cell { display: table-cell; } .table-column { display: table-column; } .table-column-group { display: table-column-group; } .table-footer-group { display: table-footer-group; } .table-header-group { display: table-header-group; } .table-row-group { display: table-row-group; } .table-row { display: table-row; } .hidden { display: none; } .flex-row { flex-direction: row; } .flex-row-reverse { flex-direction: row-reverse; } .flex-col { flex-direction: column; } .flex-col-reverse { flex-direction: column-reverse; } .flex-wrap { flex-wrap: wrap; } .flex-wrap-reverse { flex-wrap: wrap-reverse; } .flex-no-wrap { flex-wrap: nowrap; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .self-auto { align-self: auto; } .self-start { align-self: flex-start; } .self-end { align-self: flex-end; } .self-center { align-self: center; } .self-stretch { align-self: stretch; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .justify-evenly { justify-content: space-evenly; } .content-center { align-content: center; } .content-start { align-content: flex-start; } .content-end { align-content: flex-end; } .content-between { align-content: space-between; } .content-around { align-content: space-around; } .flex-1 { flex: 1 1 0%; } .flex-auto { flex: 1 1 auto; } .flex-initial { flex: 0 1 auto; } .flex-none { flex: none; } .flex-grow-0 { flex-grow: 0; } .flex-grow { flex-grow: 1; } .flex-shrink-0 { flex-shrink: 0; } .flex-shrink { flex-shrink: 1; } .font-sans { font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; } .font-serif { font-family: Constantia, Lucida Bright, Lucidabright, Lucida serif, Lucida, DejaVu serif, Bitstream Vera serif, Liberation serif, Georgia, serif; } .font-mono { font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; } .font-hairline { font-weight: 100; } .font-thin { font-weight: 200; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-black { font-weight: 900; } .h-0 { height: 0; } .h-1 { height: 4px; } .h-2 { height: 8px; } .h-3 { height: 12px; } .h-4 { height: 16px; } .h-5 { height: 20px; } .h-6 { height: 24px; } .h-7 { height: 28px; } .h-8 { height: 32px; } .h-10 { height: 40px; } .h-11 { height: 44px; } .h-12 { height: 48px; } .h-14 { height: 56px; } .h-16 { height: 64px; } .h-20 { height: 80px; } .h-24 { height: 96px; } .h-28 { height: 112px; } .h-30 { height: 120px; } .h-32 { height: 128px; } .h-36 { height: 144px; } .h-40 { height: 160px; } .h-48 { height: 192px; } .h-56 { height: 224px; } .h-60 { height: 240px; } .h-64 { height: 256px; } .h-72 { height: 288px; } .h-76 { height: 304px; } .h-80 { height: 320px; } .h-84 { height: 336px; } .h-88 { height: 352px; } .h-92 { height: 368px; } .h-96 { height: 384px; } .h-100 { height: 400px; } .h-120 { height: 480px; } .h-130 { height: 520px; } .h-140 { height: 560px; } .h-160 { height: 640px; } .h-180 { height: 720px; } .h-200 { height: 800px; } .h-auto { height: auto; } .h-px { height: 1px; } .h-3_5 { height: 60%; } .h-6_5 { height: 26px; } .h-1_2 { height: 50%; } .h-1_3 { height: 33.333333%; } .h-2_3 { height: 66.666667%; } .h-1_4 { height: 25%; } .h-2_4 { height: 50%; } .h-3_4 { height: 75%; } .h-1_5 { height: 20%; } .h-2_5 { height: 40%; } .h-4_5 { height: 80%; } .h-1_6 { height: 16.666667%; } .h-2_6 { height: 33.333333%; } .h-3_6 { height: 50%; } .h-4_6 { height: 66.666667%; } .h-5_6 { height: 83.333333%; } .h-1_12 { height: 8.333333%; } .h-2_12 { height: 16.666667%; } .h-3_12 { height: 25%; } .h-4_12 { height: 33.333333%; } .h-5_12 { height: 41.666667%; } .h-6_12 { height: 50%; } .h-7_12 { height: 58.333333%; } .h-8_12 { height: 66.666667%; } .h-9_12 { height: 75%; } .h-10_12 { height: 83.333333%; } .h-11_12 { height: 91.666667%; } .h-full { height: 100%; } .h-screen { height: 100vh; } .leading-3 { line-height: 12px; } .leading-4 { line-height: 16px; } .leading-5 { line-height: 20px; } .leading-6 { line-height: 24px; } .leading-7 { line-height: 28px; } .leading-8 { line-height: 32px; } .leading-9 { line-height: 36px; } .leading-10 { line-height: 40px; } .leading-none { line-height: 1; } .leading-tight { line-height: 1.25; } .leading-snug { line-height: 1.375; } .leading-normal { line-height: 1.5; } .leading-relaxed { line-height: 1.625; } .leading-loose { line-height: 2; } .m-0 { margin: 0; } .m-1 { margin: 4px; } .m-2 { margin: 8px; } .m-3 { margin: 12px; } .m-4 { margin: 16px; } .m-5 { margin: 20px; } .m-6 { margin: 24px; } .m-7 { margin: 28px; } .m-8 { margin: 32px; } .m-10 { margin: 40px; } .m-11 { margin: 44px; } .m-12 { margin: 48px; } .m-14 { margin: 56px; } .m-16 { margin: 64px; } .m-20 { margin: 80px; } .m-24 { margin: 96px; } .m-28 { margin: 112px; } .m-30 { margin: 120px; } .m-32 { margin: 128px; } .m-36 { margin: 144px; } .m-40 { margin: 160px; } .m-48 { margin: 192px; } .m-56 { margin: 224px; } .m-60 { margin: 240px; } .m-64 { margin: 256px; } .m-72 { margin: 288px; } .m-76 { margin: 304px; } .m-80 { margin: 320px; } .m-84 { margin: 336px; } .m-88 { margin: 352px; } .m-92 { margin: 368px; } .m-96 { margin: 384px; } .m-100 { margin: 400px; } .m-120 { margin: 480px; } .m-130 { margin: 520px; } .m-140 { margin: 560px; } .m-160 { margin: 640px; } .m-180 { margin: 720px; } .m-200 { margin: 800px; } .m-auto { margin: auto; } .m-px { margin: 1px; } .m-3_5 { margin: 14px; } .m-6_5 { margin: 26px; } .-m-0 { margin: 0; } .-m-1 { margin: -4px; } .-m-2 { margin: -8px; } .-m-3 { margin: -12px; } .-m-4 { margin: -16px; } .-m-5 { margin: -20px; } .-m-6 { margin: -24px; } .-m-7 { margin: -28px; } .-m-8 { margin: -32px; } .-m-10 { margin: -40px; } .-m-11 { margin: -44px; } .-m-12 { margin: -48px; } .-m-14 { margin: -56px; } .-m-16 { margin: -64px; } .-m-20 { margin: -80px; } .-m-24 { margin: -96px; } .-m-28 { margin: -112px; } .-m-30 { margin: -120px; } .-m-32 { margin: -128px; } .-m-36 { margin: -144px; } .-m-40 { margin: -160px; } .-m-48 { margin: -192px; } .-m-56 { margin: -224px; } .-m-60 { margin: -240px; } .-m-64 { margin: -256px; } .-m-72 { margin: -288px; } .-m-76 { margin: -304px; } .-m-80 { margin: -320px; } .-m-84 { margin: -336px; } .-m-88 { margin: -352px; } .-m-92 { margin: -368px; } .-m-96 { margin: -384px; } .-m-100 { margin: -400px; } .-m-120 { margin: -480px; } .-m-130 { margin: -520px; } .-m-140 { margin: -560px; } .-m-160 { margin: -640px; } .-m-180 { margin: -720px; } .-m-200 { margin: -800px; } .-m-px { margin: -1px; } .-m-3_5 { margin: -14px; } .-m-6_5 { margin: -26px; } .my-0 { margin-top: 0; margin-bottom: 0; } .mx-0 { margin-right: 0; margin-left: 0; } .my-1 { margin-top: 4px; margin-bottom: 4px; } .mx-1 { margin-right: 4px; margin-left: 4px; } .my-2 { margin-top: 8px; margin-bottom: 8px; } .mx-2 { margin-right: 8px; margin-left: 8px; } .my-3 { margin-top: 12px; margin-bottom: 12px; } .mx-3 { margin-right: 12px; margin-left: 12px; } .my-4 { margin-top: 16px; margin-bottom: 16px; } .mx-4 { margin-right: 16px; margin-left: 16px; } .my-5 { margin-top: 20px; margin-bottom: 20px; } .mx-5 { margin-right: 20px; margin-left: 20px; } .my-6 { margin-top: 24px; margin-bottom: 24px; } .mx-6 { margin-right: 24px; margin-left: 24px; } .my-7 { margin-top: 28px; margin-bottom: 28px; } .mx-7 { margin-right: 28px; margin-left: 28px; } .my-8 { margin-top: 32px; margin-bottom: 32px; } .mx-8 { margin-right: 32px; margin-left: 32px; } .my-10 { margin-top: 40px; margin-bottom: 40px; } .mx-10 { margin-right: 40px; margin-left: 40px; } .my-11 { margin-top: 44px; margin-bottom: 44px; } .mx-11 { margin-right: 44px; margin-left: 44px; } .my-12 { margin-top: 48px; margin-bottom: 48px; } .mx-12 { margin-right: 48px; margin-left: 48px; } .my-14 { margin-top: 56px; margin-bottom: 56px; } .mx-14 { margin-right: 56px; margin-left: 56px; } .my-16 { margin-top: 64px; margin-bottom: 64px; } .mx-16 { margin-right: 64px; margin-left: 64px; } .my-20 { margin-top: 80px; margin-bottom: 80px; } .mx-20 { margin-right: 80px; margin-left: 80px; } .my-24 { margin-top: 96px; margin-bottom: 96px; } .mx-24 { margin-right: 96px; margin-left: 96px; } .my-28 { margin-top: 112px; margin-bottom: 112px; } .mx-28 { margin-right: 112px; margin-left: 112px; } .my-30 { margin-top: 120px; margin-bottom: 120px; } .mx-30 { margin-right: 120px; margin-left: 120px; } .my-32 { margin-top: 128px; margin-bottom: 128px; } .mx-32 { margin-right: 128px; margin-left: 128px; } .my-36 { margin-top: 144px; margin-bottom: 144px; } .mx-36 { margin-right: 144px; margin-left: 144px; } .my-40 { margin-top: 160px; margin-bottom: 160px; } .mx-40 { margin-right: 160px; margin-left: 160px; } .my-48 { margin-top: 192px; margin-bottom: 192px; } .mx-48 { margin-right: 192px; margin-left: 192px; } .my-56 { margin-top: 224px; margin-bottom: 224px; } .mx-56 { margin-right: 224px; margin-left: 224px; } .my-60 { margin-top: 240px; margin-bottom: 240px; } .mx-60 { margin-right: 240px; margin-left: 240px; } .my-64 { margin-top: 256px; margin-bottom: 256px; } .mx-64 { margin-right: 256px; margin-left: 256px; } .my-72 { margin-top: 288px; margin-bottom: 288px; } .mx-72 { margin-right: 288px; margin-left: 288px; } .my-76 { margin-top: 304px; margin-bottom: 304px; } .mx-76 { margin-right: 304px; margin-left: 304px; } .my-80 { margin-top: 320px; margin-bottom: 320px; } .mx-80 { margin-right: 320px; margin-left: 320px; } .my-84 { margin-top: 336px; margin-bottom: 336px; } .mx-84 { margin-right: 336px; margin-left: 336px; } .my-88 { margin-top: 352px; margin-bottom: 352px; } .mx-88 { margin-right: 352px; margin-left: 352px; } .my-92 { margin-top: 368px; margin-bottom: 368px; } .mx-92 { margin-right: 368px; margin-left: 368px; } .my-96 { margin-top: 384px; margin-bottom: 384px; } .mx-96 { margin-right: 384px; margin-left: 384px; } .my-100 { margin-top: 400px; margin-bottom: 400px; } .mx-100 { margin-right: 400px; margin-left: 400px; } .my-120 { margin-top: 480px; margin-bottom: 480px; } .mx-120 { margin-right: 480px; margin-left: 480px; } .my-130 { margin-top: 520px; margin-bottom: 520px; } .mx-130 { margin-right: 520px; margin-left: 520px; } .my-140 { margin-top: 560px; margin-bottom: 560px; } .mx-140 { margin-right: 560px; margin-left: 560px; } .my-160 { margin-top: 640px; margin-bottom: 640px; } .mx-160 { margin-right: 640px; margin-left: 640px; } .my-180 { margin-top: 720px; margin-bottom: 720px; } .mx-180 { margin-right: 720px; margin-left: 720px; } .my-200 { margin-top: 800px; margin-bottom: 800px; } .mx-200 { margin-right: 800px; margin-left: 800px; } .my-auto { margin-top: auto; margin-bottom: auto; } .mx-auto { margin-right: auto; margin-left: auto; } .my-px { margin-top: 1px; margin-bottom: 1px; } .mx-px { margin-right: 1px; margin-left: 1px; } .my-3_5 { margin-top: 14px; margin-bottom: 14px; } .mx-3_5 { margin-right: 14px; margin-left: 14px; } .my-6_5 { margin-top: 26px; margin-bottom: 26px; } .mx-6_5 { margin-right: 26px; margin-left: 26px; } .-my-0 { margin-top: 0; margin-bottom: 0; } .-mx-0 { margin-right: 0; margin-left: 0; } .-my-1 { margin-top: -4px; margin-bottom: -4px; } .-mx-1 { margin-right: -4px; margin-left: -4px; } .-my-2 { margin-top: -8px; margin-bottom: -8px; } .-mx-2 { margin-right: -8px; margin-left: -8px; } .-my-3 { margin-top: -12px; margin-bottom: -12px; } .-mx-3 { margin-right: -12px; margin-left: -12px; } .-my-4 { margin-top: -16px; margin-bottom: -16px; } .-mx-4 { margin-right: -16px; margin-left: -16px; } .-my-5 { margin-top: -20px; margin-bottom: -20px; } .-mx-5 { margin-right: -20px; margin-left: -20px; } .-my-6 { margin-top: -24px; margin-bottom: -24px; } .-mx-6 { margin-right: -24px; margin-left: -24px; } .-my-7 { margin-top: -28px; margin-bottom: -28px; } .-mx-7 { margin-right: -28px; margin-left: -28px; } .-my-8 { margin-top: -32px; margin-bottom: -32px; } .-mx-8 { margin-right: -32px; margin-left: -32px; } .-my-10 { margin-top: -40px; margin-bottom: -40px; } .-mx-10 { margin-right: -40px; margin-left: -40px; } .-my-11 { margin-top: -44px; margin-bottom: -44px; } .-mx-11 { margin-right: -44px; margin-left: -44px; } .-my-12 { margin-top: -48px; margin-bottom: -48px; } .-mx-12 { margin-right: -48px; margin-left: -48px; } .-my-14 { margin-top: -56px; margin-bottom: -56px; } .-mx-14 { margin-right: -56px; margin-left: -56px; } .-my-16 { margin-top: -64px; margin-bottom: -64px; } .-mx-16 { margin-right: -64px; margin-left: -64px; } .-my-20 { margin-top: -80px; margin-bottom: -80px; } .-mx-20 { margin-right: -80px; margin-left: -80px; } .-my-24 { margin-top: -96px; margin-bottom: -96px; } .-mx-24 { margin-right: -96px; margin-left: -96px; } .-my-28 { margin-top: -112px; margin-bottom: -112px; } .-mx-28 { margin-right: -112px; margin-left: -112px; } .-my-30 { margin-top: -120px; margin-bottom: -120px; } .-mx-30 { margin-right: -120px; margin-left: -120px; } .-my-32 { margin-top: -128px; margin-bottom: -128px; } .-mx-32 { margin-right: -128px; margin-left: -128px; } .-my-36 { margin-top: -144px; margin-bottom: -144px; } .-mx-36 { margin-right: -144px; margin-left: -144px; } .-my-40 { margin-top: -160px; margin-bottom: -160px; } .-mx-40 { margin-right: -160px; margin-left: -160px; } .-my-48 { margin-top: -192px; margin-bottom: -192px; } .-mx-48 { margin-right: -192px; margin-left: -192px; } .-my-56 { margin-top: -224px; margin-bottom: -224px; } .-mx-56 { margin-right: -224px; margin-left: -224px; } .-my-60 { margin-top: -240px; margin-bottom: -240px; } .-mx-60 { margin-right: -240px; margin-left: -240px; } .-my-64 { margin-top: -256px; margin-bottom: -256px; } .-mx-64 { margin-right: -256px; margin-left: -256px; } .-my-72 { margin-top: -288px; margin-bottom: -288px; } .-mx-72 { margin-right: -288px; margin-left: -288px; } .-my-76 { margin-top: -304px; margin-bottom: -304px; } .-mx-76 { margin-right: -304px; margin-left: -304px; } .-my-80 { margin-top: -320px; margin-bottom: -320px; } .-mx-80 { margin-right: -320px; margin-left: -320px; } .-my-84 { margin-top: -336px; margin-bottom: -336px; } .-mx-84 { margin-right: -336px; margin-left: -336px; } .-my-88 { margin-top: -352px; margin-bottom: -352px; } .-mx-88 { margin-right: -352px; margin-left: -352px; } .-my-92 { margin-top: -368px; margin-bottom: -368px; } .-mx-92 { margin-right: -368px; margin-left: -368px; } .-my-96 { margin-top: -384px; margin-bottom: -384px; } .-mx-96 { margin-right: -384px; margin-left: -384px; } .-my-100 { margin-top: -400px; margin-bottom: -400px; } .-mx-100 { margin-right: -400px; margin-left: -400px; } .-my-120 { margin-top: -480px; margin-bottom: -480px; } .-mx-120 { margin-right: -480px; margin-left: -480px; } .-my-130 { margin-top: -520px; margin-bottom: -520px; } .-mx-130 { margin-right: -520px; margin-left: -520px; } .-my-140 { margin-top: -560px; margin-bottom: -560px; } .-mx-140 { margin-right: -560px; margin-left: -560px; } .-my-160 { margin-top: -640px; margin-bottom: -640px; } .-mx-160 { margin-right: -640px; margin-left: -640px; } .-my-180 { margin-top: -720px; margin-bottom: -720px; } .-mx-180 { margin-right: -720px; margin-left: -720px; } .-my-200 { margin-top: -800px; margin-bottom: -800px; } .-mx-200 { margin-right: -800px; margin-left: -800px; } .-my-px { margin-top: -1px; margin-bottom: -1px; } .-mx-px { margin-right: -1px; margin-left: -1px; } .-my-3_5 { margin-top: -14px; margin-bottom: -14px; } .-mx-3_5 { margin-right: -14px; margin-left: -14px; } .-my-6_5 { margin-top: -26px; margin-bottom: -26px; } .-mx-6_5 { margin-right: -26px; margin-left: -26px; } .mt-0 { margin-top: 0; } .mr-0 { margin-right: 0; } .mb-0 { margin-bottom: 0; } .ml-0 { margin-left: 0; } .mt-1 { margin-top: 4px; } .mr-1 { margin-right: 4px; } .mb-1 { margin-bottom: 4px; } .ml-1 { margin-left: 4px; } .mt-2 { margin-top: 8px; } .mr-2 { margin-right: 8px; } .mb-2 { margin-bottom: 8px; } .ml-2 { margin-left: 8px; } .mt-3 { margin-top: 12px; } .mr-3 { margin-right: 12px; } .mb-3 { margin-bottom: 12px; } .ml-3 { margin-left: 12px; } .mt-4 { margin-top: 16px; } .mr-4 { margin-right: 16px; } .mb-4 { margin-bottom: 16px; } .ml-4 { margin-left: 16px; } .mt-5 { margin-top: 20px; } .mr-5 { margin-right: 20px; } .mb-5 { margin-bottom: 20px; } .ml-5 { margin-left: 20px; } .mt-6 { margin-top: 24px; } .mr-6 { margin-right: 24px; } .mb-6 { margin-bottom: 24px; } .ml-6 { margin-left: 24px; } .mt-7 { margin-top: 28px; } .mr-7 { margin-right: 28px; } .mb-7 { margin-bottom: 28px; } .ml-7 { margin-left: 28px; } .mt-8 { margin-top: 32px; } .mr-8 { margin-right: 32px; } .mb-8 { margin-bottom: 32px; } .ml-8 { margin-left: 32px; } .mt-10 { margin-top: 40px; } .mr-10 { margin-right: 40px; } .mb-10 { margin-bottom: 40px; } .ml-10 { margin-left: 40px; } .mt-11 { margin-top: 44px; } .mr-11 { margin-right: 44px; } .mb-11 { margin-bottom: 44px; } .ml-11 { margin-left: 44px; } .mt-12 { margin-top: 48px; } .mr-12 { margin-right: 48px; } .mb-12 { margin-bottom: 48px; } .ml-12 { margin-left: 48px; } .mt-14 { margin-top: 56px; } .mr-14 { margin-right: 56px; } .mb-14 { margin-bottom: 56px; } .ml-14 { margin-left: 56px; } .mt-16 { margin-top: 64px; } .mr-16 { margin-right: 64px; } .mb-16 { margin-bottom: 64px; } .ml-16 { margin-left: 64px; } .mt-20 { margin-top: 80px; } .mr-20 { margin-right: 80px; } .mb-20 { margin-bottom: 80px; } .ml-20 { margin-left: 80px; } .mt-24 { margin-top: 96px; } .mr-24 { margin-right: 96px; } .mb-24 { margin-bottom: 96px; } .ml-24 { margin-left: 96px; } .mt-28 { margin-top: 112px; } .mr-28 { margin-right: 112px; } .mb-28 { margin-bottom: 112px; } .ml-28 { margin-left: 112px; } .mt-30 { margin-top: 120px; } .mr-30 { margin-right: 120px; } .mb-30 { margin-bottom: 120px; } .ml-30 { margin-left: 120px; } .mt-32 { margin-top: 128px; } .mr-32 { margin-right: 128px; } .mb-32 { margin-bottom: 128px; } .ml-32 { margin-left: 128px; } .mt-36 { margin-top: 144px; } .mr-36 { margin-right: 144px; } .mb-36 { margin-bottom: 144px; } .ml-36 { margin-left: 144px; } .mt-40 { margin-top: 160px; } .mr-40 { margin-right: 160px; } .mb-40 { margin-bottom: 160px; } .ml-40 { margin-left: 160px; } .mt-48 { margin-top: 192px; } .mr-48 { margin-right: 192px; } .mb-48 { margin-bottom: 192px; } .ml-48 { margin-left: 192px; } .mt-56 { margin-top: 224px; } .mr-56 { margin-right: 224px; } .mb-56 { margin-bottom: 224px; } .ml-56 { margin-left: 224px; } .mt-60 { margin-top: 240px; } .mr-60 { margin-right: 240px; } .mb-60 { margin-bottom: 240px; } .ml-60 { margin-left: 240px; } .mt-64 { margin-top: 256px; } .mr-64 { margin-right: 256px; } .mb-64 { margin-bottom: 256px; } .ml-64 { margin-left: 256px; } .mt-72 { margin-top: 288px; } .mr-72 { margin-right: 288px; } .mb-72 { margin-bottom: 288px; } .ml-72 { margin-left: 288px; } .mt-76 { margin-top: 304px; } .mr-76 { margin-right: 304px; } .mb-76 { margin-bottom: 304px; } .ml-76 { margin-left: 304px; } .mt-80 { margin-top: 320px; } .mr-80 { margin-right: 320px; } .mb-80 { margin-bottom: 320px; } .ml-80 { margin-left: 320px; } .mt-84 { margin-top: 336px; } .mr-84 { margin-right: 336px; } .mb-84 { margin-bottom: 336px; } .ml-84 { margin-left: 336px; } .mt-88 { margin-top: 352px; } .mr-88 { margin-right: 352px; } .mb-88 { margin-bottom: 352px; } .ml-88 { margin-left: 352px; } .mt-92 { margin-top: 368px; } .mr-92 { margin-right: 368px; } .mb-92 { margin-bottom: 368px; } .ml-92 { margin-left: 368px; } .mt-96 { margin-top: 384px; } .mr-96 { margin-right: 384px; } .mb-96 { margin-bottom: 384px; } .ml-96 { margin-left: 384px; } .mt-100 { margin-top: 400px; } .mr-100 { margin-right: 400px; } .mb-100 { margin-bottom: 400px; } .ml-100 { margin-left: 400px; } .mt-120 { margin-top: 480px; } .mr-120 { margin-right: 480px; } .mb-120 { margin-bottom: 480px; } .ml-120 { margin-left: 480px; } .mt-130 { margin-top: 520px; } .mr-130 { margin-right: 520px; } .mb-130 { margin-bottom: 520px; } .ml-130 { margin-left: 520px; } .mt-140 { margin-top: 560px; } .mr-140 { margin-right: 560px; } .mb-140 { margin-bottom: 560px; } .ml-140 { margin-left: 560px; } .mt-160 { margin-top: 640px; } .mr-160 { margin-right: 640px; } .mb-160 { margin-bottom: 640px; } .ml-160 { margin-left: 640px; } .mt-180 { margin-top: 720px; } .mr-180 { margin-right: 720px; } .mb-180 { margin-bottom: 720px; } .ml-180 { margin-left: 720px; } .mt-200 { margin-top: 800px; } .mr-200 { margin-right: 800px; } .mb-200 { margin-bottom: 800px; } .ml-200 { margin-left: 800px; } .mt-auto { margin-top: auto; } .mr-auto { margin-right: auto; } .mb-auto { margin-bottom: auto; } .ml-auto { margin-left: auto; } .mt-px { margin-top: 1px; } .mr-px { margin-right: 1px; } .mb-px { margin-bottom: 1px; } .ml-px { margin-left: 1px; } .mt-3_5 { margin-top: 14px; } .mr-3_5 { margin-right: 14px; } .mb-3_5 { margin-bottom: 14px; } .ml-3_5 { margin-left: 14px; } .mt-6_5 { margin-top: 26px; } .mr-6_5 { margin-right: 26px; } .mb-6_5 { margin-bottom: 26px; } .ml-6_5 { margin-left: 26px; } .-mt-0 { margin-top: 0; } .-mr-0 { margin-right: 0; } .-mb-0 { margin-bottom: 0; } .-ml-0 { margin-left: 0; } .-mt-1 { margin-top: -4px; } .-mr-1 { margin-right: -4px; } .-mb-1 { margin-bottom: -4px; } .-ml-1 { margin-left: -4px; } .-mt-2 { margin-top: -8px; } .-mr-2 { margin-right: -8px; } .-mb-2 { margin-bottom: -8px; } .-ml-2 { margin-left: -8px; } .-mt-3 { margin-top: -12px; } .-mr-3 { margin-right: -12px; } .-mb-3 { margin-bottom: -12px; } .-ml-3 { margin-left: -12px; } .-mt-4 { margin-top: -16px; } .-mr-4 { margin-right: -16px; } .-mb-4 { margin-bottom: -16px; } .-ml-4 { margin-left: -16px; } .-mt-5 { margin-top: -20px; } .-mr-5 { margin-right: -20px; } .-mb-5 { margin-bottom: -20px; } .-ml-5 { margin-left: -20px; } .-mt-6 { margin-top: -24px; } .-mr-6 { margin-right: -24px; } .-mb-6 { margin-bottom: -24px; } .-ml-6 { margin-left: -24px; } .-mt-7 { margin-top: -28px; } .-mr-7 { margin-right: -28px; } .-mb-7 { margin-bottom: -28px; } .-ml-7 { margin-left: -28px; } .-mt-8 { margin-top: -32px; } .-mr-8 { margin-right: -32px; } .-mb-8 { margin-bottom: -32px; } .-ml-8 { margin-left: -32px; } .-mt-10 { margin-top: -40px; } .-mr-10 { margin-right: -40px; } .-mb-10 { margin-bottom: -40px; } .-ml-10 { margin-left: -40px; } .-mt-11 { margin-top: -44px; } .-mr-11 { margin-right: -44px; } .-mb-11 { margin-bottom: -44px; } .-ml-11 { margin-left: -44px; } .-mt-12 { margin-top: -48px; } .-mr-12 { margin-right: -48px; } .-mb-12 { margin-bottom: -48px; } .-ml-12 { margin-left: -48px; } .-mt-14 { margin-top: -56px; } .-mr-14 { margin-right: -56px; } .-mb-14 { margin-bottom: -56px; } .-ml-14 { margin-left: -56px; } .-mt-16 { margin-top: -64px; } .-mr-16 { margin-right: -64px; } .-mb-16 { margin-bottom: -64px; } .-ml-16 { margin-left: -64px; } .-mt-20 { margin-top: -80px; } .-mr-20 { margin-right: -80px; } .-mb-20 { margin-bottom: -80px; } .-ml-20 { margin-left: -80px; } .-mt-24 { margin-top: -96px; } .-mr-24 { margin-right: -96px; } .-mb-24 { margin-bottom: -96px; } .-ml-24 { margin-left: -96px; } .-mt-28 { margin-top: -112px; } .-mr-28 { margin-right: -112px; } .-mb-28 { margin-bottom: -112px; } .-ml-28 { margin-left: -112px; } .-mt-30 { margin-top: -120px; } .-mr-30 { margin-right: -120px; } .-mb-30 { margin-bottom: -120px; } .-ml-30 { margin-left: -120px; } .-mt-32 { margin-top: -128px; } .-mr-32 { margin-right: -128px; } .-mb-32 { margin-bottom: -128px; } .-ml-32 { margin-left: -128px; } .-mt-36 { margin-top: -144px; } .-mr-36 { margin-right: -144px; } .-mb-36 { margin-bottom: -144px; } .-ml-36 { margin-left: -144px; } .-mt-40 { margin-top: -160px; } .-mr-40 { margin-right: -160px; } .-mb-40 { margin-bottom: -160px; } .-ml-40 { margin-left: -160px; } .-mt-48 { margin-top: -192px; } .-mr-48 { margin-right: -192px; } .-mb-48 { margin-bottom: -192px; } .-ml-48 { margin-left: -192px; } .-mt-56 { margin-top: -224px; } .-mr-56 { margin-right: -224px; } .-mb-56 { margin-bottom: -224px; } .-ml-56 { margin-left: -224px; } .-mt-60 { margin-top: -240px; } .-mr-60 { margin-right: -240px; } .-mb-60 { margin-bottom: -240px; } .-ml-60 { margin-left: -240px; } .-mt-64 { margin-top: -256px; } .-mr-64 { margin-right: -256px; } .-mb-64 { margin-bottom: -256px; } .-ml-64 { margin-left: -256px; } .-mt-72 { margin-top: -288px; } .-mr-72 { margin-right: -288px; } .-mb-72 { margin-bottom: -288px; } .-ml-72 { margin-left: -288px; } .-mt-76 { margin-top: -304px; } .-mr-76 { margin-right: -304px; } .-mb-76 { margin-bottom: -304px; } .-ml-76 { margin-left: -304px; } .-mt-80 { margin-top: -320px; } .-mr-80 { margin-right: -320px; } .-mb-80 { margin-bottom: -320px; } .-ml-80 { margin-left: -320px; } .-mt-84 { margin-top: -336px; } .-mr-84 { margin-right: -336px; } .-mb-84 { margin-bottom: -336px; } .-ml-84 { margin-left: -336px; } .-mt-88 { margin-top: -352px; } .-mr-88 { margin-right: -352px; } .-mb-88 { margin-bottom: -352px; } .-ml-88 { margin-left: -352px; } .-mt-92 { margin-top: -368px; } .-mr-92 { margin-right: -368px; } .-mb-92 { margin-bottom: -368px; } .-ml-92 { margin-left: -368px; } .-mt-96 { margin-top: -384px; } .-mr-96 { margin-right: -384px; } .-mb-96 { margin-bottom: -384px; } .-ml-96 { margin-left: -384px; } .-mt-100 { margin-top: -400px; } .-mr-100 { margin-right: -400px; } .-mb-100 { margin-bottom: -400px; } .-ml-100 { margin-left: -400px; } .-mt-120 { margin-top: -480px; } .-mr-120 { margin-right: -480px; } .-mb-120 { margin-bottom: -480px; } .-ml-120 { margin-left: -480px; } .-mt-130 { margin-top: -520px; } .-mr-130 { margin-right: -520px; } .-mb-130 { margin-bottom: -520px; } .-ml-130 { margin-left: -520px; } .-mt-140 { margin-top: -560px; } .-mr-140 { margin-right: -560px; } .-mb-140 { margin-bottom: -560px; } .-ml-140 { margin-left: -560px; } .-mt-160 { margin-top: -640px; } .-mr-160 { margin-right: -640px; } .-mb-160 { margin-bottom: -640px; } .-ml-160 { margin-left: -640px; } .-mt-180 { margin-top: -720px; } .-mr-180 { margin-right: -720px; } .-mb-180 { margin-bottom: -720px; } .-ml-180 { margin-left: -720px; } .-mt-200 { margin-top: -800px; } .-mr-200 { margin-right: -800px; } .-mb-200 { margin-bottom: -800px; } .-ml-200 { margin-left: -800px; } .-mt-px { margin-top: -1px; } .-mr-px { margin-right: -1px; } .-mb-px { margin-bottom: -1px; } .-ml-px { margin-left: -1px; } .-mt-3_5 { margin-top: -14px; } .-mr-3_5 { margin-right: -14px; } .-mb-3_5 { margin-bottom: -14px; } .-ml-3_5 { margin-left: -14px; } .-mt-6_5 { margin-top: -26px; } .-mr-6_5 { margin-right: -26px; } .-mb-6_5 { margin-bottom: -26px; } .-ml-6_5 { margin-left: -26px; } .max-h-full { max-height: 100%; } .max-h-screen { max-height: 100vh; } .max-w-xs { max-width: 4px; } .max-w-sm { max-width: 8px; } .max-w-md { max-width: 16px; } .max-w-lg { max-width: 32px; } .max-w-xl { max-width: 64px; } .max-w-2xl { max-width: 128px; } .max-w-3xl { max-width: 256px; } .max-w-4xl { max-width: 512px; } .max-w-full { max-width: 100%; } .min-h-0 { min-height: 0; } .min-h-full { min-height: 100%; } .min-h-screen { min-height: 100vh; } .min-w-0 { min-width: 0; } .min-w-full { min-width: 100%; } .object-contain { object-fit: contain; } .object-cover { object-fit: cover; } .object-fill { object-fit: fill; } .object-none { object-fit: none; } .object-scale-down { object-fit: scale-down; } .object-bottom { object-position: bottom; } .object-center { object-position: center; } .object-left { object-position: left; } .object-left-bottom { object-position: left bottom; } .object-left-top { object-position: left top; } .object-right { object-position: right; } .object-right-bottom { object-position: right bottom; } .object-right-top { object-position: right top; } .object-top { object-position: top; } .opacity-0 { opacity: 0; } .opacity-25 { opacity: 0.25; } .opacity-50 { opacity: 0.5; } .opacity-75 { opacity: 0.75; } .opacity-100 { opacity: 1; } .overflow-auto { overflow: auto; } .overflow-hidden { overflow: hidden; } .overflow-visible { overflow: visible; } .overflow-scroll { overflow: scroll; } .p-0 { padding: 0; } .p-1 { padding: 4px; } .p-2 { padding: 8px; } .p-3 { padding: 12px; } .p-4 { padding: 16px; } .p-5 { padding: 20px; } .p-6 { padding: 24px; } .p-7 { padding: 28px; } .p-8 { padding: 32px; } .p-10 { padding: 40px; } .p-11 { padding: 44px; } .p-12 { padding: 48px; } .p-14 { padding: 56px; } .p-16 { padding: 64px; } .p-20 { padding: 80px; } .p-24 { padding: 96px; } .p-28 { padding: 112px; } .p-30 { padding: 120px; } .p-32 { padding: 128px; } .p-36 { padding: 144px; } .p-40 { padding: 160px; } .p-48 { padding: 192px; } .p-56 { padding: 224px; } .p-60 { padding: 240px; } .p-64 { padding: 256px; } .p-72 { padding: 288px; } .p-76 { padding: 304px; } .p-80 { padding: 320px; } .p-84 { padding: 336px; } .p-88 { padding: 352px; } .p-92 { padding: 368px; } .p-96 { padding: 384px; } .p-100 { padding: 400px; } .p-120 { padding: 480px; } .p-130 { padding: 520px; } .p-140 { padding: 560px; } .p-160 { padding: 640px; } .p-180 { padding: 720px; } .p-200 { padding: 800px; } .p-px { padding: 1px; } .p-3_5 { padding: 14px; } .p-6_5 { padding: 26px; } .py-0 { padding-top: 0; padding-bottom: 0; } .px-0 { padding-right: 0; padding-left: 0; } .py-1 { padding-top: 4px; padding-bottom: 4px; } .px-1 { padding-right: 4px; padding-left: 4px; } .py-2 { padding-top: 8px; padding-bottom: 8px; } .px-2 { padding-right: 8px; padding-left: 8px; } .py-3 { padding-top: 12px; padding-bottom: 12px; } .px-3 { padding-right: 12px; padding-left: 12px; } .py-4 { padding-top: 16px; padding-bottom: 16px; } .px-4 { padding-right: 16px; padding-left: 16px; } .py-5 { padding-top: 20px; padding-bottom: 20px; } .px-5 { padding-right: 20px; padding-left: 20px; } .py-6 { padding-top: 24px; padding-bottom: 24px; } .px-6 { padding-right: 24px; padding-left: 24px; } .py-7 { padding-top: 28px; padding-bottom: 28px; } .px-7 { padding-right: 28px; padding-left: 28px; } .py-8 { padding-top: 32px; padding-bottom: 32px; } .px-8 { padding-right: 32px; padding-left: 32px; } .py-10 { padding-top: 40px; padding-bottom: 40px; } .px-10 { padding-right: 40px; padding-left: 40px; } .py-11 { padding-top: 44px; padding-bottom: 44px; } .px-11 { padding-right: 44px; padding-left: 44px; } .py-12 { padding-top: 48px; padding-bottom: 48px; } .px-12 { padding-right: 48px; padding-left: 48px; } .py-14 { padding-top: 56px; padding-bottom: 56px; } .px-14 { padding-right: 56px; padding-left: 56px; } .py-16 { padding-top: 64px; padding-bottom: 64px; } .px-16 { padding-right: 64px; padding-left: 64px; } .py-20 { padding-top: 80px; padding-bottom: 80px; } .px-20 { padding-right: 80px; padding-left: 80px; } .py-24 { padding-top: 96px; padding-bottom: 96px; } .px-24 { padding-right: 96px; padding-left: 96px; } .py-28 { padding-top: 112px; padding-bottom: 112px; } .px-28 { padding-right: 112px; padding-left: 112px; } .py-30 { padding-top: 120px; padding-bottom: 120px; } .px-30 { padding-right: 120px; padding-left: 120px; } .py-32 { padding-top: 128px; padding-bottom: 128px; } .px-32 { padding-right: 128px; padding-left: 128px; } .py-36 { padding-top: 144px; padding-bottom: 144px; } .px-36 { padding-right: 144px; padding-left: 144px; } .py-40 { padding-top: 160px; padding-bottom: 160px; } .px-40 { padding-right: 160px; padding-left: 160px; } .py-48 { padding-top: 192px; padding-bottom: 192px; } .px-48 { padding-right: 192px; padding-left: 192px; } .py-56 { padding-top: 224px; padding-bottom: 224px; } .px-56 { padding-right: 224px; padding-left: 224px; } .py-60 { padding-top: 240px; padding-bottom: 240px; } .px-60 { padding-right: 240px; padding-left: 240px; } .py-64 { padding-top: 256px; padding-bottom: 256px; } .px-64 { padding-right: 256px; padding-left: 256px; } .py-72 { padding-top: 288px; padding-bottom: 288px; } .px-72 { padding-right: 288px; padding-left: 288px; } .py-76 { padding-top: 304px; padding-bottom: 304px; } .px-76 { padding-right: 304px; padding-left: 304px; } .py-80 { padding-top: 320px; padding-bottom: 320px; } .px-80 { padding-right: 320px; padding-left: 320px; } .py-84 { padding-top: 336px; padding-bottom: 336px; } .px-84 { padding-right: 336px; padding-left: 336px; } .py-88 { padding-top: 352px; padding-bottom: 352px; } .px-88 { padding-right: 352px; padding-left: 352px; } .py-92 { padding-top: 368px; padding-bottom: 368px; } .px-92 { padding-right: 368px; padding-left: 368px; } .py-96 { padding-top: 384px; padding-bottom: 384px; } .px-96 { padding-right: 384px; padding-left: 384px; } .py-100 { padding-top: 400px; padding-bottom: 400px; } .px-100 { padding-right: 400px; padding-left: 400px; } .py-120 { padding-top: 480px; padding-bottom: 480px; } .px-120 { padding-right: 480px; padding-left: 480px; } .py-130 { padding-top: 520px; padding-bottom: 520px; } .px-130 { padding-right: 520px; padding-left: 520px; } .py-140 { padding-top: 560px; padding-bottom: 560px; } .px-140 { padding-right: 560px; padding-left: 560px; } .py-160 { padding-top: 640px; padding-bottom: 640px; } .px-160 { padding-right: 640px; padding-left: 640px; } .py-180 { padding-top: 720px; padding-bottom: 720px; } .px-180 { padding-right: 720px; padding-left: 720px; } .py-200 { padding-top: 800px; padding-bottom: 800px; } .px-200 { padding-right: 800px; padding-left: 800px; } .py-px { padding-top: 1px; padding-bottom: 1px; } .px-px { padding-right: 1px; padding-left: 1px; } .py-3_5 { padding-top: 14px; padding-bottom: 14px; } .px-3_5 { padding-right: 14px; padding-left: 14px; } .py-6_5 { padding-top: 26px; padding-bottom: 26px; } .px-6_5 { padding-right: 26px; padding-left: 26px; } .pt-0 { padding-top: 0; } .pr-0 { padding-right: 0; } .pb-0 { padding-bottom: 0; } .pl-0 { padding-left: 0; } .pt-1 { padding-top: 4px; } .pr-1 { padding-right: 4px; } .pb-1 { padding-bottom: 4px; } .pl-1 { padding-left: 4px; } .pt-2 { padding-top: 8px; } .pr-2 { padding-right: 8px; } .pb-2 { padding-bottom: 8px; } .pl-2 { padding-left: 8px; } .pt-3 { padding-top: 12px; } .pr-3 { padding-right: 12px; } .pb-3 { padding-bottom: 12px; } .pl-3 { padding-left: 12px; } .pt-4 { padding-top: 16px; } .pr-4 { padding-right: 16px; } .pb-4 { padding-bottom: 16px; } .pl-4 { padding-left: 16px; } .pt-5 { padding-top: 20px; } .pr-5 { padding-right: 20px; } .pb-5 { padding-bottom: 20px; } .pl-5 { padding-left: 20px; } .pt-6 { padding-top: 24px; } .pr-6 { padding-right: 24px; } .pb-6 { padding-bottom: 24px; } .pl-6 { padding-left: 24px; } .pt-7 { padding-top: 28px; } .pr-7 { padding-right: 28px; } .pb-7 { padding-bottom: 28px; } .pl-7 { padding-left: 28px; } .pt-8 { padding-top: 32px; } .pr-8 { padding-right: 32px; } .pb-8 { padding-bottom: 32px; } .pl-8 { padding-left: 32px; } .pt-10 { padding-top: 40px; } .pr-10 { padding-right: 40px; } .pb-10 { padding-bottom: 40px; } .pl-10 { padding-left: 40px; } .pt-11 { padding-top: 44px; } .pr-11 { padding-right: 44px; } .pb-11 { padding-bottom: 44px; } .pl-11 { padding-left: 44px; } .pt-12 { padding-top: 48px; } .pr-12 { padding-right: 48px; } .pb-12 { padding-bottom: 48px; } .pl-12 { padding-left: 48px; } .pt-14 { padding-top: 56px; } .pr-14 { padding-right: 56px; } .pb-14 { padding-bottom: 56px; } .pl-14 { padding-left: 56px; } .pt-16 { padding-top: 64px; } .pr-16 { padding-right: 64px; } .pb-16 { padding-bottom: 64px; } .pl-16 { padding-left: 64px; } .pt-20 { padding-top: 80px; } .pr-20 { padding-right: 80px; } .pb-20 { padding-bottom: 80px; } .pl-20 { padding-left: 80px; } .pt-24 { padding-top: 96px; } .pr-24 { padding-right: 96px; } .pb-24 { padding-bottom: 96px; } .pl-24 { padding-left: 96px; } .pt-28 { padding-top: 112px; } .pr-28 { padding-right: 112px; } .pb-28 { padding-bottom: 112px; } .pl-28 { padding-left: 112px; } .pt-30 { padding-top: 120px; } .pr-30 { padding-right: 120px; } .pb-30 { padding-bottom: 120px; } .pl-30 { padding-left: 120px; } .pt-32 { padding-top: 128px; } .pr-32 { padding-right: 128px; } .pb-32 { padding-bottom: 128px; } .pl-32 { padding-left: 128px; } .pt-36 { padding-top: 144px; } .pr-36 { padding-right: 144px; } .pb-36 { padding-bottom: 144px; } .pl-36 { padding-left: 144px; } .pt-40 { padding-top: 160px; } .pr-40 { padding-right: 160px; } .pb-40 { padding-bottom: 160px; } .pl-40 { padding-left: 160px; } .pt-48 { padding-top: 192px; } .pr-48 { padding-right: 192px; } .pb-48 { padding-bottom: 192px; } .pl-48 { padding-left: 192px; } .pt-56 { padding-top: 224px; } .pr-56 { padding-right: 224px; } .pb-56 { padding-bottom: 224px; } .pl-56 { padding-left: 224px; } .pt-60 { padding-top: 240px; } .pr-60 { padding-right: 240px; } .pb-60 { padding-bottom: 240px; } .pl-60 { padding-left: 240px; } .pt-64 { padding-top: 256px; } .pr-64 { padding-right: 256px; } .pb-64 { padding-bottom: 256px; } .pl-64 { padding-left: 256px; } .pt-72 { padding-top: 288px; } .pr-72 { padding-right: 288px; } .pb-72 { padding-bottom: 288px; } .pl-72 { padding-left: 288px; } .pt-76 { padding-top: 304px; } .pr-76 { padding-right: 304px; } .pb-76 { padding-bottom: 304px; } .pl-76 { padding-left: 304px; } .pt-80 { padding-top: 320px; } .pr-80 { padding-right: 320px; } .pb-80 { padding-bottom: 320px; } .pl-80 { padding-left: 320px; } .pt-84 { padding-top: 336px; } .pr-84 { padding-right: 336px; } .pb-84 { padding-bottom: 336px; } .pl-84 { padding-left: 336px; } .pt-88 { padding-top: 352px; } .pr-88 { padding-right: 352px; } .pb-88 { padding-bottom: 352px; } .pl-88 { padding-left: 352px; } .pt-92 { padding-top: 368px; } .pr-92 { padding-right: 368px; } .pb-92 { padding-bottom: 368px; } .pl-92 { padding-left: 368px; } .pt-96 { padding-top: 384px; } .pr-96 { padding-right: 384px; } .pb-96 { padding-bottom: 384px; } .pl-96 { padding-left: 384px; } .pt-100 { padding-top: 400px; } .pr-100 { padding-right: 400px; } .pb-100 { padding-bottom: 400px; } .pl-100 { padding-left: 400px; } .pt-120 { padding-top: 480px; } .pr-120 { padding-right: 480px; } .pb-120 { padding-bottom: 480px; } .pl-120 { padding-left: 480px; } .pt-130 { padding-top: 520px; } .pr-130 { padding-right: 520px; } .pb-130 { padding-bottom: 520px; } .pl-130 { padding-left: 520px; } .pt-140 { padding-top: 560px; } .pr-140 { padding-right: 560px; } .pb-140 { padding-bottom: 560px; } .pl-140 { padding-left: 560px; } .pt-160 { padding-top: 640px; } .pr-160 { padding-right: 640px; } .pb-160 { padding-bottom: 640px; } .pl-160 { padding-left: 640px; } .pt-180 { padding-top: 720px; } .pr-180 { padding-right: 720px; } .pb-180 { padding-bottom: 720px; } .pl-180 { padding-left: 720px; } .pt-200 { padding-top: 800px; } .pr-200 { padding-right: 800px; } .pb-200 { padding-bottom: 800px; } .pl-200 { padding-left: 800px; } .pt-px { padding-top: 1px; } .pr-px { padding-right: 1px; } .pb-px { padding-bottom: 1px; } .pl-px { padding-left: 1px; } .pt-3_5 { padding-top: 14px; } .pr-3_5 { padding-right: 14px; } .pb-3_5 { padding-bottom: 14px; } .pl-3_5 { padding-left: 14px; } .pt-6_5 { padding-top: 26px; } .pr-6_5 { padding-right: 26px; } .pb-6_5 { padding-bottom: 26px; } .pl-6_5 { padding-left: 26px; } .static { position: static; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .sticky { position: sticky; } .shadow-xs { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .shadow-inner { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .shadow-outline { box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); } .shadow-none { box-shadow: none; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-transparent { color: transparent; } .text-black { color: #000; } .text-white { color: #fff; } .text-gray-100 { color: #f7fafc; } .text-gray-200 { color: #edf2f7; } .text-gray-300 { color: #e2e8f0; } .text-gray-400 { color: #cbd5e0; } .text-gray-500 { color: #a0aec0; } .text-gray-600 { color: #718096; } .text-gray-700 { color: #4a5568; } .text-gray-800 { color: #2d3748; } .text-gray-900 { color: #1a202c; } .text-red-100 { color: #fff5f5; } .text-red-200 { color: #fed7d7; } .text-red-300 { color: #feb2b2; } .text-red-400 { color: #fc8181; } .text-red-500 { color: #f56565; } .text-red-600 { color: #e53e3e; } .text-red-700 { color: #c53030; } .text-red-800 { color: #9b2c2c; } .text-red-900 { color: #742a2a; } .text-orange-100 { color: #fffaf0; } .text-orange-200 { color: #feebc8; } .text-orange-300 { color: #fbd38d; } .text-orange-400 { color: #f6ad55; } .text-orange-500 { color: #ed8936; } .text-orange-600 { color: #dd6b20; } .text-orange-700 { color: #c05621; } .text-orange-800 { color: #9c4221; } .text-orange-900 { color: #7b341e; } .text-yellow-100 { color: #fffff0; } .text-yellow-200 { color: #fefcbf; } .text-yellow-300 { color: #faf089; } .text-yellow-400 { color: #f6e05e; } .text-yellow-500 { color: #ecc94b; } .text-yellow-600 { color: #d69e2e; } .text-yellow-700 { color: #b7791f; } .text-yellow-800 { color: #975a16; } .text-yellow-900 { color: #744210; } .text-green-100 { color: #f0fff4; } .text-green-200 { color: #c6f6d5; } .text-green-300 { color: #9ae6b4; } .text-green-400 { color: #68d391; } .text-green-500 { color: #48bb78; } .text-green-600 { color: #38a169; } .text-green-700 { color: #2f855a; } .text-green-800 { color: #276749; } .text-green-900 { color: #22543d; } .text-teal-100 { color: #e6fffa; } .text-teal-200 { color: #b2f5ea; } .text-teal-300 { color: #81e6d9; } .text-teal-400 { color: #4fd1c5; } .text-teal-500 { color: #38b2ac; } .text-teal-600 { color: #319795; } .text-teal-700 { color: #2c7a7b; } .text-teal-800 { color: #285e61; } .text-teal-900 { color: #234e52; } .text-blue-100 { color: #ebf8ff; } .text-blue-200 { color: #bee3f8; } .text-blue-300 { color: #90cdf4; } .text-blue-400 { color: #63b3ed; } .text-blue-500 { color: #4299e1; } .text-blue-600 { color: #3182ce; } .text-blue-700 { color: #2b6cb0; } .text-blue-800 { color: #2c5282; } .text-blue-900 { color: #2a4365; } .text-indigo-100 { color: #ebf4ff; } .text-indigo-200 { color: #c3dafe; } .text-indigo-300 { color: #a3bffa; } .text-indigo-400 { color: #7f9cf5; } .text-indigo-500 { color: #667eea; } .text-indigo-600 { color: #5a67d8; } .text-indigo-700 { color: #4c51bf; } .text-indigo-800 { color: #434190; } .text-indigo-900 { color: #3c366b; } .text-purple-100 { color: #faf5ff; } .text-purple-200 { color: #e9d8fd; } .text-purple-300 { color: #d6bcfa; } .text-purple-400 { color: #b794f4; } .text-purple-500 { color: #9f7aea; } .text-purple-600 { color: #805ad5; } .text-purple-700 { color: #6b46c1; } .text-purple-800 { color: #553c9a; } .text-purple-900 { color: #44337a; } .text-pink-100 { color: #fff5f7; } .text-pink-200 { color: #fed7e2; } .text-pink-300 { color: #fbb6ce; } .text-pink-400 { color: #f687b3; } .text-pink-500 { color: #ed64a6; } .text-pink-600 { color: #d53f8c; } .text-pink-700 { color: #b83280; } .text-pink-800 { color: #97266d; } .text-pink-900 { color: #702459; } .text-xxs { font-size: 20px; } .text-xs { font-size: 24px; } .text-sm { font-size: 28px; } .text-base { font-size: 32px; } .text-lg { font-size: 36px; } .text-xl { font-size: 40px; } .text-2xl { font-size: 48px; } .text-3xl { font-size: 60px; } .text-4xl { font-size: 72px; } .text-5xl { font-size: 96px; } .italic { font-style: italic; } .not-italic { font-style: normal; } .uppercase { text-transform: uppercase; } .lowercase { text-transform: lowercase; } .capitalize { text-transform: capitalize; } .normal-case { text-transform: none; } .underline { text-decoration: underline; } .line-through { text-decoration: line-through; } .no-underline { text-decoration: none; } .tracking-tighter { letter-spacing: -0.05em; } .tracking-tight { letter-spacing: -0.025em; } .tracking-normal { letter-spacing: 0; } .tracking-wide { letter-spacing: 0.025em; } .tracking-wider { letter-spacing: 0.05em; } .tracking-widest { letter-spacing: 0.1em; } .align-top { vertical-align: top; } .align-middle { vertical-align: center; } .align-bottom { vertical-align: bottom; } .visible { visibility: visible; } .invisible { visibility: collapse; } .whitespace-normal { white-space: normal; } .whitespace-no-wrap { white-space: nowrap; } .whitespace-pre { white-space: pre; } .whitespace-pre-line { white-space: pre-line; } .whitespace-pre-wrap { white-space: pre-wrap; } .break-normal { word-break: normal; overflow-wrap: normal; } .break-words { overflow-wrap: break-word; } .break-all { word-break: break-all; } .truncate { overflow: hidden; white-space: nowrap; } .w-0 { width: 0; } .w-1 { width: 4px; } .w-2 { width: 8px; } .w-3 { width: 12px; } .w-4 { width: 16px; } .w-5 { width: 20px; } .w-6 { width: 24px; } .w-7 { width: 28px; } .w-8 { width: 32px; } .w-10 { width: 40px; } .w-11 { width: 44px; } .w-12 { width: 48px; } .w-14 { width: 56px; } .w-16 { width: 64px; } .w-20 { width: 80px; } .w-24 { width: 96px; } .w-28 { width: 112px; } .w-30 { width: 120px; } .w-32 { width: 128px; } .w-36 { width: 144px; } .w-40 { width: 160px; } .w-48 { width: 192px; } .w-56 { width: 224px; } .w-60 { width: 240px; } .w-64 { width: 256px; } .w-72 { width: 288px; } .w-76 { width: 304px; } .w-80 { width: 320px; } .w-84 { width: 336px; } .w-88 { width: 352px; } .w-92 { width: 368px; } .w-96 { width: 384px; } .w-100 { width: 400px; } .w-120 { width: 480px; } .w-130 { width: 520px; } .w-140 { width: 560px; } .w-160 { width: 640px; } .w-180 { width: 720px; } .w-200 { width: 800px; } .w-auto { width: auto; } .w-px { width: 1px; } .w-3_5 { width: 60%; } .w-6_5 { width: 26px; } .w-1_2 { width: 50%; } .w-1_3 { width: 33.333333%; } .w-2_3 { width: 66.666667%; } .w-1_4 { width: 25%; } .w-2_4 { width: 50%; } .w-3_4 { width: 75%; } .w-1_5 { width: 20%; } .w-2_5 { width: 40%; } .w-4_5 { width: 80%; } .w-1_6 { width: 16.666667%; } .w-2_6 { width: 33.333333%; } .w-3_6 { width: 50%; } .w-4_6 { width: 66.666667%; } .w-5_6 { width: 83.333333%; } .w-1_12 { width: 8.333333%; } .w-2_12 { width: 16.666667%; } .w-3_12 { width: 25%; } .w-4_12 { width: 33.333333%; } .w-5_12 { width: 41.666667%; } .w-6_12 { width: 50%; } .w-7_12 { width: 58.333333%; } .w-8_12 { width: 66.666667%; } .w-9_12 { width: 75%; } .w-10_12 { width: 83.333333%; } .w-11_12 { width: 91.666667%; } .w-full { width: 100%; } .w-screen { width: 100vw; } .z-0 { z-index: 0; } .z-10 { z-index: 10; } .z-20 { z-index: 20; } .z-30 { z-index: 30; } .z-40 { z-index: 40; } .z-50 { z-index: 50; } .z-auto { z-index: auto; } .gap-0 { gap: 0; } .gap-1 { gap: 4px; } .gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .gap-4 { gap: 16px; } .gap-5 { gap: 20px; } .gap-6 { gap: 24px; } .gap-7 { gap: 28px; } .gap-8 { gap: 32px; } .gap-10 { gap: 40px; } .gap-11 { gap: 44px; } .gap-12 { gap: 48px; } .gap-14 { gap: 56px; } .gap-16 { gap: 64px; } .gap-20 { gap: 80px; } .gap-24 { gap: 96px; } .gap-28 { gap: 112px; } .gap-30 { gap: 120px; } .gap-32 { gap: 128px; } .gap-36 { gap: 144px; } .gap-40 { gap: 160px; } .gap-48 { gap: 192px; } .gap-56 { gap: 224px; } .gap-60 { gap: 240px; } .gap-64 { gap: 256px; } .gap-72 { gap: 288px; } .gap-76 { gap: 304px; } .gap-80 { gap: 320px; } .gap-84 { gap: 336px; } .gap-88 { gap: 352px; } .gap-92 { gap: 368px; } .gap-96 { gap: 384px; } .gap-100 { gap: 400px; } .gap-120 { gap: 480px; } .gap-130 { gap: 520px; } .gap-140 { gap: 560px; } .gap-160 { gap: 640px; } .gap-180 { gap: 720px; } .gap-200 { gap: 800px; } .gap-px { gap: 1px; } .gap-3_5 { gap: 14px; } .gap-6_5 { gap: 26px; } .grid-flow-row { grid-auto-flow: row; } .grid-flow-col { grid-auto-flow: column; } .grid-flow-row-dense { grid-auto-flow: row dense; } .grid-flow-col-dense { grid-auto-flow: column dense; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } .grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); } .grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); } .grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); } .grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); } .grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); } .grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); } .grid-cols-none { grid-template-columns: none; } .col-auto { grid-column: auto; } .col-span-1 { grid-column: span 1 / span 1; } .col-span-2 { grid-column: span 2 / span 2; } .col-span-3 { grid-column: span 3 / span 3; } .col-span-4 { grid-column: span 4 / span 4; } .col-span-5 { grid-column: span 5 / span 5; } .col-span-6 { grid-column: span 6 / span 6; } .col-span-7 { grid-column: span 7 / span 7; } .col-span-8 { grid-column: span 8 / span 8; } .col-span-9 { grid-column: span 9 / span 9; } .col-span-10 { grid-column: span 10 / span 10; } .col-span-11 { grid-column: span 11 / span 11; } .col-span-12 { grid-column: span 12 / span 12; } .col-start-1 { grid-column-start: 1; } .col-start-2 { grid-column-start: 2; } .col-start-3 { grid-column-start: 3; } .col-start-4 { grid-column-start: 4; } .col-start-5 { grid-column-start: 5; } .col-start-6 { grid-column-start: 6; } .col-start-7 { grid-column-start: 7; } .col-start-8 { grid-column-start: 8; } .col-start-9 { grid-column-start: 9; } .col-start-10 { grid-column-start: 10; } .col-start-11 { grid-column-start: 11; } .col-start-12 { grid-column-start: 12; } .col-start-13 { grid-column-start: 13; } .col-start-auto { grid-column-start: auto; } .col-end-1 { grid-column-end: 1; } .col-end-2 { grid-column-end: 2; } .col-end-3 { grid-column-end: 3; } .col-end-4 { grid-column-end: 4; } .col-end-5 { grid-column-end: 5; } .col-end-6 { grid-column-end: 6; } .col-end-7 { grid-column-end: 7; } .col-end-8 { grid-column-end: 8; } .col-end-9 { grid-column-end: 9; } .col-end-10 { grid-column-end: 10; } .col-end-11 { grid-column-end: 11; } .col-end-12 { grid-column-end: 12; } .col-end-13 { grid-column-end: 13; } .col-end-auto { grid-column-end: auto; } .grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)); } .grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); } .grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)); } .grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)); } .grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)); } .grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)); } .grid-rows-none { grid-template-rows: none; } .row-auto { grid-row: auto; } .row-span-1 { grid-row: span 1 / span 1; } .row-span-2 { grid-row: span 2 / span 2; } .row-span-3 { grid-row: span 3 / span 3; } .row-span-4 { grid-row: span 4 / span 4; } .row-span-5 { grid-row: span 5 / span 5; } .row-span-6 { grid-row: span 6 / span 6; } .row-start-1 { grid-row-start: 1; } .row-start-2 { grid-row-start: 2; } .row-start-3 { grid-row-start: 3; } .row-start-4 { grid-row-start: 4; } .row-start-5 { grid-row-start: 5; } .row-start-6 { grid-row-start: 6; } .row-start-7 { grid-row-start: 7; } .row-start-auto { grid-row-start: auto; } .row-end-1 { grid-row-end: 1; } .row-end-2 { grid-row-end: 2; } .row-end-3 { grid-row-end: 3; } .row-end-4 { grid-row-end: 4; } .row-end-5 { grid-row-end: 5; } .row-end-6 { grid-row-end: 6; } .row-end-7 { grid-row-end: 7; } .row-end-auto { grid-row-end: auto; } .origin-center { transform-origin: center; } .origin-top { transform-origin: top; } .origin-top-right { transform-origin: top right; } .origin-right { transform-origin: right; } .origin-bottom-right { transform-origin: bottom right; } .origin-bottom { transform-origin: bottom; } .origin-bottom-left { transform-origin: bottom left; } .origin-left { transform-origin: left; } .origin-top-left { transform-origin: top left; } .transition-none { transition-property: none; } .transition-all { transition-property: all; } .transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; } .transition-colors { transition-property: background-color, border-color, color, fill, stroke; } .transition-opacity { transition-property: opacity; } .transition-shadow { transition-property: box-shadow; } .transition-transform { transition-property: transform; } .ease-linear { transition-timing-function: linear; } .ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } .ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .duration-75 { transition-duration: 75ms; } .duration-100 { transition-duration: 100ms; } .duration-150 { transition-duration: 150ms; } .duration-200 { transition-duration: 200ms; } .duration-300 { transition-duration: 300ms; } .duration-500 { transition-duration: 500ms; } .duration-700 { transition-duration: 700ms; } .duration-1000 { transition-duration: 1000ms; }
packages/demo3.3.14/src/tailwind.css
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; white-space: nowrap; border-width: 0; } .not-sr-only { position: static; width: auto; height: auto; margin: 0; padding: 0; overflow: visible; white-space: normal; } .bg-transparent { background-color: transparent; } .bg-black { background-color: #000; } .bg-white { background-color: #fff; } .bg-gray-100 { background-color: #f7fafc; } .bg-gray-200 { background-color: #edf2f7; } .bg-gray-300 { background-color: #e2e8f0; } .bg-gray-400 { background-color: #cbd5e0; } .bg-gray-500 { background-color: #a0aec0; } .bg-gray-600 { background-color: #718096; } .bg-gray-700 { background-color: #4a5568; } .bg-gray-800 { background-color: #2d3748; } .bg-gray-900 { background-color: #1a202c; } .bg-red-100 { background-color: #fff5f5; } .bg-red-200 { background-color: #fed7d7; } .bg-red-300 { background-color: #feb2b2; } .bg-red-400 { background-color: #fc8181; } .bg-red-500 { background-color: #f56565; } .bg-red-600 { background-color: #e53e3e; } .bg-red-700 { background-color: #c53030; } .bg-red-800 { background-color: #9b2c2c; } .bg-red-900 { background-color: #742a2a; } .bg-orange-100 { background-color: #fffaf0; } .bg-orange-200 { background-color: #feebc8; } .bg-orange-300 { background-color: #fbd38d; } .bg-orange-400 { background-color: #f6ad55; } .bg-orange-500 { background-color: #ed8936; } .bg-orange-600 { background-color: #dd6b20; } .bg-orange-700 { background-color: #c05621; } .bg-orange-800 { background-color: #9c4221; } .bg-orange-900 { background-color: #7b341e; } .bg-yellow-100 { background-color: #fffff0; } .bg-yellow-200 { background-color: #fefcbf; } .bg-yellow-300 { background-color: #faf089; } .bg-yellow-400 { background-color: #f6e05e; } .bg-yellow-500 { background-color: #ecc94b; } .bg-yellow-600 { background-color: #d69e2e; } .bg-yellow-700 { background-color: #b7791f; } .bg-yellow-800 { background-color: #975a16; } .bg-yellow-900 { background-color: #744210; } .bg-green-100 { background-color: #f0fff4; } .bg-green-200 { background-color: #c6f6d5; } .bg-green-300 { background-color: #9ae6b4; } .bg-green-400 { background-color: #68d391; } .bg-green-500 { background-color: #48bb78; } .bg-green-600 { background-color: #38a169; } .bg-green-700 { background-color: #2f855a; } .bg-green-800 { background-color: #276749; } .bg-green-900 { background-color: #22543d; } .bg-teal-100 { background-color: #e6fffa; } .bg-teal-200 { background-color: #b2f5ea; } .bg-teal-300 { background-color: #81e6d9; } .bg-teal-400 { background-color: #4fd1c5; } .bg-teal-500 { background-color: #38b2ac; } .bg-teal-600 { background-color: #319795; } .bg-teal-700 { background-color: #2c7a7b; } .bg-teal-800 { background-color: #285e61; } .bg-teal-900 { background-color: #234e52; } .bg-blue-100 { background-color: #ebf8ff; } .bg-blue-200 { background-color: #bee3f8; } .bg-blue-300 { background-color: #90cdf4; } .bg-blue-400 { background-color: #63b3ed; } .bg-blue-500 { background-color: #4299e1; } .bg-blue-600 { background-color: #3182ce; } .bg-blue-700 { background-color: #2b6cb0; } .bg-blue-800 { background-color: #2c5282; } .bg-blue-900 { background-color: #2a4365; } .bg-indigo-100 { background-color: #ebf4ff; } .bg-indigo-200 { background-color: #c3dafe; } .bg-indigo-300 { background-color: #a3bffa; } .bg-indigo-400 { background-color: #7f9cf5; } .bg-indigo-500 { background-color: #667eea; } .bg-indigo-600 { background-color: #5a67d8; } .bg-indigo-700 { background-color: #4c51bf; } .bg-indigo-800 { background-color: #434190; } .bg-indigo-900 { background-color: #3c366b; } .bg-purple-100 { background-color: #faf5ff; } .bg-purple-200 { background-color: #e9d8fd; } .bg-purple-300 { background-color: #d6bcfa; } .bg-purple-400 { background-color: #b794f4; } .bg-purple-500 { background-color: #9f7aea; } .bg-purple-600 { background-color: #805ad5; } .bg-purple-700 { background-color: #6b46c1; } .bg-purple-800 { background-color: #553c9a; } .bg-purple-900 { background-color: #44337a; } .bg-pink-100 { background-color: #fff5f7; } .bg-pink-200 { background-color: #fed7e2; } .bg-pink-300 { background-color: #fbb6ce; } .bg-pink-400 { background-color: #f687b3; } .bg-pink-500 { background-color: #ed64a6; } .bg-pink-600 { background-color: #d53f8c; } .bg-pink-700 { background-color: #b83280; } .bg-pink-800 { background-color: #97266d; } .bg-pink-900 { background-color: #702459; } .bg-bottom { background-position: bottom; } .bg-center { background-position: center; } .bg-left { background-position: left; } .bg-left-bottom { background-position: left bottom; } .bg-left-top { background-position: left top; } .bg-right { background-position: right; } .bg-right-bottom { background-position: right bottom; } .bg-right-top { background-position: right top; } .bg-top { background-position: top; } .bg-repeat { background-repeat: repeat; } .bg-no-repeat { background-repeat: no-repeat; } .bg-repeat-x { background-repeat: repeat-x; } .bg-repeat-y { background-repeat: repeat-y; } .bg-cover { background-size: cover; } .bg-contain { background-size: contain; } .border-transparent { border-color: transparent; } .border-black { border-color: #000; } .border-white { border-color: #fff; } .border-gray-100 { border-color: #f7fafc; } .border-gray-200 { border-color: #edf2f7; } .border-gray-300 { border-color: #e2e8f0; } .border-gray-400 { border-color: #cbd5e0; } .border-gray-500 { border-color: #a0aec0; } .border-gray-600 { border-color: #718096; } .border-gray-700 { border-color: #4a5568; } .border-gray-800 { border-color: #2d3748; } .border-gray-900 { border-color: #1a202c; } .border-red-100 { border-color: #fff5f5; } .border-red-200 { border-color: #fed7d7; } .border-red-300 { border-color: #feb2b2; } .border-red-400 { border-color: #fc8181; } .border-red-500 { border-color: #f56565; } .border-red-600 { border-color: #e53e3e; } .border-red-700 { border-color: #c53030; } .border-red-800 { border-color: #9b2c2c; } .border-red-900 { border-color: #742a2a; } .border-orange-100 { border-color: #fffaf0; } .border-orange-200 { border-color: #feebc8; } .border-orange-300 { border-color: #fbd38d; } .border-orange-400 { border-color: #f6ad55; } .border-orange-500 { border-color: #ed8936; } .border-orange-600 { border-color: #dd6b20; } .border-orange-700 { border-color: #c05621; } .border-orange-800 { border-color: #9c4221; } .border-orange-900 { border-color: #7b341e; } .border-yellow-100 { border-color: #fffff0; } .border-yellow-200 { border-color: #fefcbf; } .border-yellow-300 { border-color: #faf089; } .border-yellow-400 { border-color: #f6e05e; } .border-yellow-500 { border-color: #ecc94b; } .border-yellow-600 { border-color: #d69e2e; } .border-yellow-700 { border-color: #b7791f; } .border-yellow-800 { border-color: #975a16; } .border-yellow-900 { border-color: #744210; } .border-green-100 { border-color: #f0fff4; } .border-green-200 { border-color: #c6f6d5; } .border-green-300 { border-color: #9ae6b4; } .border-green-400 { border-color: #68d391; } .border-green-500 { border-color: #48bb78; } .border-green-600 { border-color: #38a169; } .border-green-700 { border-color: #2f855a; } .border-green-800 { border-color: #276749; } .border-green-900 { border-color: #22543d; } .border-teal-100 { border-color: #e6fffa; } .border-teal-200 { border-color: #b2f5ea; } .border-teal-300 { border-color: #81e6d9; } .border-teal-400 { border-color: #4fd1c5; } .border-teal-500 { border-color: #38b2ac; } .border-teal-600 { border-color: #319795; } .border-teal-700 { border-color: #2c7a7b; } .border-teal-800 { border-color: #285e61; } .border-teal-900 { border-color: #234e52; } .border-blue-100 { border-color: #ebf8ff; } .border-blue-200 { border-color: #bee3f8; } .border-blue-300 { border-color: #90cdf4; } .border-blue-400 { border-color: #63b3ed; } .border-blue-500 { border-color: #4299e1; } .border-blue-600 { border-color: #3182ce; } .border-blue-700 { border-color: #2b6cb0; } .border-blue-800 { border-color: #2c5282; } .border-blue-900 { border-color: #2a4365; } .border-indigo-100 { border-color: #ebf4ff; } .border-indigo-200 { border-color: #c3dafe; } .border-indigo-300 { border-color: #a3bffa; } .border-indigo-400 { border-color: #7f9cf5; } .border-indigo-500 { border-color: #667eea; } .border-indigo-600 { border-color: #5a67d8; } .border-indigo-700 { border-color: #4c51bf; } .border-indigo-800 { border-color: #434190; } .border-indigo-900 { border-color: #3c366b; } .border-purple-100 { border-color: #faf5ff; } .border-purple-200 { border-color: #e9d8fd; } .border-purple-300 { border-color: #d6bcfa; } .border-purple-400 { border-color: #b794f4; } .border-purple-500 { border-color: #9f7aea; } .border-purple-600 { border-color: #805ad5; } .border-purple-700 { border-color: #6b46c1; } .border-purple-800 { border-color: #553c9a; } .border-purple-900 { border-color: #44337a; } .border-pink-100 { border-color: #fff5f7; } .border-pink-200 { border-color: #fed7e2; } .border-pink-300 { border-color: #fbb6ce; } .border-pink-400 { border-color: #f687b3; } .border-pink-500 { border-color: #ed64a6; } .border-pink-600 { border-color: #d53f8c; } .border-pink-700 { border-color: #b83280; } .border-pink-800 { border-color: #97266d; } .border-pink-900 { border-color: #702459; } .rounded-none { border-radius: 0; } .rounded-sm { border-radius: 2px; } .rounded { border-radius: 4px; } .rounded-lg { border-radius: 8px; } .rounded-xl { border-radius: 10px; } .rounded-2xl { border-radius: 12px; } .rounded-full { border-radius: 9999px; } .rounded-t-none { border-top-left-radius: 0; border-top-right-radius: 0; } .rounded-r-none { border-top-right-radius: 0; border-bottom-right-radius: 0; } .rounded-b-none { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .rounded-l-none { border-top-left-radius: 0; border-bottom-left-radius: 0; } .rounded-t-sm { border-top-left-radius: 2px; border-top-right-radius: 2px; } .rounded-r-sm { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .rounded-b-sm { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .rounded-l-sm { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .rounded-t { border-top-left-radius: 4px; border-top-right-radius: 4px; } .rounded-r { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .rounded-b { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .rounded-l { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .rounded-t-lg { border-top-left-radius: 8px; border-top-right-radius: 8px; } .rounded-r-lg { border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .rounded-b-lg { border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; } .rounded-l-lg { border-top-left-radius: 8px; border-bottom-left-radius: 8px; } .rounded-t-xl { border-top-left-radius: 10px; border-top-right-radius: 10px; } .rounded-r-xl { border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .rounded-b-xl { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .rounded-l-xl { border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .rounded-t-2xl { border-top-left-radius: 12px; border-top-right-radius: 12px; } .rounded-r-2xl { border-top-right-radius: 12px; border-bottom-right-radius: 12px; } .rounded-b-2xl { border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; } .rounded-l-2xl { border-top-left-radius: 12px; border-bottom-left-radius: 12px; } .rounded-t-full { border-top-left-radius: 9999px; border-top-right-radius: 9999px; } .rounded-r-full { border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; } .rounded-b-full { border-bottom-right-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-l-full { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-tl-none { border-top-left-radius: 0; } .rounded-tr-none { border-top-right-radius: 0; } .rounded-br-none { border-bottom-right-radius: 0; } .rounded-bl-none { border-bottom-left-radius: 0; } .rounded-tl-sm { border-top-left-radius: 2px; } .rounded-tr-sm { border-top-right-radius: 2px; } .rounded-br-sm { border-bottom-right-radius: 2px; } .rounded-bl-sm { border-bottom-left-radius: 2px; } .rounded-tl { border-top-left-radius: 4px; } .rounded-tr { border-top-right-radius: 4px; } .rounded-br { border-bottom-right-radius: 4px; } .rounded-bl { border-bottom-left-radius: 4px; } .rounded-tl-lg { border-top-left-radius: 8px; } .rounded-tr-lg { border-top-right-radius: 8px; } .rounded-br-lg { border-bottom-right-radius: 8px; } .rounded-bl-lg { border-bottom-left-radius: 8px; } .rounded-tl-xl { border-top-left-radius: 10px; } .rounded-tr-xl { border-top-right-radius: 10px; } .rounded-br-xl { border-bottom-right-radius: 10px; } .rounded-bl-xl { border-bottom-left-radius: 10px; } .rounded-tl-2xl { border-top-left-radius: 12px; } .rounded-tr-2xl { border-top-right-radius: 12px; } .rounded-br-2xl { border-bottom-right-radius: 12px; } .rounded-bl-2xl { border-bottom-left-radius: 12px; } .rounded-tl-full { border-top-left-radius: 9999px; } .rounded-tr-full { border-top-right-radius: 9999px; } .rounded-br-full { border-bottom-right-radius: 9999px; } .rounded-bl-full { border-bottom-left-radius: 9999px; } .border-solid { border-style: solid; } .border-dashed { border-style: dashed; } .border-dotted { border-style: dotted; } .border-double { border-style: double; } .border-none { border-style: none; } .border-0 { border-width: 0; } .border-2 { border-width: 2px; } .border-4 { border-width: 4px; } .border-8 { border-width: 8px; } .border { border-width: 1px; } .border-px { border-width: 1px; } .border-t-0 { border-top-width: 0; } .border-r-0 { border-right-width: 0; } .border-b-0 { border-bottom-width: 0; } .border-l-0 { border-left-width: 0; } .border-t-2 { border-top-width: 2px; } .border-r-2 { border-right-width: 2px; } .border-b-2 { border-bottom-width: 2px; } .border-l-2 { border-left-width: 2px; } .border-t-4 { border-top-width: 4px; } .border-r-4 { border-right-width: 4px; } .border-b-4 { border-bottom-width: 4px; } .border-l-4 { border-left-width: 4px; } .border-t-8 { border-top-width: 8px; } .border-r-8 { border-right-width: 8px; } .border-b-8 { border-bottom-width: 8px; } .border-l-8 { border-left-width: 8px; } .border-t { border-top-width: 1px; } .border-r { border-right-width: 1px; } .border-b { border-bottom-width: 1px; } .border-l { border-left-width: 1px; } .border-t-px { border-top-width: 1px; } .border-r-px { border-right-width: 1px; } .border-b-px { border-bottom-width: 1px; } .border-l-px { border-left-width: 1px; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .inline-flex { display: inline-flex; } .grid { display: grid; } .table { display: table; } .table-caption { display: table-caption; } .table-cell { display: table-cell; } .table-column { display: table-column; } .table-column-group { display: table-column-group; } .table-footer-group { display: table-footer-group; } .table-header-group { display: table-header-group; } .table-row-group { display: table-row-group; } .table-row { display: table-row; } .hidden { display: none; } .flex-row { flex-direction: row; } .flex-row-reverse { flex-direction: row-reverse; } .flex-col { flex-direction: column; } .flex-col-reverse { flex-direction: column-reverse; } .flex-wrap { flex-wrap: wrap; } .flex-wrap-reverse { flex-wrap: wrap-reverse; } .flex-no-wrap { flex-wrap: nowrap; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .self-auto { align-self: auto; } .self-start { align-self: flex-start; } .self-end { align-self: flex-end; } .self-center { align-self: center; } .self-stretch { align-self: stretch; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .justify-evenly { justify-content: space-evenly; } .content-center { align-content: center; } .content-start { align-content: flex-start; } .content-end { align-content: flex-end; } .content-between { align-content: space-between; } .content-around { align-content: space-around; } .flex-1 { flex: 1 1 0%; } .flex-auto { flex: 1 1 auto; } .flex-initial { flex: 0 1 auto; } .flex-none { flex: none; } .flex-grow-0 { flex-grow: 0; } .flex-grow { flex-grow: 1; } .flex-shrink-0 { flex-shrink: 0; } .flex-shrink { flex-shrink: 1; } .font-sans { font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; } .font-serif { font-family: Constantia, Lucida Bright, Lucidabright, Lucida serif, Lucida, DejaVu serif, Bitstream Vera serif, Liberation serif, Georgia, serif; } .font-mono { font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; } .font-hairline { font-weight: 100; } .font-thin { font-weight: 200; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-black { font-weight: 900; } .h-0 { height: 0; } .h-1 { height: 4px; } .h-2 { height: 8px; } .h-3 { height: 12px; } .h-4 { height: 16px; } .h-5 { height: 20px; } .h-6 { height: 24px; } .h-7 { height: 28px; } .h-8 { height: 32px; } .h-10 { height: 40px; } .h-11 { height: 44px; } .h-12 { height: 48px; } .h-14 { height: 56px; } .h-16 { height: 64px; } .h-20 { height: 80px; } .h-24 { height: 96px; } .h-28 { height: 112px; } .h-30 { height: 120px; } .h-32 { height: 128px; } .h-36 { height: 144px; } .h-40 { height: 160px; } .h-48 { height: 192px; } .h-56 { height: 224px; } .h-60 { height: 240px; } .h-64 { height: 256px; } .h-72 { height: 288px; } .h-76 { height: 304px; } .h-80 { height: 320px; } .h-84 { height: 336px; } .h-88 { height: 352px; } .h-92 { height: 368px; } .h-96 { height: 384px; } .h-100 { height: 400px; } .h-120 { height: 480px; } .h-130 { height: 520px; } .h-140 { height: 560px; } .h-160 { height: 640px; } .h-180 { height: 720px; } .h-200 { height: 800px; } .h-auto { height: auto; } .h-px { height: 1px; } .h-3_5 { height: 60%; } .h-6_5 { height: 26px; } .h-1_2 { height: 50%; } .h-1_3 { height: 33.333333%; } .h-2_3 { height: 66.666667%; } .h-1_4 { height: 25%; } .h-2_4 { height: 50%; } .h-3_4 { height: 75%; } .h-1_5 { height: 20%; } .h-2_5 { height: 40%; } .h-4_5 { height: 80%; } .h-1_6 { height: 16.666667%; } .h-2_6 { height: 33.333333%; } .h-3_6 { height: 50%; } .h-4_6 { height: 66.666667%; } .h-5_6 { height: 83.333333%; } .h-1_12 { height: 8.333333%; } .h-2_12 { height: 16.666667%; } .h-3_12 { height: 25%; } .h-4_12 { height: 33.333333%; } .h-5_12 { height: 41.666667%; } .h-6_12 { height: 50%; } .h-7_12 { height: 58.333333%; } .h-8_12 { height: 66.666667%; } .h-9_12 { height: 75%; } .h-10_12 { height: 83.333333%; } .h-11_12 { height: 91.666667%; } .h-full { height: 100%; } .h-screen { height: 100vh; } .leading-3 { line-height: 12px; } .leading-4 { line-height: 16px; } .leading-5 { line-height: 20px; } .leading-6 { line-height: 24px; } .leading-7 { line-height: 28px; } .leading-8 { line-height: 32px; } .leading-9 { line-height: 36px; } .leading-10 { line-height: 40px; } .leading-none { line-height: 1; } .leading-tight { line-height: 1.25; } .leading-snug { line-height: 1.375; } .leading-normal { line-height: 1.5; } .leading-relaxed { line-height: 1.625; } .leading-loose { line-height: 2; } .m-0 { margin: 0; } .m-1 { margin: 4px; } .m-2 { margin: 8px; } .m-3 { margin: 12px; } .m-4 { margin: 16px; } .m-5 { margin: 20px; } .m-6 { margin: 24px; } .m-7 { margin: 28px; } .m-8 { margin: 32px; } .m-10 { margin: 40px; } .m-11 { margin: 44px; } .m-12 { margin: 48px; } .m-14 { margin: 56px; } .m-16 { margin: 64px; } .m-20 { margin: 80px; } .m-24 { margin: 96px; } .m-28 { margin: 112px; } .m-30 { margin: 120px; } .m-32 { margin: 128px; } .m-36 { margin: 144px; } .m-40 { margin: 160px; } .m-48 { margin: 192px; } .m-56 { margin: 224px; } .m-60 { margin: 240px; } .m-64 { margin: 256px; } .m-72 { margin: 288px; } .m-76 { margin: 304px; } .m-80 { margin: 320px; } .m-84 { margin: 336px; } .m-88 { margin: 352px; } .m-92 { margin: 368px; } .m-96 { margin: 384px; } .m-100 { margin: 400px; } .m-120 { margin: 480px; } .m-130 { margin: 520px; } .m-140 { margin: 560px; } .m-160 { margin: 640px; } .m-180 { margin: 720px; } .m-200 { margin: 800px; } .m-auto { margin: auto; } .m-px { margin: 1px; } .m-3_5 { margin: 14px; } .m-6_5 { margin: 26px; } .-m-0 { margin: 0; } .-m-1 { margin: -4px; } .-m-2 { margin: -8px; } .-m-3 { margin: -12px; } .-m-4 { margin: -16px; } .-m-5 { margin: -20px; } .-m-6 { margin: -24px; } .-m-7 { margin: -28px; } .-m-8 { margin: -32px; } .-m-10 { margin: -40px; } .-m-11 { margin: -44px; } .-m-12 { margin: -48px; } .-m-14 { margin: -56px; } .-m-16 { margin: -64px; } .-m-20 { margin: -80px; } .-m-24 { margin: -96px; } .-m-28 { margin: -112px; } .-m-30 { margin: -120px; } .-m-32 { margin: -128px; } .-m-36 { margin: -144px; } .-m-40 { margin: -160px; } .-m-48 { margin: -192px; } .-m-56 { margin: -224px; } .-m-60 { margin: -240px; } .-m-64 { margin: -256px; } .-m-72 { margin: -288px; } .-m-76 { margin: -304px; } .-m-80 { margin: -320px; } .-m-84 { margin: -336px; } .-m-88 { margin: -352px; } .-m-92 { margin: -368px; } .-m-96 { margin: -384px; } .-m-100 { margin: -400px; } .-m-120 { margin: -480px; } .-m-130 { margin: -520px; } .-m-140 { margin: -560px; } .-m-160 { margin: -640px; } .-m-180 { margin: -720px; } .-m-200 { margin: -800px; } .-m-px { margin: -1px; } .-m-3_5 { margin: -14px; } .-m-6_5 { margin: -26px; } .my-0 { margin-top: 0; margin-bottom: 0; } .mx-0 { margin-right: 0; margin-left: 0; } .my-1 { margin-top: 4px; margin-bottom: 4px; } .mx-1 { margin-right: 4px; margin-left: 4px; } .my-2 { margin-top: 8px; margin-bottom: 8px; } .mx-2 { margin-right: 8px; margin-left: 8px; } .my-3 { margin-top: 12px; margin-bottom: 12px; } .mx-3 { margin-right: 12px; margin-left: 12px; } .my-4 { margin-top: 16px; margin-bottom: 16px; } .mx-4 { margin-right: 16px; margin-left: 16px; } .my-5 { margin-top: 20px; margin-bottom: 20px; } .mx-5 { margin-right: 20px; margin-left: 20px; } .my-6 { margin-top: 24px; margin-bottom: 24px; } .mx-6 { margin-right: 24px; margin-left: 24px; } .my-7 { margin-top: 28px; margin-bottom: 28px; } .mx-7 { margin-right: 28px; margin-left: 28px; } .my-8 { margin-top: 32px; margin-bottom: 32px; } .mx-8 { margin-right: 32px; margin-left: 32px; } .my-10 { margin-top: 40px; margin-bottom: 40px; } .mx-10 { margin-right: 40px; margin-left: 40px; } .my-11 { margin-top: 44px; margin-bottom: 44px; } .mx-11 { margin-right: 44px; margin-left: 44px; } .my-12 { margin-top: 48px; margin-bottom: 48px; } .mx-12 { margin-right: 48px; margin-left: 48px; } .my-14 { margin-top: 56px; margin-bottom: 56px; } .mx-14 { margin-right: 56px; margin-left: 56px; } .my-16 { margin-top: 64px; margin-bottom: 64px; } .mx-16 { margin-right: 64px; margin-left: 64px; } .my-20 { margin-top: 80px; margin-bottom: 80px; } .mx-20 { margin-right: 80px; margin-left: 80px; } .my-24 { margin-top: 96px; margin-bottom: 96px; } .mx-24 { margin-right: 96px; margin-left: 96px; } .my-28 { margin-top: 112px; margin-bottom: 112px; } .mx-28 { margin-right: 112px; margin-left: 112px; } .my-30 { margin-top: 120px; margin-bottom: 120px; } .mx-30 { margin-right: 120px; margin-left: 120px; } .my-32 { margin-top: 128px; margin-bottom: 128px; } .mx-32 { margin-right: 128px; margin-left: 128px; } .my-36 { margin-top: 144px; margin-bottom: 144px; } .mx-36 { margin-right: 144px; margin-left: 144px; } .my-40 { margin-top: 160px; margin-bottom: 160px; } .mx-40 { margin-right: 160px; margin-left: 160px; } .my-48 { margin-top: 192px; margin-bottom: 192px; } .mx-48 { margin-right: 192px; margin-left: 192px; } .my-56 { margin-top: 224px; margin-bottom: 224px; } .mx-56 { margin-right: 224px; margin-left: 224px; } .my-60 { margin-top: 240px; margin-bottom: 240px; } .mx-60 { margin-right: 240px; margin-left: 240px; } .my-64 { margin-top: 256px; margin-bottom: 256px; } .mx-64 { margin-right: 256px; margin-left: 256px; } .my-72 { margin-top: 288px; margin-bottom: 288px; } .mx-72 { margin-right: 288px; margin-left: 288px; } .my-76 { margin-top: 304px; margin-bottom: 304px; } .mx-76 { margin-right: 304px; margin-left: 304px; } .my-80 { margin-top: 320px; margin-bottom: 320px; } .mx-80 { margin-right: 320px; margin-left: 320px; } .my-84 { margin-top: 336px; margin-bottom: 336px; } .mx-84 { margin-right: 336px; margin-left: 336px; } .my-88 { margin-top: 352px; margin-bottom: 352px; } .mx-88 { margin-right: 352px; margin-left: 352px; } .my-92 { margin-top: 368px; margin-bottom: 368px; } .mx-92 { margin-right: 368px; margin-left: 368px; } .my-96 { margin-top: 384px; margin-bottom: 384px; } .mx-96 { margin-right: 384px; margin-left: 384px; } .my-100 { margin-top: 400px; margin-bottom: 400px; } .mx-100 { margin-right: 400px; margin-left: 400px; } .my-120 { margin-top: 480px; margin-bottom: 480px; } .mx-120 { margin-right: 480px; margin-left: 480px; } .my-130 { margin-top: 520px; margin-bottom: 520px; } .mx-130 { margin-right: 520px; margin-left: 520px; } .my-140 { margin-top: 560px; margin-bottom: 560px; } .mx-140 { margin-right: 560px; margin-left: 560px; } .my-160 { margin-top: 640px; margin-bottom: 640px; } .mx-160 { margin-right: 640px; margin-left: 640px; } .my-180 { margin-top: 720px; margin-bottom: 720px; } .mx-180 { margin-right: 720px; margin-left: 720px; } .my-200 { margin-top: 800px; margin-bottom: 800px; } .mx-200 { margin-right: 800px; margin-left: 800px; } .my-auto { margin-top: auto; margin-bottom: auto; } .mx-auto { margin-right: auto; margin-left: auto; } .my-px { margin-top: 1px; margin-bottom: 1px; } .mx-px { margin-right: 1px; margin-left: 1px; } .my-3_5 { margin-top: 14px; margin-bottom: 14px; } .mx-3_5 { margin-right: 14px; margin-left: 14px; } .my-6_5 { margin-top: 26px; margin-bottom: 26px; } .mx-6_5 { margin-right: 26px; margin-left: 26px; } .-my-0 { margin-top: 0; margin-bottom: 0; } .-mx-0 { margin-right: 0; margin-left: 0; } .-my-1 { margin-top: -4px; margin-bottom: -4px; } .-mx-1 { margin-right: -4px; margin-left: -4px; } .-my-2 { margin-top: -8px; margin-bottom: -8px; } .-mx-2 { margin-right: -8px; margin-left: -8px; } .-my-3 { margin-top: -12px; margin-bottom: -12px; } .-mx-3 { margin-right: -12px; margin-left: -12px; } .-my-4 { margin-top: -16px; margin-bottom: -16px; } .-mx-4 { margin-right: -16px; margin-left: -16px; } .-my-5 { margin-top: -20px; margin-bottom: -20px; } .-mx-5 { margin-right: -20px; margin-left: -20px; } .-my-6 { margin-top: -24px; margin-bottom: -24px; } .-mx-6 { margin-right: -24px; margin-left: -24px; } .-my-7 { margin-top: -28px; margin-bottom: -28px; } .-mx-7 { margin-right: -28px; margin-left: -28px; } .-my-8 { margin-top: -32px; margin-bottom: -32px; } .-mx-8 { margin-right: -32px; margin-left: -32px; } .-my-10 { margin-top: -40px; margin-bottom: -40px; } .-mx-10 { margin-right: -40px; margin-left: -40px; } .-my-11 { margin-top: -44px; margin-bottom: -44px; } .-mx-11 { margin-right: -44px; margin-left: -44px; } .-my-12 { margin-top: -48px; margin-bottom: -48px; } .-mx-12 { margin-right: -48px; margin-left: -48px; } .-my-14 { margin-top: -56px; margin-bottom: -56px; } .-mx-14 { margin-right: -56px; margin-left: -56px; } .-my-16 { margin-top: -64px; margin-bottom: -64px; } .-mx-16 { margin-right: -64px; margin-left: -64px; } .-my-20 { margin-top: -80px; margin-bottom: -80px; } .-mx-20 { margin-right: -80px; margin-left: -80px; } .-my-24 { margin-top: -96px; margin-bottom: -96px; } .-mx-24 { margin-right: -96px; margin-left: -96px; } .-my-28 { margin-top: -112px; margin-bottom: -112px; } .-mx-28 { margin-right: -112px; margin-left: -112px; } .-my-30 { margin-top: -120px; margin-bottom: -120px; } .-mx-30 { margin-right: -120px; margin-left: -120px; } .-my-32 { margin-top: -128px; margin-bottom: -128px; } .-mx-32 { margin-right: -128px; margin-left: -128px; } .-my-36 { margin-top: -144px; margin-bottom: -144px; } .-mx-36 { margin-right: -144px; margin-left: -144px; } .-my-40 { margin-top: -160px; margin-bottom: -160px; } .-mx-40 { margin-right: -160px; margin-left: -160px; } .-my-48 { margin-top: -192px; margin-bottom: -192px; } .-mx-48 { margin-right: -192px; margin-left: -192px; } .-my-56 { margin-top: -224px; margin-bottom: -224px; } .-mx-56 { margin-right: -224px; margin-left: -224px; } .-my-60 { margin-top: -240px; margin-bottom: -240px; } .-mx-60 { margin-right: -240px; margin-left: -240px; } .-my-64 { margin-top: -256px; margin-bottom: -256px; } .-mx-64 { margin-right: -256px; margin-left: -256px; } .-my-72 { margin-top: -288px; margin-bottom: -288px; } .-mx-72 { margin-right: -288px; margin-left: -288px; } .-my-76 { margin-top: -304px; margin-bottom: -304px; } .-mx-76 { margin-right: -304px; margin-left: -304px; } .-my-80 { margin-top: -320px; margin-bottom: -320px; } .-mx-80 { margin-right: -320px; margin-left: -320px; } .-my-84 { margin-top: -336px; margin-bottom: -336px; } .-mx-84 { margin-right: -336px; margin-left: -336px; } .-my-88 { margin-top: -352px; margin-bottom: -352px; } .-mx-88 { margin-right: -352px; margin-left: -352px; } .-my-92 { margin-top: -368px; margin-bottom: -368px; } .-mx-92 { margin-right: -368px; margin-left: -368px; } .-my-96 { margin-top: -384px; margin-bottom: -384px; } .-mx-96 { margin-right: -384px; margin-left: -384px; } .-my-100 { margin-top: -400px; margin-bottom: -400px; } .-mx-100 { margin-right: -400px; margin-left: -400px; } .-my-120 { margin-top: -480px; margin-bottom: -480px; } .-mx-120 { margin-right: -480px; margin-left: -480px; } .-my-130 { margin-top: -520px; margin-bottom: -520px; } .-mx-130 { margin-right: -520px; margin-left: -520px; } .-my-140 { margin-top: -560px; margin-bottom: -560px; } .-mx-140 { margin-right: -560px; margin-left: -560px; } .-my-160 { margin-top: -640px; margin-bottom: -640px; } .-mx-160 { margin-right: -640px; margin-left: -640px; } .-my-180 { margin-top: -720px; margin-bottom: -720px; } .-mx-180 { margin-right: -720px; margin-left: -720px; } .-my-200 { margin-top: -800px; margin-bottom: -800px; } .-mx-200 { margin-right: -800px; margin-left: -800px; } .-my-px { margin-top: -1px; margin-bottom: -1px; } .-mx-px { margin-right: -1px; margin-left: -1px; } .-my-3_5 { margin-top: -14px; margin-bottom: -14px; } .-mx-3_5 { margin-right: -14px; margin-left: -14px; } .-my-6_5 { margin-top: -26px; margin-bottom: -26px; } .-mx-6_5 { margin-right: -26px; margin-left: -26px; } .mt-0 { margin-top: 0; } .mr-0 { margin-right: 0; } .mb-0 { margin-bottom: 0; } .ml-0 { margin-left: 0; } .mt-1 { margin-top: 4px; } .mr-1 { margin-right: 4px; } .mb-1 { margin-bottom: 4px; } .ml-1 { margin-left: 4px; } .mt-2 { margin-top: 8px; } .mr-2 { margin-right: 8px; } .mb-2 { margin-bottom: 8px; } .ml-2 { margin-left: 8px; } .mt-3 { margin-top: 12px; } .mr-3 { margin-right: 12px; } .mb-3 { margin-bottom: 12px; } .ml-3 { margin-left: 12px; } .mt-4 { margin-top: 16px; } .mr-4 { margin-right: 16px; } .mb-4 { margin-bottom: 16px; } .ml-4 { margin-left: 16px; } .mt-5 { margin-top: 20px; } .mr-5 { margin-right: 20px; } .mb-5 { margin-bottom: 20px; } .ml-5 { margin-left: 20px; } .mt-6 { margin-top: 24px; } .mr-6 { margin-right: 24px; } .mb-6 { margin-bottom: 24px; } .ml-6 { margin-left: 24px; } .mt-7 { margin-top: 28px; } .mr-7 { margin-right: 28px; } .mb-7 { margin-bottom: 28px; } .ml-7 { margin-left: 28px; } .mt-8 { margin-top: 32px; } .mr-8 { margin-right: 32px; } .mb-8 { margin-bottom: 32px; } .ml-8 { margin-left: 32px; } .mt-10 { margin-top: 40px; } .mr-10 { margin-right: 40px; } .mb-10 { margin-bottom: 40px; } .ml-10 { margin-left: 40px; } .mt-11 { margin-top: 44px; } .mr-11 { margin-right: 44px; } .mb-11 { margin-bottom: 44px; } .ml-11 { margin-left: 44px; } .mt-12 { margin-top: 48px; } .mr-12 { margin-right: 48px; } .mb-12 { margin-bottom: 48px; } .ml-12 { margin-left: 48px; } .mt-14 { margin-top: 56px; } .mr-14 { margin-right: 56px; } .mb-14 { margin-bottom: 56px; } .ml-14 { margin-left: 56px; } .mt-16 { margin-top: 64px; } .mr-16 { margin-right: 64px; } .mb-16 { margin-bottom: 64px; } .ml-16 { margin-left: 64px; } .mt-20 { margin-top: 80px; } .mr-20 { margin-right: 80px; } .mb-20 { margin-bottom: 80px; } .ml-20 { margin-left: 80px; } .mt-24 { margin-top: 96px; } .mr-24 { margin-right: 96px; } .mb-24 { margin-bottom: 96px; } .ml-24 { margin-left: 96px; } .mt-28 { margin-top: 112px; } .mr-28 { margin-right: 112px; } .mb-28 { margin-bottom: 112px; } .ml-28 { margin-left: 112px; } .mt-30 { margin-top: 120px; } .mr-30 { margin-right: 120px; } .mb-30 { margin-bottom: 120px; } .ml-30 { margin-left: 120px; } .mt-32 { margin-top: 128px; } .mr-32 { margin-right: 128px; } .mb-32 { margin-bottom: 128px; } .ml-32 { margin-left: 128px; } .mt-36 { margin-top: 144px; } .mr-36 { margin-right: 144px; } .mb-36 { margin-bottom: 144px; } .ml-36 { margin-left: 144px; } .mt-40 { margin-top: 160px; } .mr-40 { margin-right: 160px; } .mb-40 { margin-bottom: 160px; } .ml-40 { margin-left: 160px; } .mt-48 { margin-top: 192px; } .mr-48 { margin-right: 192px; } .mb-48 { margin-bottom: 192px; } .ml-48 { margin-left: 192px; } .mt-56 { margin-top: 224px; } .mr-56 { margin-right: 224px; } .mb-56 { margin-bottom: 224px; } .ml-56 { margin-left: 224px; } .mt-60 { margin-top: 240px; } .mr-60 { margin-right: 240px; } .mb-60 { margin-bottom: 240px; } .ml-60 { margin-left: 240px; } .mt-64 { margin-top: 256px; } .mr-64 { margin-right: 256px; } .mb-64 { margin-bottom: 256px; } .ml-64 { margin-left: 256px; } .mt-72 { margin-top: 288px; } .mr-72 { margin-right: 288px; } .mb-72 { margin-bottom: 288px; } .ml-72 { margin-left: 288px; } .mt-76 { margin-top: 304px; } .mr-76 { margin-right: 304px; } .mb-76 { margin-bottom: 304px; } .ml-76 { margin-left: 304px; } .mt-80 { margin-top: 320px; } .mr-80 { margin-right: 320px; } .mb-80 { margin-bottom: 320px; } .ml-80 { margin-left: 320px; } .mt-84 { margin-top: 336px; } .mr-84 { margin-right: 336px; } .mb-84 { margin-bottom: 336px; } .ml-84 { margin-left: 336px; } .mt-88 { margin-top: 352px; } .mr-88 { margin-right: 352px; } .mb-88 { margin-bottom: 352px; } .ml-88 { margin-left: 352px; } .mt-92 { margin-top: 368px; } .mr-92 { margin-right: 368px; } .mb-92 { margin-bottom: 368px; } .ml-92 { margin-left: 368px; } .mt-96 { margin-top: 384px; } .mr-96 { margin-right: 384px; } .mb-96 { margin-bottom: 384px; } .ml-96 { margin-left: 384px; } .mt-100 { margin-top: 400px; } .mr-100 { margin-right: 400px; } .mb-100 { margin-bottom: 400px; } .ml-100 { margin-left: 400px; } .mt-120 { margin-top: 480px; } .mr-120 { margin-right: 480px; } .mb-120 { margin-bottom: 480px; } .ml-120 { margin-left: 480px; } .mt-130 { margin-top: 520px; } .mr-130 { margin-right: 520px; } .mb-130 { margin-bottom: 520px; } .ml-130 { margin-left: 520px; } .mt-140 { margin-top: 560px; } .mr-140 { margin-right: 560px; } .mb-140 { margin-bottom: 560px; } .ml-140 { margin-left: 560px; } .mt-160 { margin-top: 640px; } .mr-160 { margin-right: 640px; } .mb-160 { margin-bottom: 640px; } .ml-160 { margin-left: 640px; } .mt-180 { margin-top: 720px; } .mr-180 { margin-right: 720px; } .mb-180 { margin-bottom: 720px; } .ml-180 { margin-left: 720px; } .mt-200 { margin-top: 800px; } .mr-200 { margin-right: 800px; } .mb-200 { margin-bottom: 800px; } .ml-200 { margin-left: 800px; } .mt-auto { margin-top: auto; } .mr-auto { margin-right: auto; } .mb-auto { margin-bottom: auto; } .ml-auto { margin-left: auto; } .mt-px { margin-top: 1px; } .mr-px { margin-right: 1px; } .mb-px { margin-bottom: 1px; } .ml-px { margin-left: 1px; } .mt-3_5 { margin-top: 14px; } .mr-3_5 { margin-right: 14px; } .mb-3_5 { margin-bottom: 14px; } .ml-3_5 { margin-left: 14px; } .mt-6_5 { margin-top: 26px; } .mr-6_5 { margin-right: 26px; } .mb-6_5 { margin-bottom: 26px; } .ml-6_5 { margin-left: 26px; } .-mt-0 { margin-top: 0; } .-mr-0 { margin-right: 0; } .-mb-0 { margin-bottom: 0; } .-ml-0 { margin-left: 0; } .-mt-1 { margin-top: -4px; } .-mr-1 { margin-right: -4px; } .-mb-1 { margin-bottom: -4px; } .-ml-1 { margin-left: -4px; } .-mt-2 { margin-top: -8px; } .-mr-2 { margin-right: -8px; } .-mb-2 { margin-bottom: -8px; } .-ml-2 { margin-left: -8px; } .-mt-3 { margin-top: -12px; } .-mr-3 { margin-right: -12px; } .-mb-3 { margin-bottom: -12px; } .-ml-3 { margin-left: -12px; } .-mt-4 { margin-top: -16px; } .-mr-4 { margin-right: -16px; } .-mb-4 { margin-bottom: -16px; } .-ml-4 { margin-left: -16px; } .-mt-5 { margin-top: -20px; } .-mr-5 { margin-right: -20px; } .-mb-5 { margin-bottom: -20px; } .-ml-5 { margin-left: -20px; } .-mt-6 { margin-top: -24px; } .-mr-6 { margin-right: -24px; } .-mb-6 { margin-bottom: -24px; } .-ml-6 { margin-left: -24px; } .-mt-7 { margin-top: -28px; } .-mr-7 { margin-right: -28px; } .-mb-7 { margin-bottom: -28px; } .-ml-7 { margin-left: -28px; } .-mt-8 { margin-top: -32px; } .-mr-8 { margin-right: -32px; } .-mb-8 { margin-bottom: -32px; } .-ml-8 { margin-left: -32px; } .-mt-10 { margin-top: -40px; } .-mr-10 { margin-right: -40px; } .-mb-10 { margin-bottom: -40px; } .-ml-10 { margin-left: -40px; } .-mt-11 { margin-top: -44px; } .-mr-11 { margin-right: -44px; } .-mb-11 { margin-bottom: -44px; } .-ml-11 { margin-left: -44px; } .-mt-12 { margin-top: -48px; } .-mr-12 { margin-right: -48px; } .-mb-12 { margin-bottom: -48px; } .-ml-12 { margin-left: -48px; } .-mt-14 { margin-top: -56px; } .-mr-14 { margin-right: -56px; } .-mb-14 { margin-bottom: -56px; } .-ml-14 { margin-left: -56px; } .-mt-16 { margin-top: -64px; } .-mr-16 { margin-right: -64px; } .-mb-16 { margin-bottom: -64px; } .-ml-16 { margin-left: -64px; } .-mt-20 { margin-top: -80px; } .-mr-20 { margin-right: -80px; } .-mb-20 { margin-bottom: -80px; } .-ml-20 { margin-left: -80px; } .-mt-24 { margin-top: -96px; } .-mr-24 { margin-right: -96px; } .-mb-24 { margin-bottom: -96px; } .-ml-24 { margin-left: -96px; } .-mt-28 { margin-top: -112px; } .-mr-28 { margin-right: -112px; } .-mb-28 { margin-bottom: -112px; } .-ml-28 { margin-left: -112px; } .-mt-30 { margin-top: -120px; } .-mr-30 { margin-right: -120px; } .-mb-30 { margin-bottom: -120px; } .-ml-30 { margin-left: -120px; } .-mt-32 { margin-top: -128px; } .-mr-32 { margin-right: -128px; } .-mb-32 { margin-bottom: -128px; } .-ml-32 { margin-left: -128px; } .-mt-36 { margin-top: -144px; } .-mr-36 { margin-right: -144px; } .-mb-36 { margin-bottom: -144px; } .-ml-36 { margin-left: -144px; } .-mt-40 { margin-top: -160px; } .-mr-40 { margin-right: -160px; } .-mb-40 { margin-bottom: -160px; } .-ml-40 { margin-left: -160px; } .-mt-48 { margin-top: -192px; } .-mr-48 { margin-right: -192px; } .-mb-48 { margin-bottom: -192px; } .-ml-48 { margin-left: -192px; } .-mt-56 { margin-top: -224px; } .-mr-56 { margin-right: -224px; } .-mb-56 { margin-bottom: -224px; } .-ml-56 { margin-left: -224px; } .-mt-60 { margin-top: -240px; } .-mr-60 { margin-right: -240px; } .-mb-60 { margin-bottom: -240px; } .-ml-60 { margin-left: -240px; } .-mt-64 { margin-top: -256px; } .-mr-64 { margin-right: -256px; } .-mb-64 { margin-bottom: -256px; } .-ml-64 { margin-left: -256px; } .-mt-72 { margin-top: -288px; } .-mr-72 { margin-right: -288px; } .-mb-72 { margin-bottom: -288px; } .-ml-72 { margin-left: -288px; } .-mt-76 { margin-top: -304px; } .-mr-76 { margin-right: -304px; } .-mb-76 { margin-bottom: -304px; } .-ml-76 { margin-left: -304px; } .-mt-80 { margin-top: -320px; } .-mr-80 { margin-right: -320px; } .-mb-80 { margin-bottom: -320px; } .-ml-80 { margin-left: -320px; } .-mt-84 { margin-top: -336px; } .-mr-84 { margin-right: -336px; } .-mb-84 { margin-bottom: -336px; } .-ml-84 { margin-left: -336px; } .-mt-88 { margin-top: -352px; } .-mr-88 { margin-right: -352px; } .-mb-88 { margin-bottom: -352px; } .-ml-88 { margin-left: -352px; } .-mt-92 { margin-top: -368px; } .-mr-92 { margin-right: -368px; } .-mb-92 { margin-bottom: -368px; } .-ml-92 { margin-left: -368px; } .-mt-96 { margin-top: -384px; } .-mr-96 { margin-right: -384px; } .-mb-96 { margin-bottom: -384px; } .-ml-96 { margin-left: -384px; } .-mt-100 { margin-top: -400px; } .-mr-100 { margin-right: -400px; } .-mb-100 { margin-bottom: -400px; } .-ml-100 { margin-left: -400px; } .-mt-120 { margin-top: -480px; } .-mr-120 { margin-right: -480px; } .-mb-120 { margin-bottom: -480px; } .-ml-120 { margin-left: -480px; } .-mt-130 { margin-top: -520px; } .-mr-130 { margin-right: -520px; } .-mb-130 { margin-bottom: -520px; } .-ml-130 { margin-left: -520px; } .-mt-140 { margin-top: -560px; } .-mr-140 { margin-right: -560px; } .-mb-140 { margin-bottom: -560px; } .-ml-140 { margin-left: -560px; } .-mt-160 { margin-top: -640px; } .-mr-160 { margin-right: -640px; } .-mb-160 { margin-bottom: -640px; } .-ml-160 { margin-left: -640px; } .-mt-180 { margin-top: -720px; } .-mr-180 { margin-right: -720px; } .-mb-180 { margin-bottom: -720px; } .-ml-180 { margin-left: -720px; } .-mt-200 { margin-top: -800px; } .-mr-200 { margin-right: -800px; } .-mb-200 { margin-bottom: -800px; } .-ml-200 { margin-left: -800px; } .-mt-px { margin-top: -1px; } .-mr-px { margin-right: -1px; } .-mb-px { margin-bottom: -1px; } .-ml-px { margin-left: -1px; } .-mt-3_5 { margin-top: -14px; } .-mr-3_5 { margin-right: -14px; } .-mb-3_5 { margin-bottom: -14px; } .-ml-3_5 { margin-left: -14px; } .-mt-6_5 { margin-top: -26px; } .-mr-6_5 { margin-right: -26px; } .-mb-6_5 { margin-bottom: -26px; } .-ml-6_5 { margin-left: -26px; } .max-h-full { max-height: 100%; } .max-h-screen { max-height: 100vh; } .max-w-xs { max-width: 4px; } .max-w-sm { max-width: 8px; } .max-w-md { max-width: 16px; } .max-w-lg { max-width: 32px; } .max-w-xl { max-width: 64px; } .max-w-2xl { max-width: 128px; } .max-w-3xl { max-width: 256px; } .max-w-4xl { max-width: 512px; } .max-w-full { max-width: 100%; } .min-h-0 { min-height: 0; } .min-h-full { min-height: 100%; } .min-h-screen { min-height: 100vh; } .min-w-0 { min-width: 0; } .min-w-full { min-width: 100%; } .object-contain { object-fit: contain; } .object-cover { object-fit: cover; } .object-fill { object-fit: fill; } .object-none { object-fit: none; } .object-scale-down { object-fit: scale-down; } .object-bottom { object-position: bottom; } .object-center { object-position: center; } .object-left { object-position: left; } .object-left-bottom { object-position: left bottom; } .object-left-top { object-position: left top; } .object-right { object-position: right; } .object-right-bottom { object-position: right bottom; } .object-right-top { object-position: right top; } .object-top { object-position: top; } .opacity-0 { opacity: 0; } .opacity-25 { opacity: 0.25; } .opacity-50 { opacity: 0.5; } .opacity-75 { opacity: 0.75; } .opacity-100 { opacity: 1; } .overflow-auto { overflow: auto; } .overflow-hidden { overflow: hidden; } .overflow-visible { overflow: visible; } .overflow-scroll { overflow: scroll; } .p-0 { padding: 0; } .p-1 { padding: 4px; } .p-2 { padding: 8px; } .p-3 { padding: 12px; } .p-4 { padding: 16px; } .p-5 { padding: 20px; } .p-6 { padding: 24px; } .p-7 { padding: 28px; } .p-8 { padding: 32px; } .p-10 { padding: 40px; } .p-11 { padding: 44px; } .p-12 { padding: 48px; } .p-14 { padding: 56px; } .p-16 { padding: 64px; } .p-20 { padding: 80px; } .p-24 { padding: 96px; } .p-28 { padding: 112px; } .p-30 { padding: 120px; } .p-32 { padding: 128px; } .p-36 { padding: 144px; } .p-40 { padding: 160px; } .p-48 { padding: 192px; } .p-56 { padding: 224px; } .p-60 { padding: 240px; } .p-64 { padding: 256px; } .p-72 { padding: 288px; } .p-76 { padding: 304px; } .p-80 { padding: 320px; } .p-84 { padding: 336px; } .p-88 { padding: 352px; } .p-92 { padding: 368px; } .p-96 { padding: 384px; } .p-100 { padding: 400px; } .p-120 { padding: 480px; } .p-130 { padding: 520px; } .p-140 { padding: 560px; } .p-160 { padding: 640px; } .p-180 { padding: 720px; } .p-200 { padding: 800px; } .p-px { padding: 1px; } .p-3_5 { padding: 14px; } .p-6_5 { padding: 26px; } .py-0 { padding-top: 0; padding-bottom: 0; } .px-0 { padding-right: 0; padding-left: 0; } .py-1 { padding-top: 4px; padding-bottom: 4px; } .px-1 { padding-right: 4px; padding-left: 4px; } .py-2 { padding-top: 8px; padding-bottom: 8px; } .px-2 { padding-right: 8px; padding-left: 8px; } .py-3 { padding-top: 12px; padding-bottom: 12px; } .px-3 { padding-right: 12px; padding-left: 12px; } .py-4 { padding-top: 16px; padding-bottom: 16px; } .px-4 { padding-right: 16px; padding-left: 16px; } .py-5 { padding-top: 20px; padding-bottom: 20px; } .px-5 { padding-right: 20px; padding-left: 20px; } .py-6 { padding-top: 24px; padding-bottom: 24px; } .px-6 { padding-right: 24px; padding-left: 24px; } .py-7 { padding-top: 28px; padding-bottom: 28px; } .px-7 { padding-right: 28px; padding-left: 28px; } .py-8 { padding-top: 32px; padding-bottom: 32px; } .px-8 { padding-right: 32px; padding-left: 32px; } .py-10 { padding-top: 40px; padding-bottom: 40px; } .px-10 { padding-right: 40px; padding-left: 40px; } .py-11 { padding-top: 44px; padding-bottom: 44px; } .px-11 { padding-right: 44px; padding-left: 44px; } .py-12 { padding-top: 48px; padding-bottom: 48px; } .px-12 { padding-right: 48px; padding-left: 48px; } .py-14 { padding-top: 56px; padding-bottom: 56px; } .px-14 { padding-right: 56px; padding-left: 56px; } .py-16 { padding-top: 64px; padding-bottom: 64px; } .px-16 { padding-right: 64px; padding-left: 64px; } .py-20 { padding-top: 80px; padding-bottom: 80px; } .px-20 { padding-right: 80px; padding-left: 80px; } .py-24 { padding-top: 96px; padding-bottom: 96px; } .px-24 { padding-right: 96px; padding-left: 96px; } .py-28 { padding-top: 112px; padding-bottom: 112px; } .px-28 { padding-right: 112px; padding-left: 112px; } .py-30 { padding-top: 120px; padding-bottom: 120px; } .px-30 { padding-right: 120px; padding-left: 120px; } .py-32 { padding-top: 128px; padding-bottom: 128px; } .px-32 { padding-right: 128px; padding-left: 128px; } .py-36 { padding-top: 144px; padding-bottom: 144px; } .px-36 { padding-right: 144px; padding-left: 144px; } .py-40 { padding-top: 160px; padding-bottom: 160px; } .px-40 { padding-right: 160px; padding-left: 160px; } .py-48 { padding-top: 192px; padding-bottom: 192px; } .px-48 { padding-right: 192px; padding-left: 192px; } .py-56 { padding-top: 224px; padding-bottom: 224px; } .px-56 { padding-right: 224px; padding-left: 224px; } .py-60 { padding-top: 240px; padding-bottom: 240px; } .px-60 { padding-right: 240px; padding-left: 240px; } .py-64 { padding-top: 256px; padding-bottom: 256px; } .px-64 { padding-right: 256px; padding-left: 256px; } .py-72 { padding-top: 288px; padding-bottom: 288px; } .px-72 { padding-right: 288px; padding-left: 288px; } .py-76 { padding-top: 304px; padding-bottom: 304px; } .px-76 { padding-right: 304px; padding-left: 304px; } .py-80 { padding-top: 320px; padding-bottom: 320px; } .px-80 { padding-right: 320px; padding-left: 320px; } .py-84 { padding-top: 336px; padding-bottom: 336px; } .px-84 { padding-right: 336px; padding-left: 336px; } .py-88 { padding-top: 352px; padding-bottom: 352px; } .px-88 { padding-right: 352px; padding-left: 352px; } .py-92 { padding-top: 368px; padding-bottom: 368px; } .px-92 { padding-right: 368px; padding-left: 368px; } .py-96 { padding-top: 384px; padding-bottom: 384px; } .px-96 { padding-right: 384px; padding-left: 384px; } .py-100 { padding-top: 400px; padding-bottom: 400px; } .px-100 { padding-right: 400px; padding-left: 400px; } .py-120 { padding-top: 480px; padding-bottom: 480px; } .px-120 { padding-right: 480px; padding-left: 480px; } .py-130 { padding-top: 520px; padding-bottom: 520px; } .px-130 { padding-right: 520px; padding-left: 520px; } .py-140 { padding-top: 560px; padding-bottom: 560px; } .px-140 { padding-right: 560px; padding-left: 560px; } .py-160 { padding-top: 640px; padding-bottom: 640px; } .px-160 { padding-right: 640px; padding-left: 640px; } .py-180 { padding-top: 720px; padding-bottom: 720px; } .px-180 { padding-right: 720px; padding-left: 720px; } .py-200 { padding-top: 800px; padding-bottom: 800px; } .px-200 { padding-right: 800px; padding-left: 800px; } .py-px { padding-top: 1px; padding-bottom: 1px; } .px-px { padding-right: 1px; padding-left: 1px; } .py-3_5 { padding-top: 14px; padding-bottom: 14px; } .px-3_5 { padding-right: 14px; padding-left: 14px; } .py-6_5 { padding-top: 26px; padding-bottom: 26px; } .px-6_5 { padding-right: 26px; padding-left: 26px; } .pt-0 { padding-top: 0; } .pr-0 { padding-right: 0; } .pb-0 { padding-bottom: 0; } .pl-0 { padding-left: 0; } .pt-1 { padding-top: 4px; } .pr-1 { padding-right: 4px; } .pb-1 { padding-bottom: 4px; } .pl-1 { padding-left: 4px; } .pt-2 { padding-top: 8px; } .pr-2 { padding-right: 8px; } .pb-2 { padding-bottom: 8px; } .pl-2 { padding-left: 8px; } .pt-3 { padding-top: 12px; } .pr-3 { padding-right: 12px; } .pb-3 { padding-bottom: 12px; } .pl-3 { padding-left: 12px; } .pt-4 { padding-top: 16px; } .pr-4 { padding-right: 16px; } .pb-4 { padding-bottom: 16px; } .pl-4 { padding-left: 16px; } .pt-5 { padding-top: 20px; } .pr-5 { padding-right: 20px; } .pb-5 { padding-bottom: 20px; } .pl-5 { padding-left: 20px; } .pt-6 { padding-top: 24px; } .pr-6 { padding-right: 24px; } .pb-6 { padding-bottom: 24px; } .pl-6 { padding-left: 24px; } .pt-7 { padding-top: 28px; } .pr-7 { padding-right: 28px; } .pb-7 { padding-bottom: 28px; } .pl-7 { padding-left: 28px; } .pt-8 { padding-top: 32px; } .pr-8 { padding-right: 32px; } .pb-8 { padding-bottom: 32px; } .pl-8 { padding-left: 32px; } .pt-10 { padding-top: 40px; } .pr-10 { padding-right: 40px; } .pb-10 { padding-bottom: 40px; } .pl-10 { padding-left: 40px; } .pt-11 { padding-top: 44px; } .pr-11 { padding-right: 44px; } .pb-11 { padding-bottom: 44px; } .pl-11 { padding-left: 44px; } .pt-12 { padding-top: 48px; } .pr-12 { padding-right: 48px; } .pb-12 { padding-bottom: 48px; } .pl-12 { padding-left: 48px; } .pt-14 { padding-top: 56px; } .pr-14 { padding-right: 56px; } .pb-14 { padding-bottom: 56px; } .pl-14 { padding-left: 56px; } .pt-16 { padding-top: 64px; } .pr-16 { padding-right: 64px; } .pb-16 { padding-bottom: 64px; } .pl-16 { padding-left: 64px; } .pt-20 { padding-top: 80px; } .pr-20 { padding-right: 80px; } .pb-20 { padding-bottom: 80px; } .pl-20 { padding-left: 80px; } .pt-24 { padding-top: 96px; } .pr-24 { padding-right: 96px; } .pb-24 { padding-bottom: 96px; } .pl-24 { padding-left: 96px; } .pt-28 { padding-top: 112px; } .pr-28 { padding-right: 112px; } .pb-28 { padding-bottom: 112px; } .pl-28 { padding-left: 112px; } .pt-30 { padding-top: 120px; } .pr-30 { padding-right: 120px; } .pb-30 { padding-bottom: 120px; } .pl-30 { padding-left: 120px; } .pt-32 { padding-top: 128px; } .pr-32 { padding-right: 128px; } .pb-32 { padding-bottom: 128px; } .pl-32 { padding-left: 128px; } .pt-36 { padding-top: 144px; } .pr-36 { padding-right: 144px; } .pb-36 { padding-bottom: 144px; } .pl-36 { padding-left: 144px; } .pt-40 { padding-top: 160px; } .pr-40 { padding-right: 160px; } .pb-40 { padding-bottom: 160px; } .pl-40 { padding-left: 160px; } .pt-48 { padding-top: 192px; } .pr-48 { padding-right: 192px; } .pb-48 { padding-bottom: 192px; } .pl-48 { padding-left: 192px; } .pt-56 { padding-top: 224px; } .pr-56 { padding-right: 224px; } .pb-56 { padding-bottom: 224px; } .pl-56 { padding-left: 224px; } .pt-60 { padding-top: 240px; } .pr-60 { padding-right: 240px; } .pb-60 { padding-bottom: 240px; } .pl-60 { padding-left: 240px; } .pt-64 { padding-top: 256px; } .pr-64 { padding-right: 256px; } .pb-64 { padding-bottom: 256px; } .pl-64 { padding-left: 256px; } .pt-72 { padding-top: 288px; } .pr-72 { padding-right: 288px; } .pb-72 { padding-bottom: 288px; } .pl-72 { padding-left: 288px; } .pt-76 { padding-top: 304px; } .pr-76 { padding-right: 304px; } .pb-76 { padding-bottom: 304px; } .pl-76 { padding-left: 304px; } .pt-80 { padding-top: 320px; } .pr-80 { padding-right: 320px; } .pb-80 { padding-bottom: 320px; } .pl-80 { padding-left: 320px; } .pt-84 { padding-top: 336px; } .pr-84 { padding-right: 336px; } .pb-84 { padding-bottom: 336px; } .pl-84 { padding-left: 336px; } .pt-88 { padding-top: 352px; } .pr-88 { padding-right: 352px; } .pb-88 { padding-bottom: 352px; } .pl-88 { padding-left: 352px; } .pt-92 { padding-top: 368px; } .pr-92 { padding-right: 368px; } .pb-92 { padding-bottom: 368px; } .pl-92 { padding-left: 368px; } .pt-96 { padding-top: 384px; } .pr-96 { padding-right: 384px; } .pb-96 { padding-bottom: 384px; } .pl-96 { padding-left: 384px; } .pt-100 { padding-top: 400px; } .pr-100 { padding-right: 400px; } .pb-100 { padding-bottom: 400px; } .pl-100 { padding-left: 400px; } .pt-120 { padding-top: 480px; } .pr-120 { padding-right: 480px; } .pb-120 { padding-bottom: 480px; } .pl-120 { padding-left: 480px; } .pt-130 { padding-top: 520px; } .pr-130 { padding-right: 520px; } .pb-130 { padding-bottom: 520px; } .pl-130 { padding-left: 520px; } .pt-140 { padding-top: 560px; } .pr-140 { padding-right: 560px; } .pb-140 { padding-bottom: 560px; } .pl-140 { padding-left: 560px; } .pt-160 { padding-top: 640px; } .pr-160 { padding-right: 640px; } .pb-160 { padding-bottom: 640px; } .pl-160 { padding-left: 640px; } .pt-180 { padding-top: 720px; } .pr-180 { padding-right: 720px; } .pb-180 { padding-bottom: 720px; } .pl-180 { padding-left: 720px; } .pt-200 { padding-top: 800px; } .pr-200 { padding-right: 800px; } .pb-200 { padding-bottom: 800px; } .pl-200 { padding-left: 800px; } .pt-px { padding-top: 1px; } .pr-px { padding-right: 1px; } .pb-px { padding-bottom: 1px; } .pl-px { padding-left: 1px; } .pt-3_5 { padding-top: 14px; } .pr-3_5 { padding-right: 14px; } .pb-3_5 { padding-bottom: 14px; } .pl-3_5 { padding-left: 14px; } .pt-6_5 { padding-top: 26px; } .pr-6_5 { padding-right: 26px; } .pb-6_5 { padding-bottom: 26px; } .pl-6_5 { padding-left: 26px; } .static { position: static; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .sticky { position: sticky; } .shadow-xs { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .shadow-inner { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .shadow-outline { box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); } .shadow-none { box-shadow: none; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-transparent { color: transparent; } .text-black { color: #000; } .text-white { color: #fff; } .text-gray-100 { color: #f7fafc; } .text-gray-200 { color: #edf2f7; } .text-gray-300 { color: #e2e8f0; } .text-gray-400 { color: #cbd5e0; } .text-gray-500 { color: #a0aec0; } .text-gray-600 { color: #718096; } .text-gray-700 { color: #4a5568; } .text-gray-800 { color: #2d3748; } .text-gray-900 { color: #1a202c; } .text-red-100 { color: #fff5f5; } .text-red-200 { color: #fed7d7; } .text-red-300 { color: #feb2b2; } .text-red-400 { color: #fc8181; } .text-red-500 { color: #f56565; } .text-red-600 { color: #e53e3e; } .text-red-700 { color: #c53030; } .text-red-800 { color: #9b2c2c; } .text-red-900 { color: #742a2a; } .text-orange-100 { color: #fffaf0; } .text-orange-200 { color: #feebc8; } .text-orange-300 { color: #fbd38d; } .text-orange-400 { color: #f6ad55; } .text-orange-500 { color: #ed8936; } .text-orange-600 { color: #dd6b20; } .text-orange-700 { color: #c05621; } .text-orange-800 { color: #9c4221; } .text-orange-900 { color: #7b341e; } .text-yellow-100 { color: #fffff0; } .text-yellow-200 { color: #fefcbf; } .text-yellow-300 { color: #faf089; } .text-yellow-400 { color: #f6e05e; } .text-yellow-500 { color: #ecc94b; } .text-yellow-600 { color: #d69e2e; } .text-yellow-700 { color: #b7791f; } .text-yellow-800 { color: #975a16; } .text-yellow-900 { color: #744210; } .text-green-100 { color: #f0fff4; } .text-green-200 { color: #c6f6d5; } .text-green-300 { color: #9ae6b4; } .text-green-400 { color: #68d391; } .text-green-500 { color: #48bb78; } .text-green-600 { color: #38a169; } .text-green-700 { color: #2f855a; } .text-green-800 { color: #276749; } .text-green-900 { color: #22543d; } .text-teal-100 { color: #e6fffa; } .text-teal-200 { color: #b2f5ea; } .text-teal-300 { color: #81e6d9; } .text-teal-400 { color: #4fd1c5; } .text-teal-500 { color: #38b2ac; } .text-teal-600 { color: #319795; } .text-teal-700 { color: #2c7a7b; } .text-teal-800 { color: #285e61; } .text-teal-900 { color: #234e52; } .text-blue-100 { color: #ebf8ff; } .text-blue-200 { color: #bee3f8; } .text-blue-300 { color: #90cdf4; } .text-blue-400 { color: #63b3ed; } .text-blue-500 { color: #4299e1; } .text-blue-600 { color: #3182ce; } .text-blue-700 { color: #2b6cb0; } .text-blue-800 { color: #2c5282; } .text-blue-900 { color: #2a4365; } .text-indigo-100 { color: #ebf4ff; } .text-indigo-200 { color: #c3dafe; } .text-indigo-300 { color: #a3bffa; } .text-indigo-400 { color: #7f9cf5; } .text-indigo-500 { color: #667eea; } .text-indigo-600 { color: #5a67d8; } .text-indigo-700 { color: #4c51bf; } .text-indigo-800 { color: #434190; } .text-indigo-900 { color: #3c366b; } .text-purple-100 { color: #faf5ff; } .text-purple-200 { color: #e9d8fd; } .text-purple-300 { color: #d6bcfa; } .text-purple-400 { color: #b794f4; } .text-purple-500 { color: #9f7aea; } .text-purple-600 { color: #805ad5; } .text-purple-700 { color: #6b46c1; } .text-purple-800 { color: #553c9a; } .text-purple-900 { color: #44337a; } .text-pink-100 { color: #fff5f7; } .text-pink-200 { color: #fed7e2; } .text-pink-300 { color: #fbb6ce; } .text-pink-400 { color: #f687b3; } .text-pink-500 { color: #ed64a6; } .text-pink-600 { color: #d53f8c; } .text-pink-700 { color: #b83280; } .text-pink-800 { color: #97266d; } .text-pink-900 { color: #702459; } .text-xxs { font-size: 20px; } .text-xs { font-size: 24px; } .text-sm { font-size: 28px; } .text-base { font-size: 32px; } .text-lg { font-size: 36px; } .text-xl { font-size: 40px; } .text-2xl { font-size: 48px; } .text-3xl { font-size: 60px; } .text-4xl { font-size: 72px; } .text-5xl { font-size: 96px; } .italic { font-style: italic; } .not-italic { font-style: normal; } .uppercase { text-transform: uppercase; } .lowercase { text-transform: lowercase; } .capitalize { text-transform: capitalize; } .normal-case { text-transform: none; } .underline { text-decoration: underline; } .line-through { text-decoration: line-through; } .no-underline { text-decoration: none; } .tracking-tighter { letter-spacing: -0.05em; } .tracking-tight { letter-spacing: -0.025em; } .tracking-normal { letter-spacing: 0; } .tracking-wide { letter-spacing: 0.025em; } .tracking-wider { letter-spacing: 0.05em; } .tracking-widest { letter-spacing: 0.1em; } .align-top { vertical-align: top; } .align-middle { vertical-align: center; } .align-bottom { vertical-align: bottom; } .visible { visibility: visible; } .invisible { visibility: collapse; } .whitespace-normal { white-space: normal; } .whitespace-no-wrap { white-space: nowrap; } .whitespace-pre { white-space: pre; } .whitespace-pre-line { white-space: pre-line; } .whitespace-pre-wrap { white-space: pre-wrap; } .break-normal { word-break: normal; overflow-wrap: normal; } .break-words { overflow-wrap: break-word; } .break-all { word-break: break-all; } .truncate { overflow: hidden; white-space: nowrap; } .w-0 { width: 0; } .w-1 { width: 4px; } .w-2 { width: 8px; } .w-3 { width: 12px; } .w-4 { width: 16px; } .w-5 { width: 20px; } .w-6 { width: 24px; } .w-7 { width: 28px; } .w-8 { width: 32px; } .w-10 { width: 40px; } .w-11 { width: 44px; } .w-12 { width: 48px; } .w-14 { width: 56px; } .w-16 { width: 64px; } .w-20 { width: 80px; } .w-24 { width: 96px; } .w-28 { width: 112px; } .w-30 { width: 120px; } .w-32 { width: 128px; } .w-36 { width: 144px; } .w-40 { width: 160px; } .w-48 { width: 192px; } .w-56 { width: 224px; } .w-60 { width: 240px; } .w-64 { width: 256px; } .w-72 { width: 288px; } .w-76 { width: 304px; } .w-80 { width: 320px; } .w-84 { width: 336px; } .w-88 { width: 352px; } .w-92 { width: 368px; } .w-96 { width: 384px; } .w-100 { width: 400px; } .w-120 { width: 480px; } .w-130 { width: 520px; } .w-140 { width: 560px; } .w-160 { width: 640px; } .w-180 { width: 720px; } .w-200 { width: 800px; } .w-auto { width: auto; } .w-px { width: 1px; } .w-3_5 { width: 60%; } .w-6_5 { width: 26px; } .w-1_2 { width: 50%; } .w-1_3 { width: 33.333333%; } .w-2_3 { width: 66.666667%; } .w-1_4 { width: 25%; } .w-2_4 { width: 50%; } .w-3_4 { width: 75%; } .w-1_5 { width: 20%; } .w-2_5 { width: 40%; } .w-4_5 { width: 80%; } .w-1_6 { width: 16.666667%; } .w-2_6 { width: 33.333333%; } .w-3_6 { width: 50%; } .w-4_6 { width: 66.666667%; } .w-5_6 { width: 83.333333%; } .w-1_12 { width: 8.333333%; } .w-2_12 { width: 16.666667%; } .w-3_12 { width: 25%; } .w-4_12 { width: 33.333333%; } .w-5_12 { width: 41.666667%; } .w-6_12 { width: 50%; } .w-7_12 { width: 58.333333%; } .w-8_12 { width: 66.666667%; } .w-9_12 { width: 75%; } .w-10_12 { width: 83.333333%; } .w-11_12 { width: 91.666667%; } .w-full { width: 100%; } .w-screen { width: 100vw; } .z-0 { z-index: 0; } .z-10 { z-index: 10; } .z-20 { z-index: 20; } .z-30 { z-index: 30; } .z-40 { z-index: 40; } .z-50 { z-index: 50; } .z-auto { z-index: auto; } .gap-0 { gap: 0; } .gap-1 { gap: 4px; } .gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .gap-4 { gap: 16px; } .gap-5 { gap: 20px; } .gap-6 { gap: 24px; } .gap-7 { gap: 28px; } .gap-8 { gap: 32px; } .gap-10 { gap: 40px; } .gap-11 { gap: 44px; } .gap-12 { gap: 48px; } .gap-14 { gap: 56px; } .gap-16 { gap: 64px; } .gap-20 { gap: 80px; } .gap-24 { gap: 96px; } .gap-28 { gap: 112px; } .gap-30 { gap: 120px; } .gap-32 { gap: 128px; } .gap-36 { gap: 144px; } .gap-40 { gap: 160px; } .gap-48 { gap: 192px; } .gap-56 { gap: 224px; } .gap-60 { gap: 240px; } .gap-64 { gap: 256px; } .gap-72 { gap: 288px; } .gap-76 { gap: 304px; } .gap-80 { gap: 320px; } .gap-84 { gap: 336px; } .gap-88 { gap: 352px; } .gap-92 { gap: 368px; } .gap-96 { gap: 384px; } .gap-100 { gap: 400px; } .gap-120 { gap: 480px; } .gap-130 { gap: 520px; } .gap-140 { gap: 560px; } .gap-160 { gap: 640px; } .gap-180 { gap: 720px; } .gap-200 { gap: 800px; } .gap-px { gap: 1px; } .gap-3_5 { gap: 14px; } .gap-6_5 { gap: 26px; } .grid-flow-row { grid-auto-flow: row; } .grid-flow-col { grid-auto-flow: column; } .grid-flow-row-dense { grid-auto-flow: row dense; } .grid-flow-col-dense { grid-auto-flow: column dense; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } .grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); } .grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); } .grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); } .grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); } .grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); } .grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); } .grid-cols-none { grid-template-columns: none; } .col-auto { grid-column: auto; } .col-span-1 { grid-column: span 1 / span 1; } .col-span-2 { grid-column: span 2 / span 2; } .col-span-3 { grid-column: span 3 / span 3; } .col-span-4 { grid-column: span 4 / span 4; } .col-span-5 { grid-column: span 5 / span 5; } .col-span-6 { grid-column: span 6 / span 6; } .col-span-7 { grid-column: span 7 / span 7; } .col-span-8 { grid-column: span 8 / span 8; } .col-span-9 { grid-column: span 9 / span 9; } .col-span-10 { grid-column: span 10 / span 10; } .col-span-11 { grid-column: span 11 / span 11; } .col-span-12 { grid-column: span 12 / span 12; } .col-start-1 { grid-column-start: 1; } .col-start-2 { grid-column-start: 2; } .col-start-3 { grid-column-start: 3; } .col-start-4 { grid-column-start: 4; } .col-start-5 { grid-column-start: 5; } .col-start-6 { grid-column-start: 6; } .col-start-7 { grid-column-start: 7; } .col-start-8 { grid-column-start: 8; } .col-start-9 { grid-column-start: 9; } .col-start-10 { grid-column-start: 10; } .col-start-11 { grid-column-start: 11; } .col-start-12 { grid-column-start: 12; } .col-start-13 { grid-column-start: 13; } .col-start-auto { grid-column-start: auto; } .col-end-1 { grid-column-end: 1; } .col-end-2 { grid-column-end: 2; } .col-end-3 { grid-column-end: 3; } .col-end-4 { grid-column-end: 4; } .col-end-5 { grid-column-end: 5; } .col-end-6 { grid-column-end: 6; } .col-end-7 { grid-column-end: 7; } .col-end-8 { grid-column-end: 8; } .col-end-9 { grid-column-end: 9; } .col-end-10 { grid-column-end: 10; } .col-end-11 { grid-column-end: 11; } .col-end-12 { grid-column-end: 12; } .col-end-13 { grid-column-end: 13; } .col-end-auto { grid-column-end: auto; } .grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)); } .grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); } .grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)); } .grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)); } .grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)); } .grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)); } .grid-rows-none { grid-template-rows: none; } .row-auto { grid-row: auto; } .row-span-1 { grid-row: span 1 / span 1; } .row-span-2 { grid-row: span 2 / span 2; } .row-span-3 { grid-row: span 3 / span 3; } .row-span-4 { grid-row: span 4 / span 4; } .row-span-5 { grid-row: span 5 / span 5; } .row-span-6 { grid-row: span 6 / span 6; } .row-start-1 { grid-row-start: 1; } .row-start-2 { grid-row-start: 2; } .row-start-3 { grid-row-start: 3; } .row-start-4 { grid-row-start: 4; } .row-start-5 { grid-row-start: 5; } .row-start-6 { grid-row-start: 6; } .row-start-7 { grid-row-start: 7; } .row-start-auto { grid-row-start: auto; } .row-end-1 { grid-row-end: 1; } .row-end-2 { grid-row-end: 2; } .row-end-3 { grid-row-end: 3; } .row-end-4 { grid-row-end: 4; } .row-end-5 { grid-row-end: 5; } .row-end-6 { grid-row-end: 6; } .row-end-7 { grid-row-end: 7; } .row-end-auto { grid-row-end: auto; } .origin-center { transform-origin: center; } .origin-top { transform-origin: top; } .origin-top-right { transform-origin: top right; } .origin-right { transform-origin: right; } .origin-bottom-right { transform-origin: bottom right; } .origin-bottom { transform-origin: bottom; } .origin-bottom-left { transform-origin: bottom left; } .origin-left { transform-origin: left; } .origin-top-left { transform-origin: top left; } .transition-none { transition-property: none; } .transition-all { transition-property: all; } .transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; } .transition-colors { transition-property: background-color, border-color, color, fill, stroke; } .transition-opacity { transition-property: opacity; } .transition-shadow { transition-property: box-shadow; } .transition-transform { transition-property: transform; } .ease-linear { transition-timing-function: linear; } .ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } .ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .duration-75 { transition-duration: 75ms; } .duration-100 { transition-duration: 100ms; } .duration-150 { transition-duration: 150ms; } .duration-200 { transition-duration: 200ms; } .duration-300 { transition-duration: 300ms; } .duration-500 { transition-duration: 500ms; } .duration-700 { transition-duration: 700ms; } .duration-1000 { transition-duration: 1000ms; }
0.577138
0.100613
.background{ background: url("//d3h5jhobc20ump.cloudfront.net/baaea3255487f3b82e6c343dfd42e5a9.jpg") top center no-repeat; /*text-align: center;*/ color: white; padding-top: 32px; padding-bottom:50px; padding-left: 44px; background-size: cover; } body{ margin: 0; } .title{ font-family: brandon-grotesque,sans-serif; font-weight: 500; font-size: 48px; } .a{ font-family: proxima-nova,sans-serif; font-weight: 300px; font-size: 21px; } .logo{ position: relative; float: left; margin-right: 32px; /*margin-top: -30px;*/ } .stuff{ padding-top: 80px; text-align: center; } .navigation{ line-height: 46px; font-family: brandon-grotesque,sans-serif; font-size: 13px; font-weight: 600; } .menu{ margin-right: 25px; text-decoration: none; color: white; } .login{ position: relative; float: right; height: 46px; width: 114px; border: 1px white solid; display: inline-block; text-align: center; border-radius: 3px; font-weight: 500; text-decoration: none; color: white; } #signup{ background-color: white; color: #61b3de; margin-left: 10px; margin-right: 30px; } .form{ display: block; text-align: center; line-height: 46px; font-family: brandon-grotesque,sans-serif; font-weight: 500; padding-top: 20px; padding-bottom: 20px; padding-left: 29px; padding-right: 29px } #button{ height: 46px; background: #ee6123; border-radius: 0px 3px 3px 0px; color: white; border: 0; font-size: 13px; margin-left: -5px; } #textbox{ height: 46px; width: 400px; border: 0; padding: 20px; font-family: proxima-nova, sans-serif; font-size: 13px; font-weight: 200; border-radius: 3px 0px 0px 3px; } .details{ padding-top: 50px; text-align: center; } .power{ font-size: 22px; margin-top: 0; line-height: 28px; } .subheader{ font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; font-weight: 300; color: #707a80; } .features{ padding-top: 20px; padding-bottom: 50px; } .onefeature{ position: relative; display:inline-block; padding: 10px 20px; text-align: center; width: 25%; margin: auto; font-family: proxima-nova, sans-serif; font-size: 16px; font-weight: 300; color: #a3aaae; } .featureheading{ color: #4f565a; font-family: brandon-grotesque,sans-serif; font-weight: 500; font-size: 21px; }
public/css/application.css
.background{ background: url("//d3h5jhobc20ump.cloudfront.net/baaea3255487f3b82e6c343dfd42e5a9.jpg") top center no-repeat; /*text-align: center;*/ color: white; padding-top: 32px; padding-bottom:50px; padding-left: 44px; background-size: cover; } body{ margin: 0; } .title{ font-family: brandon-grotesque,sans-serif; font-weight: 500; font-size: 48px; } .a{ font-family: proxima-nova,sans-serif; font-weight: 300px; font-size: 21px; } .logo{ position: relative; float: left; margin-right: 32px; /*margin-top: -30px;*/ } .stuff{ padding-top: 80px; text-align: center; } .navigation{ line-height: 46px; font-family: brandon-grotesque,sans-serif; font-size: 13px; font-weight: 600; } .menu{ margin-right: 25px; text-decoration: none; color: white; } .login{ position: relative; float: right; height: 46px; width: 114px; border: 1px white solid; display: inline-block; text-align: center; border-radius: 3px; font-weight: 500; text-decoration: none; color: white; } #signup{ background-color: white; color: #61b3de; margin-left: 10px; margin-right: 30px; } .form{ display: block; text-align: center; line-height: 46px; font-family: brandon-grotesque,sans-serif; font-weight: 500; padding-top: 20px; padding-bottom: 20px; padding-left: 29px; padding-right: 29px } #button{ height: 46px; background: #ee6123; border-radius: 0px 3px 3px 0px; color: white; border: 0; font-size: 13px; margin-left: -5px; } #textbox{ height: 46px; width: 400px; border: 0; padding: 20px; font-family: proxima-nova, sans-serif; font-size: 13px; font-weight: 200; border-radius: 3px 0px 0px 3px; } .details{ padding-top: 50px; text-align: center; } .power{ font-size: 22px; margin-top: 0; line-height: 28px; } .subheader{ font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 21px; font-weight: 300; color: #707a80; } .features{ padding-top: 20px; padding-bottom: 50px; } .onefeature{ position: relative; display:inline-block; padding: 10px 20px; text-align: center; width: 25%; margin: auto; font-family: proxima-nova, sans-serif; font-size: 16px; font-weight: 300; color: #a3aaae; } .featureheading{ color: #4f565a; font-family: brandon-grotesque,sans-serif; font-weight: 500; font-size: 21px; }
0.233532
0.068537
.row h1{ position: absolute; left: 300px; top:100px; } .row p1{ position: absolute; left: 300px; top:140px; } .row p2{ position: absolute; left: 300px; top:160px; } .col-1{ height: 500px; width: 1150px; position: absolute; left: 80px; top:200px; background-color: white; opacity: .8; overflow: auto; white-space: nowrap; z-index: 0; } .table1-header{ height: 30px; width: 1150px; position: absolute; left: 80px; top:170px; background-color: white; opacity: .82; overflow: auto; white-space: nowrap; font-size: 20px; font-weight: bolder; text-align: center; } .col-2{ height: 500px; width: 400px; position: absolute; left: 1350px; top:200px; background-color: white; opacity: .8; overflow: auto; white-space: nowrap; } .table2-header{ height: 30px; width: 400px; position: absolute; left: 1350px; top:170px; background-color: white; opacity: .82; overflow: auto; white-space: nowrap; font-size: 20px; font-weight: bolder; text-align: center; z-index: 1; } .panel-heading{ font-weight: 300; font-size: 20px; font-weight: 700; } .panel-body{ font-size: 16px; } .panel-body:after{ content: ""; display: table; clear: both } .panel-title{ float: left; width: 10%; } .article-price{ float: left; width: 15%; } .article-seller{ float: left; width: 35%; } .article-description{ float: left; width: 35%; } .navbar-default { text-align: center; color: white; } .modal{ display: none; } .modal:target { visibility: visible; opacity: 1; } .modal-dialog{ height: 600px; width: 650px; position: absolute; left: 700px; top:200px; background:white; transition: all 5s ease-in-out; } .modal-receipt{ height: 600px; width: 650px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .modal-submission{ height: 600px; width: 650px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .modal-submission h1{ font-size: 20px; position: absolute; top:50px; } .modal-loading{ height: 400px; width: 400px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .modal-loading h1{ font-size: 20px; position: absolute; top:50px; } .modal-error{ height: 400px; width: 400px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .loading-animation{ position: absolute; left: 160px; top:200px; } .modal .close{ position: absolute; top: 20px; right: 30px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; } .modal-close{ position: absolute; top: 10px; right: 15px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; } .collapse { list-style-type: none; font-size: 20px; } .uga-engr{ width: 300px; height: auto; position: fixed; left: 900px;; top:730px; } .front-link { background-color: black; color: white; padding: 50px 100px; color: #ffffff; position: absolute; top: 10px; left: 60px; z-index: 50; }
assets/css/app.css
.row h1{ position: absolute; left: 300px; top:100px; } .row p1{ position: absolute; left: 300px; top:140px; } .row p2{ position: absolute; left: 300px; top:160px; } .col-1{ height: 500px; width: 1150px; position: absolute; left: 80px; top:200px; background-color: white; opacity: .8; overflow: auto; white-space: nowrap; z-index: 0; } .table1-header{ height: 30px; width: 1150px; position: absolute; left: 80px; top:170px; background-color: white; opacity: .82; overflow: auto; white-space: nowrap; font-size: 20px; font-weight: bolder; text-align: center; } .col-2{ height: 500px; width: 400px; position: absolute; left: 1350px; top:200px; background-color: white; opacity: .8; overflow: auto; white-space: nowrap; } .table2-header{ height: 30px; width: 400px; position: absolute; left: 1350px; top:170px; background-color: white; opacity: .82; overflow: auto; white-space: nowrap; font-size: 20px; font-weight: bolder; text-align: center; z-index: 1; } .panel-heading{ font-weight: 300; font-size: 20px; font-weight: 700; } .panel-body{ font-size: 16px; } .panel-body:after{ content: ""; display: table; clear: both } .panel-title{ float: left; width: 10%; } .article-price{ float: left; width: 15%; } .article-seller{ float: left; width: 35%; } .article-description{ float: left; width: 35%; } .navbar-default { text-align: center; color: white; } .modal{ display: none; } .modal:target { visibility: visible; opacity: 1; } .modal-dialog{ height: 600px; width: 650px; position: absolute; left: 700px; top:200px; background:white; transition: all 5s ease-in-out; } .modal-receipt{ height: 600px; width: 650px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .modal-submission{ height: 600px; width: 650px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .modal-submission h1{ font-size: 20px; position: absolute; top:50px; } .modal-loading{ height: 400px; width: 400px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .modal-loading h1{ font-size: 20px; position: absolute; top:50px; } .modal-error{ height: 400px; width: 400px; position: absolute; left: 700px; top:200px; background: white; transition: all 5s ease-in-out; } .loading-animation{ position: absolute; left: 160px; top:200px; } .modal .close{ position: absolute; top: 20px; right: 30px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; } .modal-close{ position: absolute; top: 10px; right: 15px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; } .collapse { list-style-type: none; font-size: 20px; } .uga-engr{ width: 300px; height: auto; position: fixed; left: 900px;; top:730px; } .front-link { background-color: black; color: white; padding: 50px 100px; color: #ffffff; position: absolute; top: 10px; left: 60px; z-index: 50; }
0.480966
0.100657
@media(min-width:1367px){ .home_rht{ width: 1215px; margin: 0px auto; float: initial; } } @media(max-width:1199px) { .head_logo { margin-right: 10px; } .head .input-group { width: 300px; } .header { padding: 20px 15px; } .addbtn a { padding: 10px 30px; } .home_rht { padding: 0px 50px; } .modal-dialog { width: 70%; } .fixtures li { font-size: 40px; } /* .totalfix { padding-right: 30px; } .credit { padding: 0px 30px; } .debit { padding-left: 30px; } */ .rightBx_inr { width: 21.5%; } .rightBx_inr:last-child { margin-right: 0px; margin-top: 20px; } .trans_history li, .trans_history li:nth-child(2) { width: 50%; } .trans_history li:last-child { width: 100%; justify-content: flex-start; margin-top: 10px; } .per_detail { width: 47% !important; } .chooseone { width: 16%; } .chart_flex { display: block; } .legends { height: 245px; margin-top: 20px; } } @media(max-width:991px) { .fixtures li{ width:32%; } .spalsh_inner { width: 500px; } .login { padding: 35px; } .login a { margin-top: 30px; } .welcome p { font-size: 60px; } .homehead h1 { font-size: 30px; } .hide_name, .forbox { display: none; } .header .hamburger { display: block; } .home .home_lft { display: none; } .home_rht { width: 100%; margin-left: 0px; } .home_lft { padding: 0px; width: 10%; position: relative; } .login_name p { font-size: 16px; margin-bottom: 20px; } .home_rht { padding: 0px 30px; } .fixtures li { font-size: 35px; } .fixtures li a, .fixtures li p { font-size: 16px; } .rightBx_inr { width: 20.5%; } .trans_detail { padding: 20px 30px 0px; } .per_detail { width: 46% !important; } .switch_out { margin-right: 20px; } .addbtn a { padding: 10px 30px; text-align: center; } .bar_graph_data p { width: 18%; } #piechart, #piechartgreen { width: 350px !important; height: 350px !important; } .legends { height: initial; } } @media(max-width:767px) { .fixtures li.debit { text-align: center; } .spalsh_inner { width: 100%; margin: 0px 30px; } .welcome p { font-size: 48px; margin: 0px 30px; } .modal-dialog { width: 90%; } .main { padding: 20px 0px; } .fixtures { padding: 30px 0px; } .fixtures li { font-size: 35px; width: 100%; text-align: center; padding: 12px 0px; } .credit { border-top: 1px solid #e9eef2; border-bottom: 1px solid #e9eef2; border-left: 0; border-right: 0; } .setting_rw { margin-top: 0; } .rightBx_inr { width: 28%; margin-top: 20px; } .trans_history li, .trans_history li:nth-child(2) { width: 100%; margin-top: 30px; position: relative; } .transfer img { transform: rotate(90deg); } .transfer img.rotate { transform: rotate(270deg); } .transfer { margin-left: 30px; position: absolute; bottom: -23px; left: 50px; } .expens { display: block; } .expens_rht { margin-top: 20px; } .chooseone { width: 25%; } .adddesc .form-control { width: 100%; } .adddesc .form-group { margin: 20px 0px; position: relative; } .scrollgraph{ overflow-y: auto; } #chartContainer{ min-width: 708px; overflow-x: scroll; } .scrollgraph::-webkit-scrollbar{ height: 3px; } .scrollgraph::-webkit-scrollbar-thumb{ background-color: #e9eef2 } .bar_graph_data p { width: 26%; } } @media(max-width:560px) { .login h1 { font-size: 28px; line-height: 40px; } .welcome p { font-size: 32px; } .rightBx_inr { width: 41%; margin-top: 20px; } .fixtures li { font-size: 28px; } .transaction { display: block; } .per_detail { width: 100% !important; margin: 0px; } .mobile_detail { padding: 15px 0px; border-bottom: 1px solid #e9eef2; display: block; } .modal-content { padding: 20px; } .break_tab li { margin-right: 20px; } .break_tab li a { font-size: 15px; } .comment_input .form-control { width: 100%; } .comment_input { text-align: center; } .comment_input button { float: initial; margin-top: 20px; } .datewisecomment { display: block; } .comment_lft { padding-bottom: 0px; } .comment_rht { padding-top: 0px; } .trans_detail { padding: 20px 15px 0px; } .chooseone { width: 33.33%; margin: 20px 0px; } .choose { margin-top: 30px; } .chart_detail { display: flex; } #piechart, #piechartgreen { width: 100% !important; height: 100% !important; } } @media(max-width:414px) { .spalsh_inner { width: 100%; margin: 0px 15px; } .login { padding: 20px; } .login h1 { font-size: 24px; line-height: 33px; } .login a { height: 45px; } .welcome p { font-size: 27px; margin: 0px 15px; } .welcome p img { margin-right: 5px; } .homehead h1 { font-size: 27px; } .homehead p { font-size: 18px; } .rightBx_inr { width: 47%; margin-top: 20px; margin-right: 7px; } .home_rht { padding: 0px 15px; } .attach p, .pending p, .payscale p { font-size: 13px; } .slider { left: 70px; height: 21.1px; } .slider:before { width: 16px; height: 16px; } .switch { font-size: 14px; } .main { padding: 0px 0px; } .choose { margin-top: 20px; } .bar_graph_data p { width: 50%; } } @media(max-width:320px) {}
assets/css/media.css
@media(min-width:1367px){ .home_rht{ width: 1215px; margin: 0px auto; float: initial; } } @media(max-width:1199px) { .head_logo { margin-right: 10px; } .head .input-group { width: 300px; } .header { padding: 20px 15px; } .addbtn a { padding: 10px 30px; } .home_rht { padding: 0px 50px; } .modal-dialog { width: 70%; } .fixtures li { font-size: 40px; } /* .totalfix { padding-right: 30px; } .credit { padding: 0px 30px; } .debit { padding-left: 30px; } */ .rightBx_inr { width: 21.5%; } .rightBx_inr:last-child { margin-right: 0px; margin-top: 20px; } .trans_history li, .trans_history li:nth-child(2) { width: 50%; } .trans_history li:last-child { width: 100%; justify-content: flex-start; margin-top: 10px; } .per_detail { width: 47% !important; } .chooseone { width: 16%; } .chart_flex { display: block; } .legends { height: 245px; margin-top: 20px; } } @media(max-width:991px) { .fixtures li{ width:32%; } .spalsh_inner { width: 500px; } .login { padding: 35px; } .login a { margin-top: 30px; } .welcome p { font-size: 60px; } .homehead h1 { font-size: 30px; } .hide_name, .forbox { display: none; } .header .hamburger { display: block; } .home .home_lft { display: none; } .home_rht { width: 100%; margin-left: 0px; } .home_lft { padding: 0px; width: 10%; position: relative; } .login_name p { font-size: 16px; margin-bottom: 20px; } .home_rht { padding: 0px 30px; } .fixtures li { font-size: 35px; } .fixtures li a, .fixtures li p { font-size: 16px; } .rightBx_inr { width: 20.5%; } .trans_detail { padding: 20px 30px 0px; } .per_detail { width: 46% !important; } .switch_out { margin-right: 20px; } .addbtn a { padding: 10px 30px; text-align: center; } .bar_graph_data p { width: 18%; } #piechart, #piechartgreen { width: 350px !important; height: 350px !important; } .legends { height: initial; } } @media(max-width:767px) { .fixtures li.debit { text-align: center; } .spalsh_inner { width: 100%; margin: 0px 30px; } .welcome p { font-size: 48px; margin: 0px 30px; } .modal-dialog { width: 90%; } .main { padding: 20px 0px; } .fixtures { padding: 30px 0px; } .fixtures li { font-size: 35px; width: 100%; text-align: center; padding: 12px 0px; } .credit { border-top: 1px solid #e9eef2; border-bottom: 1px solid #e9eef2; border-left: 0; border-right: 0; } .setting_rw { margin-top: 0; } .rightBx_inr { width: 28%; margin-top: 20px; } .trans_history li, .trans_history li:nth-child(2) { width: 100%; margin-top: 30px; position: relative; } .transfer img { transform: rotate(90deg); } .transfer img.rotate { transform: rotate(270deg); } .transfer { margin-left: 30px; position: absolute; bottom: -23px; left: 50px; } .expens { display: block; } .expens_rht { margin-top: 20px; } .chooseone { width: 25%; } .adddesc .form-control { width: 100%; } .adddesc .form-group { margin: 20px 0px; position: relative; } .scrollgraph{ overflow-y: auto; } #chartContainer{ min-width: 708px; overflow-x: scroll; } .scrollgraph::-webkit-scrollbar{ height: 3px; } .scrollgraph::-webkit-scrollbar-thumb{ background-color: #e9eef2 } .bar_graph_data p { width: 26%; } } @media(max-width:560px) { .login h1 { font-size: 28px; line-height: 40px; } .welcome p { font-size: 32px; } .rightBx_inr { width: 41%; margin-top: 20px; } .fixtures li { font-size: 28px; } .transaction { display: block; } .per_detail { width: 100% !important; margin: 0px; } .mobile_detail { padding: 15px 0px; border-bottom: 1px solid #e9eef2; display: block; } .modal-content { padding: 20px; } .break_tab li { margin-right: 20px; } .break_tab li a { font-size: 15px; } .comment_input .form-control { width: 100%; } .comment_input { text-align: center; } .comment_input button { float: initial; margin-top: 20px; } .datewisecomment { display: block; } .comment_lft { padding-bottom: 0px; } .comment_rht { padding-top: 0px; } .trans_detail { padding: 20px 15px 0px; } .chooseone { width: 33.33%; margin: 20px 0px; } .choose { margin-top: 30px; } .chart_detail { display: flex; } #piechart, #piechartgreen { width: 100% !important; height: 100% !important; } } @media(max-width:414px) { .spalsh_inner { width: 100%; margin: 0px 15px; } .login { padding: 20px; } .login h1 { font-size: 24px; line-height: 33px; } .login a { height: 45px; } .welcome p { font-size: 27px; margin: 0px 15px; } .welcome p img { margin-right: 5px; } .homehead h1 { font-size: 27px; } .homehead p { font-size: 18px; } .rightBx_inr { width: 47%; margin-top: 20px; margin-right: 7px; } .home_rht { padding: 0px 15px; } .attach p, .pending p, .payscale p { font-size: 13px; } .slider { left: 70px; height: 21.1px; } .slider:before { width: 16px; height: 16px; } .switch { font-size: 14px; } .main { padding: 0px 0px; } .choose { margin-top: 20px; } .bar_graph_data p { width: 50%; } } @media(max-width:320px) {}
0.270866
0.090695
.buttons { height: 40px; } .returnBtn { margin-right: 20px; background-color: #BABABA; border: 1px solid #CCCCCC; border-radius: 20px; box-shadow: inset #CCCCCC 0 1px 1px, #CCCCCC 0 1px 1px; color: #FFF; cursor: pointer; float: right; font: bold 13px Arial; padding: 10px 40px; } .returnBtn:HOVER { background-image: -moz-linear-gradient(to top, blue, #85CFEE); } .saveBtn { margin-right: 20px; background-color: #4169E1; border: 1px solid #436EEE; border-radius: 20px; box-shadow: inset #436EEE 0 1px 1px, #436EEE 0 1px 1px; color: #FFF; cursor: pointer; float: right; font: bold 13px Arial; padding: 10px 40px; } .saveBtn:HOVER { background-image: -moz-linear-gradient(to top, blue, #85CFEE); } .h_title{ letter-spacing: 10px; } .btn_group { text-align:right; padding-top:10px; } .wrapper1 { margin: 30px; width: 310px; float:left; opacity: 0.9; } .white_content { display: none; position: absolute; top: 25%; left: 30%; width: 25%; height: 51%; padding: 20px; border: 10px solid #a39a8f; background-color: white; z-index: 1002; overflow: auto; } .infoBox { background-color: #F0F4F6; /*上divcolor*/ border: 1px solid #BfD6E1; border-radius: 5px; color: #444; font: 14px 'Microsoft YaHei', '微软雅黑'; margin: 0 auto; width: 350px; padding: 24px; height: 535px; } .infoBox .infoBoxCenter { text-align:right; padding-top: 15px; border-top: 1px solid #DDE0E8; border-bottom: 1px solid #DDE0E8; } .infoBox .infoBoxCenter p { margin-bottom: 10px; } .infoBox .infoLabel { border: 1px solid #D2D9dC; border-radius: 2px; color: #444; font: 13px 'Microsoft YaHei', '微软雅黑'; padding: 8px 14px; margin-bottom: 8px; width: 200px; text-align:left; text-overflow: ellipsis; } .infoBox .infoLabel:FOCUS { border: 1px solid #B7D4EA; box-shadow: 0 0 8px #B7D4EA; } .btn{ width: 100px; height: 35px; }
static/css/upload_commodity.css
.buttons { height: 40px; } .returnBtn { margin-right: 20px; background-color: #BABABA; border: 1px solid #CCCCCC; border-radius: 20px; box-shadow: inset #CCCCCC 0 1px 1px, #CCCCCC 0 1px 1px; color: #FFF; cursor: pointer; float: right; font: bold 13px Arial; padding: 10px 40px; } .returnBtn:HOVER { background-image: -moz-linear-gradient(to top, blue, #85CFEE); } .saveBtn { margin-right: 20px; background-color: #4169E1; border: 1px solid #436EEE; border-radius: 20px; box-shadow: inset #436EEE 0 1px 1px, #436EEE 0 1px 1px; color: #FFF; cursor: pointer; float: right; font: bold 13px Arial; padding: 10px 40px; } .saveBtn:HOVER { background-image: -moz-linear-gradient(to top, blue, #85CFEE); } .h_title{ letter-spacing: 10px; } .btn_group { text-align:right; padding-top:10px; } .wrapper1 { margin: 30px; width: 310px; float:left; opacity: 0.9; } .white_content { display: none; position: absolute; top: 25%; left: 30%; width: 25%; height: 51%; padding: 20px; border: 10px solid #a39a8f; background-color: white; z-index: 1002; overflow: auto; } .infoBox { background-color: #F0F4F6; /*上divcolor*/ border: 1px solid #BfD6E1; border-radius: 5px; color: #444; font: 14px 'Microsoft YaHei', '微软雅黑'; margin: 0 auto; width: 350px; padding: 24px; height: 535px; } .infoBox .infoBoxCenter { text-align:right; padding-top: 15px; border-top: 1px solid #DDE0E8; border-bottom: 1px solid #DDE0E8; } .infoBox .infoBoxCenter p { margin-bottom: 10px; } .infoBox .infoLabel { border: 1px solid #D2D9dC; border-radius: 2px; color: #444; font: 13px 'Microsoft YaHei', '微软雅黑'; padding: 8px 14px; margin-bottom: 8px; width: 200px; text-align:left; text-overflow: ellipsis; } .infoBox .infoLabel:FOCUS { border: 1px solid #B7D4EA; box-shadow: 0 0 8px #B7D4EA; } .btn{ width: 100px; height: 35px; }
0.467575
0.21794
html { background: url("../img/standard-arena.jpg") no-repeat center center fixed; background-size: cover; } /* * { outline: 1px dashed white; } */ body { font-family: 'Anton', sans-serif; } header { height: 80px; } div.button-group { float: right; margin-top: 40px; font-size: 20pt; margin-right: 20px; } nav a { background: white; opacity: 0.5; color: black; border: 3px black; text-decoration: none; padding: 5px; margin-left: 5px; font-weight: bolder; border-radius: 3px; } div.decks { position: relative; width: 100%; height: 300px; margin-top: 20px; } div.decks img { width: auto; height: auto; max-width: 180px; position: absolute; top: 13%; } div.decks img:first-child { position: absolute; left: 6%; } div.decks img:nth-child(2) { position: absolute; left: 34%; max-width: 220px; } div.decks img:nth-child(3) { position: absolute; left: 52%; max-width: 220px; } div.decks img:nth-child(4) { position: absolute; right: 5%; } div.headings { height: 175px; margin-bottom: 10px; } div.headings h1 { position: absolute; top: 10%; left: 39.5%; font-family: 'Alfa Slab One', cursive; font-size: 84pt; text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255); } div.headings h2 { position: absolute; top: 23.5%; left: 42.5%; font-family: 'Alfa Slab One', cursive; font-size: 36pt; color: black; text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255); } h3 { display: inline-block; font-family: 'Alfa Slab One', cursive; font-size: 24pt; text-align: center; text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255); margin-bottom: 5px; } div.score-board { position: relative; width: 100%; top: 130%; height: 200px; } div.score-board img { max-width: 50px; } #cpu { position: absolute; left: 8%; } #user { position: absolute; right: 9%; } hr { width: 350px; border: 0; height: 5px; background: white; border: 5px black; margin-bottom: 15px; } #cpu-line { position: absolute; top: 15%; left: 4%; } #user-line { position: absolute; top: 15%; right: 1.5%; } #cpu-count-card { position: absolute; top: 27%; left: 4.2%; } #user-count-card { position: absolute; top: 27%; right: 17%; } #cpu-score-value { position: absolute; top: 37%; left: 9.5%; } #user-score-value { position: absolute; top: 37%; right: 2%; } #sacrifice img { position: absolute; top: 29%; left: 31%; height: auto; width: auto; max-width: 40%; cursor: pointer; } #overlay img { position: absolute; top: 29%; left: 31%; height: auto; width: auto; max-width: 40%; cursor: pointer; } #cpu-war-three { position: absolute; left: 20%; } #user-war-three { position: absolute; right: 31.5%; } #user-deck:hover { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all 600ms; transition: all 600ms; z-index: 20; -webkit-transform: rotateX(20deg); transform: rotateX(20deg); box-shadow: 0 20px 20px rgba(50,50,50,.2); cursor: pointer; }
css/war-game.css
html { background: url("../img/standard-arena.jpg") no-repeat center center fixed; background-size: cover; } /* * { outline: 1px dashed white; } */ body { font-family: 'Anton', sans-serif; } header { height: 80px; } div.button-group { float: right; margin-top: 40px; font-size: 20pt; margin-right: 20px; } nav a { background: white; opacity: 0.5; color: black; border: 3px black; text-decoration: none; padding: 5px; margin-left: 5px; font-weight: bolder; border-radius: 3px; } div.decks { position: relative; width: 100%; height: 300px; margin-top: 20px; } div.decks img { width: auto; height: auto; max-width: 180px; position: absolute; top: 13%; } div.decks img:first-child { position: absolute; left: 6%; } div.decks img:nth-child(2) { position: absolute; left: 34%; max-width: 220px; } div.decks img:nth-child(3) { position: absolute; left: 52%; max-width: 220px; } div.decks img:nth-child(4) { position: absolute; right: 5%; } div.headings { height: 175px; margin-bottom: 10px; } div.headings h1 { position: absolute; top: 10%; left: 39.5%; font-family: 'Alfa Slab One', cursive; font-size: 84pt; text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255); } div.headings h2 { position: absolute; top: 23.5%; left: 42.5%; font-family: 'Alfa Slab One', cursive; font-size: 36pt; color: black; text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255); } h3 { display: inline-block; font-family: 'Alfa Slab One', cursive; font-size: 24pt; text-align: center; text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255); margin-bottom: 5px; } div.score-board { position: relative; width: 100%; top: 130%; height: 200px; } div.score-board img { max-width: 50px; } #cpu { position: absolute; left: 8%; } #user { position: absolute; right: 9%; } hr { width: 350px; border: 0; height: 5px; background: white; border: 5px black; margin-bottom: 15px; } #cpu-line { position: absolute; top: 15%; left: 4%; } #user-line { position: absolute; top: 15%; right: 1.5%; } #cpu-count-card { position: absolute; top: 27%; left: 4.2%; } #user-count-card { position: absolute; top: 27%; right: 17%; } #cpu-score-value { position: absolute; top: 37%; left: 9.5%; } #user-score-value { position: absolute; top: 37%; right: 2%; } #sacrifice img { position: absolute; top: 29%; left: 31%; height: auto; width: auto; max-width: 40%; cursor: pointer; } #overlay img { position: absolute; top: 29%; left: 31%; height: auto; width: auto; max-width: 40%; cursor: pointer; } #cpu-war-three { position: absolute; left: 20%; } #user-war-three { position: absolute; right: 31.5%; } #user-deck:hover { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all 600ms; transition: all 600ms; z-index: 20; -webkit-transform: rotateX(20deg); transform: rotateX(20deg); box-shadow: 0 20px 20px rgba(50,50,50,.2); cursor: pointer; }
0.473414
0.071494
body { margin: 0; padding: 0; font-family: "Tahoma", sans-serif; font-size: 18px; color: #ddd; } body { background-color: #193c6d; background-size: 100%; background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797)); background-image: -webkit-linear-gradient(135deg, #003073, #029797); background-image: -moz-linear-gradient(45deg, #003073, #029797); background-image: -ms-linear-gradient(45deg, #003073 0, #029797 100%); background-image: -o-linear-gradient(45deg, #003073, #029797); background-image: linear-gradient(135deg, #003073, #029797); margin: 0px; } html, body, #root { width: 100%; height: 100%; overflow-y: hidden; } #App { width: 100%; height: 100%; overflow-y: hidden; } h1 { color: white; font-family: "Tahoma", sans-serif; font-weight: normal; padding: 10px 0px; margin: 10px 20px 40px 0px; border-bottom: solid 1px white; } h2 { color: white; font-family: "Tahoma", sans-serif; font-weight: normal; padding: 0px 10px 0px 10px; } h3 { color: white; font-family: "Tahoma", sans-serif; font-weight: normal; padding: 0px 10px 0px 10px; } a { color: #009fe3; } .row-spaced { padding-bottom: 40px ; } .full-page { height: 100%; width: 100%; overflow-y: hidden; overflow-x: hidden; } .center { text-align: center; } /* BUTTON */ .bottom-right-buttons { position: absolute; bottom: 30px; right: 40px; } .bottom-right-buttons > button { margin-left: 5px; } .bottom-left-buttons { position: absolute; bottom: 30px; left: 40px; } .bottom-left-buttons > button { margin-left: 5px; } .top-right-buttons { position: absolute; top: 10px; right: 20px; } .top-right-buttons > button { margin-left: 5px; } .right-buttons { display: block; text-align: right; } .right-buttons > button { margin: 7px 2px; } button { display:inline-block; padding:0.3em 1.2em; margin:0 0.1em 0.1em 0; border:0.16em solid rgba(0,0,0,0); border-radius:2em; box-sizing: border-box; text-decoration:none; font-family:'Roboto',sans-serif; font-weight:300; color:#FFFFFF; text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35); text-align:center; transition: all 0.2s; background-color: #009fe3; opacity: .5; } button.small-button { padding: 0.1em 0.4em !important; font-size: 12px; } button:hover { border-color: rgba(0,0,0,1); opacity: 1; } button:disabled { background-color: grey !important; cursor: default !important; } @media all and (max-width:30em){ button { display:block; margin:0.2em auto; } } .blue-button { background-color: #009fe3; } .red-button { background-color: #e40613; } .link-button { background-color: transparent; color: #009fe3; text-shadow: none; transition: none; } .link-button:hover { border-color: transparent; } .link-button:disabled { background-color: transparent; cursor: default; color: lightgrey; } .selected-link-button { background-color: #009fe3 !important; color: white !important; } /* POPUP */ .Popup-full-size-content { height: 95%; width: calc(100% - 20px) !important; padding: 10px 20px; animation: fadeIn ease .5s; -webkit-animation: fadeIn ease .5s; -moz-animation: fadeIn ease .5s; -o-animation: fadeIn ease .5s; -ms-animation: fadeIn ease .5s; } .Popup-small-size-content { max-height: 90% !important; width: calc(100% - 20px) !important; padding: 10px 20px; animation: fadeIn ease .5s; -webkit-animation: fadeIn ease .5s; -moz-animation: fadeIn ease .5s; -o-animation: fadeIn ease .5s; -ms-animation: fadeIn ease .5s; } @media (min-width: 768px) { .Popup-full-size-content { width: 80% !important; max-width: 1200px !important; } .Popup-small-size-content { width: 50% !important; max-width: 900px !important; } } .popup-content { padding: 10px 20px 30px 20px !important; overflow-y: auto; overflow-x: hidden; background-color: #EEE !important; text-align: initial; } /* ANIMATION */ .fade-in { animation: fadeIn ease 2s; -webkit-animation: fadeIn ease 2s; -moz-animation: fadeIn ease 2s; -o-animation: fadeIn ease 2s; -ms-animation: fadeIn ease 2s; } @keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-moz-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-webkit-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-o-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-ms-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } .resize-animation { -webkit-transition:width 300ms ease-in-out, max-height 300ms ease-in-out; -moz-transition:width 300ms ease-in-out, max-height 300ms ease-in-out; -o-transition:width 300ms ease-in-out, max-height 300ms ease-in-out; transition:width 300ms ease-in-out, max-height 300ms ease-in-out; } /* NOTIFICATION */ .notification-info { background-color: #03e3e3 !important; } .notification-success { background-color: #51a351 !important; } .notification-warning { background-color: #f89406 !important; } .notification-error { background-color: #e40613 !important; } .notification-container { pointer-events: none; } /* BOX */ .box { text-align: center; padding: 10px 20px 20px 20px; margin: 20px 0px; background: linear-gradient(135deg, rgba(255,0,0,0), rgba(255,255,255,.25)); height: calc(100% - 40px); display: flex; justify-content: center; align-items: center; } .box-logo { font-size: 60px; } .box-text { font-size: 25px; line-height: 1; margin-bottom: 10px; } .box-subtext { font-size: 13px; } /* LOADING BAR */ .LoadingBar { height: 10px !important; bottom: 0 !important; top: unset !important; } .LoadingBar > div { background: #03e3e3 !important; } .LoadingBar > div > div { display: none; }
src/App.css
body { margin: 0; padding: 0; font-family: "Tahoma", sans-serif; font-size: 18px; color: #ddd; } body { background-color: #193c6d; background-size: 100%; background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797)); background-image: -webkit-linear-gradient(135deg, #003073, #029797); background-image: -moz-linear-gradient(45deg, #003073, #029797); background-image: -ms-linear-gradient(45deg, #003073 0, #029797 100%); background-image: -o-linear-gradient(45deg, #003073, #029797); background-image: linear-gradient(135deg, #003073, #029797); margin: 0px; } html, body, #root { width: 100%; height: 100%; overflow-y: hidden; } #App { width: 100%; height: 100%; overflow-y: hidden; } h1 { color: white; font-family: "Tahoma", sans-serif; font-weight: normal; padding: 10px 0px; margin: 10px 20px 40px 0px; border-bottom: solid 1px white; } h2 { color: white; font-family: "Tahoma", sans-serif; font-weight: normal; padding: 0px 10px 0px 10px; } h3 { color: white; font-family: "Tahoma", sans-serif; font-weight: normal; padding: 0px 10px 0px 10px; } a { color: #009fe3; } .row-spaced { padding-bottom: 40px ; } .full-page { height: 100%; width: 100%; overflow-y: hidden; overflow-x: hidden; } .center { text-align: center; } /* BUTTON */ .bottom-right-buttons { position: absolute; bottom: 30px; right: 40px; } .bottom-right-buttons > button { margin-left: 5px; } .bottom-left-buttons { position: absolute; bottom: 30px; left: 40px; } .bottom-left-buttons > button { margin-left: 5px; } .top-right-buttons { position: absolute; top: 10px; right: 20px; } .top-right-buttons > button { margin-left: 5px; } .right-buttons { display: block; text-align: right; } .right-buttons > button { margin: 7px 2px; } button { display:inline-block; padding:0.3em 1.2em; margin:0 0.1em 0.1em 0; border:0.16em solid rgba(0,0,0,0); border-radius:2em; box-sizing: border-box; text-decoration:none; font-family:'Roboto',sans-serif; font-weight:300; color:#FFFFFF; text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35); text-align:center; transition: all 0.2s; background-color: #009fe3; opacity: .5; } button.small-button { padding: 0.1em 0.4em !important; font-size: 12px; } button:hover { border-color: rgba(0,0,0,1); opacity: 1; } button:disabled { background-color: grey !important; cursor: default !important; } @media all and (max-width:30em){ button { display:block; margin:0.2em auto; } } .blue-button { background-color: #009fe3; } .red-button { background-color: #e40613; } .link-button { background-color: transparent; color: #009fe3; text-shadow: none; transition: none; } .link-button:hover { border-color: transparent; } .link-button:disabled { background-color: transparent; cursor: default; color: lightgrey; } .selected-link-button { background-color: #009fe3 !important; color: white !important; } /* POPUP */ .Popup-full-size-content { height: 95%; width: calc(100% - 20px) !important; padding: 10px 20px; animation: fadeIn ease .5s; -webkit-animation: fadeIn ease .5s; -moz-animation: fadeIn ease .5s; -o-animation: fadeIn ease .5s; -ms-animation: fadeIn ease .5s; } .Popup-small-size-content { max-height: 90% !important; width: calc(100% - 20px) !important; padding: 10px 20px; animation: fadeIn ease .5s; -webkit-animation: fadeIn ease .5s; -moz-animation: fadeIn ease .5s; -o-animation: fadeIn ease .5s; -ms-animation: fadeIn ease .5s; } @media (min-width: 768px) { .Popup-full-size-content { width: 80% !important; max-width: 1200px !important; } .Popup-small-size-content { width: 50% !important; max-width: 900px !important; } } .popup-content { padding: 10px 20px 30px 20px !important; overflow-y: auto; overflow-x: hidden; background-color: #EEE !important; text-align: initial; } /* ANIMATION */ .fade-in { animation: fadeIn ease 2s; -webkit-animation: fadeIn ease 2s; -moz-animation: fadeIn ease 2s; -o-animation: fadeIn ease 2s; -ms-animation: fadeIn ease 2s; } @keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-moz-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-webkit-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-o-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-ms-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } .resize-animation { -webkit-transition:width 300ms ease-in-out, max-height 300ms ease-in-out; -moz-transition:width 300ms ease-in-out, max-height 300ms ease-in-out; -o-transition:width 300ms ease-in-out, max-height 300ms ease-in-out; transition:width 300ms ease-in-out, max-height 300ms ease-in-out; } /* NOTIFICATION */ .notification-info { background-color: #03e3e3 !important; } .notification-success { background-color: #51a351 !important; } .notification-warning { background-color: #f89406 !important; } .notification-error { background-color: #e40613 !important; } .notification-container { pointer-events: none; } /* BOX */ .box { text-align: center; padding: 10px 20px 20px 20px; margin: 20px 0px; background: linear-gradient(135deg, rgba(255,0,0,0), rgba(255,255,255,.25)); height: calc(100% - 40px); display: flex; justify-content: center; align-items: center; } .box-logo { font-size: 60px; } .box-text { font-size: 25px; line-height: 1; margin-bottom: 10px; } .box-subtext { font-size: 13px; } /* LOADING BAR */ .LoadingBar { height: 10px !important; bottom: 0 !important; top: unset !important; } .LoadingBar > div { background: #03e3e3 !important; } .LoadingBar > div > div { display: none; }
0.339609
0.097648
@media (max-width: 320px) { .logo-dataselect-container { width: 212px; } } @media (min-width: 576px) { .square-area-container { width: 50%; } .tab_container { border: 0px solid #d3ddec; } .credit-amount { font-size: 2em; } } @media (min-width: 768px) { .navbar-toggler { margin-right: 10px; cursor: pointer; } .nav-view-basket-container { border-right: 1px solid #fff; } .logo-secureselect-container { border-right: 1px solid #fff; } .logo-secureselect-container #logo-ss { padding: 20px 15px 0 15px; } .credit-amount { font-size: 2.5em; } } @media (min-width: 992px) { .mediaCheck { float: none; } body.fixed-nav { padding-top: 66px; } .breadcrumb { margin: 0 0 0.5%; border-radius: 0; } /* LH menu height */ body.sticky-footer { margin-bottom: 0; } #mainNav.fixed-top .navbar-sidenav { height: 100vh; } /* LH menu height /end */ .form-control { padding: .55rem .75rem; } .container-fluid, #navbarResponsive { max-width: calc(1920px - 250px); float: left; } .ss-nav-right-area { height: 56px; margin-top: 5px; margin-bottom: 5px; } .form-inline .input-group.nav-search-container { width: 100%; } .ss-user-area { width: 280px; line-height: 1; } .ss-user-area .ss-user-area-link { padding: .25rem 1rem 1.25rem 1rem; } .ss-user-area .ss-user-name { margin-top: 0.25rem; } .ss-user-area .dropdown-menu.ss-user-dropdown { border-radius: 0; margin: .25rem 0 0; background-color: #575756; color: #FFF; border: 0px solid #817f82; border-top: 1px solid #817f82; width: 280px; } .ss-user-area .dropdown-menu.ss-user-dropdown a { padding: 1rem 1.5rem 1rem 0; margin-left: 3.5rem; border-bottom: 1px solid #817f82; color: #FFF; font-size: 0.75rem; cursor: pointer; max-width: 220px; } .ss-user-area .dropdown-menu.ss-user-dropdown a:last-of-type { border-bottom: 0px solid #817f82; } .ss-user-area .dropdown-menu.ss-user-dropdown a:hover { background-color: #575756; color: #91918e; } nav-user-right { width: 150px; } .navbar-nav-leftitems { margin: .5rem 0; padding-left: 1rem; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item.nav-border-bottom { border-bottom: 2px solid #009fe3; padding-bottom: 5rem; } .square-area-container span { line-height: 2.5rem; font-size: 1.5rem; } .square-area-container span.align-topleft { text-align: left; vertical-align: top; padding: 20px; } .square-area-container span.font-lg { font-size: 2rem; } .credit-amount { font-size: 1.5em; } #exampleAccordion { padding: 0; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item.nav-border-bottom-sm { border-bottom: 0px solid #009fe3; padding-bottom: 1rem; } .ss-filters .ss-filterbyprice-container { text-align: left; } #mainNav .navbar-collapse .navbar-sidenav { margin-top: 66px; } .square-icon { width: 45px; } .square-area-container span.line-normal { line-height: 1.5rem; } } @media (min-width: 1200px) { .square-icon { width: 70px; } .credit-amount { font-size: 2em; } .pd-cta-area { max-width: 230px; float: right; } } @media (min-width: 1200px) and (max-width: 1475px) { .pl-item .col-holder .pl-col-left, .pl-item .col-holder .pl-col-right { width: 100%; text-align: center; } .pl-item .col-holder .pl-col-right { margin-bottom: 1rem; } } /* SPECIFIC MEDIA QUERIES (i.e. to hide on certain devices) */ /* SS-XXS */ @media (max-width: 575px) { .ss-hide-xxs { display: none; } /* TABS */ .tabs { display: none; } .tab_drawer_heading { background-color: #d3ddec; color: #575756; border-top: 1px solid #fff; margin: 0; padding: 5px 20px; display: block; cursor: pointer; font-size: 1.25rem; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .d_active { background-color: #d3ddec; color: #575756; border: 1px solid #fff; } } /* SS-XS */ @media (max-width: 767px) { .ss-hide-xs { display: none; } } /* SS-SM */ @media (min-width: 768px) and (max-width: 991px) { .ss-hide-sm { display: none; } } /* SS-MD */ @media (min-width: 992px) and (max-width: 1199px) { .ss-hide-md { display: none; } } /* SS-LG */ @media (min-width: 1200px) { .ss-hide-lg { display: none; } }
css/ss-responsive.css
@media (max-width: 320px) { .logo-dataselect-container { width: 212px; } } @media (min-width: 576px) { .square-area-container { width: 50%; } .tab_container { border: 0px solid #d3ddec; } .credit-amount { font-size: 2em; } } @media (min-width: 768px) { .navbar-toggler { margin-right: 10px; cursor: pointer; } .nav-view-basket-container { border-right: 1px solid #fff; } .logo-secureselect-container { border-right: 1px solid #fff; } .logo-secureselect-container #logo-ss { padding: 20px 15px 0 15px; } .credit-amount { font-size: 2.5em; } } @media (min-width: 992px) { .mediaCheck { float: none; } body.fixed-nav { padding-top: 66px; } .breadcrumb { margin: 0 0 0.5%; border-radius: 0; } /* LH menu height */ body.sticky-footer { margin-bottom: 0; } #mainNav.fixed-top .navbar-sidenav { height: 100vh; } /* LH menu height /end */ .form-control { padding: .55rem .75rem; } .container-fluid, #navbarResponsive { max-width: calc(1920px - 250px); float: left; } .ss-nav-right-area { height: 56px; margin-top: 5px; margin-bottom: 5px; } .form-inline .input-group.nav-search-container { width: 100%; } .ss-user-area { width: 280px; line-height: 1; } .ss-user-area .ss-user-area-link { padding: .25rem 1rem 1.25rem 1rem; } .ss-user-area .ss-user-name { margin-top: 0.25rem; } .ss-user-area .dropdown-menu.ss-user-dropdown { border-radius: 0; margin: .25rem 0 0; background-color: #575756; color: #FFF; border: 0px solid #817f82; border-top: 1px solid #817f82; width: 280px; } .ss-user-area .dropdown-menu.ss-user-dropdown a { padding: 1rem 1.5rem 1rem 0; margin-left: 3.5rem; border-bottom: 1px solid #817f82; color: #FFF; font-size: 0.75rem; cursor: pointer; max-width: 220px; } .ss-user-area .dropdown-menu.ss-user-dropdown a:last-of-type { border-bottom: 0px solid #817f82; } .ss-user-area .dropdown-menu.ss-user-dropdown a:hover { background-color: #575756; color: #91918e; } nav-user-right { width: 150px; } .navbar-nav-leftitems { margin: .5rem 0; padding-left: 1rem; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item.nav-border-bottom { border-bottom: 2px solid #009fe3; padding-bottom: 5rem; } .square-area-container span { line-height: 2.5rem; font-size: 1.5rem; } .square-area-container span.align-topleft { text-align: left; vertical-align: top; padding: 20px; } .square-area-container span.font-lg { font-size: 2rem; } .credit-amount { font-size: 1.5em; } #exampleAccordion { padding: 0; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item.nav-border-bottom-sm { border-bottom: 0px solid #009fe3; padding-bottom: 1rem; } .ss-filters .ss-filterbyprice-container { text-align: left; } #mainNav .navbar-collapse .navbar-sidenav { margin-top: 66px; } .square-icon { width: 45px; } .square-area-container span.line-normal { line-height: 1.5rem; } } @media (min-width: 1200px) { .square-icon { width: 70px; } .credit-amount { font-size: 2em; } .pd-cta-area { max-width: 230px; float: right; } } @media (min-width: 1200px) and (max-width: 1475px) { .pl-item .col-holder .pl-col-left, .pl-item .col-holder .pl-col-right { width: 100%; text-align: center; } .pl-item .col-holder .pl-col-right { margin-bottom: 1rem; } } /* SPECIFIC MEDIA QUERIES (i.e. to hide on certain devices) */ /* SS-XXS */ @media (max-width: 575px) { .ss-hide-xxs { display: none; } /* TABS */ .tabs { display: none; } .tab_drawer_heading { background-color: #d3ddec; color: #575756; border-top: 1px solid #fff; margin: 0; padding: 5px 20px; display: block; cursor: pointer; font-size: 1.25rem; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .d_active { background-color: #d3ddec; color: #575756; border: 1px solid #fff; } } /* SS-XS */ @media (max-width: 767px) { .ss-hide-xs { display: none; } } /* SS-SM */ @media (min-width: 768px) and (max-width: 991px) { .ss-hide-sm { display: none; } } /* SS-MD */ @media (min-width: 992px) and (max-width: 1199px) { .ss-hide-md { display: none; } } /* SS-LG */ @media (min-width: 1200px) { .ss-hide-lg { display: none; } }
0.363082
0.11304
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@600&display=swap"); *, *::before, *::after { box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; } @-ms-viewport { width: device-width; } footer, header, main, nav, section { display: block; } body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } [tabindex="-1"]:focus { outline: none !important; } h1, h2, h3, h4, h5, h6, p { margin: 0; } img { vertical-align: middle; border-style: none; /* Remove the border on images inside links in IE 10-. */ } svg:not(:root) { overflow: hidden; /* Hide the overflow in IE */ } button { border-radius: 0; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } button { margin: 0; /* Remove the margin in Firefox and Safari */ font-family: inherit; font-size: inherit; line-height: inherit; overflow: visible; /* Show the overflow in Edge */ text-transform: none; /* Remove the inheritance of text transform in Firefox */ } button, html [type=button] { -webkit-appearance: button; } button::-moz-focus-inner, [type=button]::-moz-focus-inner { padding: 0; border-style: none; } ul { list-style: none; padding: 0; margin: 0; } body { font-family: "Open Sans", sans-serif; font-weight: 400; color: #00252e; } h1, h2, h3 { font-family: "Poppins", sans-serif; font-weight: 600; } h1 { font-size: 1.5em; } @media (min-width: 90em) { h1 { font-size: 2.5em; } } h2 { font-size: 1.25em; } @media (min-width: 62em) { h2 { font-size: 1.75em; } } h3 { font-size: 1.125em; } @media (min-width: 90em) { h3 { font-size: 2em; } } p { line-height: 1.6; } a { color: #ebfbff; transition: all 0.5s linear; } a:hover { color: #ff52bf; transition: all 0.5s linear; } .p--hero { padding-top: 2rem; padding-bottom: 2rem; } @media (min-width: 90em) { .p--hero { font-size: 1.125em; padding-bottom: 50px; } } .p--card { color: #808d99; font-size: 0.9375em; } @media (min-width: 48em) { .p--card { flex-direction: row-reverse; } } @media (min-width: 62em) { .p--card { font-size: 1.125em; } } .p--copy { text-align: center; font-size: 0.6875em; } @media (min-width: 90em) { .p--copy { text-align: right; } } .p--contact { font-size: 1.125em; padding-left: 23px; } @media (min-width: 90em) { .p--contact { font-size: 0.9375em; } } .p__about--font li { font-size: 0.9375em; } .btn { font-family: "Open Sans", sans-serif; font-weight: 700; border: none; border-radius: 42px; } .btn:focus { outline: 2px dashed #ff52bf; } .btn--white { font-size: 0.625em; color: #00252e; background-color: white; box-shadow: 0 0 9px -2px #808d99; padding: 5px 25px; transition: all 0.5s linear; } @media (min-width: 62em) { .btn--white { font-size: 0.875em; padding: 15px 65px; } } .btn--white:hover { color: white; background-color: #ff52bf; transition: all 0.5s linear; } .btn--pink { font-size: 0.75em; color: white; background-color: #ff52bf; transition: all 0.5s linear; } .btn--pink:hover { color: #ff52bf; background-color: white; box-shadow: 0 0 4px #ff52bf; transition: all 0.5s linear; } .btn--large { padding: 11px 61px; } @media (min-width: 62em) { .btn--large { padding: 19px 81px; } } .btn--small { padding: 10px 41px; margin: 24px 74px 0 74px; } @media (min-width: 62em) { .btn--small { font-size: 1em; padding: 1.875em 7.625em; } } @media (min-width: 90em) { .btn--small { font-size: 1.25em; padding: 1.35em 5.15em; margin-top: 34px; } } .app-header { background: url(/src/images/bg-hero-mobile.svg); background-color: #ebfbff; background-repeat: no-repeat; background-size: 100%; text-align: center; } @media (min-width: 48em) { .app-header { text-align: left; } } @media (min-width: 62em) { .app-header { background: url(/src/images/bg-hero-desktop.svg); background-color: #ebfbff; background-repeat: no-repeat; background-size: 100%; text-align: center; } } .app-header__nav { padding-top: 1.5625rem; padding: 1.5625rem 1rem 5.375rem 1rem; display: flex; justify-content: space-between; align-items: center; } @media (min-width: 62em) { .app-header__nav { padding: 46px 62px 65px 78px; } } @media (min-width: 62em) { .app-header__nav svg { width: 200px; height: 40px; } } .app-header__hero { display: flex; flex-direction: column; align-items: center; padding-left: 38px; padding-right: 70px; padding-top: 0; padding-bottom: 34px; } @media (min-width: 48em) { .app-header__hero { flex-direction: row; } } @media (min-width: 62em) { .app-header__hero { padding-left: 78px; padding-right: 68px; padding-bottom: 68px; } } @media (min-width: 90em) { .app-header__hero { padding-bottom: 145px; } } .app-header__img { width: 100%; } @media (min-width: 48em) { .app-header__img { width: 54%; } } .app-header__info { padding-bottom: 56px; } @media (min-width: 48em) { .app-header__info { padding-right: 37px; padding-bottom: 0; text-align: left; } } @media (min-width: 62em) { .app-header__info { padding-bottom: 0; } } @media (min-width: 90em) { .app-header__info { padding-right: 76px; padding-top: 31px; } } .card { background-color: white; box-shadow: 0 0 6px -2px #808d99; border-radius: 18px; text-align: center; } @media (min-width: 48em) { .card { display: flex; text-align: left; } } @media (min-width: 48em) { .card--reverse { flex-direction: row-reverse; } } .card--primary { padding: 55px 40px 36px 40px; margin-bottom: 36px; } @media (min-width: 48em) { .card--primary { padding: 55px 20px 55px 80px; } } @media (min-width: 62em) { .card--primary { padding: 66px 30px 66px 120px; } } .card__img { width: 100%; padding-bottom: 55px; } @media (min-width: 48em) { .card__img { width: 37%; padding-bottom: 0; } } @media (min-width: 48em) { .card__info { align-self: center; padding-right: 90px; } } @media (min-width: 62em) { .card__info { padding-right: 180px; } } .card__info--padding { padding-right: 0; } @media (min-width: 48em) { .card__info--padding { padding-left: 160px; } } .card__info--header { padding-bottom: 1rem; } .card:nth-last-of-type(2) { margin-bottom: 118px; } @media (min-width: 90em) { .card:nth-last-of-type(2) { margin-bottom: 158px; } } .card--cta { padding-top: 50px; padding-bottom: 40px; margin-right: -8px; margin-left: -8px; } @media (min-width: 48em) { .card--cta { flex-direction: column; align-items: center; width: 80%; } } @media (min-width: 90em) { .card--cta { padding-top: 72px; padding-bottom: 50px; width: 65%; } } .app-main { padding: 0 20px; margin-top: 56px; margin-bottom: -69px; display: flex; flex-direction: column; } @media (min-width: 90em) { .app-main { margin-top: 82px; padding: 0 100px; } } @media (min-width: 48em) { .app-main__section { display: flex; flex-direction: column; align-items: center; } } .icon { width: 30px; margin-right: 14px; } @media (min-width: 62em) { .icon { width: 45px; } } .icon--margin { margin-right: 0; } .icon--social { fill: #ebfbff; transition: all 0.5s linear; } .icon--social:hover { fill: #ff52bf; transition: all 0.5s linear; } .app-footer { background-color: #00252e; padding: 137px 15px 24px 15px; color: #ebfbff; } @media (min-width: 48em) { .app-footer { padding: 187px 78px 43px 120px; } } .app-footer__logo { padding-bottom: 28px; } @media (min-width: 90em) { .app-footer__logo svg { width: 242px; height: 43px; } } @media (min-width: 90em) { .app-footer__info { display: flex; padding-right: 126px; } } @media (min-width: 90em) { .app-footer__info .about--container { display: flex; } } .app-footer__info .info--container ul { padding-bottom: 64px; } @media (min-width: 90em) { .app-footer__info .info--container { flex: 1 0; } } .app-footer__info .info--padding { padding-left: 27px; } .app-footer__info .info--padding-small { padding-left: 23px; } .app-footer__info .info__contact { display: flex; } .app-footer__info .info__contact--padding { padding-bottom: 27px; } .app-footer__info .info__contact .icon--padding { align-self: flex-start; } .app-footer__info .info__icon-location { width: 18px; height: 20px; } .app-footer__info .info__icon-phone { width: 21px; height: 21px; align-self: center; } .app-footer__info .info__icon-mail { width: 22px; height: 19px; align-self: center; } .app-footer__info .links-about li { padding-bottom: 22px; cursor: pointer; } .app-footer__info .links-about li a { text-decoration-line: none; } @media (min-width: 90em) { .app-footer__info .links-about li { padding-left: 120px; } } .app-footer__info .links-about li:hover { color: #ff52bf; transition: all 0.5s linear; } .app-footer__info .links-social { display: flex; justify-content: center; padding-bottom: 23px; padding-top: 34px; } @media (min-width: 90em) { .app-footer__info .links-social { flex: 1 0; padding-top: 0; justify-content: flex-end; } } body { background-color: white; min-height: 100vh; width: 100%; min-width: 375px; } a, button { cursor: pointer; } /*# sourceMappingURL=main.css.map */
dist/main.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@600&display=swap"); *, *::before, *::after { box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; } @-ms-viewport { width: device-width; } footer, header, main, nav, section { display: block; } body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } [tabindex="-1"]:focus { outline: none !important; } h1, h2, h3, h4, h5, h6, p { margin: 0; } img { vertical-align: middle; border-style: none; /* Remove the border on images inside links in IE 10-. */ } svg:not(:root) { overflow: hidden; /* Hide the overflow in IE */ } button { border-radius: 0; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } button { margin: 0; /* Remove the margin in Firefox and Safari */ font-family: inherit; font-size: inherit; line-height: inherit; overflow: visible; /* Show the overflow in Edge */ text-transform: none; /* Remove the inheritance of text transform in Firefox */ } button, html [type=button] { -webkit-appearance: button; } button::-moz-focus-inner, [type=button]::-moz-focus-inner { padding: 0; border-style: none; } ul { list-style: none; padding: 0; margin: 0; } body { font-family: "Open Sans", sans-serif; font-weight: 400; color: #00252e; } h1, h2, h3 { font-family: "Poppins", sans-serif; font-weight: 600; } h1 { font-size: 1.5em; } @media (min-width: 90em) { h1 { font-size: 2.5em; } } h2 { font-size: 1.25em; } @media (min-width: 62em) { h2 { font-size: 1.75em; } } h3 { font-size: 1.125em; } @media (min-width: 90em) { h3 { font-size: 2em; } } p { line-height: 1.6; } a { color: #ebfbff; transition: all 0.5s linear; } a:hover { color: #ff52bf; transition: all 0.5s linear; } .p--hero { padding-top: 2rem; padding-bottom: 2rem; } @media (min-width: 90em) { .p--hero { font-size: 1.125em; padding-bottom: 50px; } } .p--card { color: #808d99; font-size: 0.9375em; } @media (min-width: 48em) { .p--card { flex-direction: row-reverse; } } @media (min-width: 62em) { .p--card { font-size: 1.125em; } } .p--copy { text-align: center; font-size: 0.6875em; } @media (min-width: 90em) { .p--copy { text-align: right; } } .p--contact { font-size: 1.125em; padding-left: 23px; } @media (min-width: 90em) { .p--contact { font-size: 0.9375em; } } .p__about--font li { font-size: 0.9375em; } .btn { font-family: "Open Sans", sans-serif; font-weight: 700; border: none; border-radius: 42px; } .btn:focus { outline: 2px dashed #ff52bf; } .btn--white { font-size: 0.625em; color: #00252e; background-color: white; box-shadow: 0 0 9px -2px #808d99; padding: 5px 25px; transition: all 0.5s linear; } @media (min-width: 62em) { .btn--white { font-size: 0.875em; padding: 15px 65px; } } .btn--white:hover { color: white; background-color: #ff52bf; transition: all 0.5s linear; } .btn--pink { font-size: 0.75em; color: white; background-color: #ff52bf; transition: all 0.5s linear; } .btn--pink:hover { color: #ff52bf; background-color: white; box-shadow: 0 0 4px #ff52bf; transition: all 0.5s linear; } .btn--large { padding: 11px 61px; } @media (min-width: 62em) { .btn--large { padding: 19px 81px; } } .btn--small { padding: 10px 41px; margin: 24px 74px 0 74px; } @media (min-width: 62em) { .btn--small { font-size: 1em; padding: 1.875em 7.625em; } } @media (min-width: 90em) { .btn--small { font-size: 1.25em; padding: 1.35em 5.15em; margin-top: 34px; } } .app-header { background: url(/src/images/bg-hero-mobile.svg); background-color: #ebfbff; background-repeat: no-repeat; background-size: 100%; text-align: center; } @media (min-width: 48em) { .app-header { text-align: left; } } @media (min-width: 62em) { .app-header { background: url(/src/images/bg-hero-desktop.svg); background-color: #ebfbff; background-repeat: no-repeat; background-size: 100%; text-align: center; } } .app-header__nav { padding-top: 1.5625rem; padding: 1.5625rem 1rem 5.375rem 1rem; display: flex; justify-content: space-between; align-items: center; } @media (min-width: 62em) { .app-header__nav { padding: 46px 62px 65px 78px; } } @media (min-width: 62em) { .app-header__nav svg { width: 200px; height: 40px; } } .app-header__hero { display: flex; flex-direction: column; align-items: center; padding-left: 38px; padding-right: 70px; padding-top: 0; padding-bottom: 34px; } @media (min-width: 48em) { .app-header__hero { flex-direction: row; } } @media (min-width: 62em) { .app-header__hero { padding-left: 78px; padding-right: 68px; padding-bottom: 68px; } } @media (min-width: 90em) { .app-header__hero { padding-bottom: 145px; } } .app-header__img { width: 100%; } @media (min-width: 48em) { .app-header__img { width: 54%; } } .app-header__info { padding-bottom: 56px; } @media (min-width: 48em) { .app-header__info { padding-right: 37px; padding-bottom: 0; text-align: left; } } @media (min-width: 62em) { .app-header__info { padding-bottom: 0; } } @media (min-width: 90em) { .app-header__info { padding-right: 76px; padding-top: 31px; } } .card { background-color: white; box-shadow: 0 0 6px -2px #808d99; border-radius: 18px; text-align: center; } @media (min-width: 48em) { .card { display: flex; text-align: left; } } @media (min-width: 48em) { .card--reverse { flex-direction: row-reverse; } } .card--primary { padding: 55px 40px 36px 40px; margin-bottom: 36px; } @media (min-width: 48em) { .card--primary { padding: 55px 20px 55px 80px; } } @media (min-width: 62em) { .card--primary { padding: 66px 30px 66px 120px; } } .card__img { width: 100%; padding-bottom: 55px; } @media (min-width: 48em) { .card__img { width: 37%; padding-bottom: 0; } } @media (min-width: 48em) { .card__info { align-self: center; padding-right: 90px; } } @media (min-width: 62em) { .card__info { padding-right: 180px; } } .card__info--padding { padding-right: 0; } @media (min-width: 48em) { .card__info--padding { padding-left: 160px; } } .card__info--header { padding-bottom: 1rem; } .card:nth-last-of-type(2) { margin-bottom: 118px; } @media (min-width: 90em) { .card:nth-last-of-type(2) { margin-bottom: 158px; } } .card--cta { padding-top: 50px; padding-bottom: 40px; margin-right: -8px; margin-left: -8px; } @media (min-width: 48em) { .card--cta { flex-direction: column; align-items: center; width: 80%; } } @media (min-width: 90em) { .card--cta { padding-top: 72px; padding-bottom: 50px; width: 65%; } } .app-main { padding: 0 20px; margin-top: 56px; margin-bottom: -69px; display: flex; flex-direction: column; } @media (min-width: 90em) { .app-main { margin-top: 82px; padding: 0 100px; } } @media (min-width: 48em) { .app-main__section { display: flex; flex-direction: column; align-items: center; } } .icon { width: 30px; margin-right: 14px; } @media (min-width: 62em) { .icon { width: 45px; } } .icon--margin { margin-right: 0; } .icon--social { fill: #ebfbff; transition: all 0.5s linear; } .icon--social:hover { fill: #ff52bf; transition: all 0.5s linear; } .app-footer { background-color: #00252e; padding: 137px 15px 24px 15px; color: #ebfbff; } @media (min-width: 48em) { .app-footer { padding: 187px 78px 43px 120px; } } .app-footer__logo { padding-bottom: 28px; } @media (min-width: 90em) { .app-footer__logo svg { width: 242px; height: 43px; } } @media (min-width: 90em) { .app-footer__info { display: flex; padding-right: 126px; } } @media (min-width: 90em) { .app-footer__info .about--container { display: flex; } } .app-footer__info .info--container ul { padding-bottom: 64px; } @media (min-width: 90em) { .app-footer__info .info--container { flex: 1 0; } } .app-footer__info .info--padding { padding-left: 27px; } .app-footer__info .info--padding-small { padding-left: 23px; } .app-footer__info .info__contact { display: flex; } .app-footer__info .info__contact--padding { padding-bottom: 27px; } .app-footer__info .info__contact .icon--padding { align-self: flex-start; } .app-footer__info .info__icon-location { width: 18px; height: 20px; } .app-footer__info .info__icon-phone { width: 21px; height: 21px; align-self: center; } .app-footer__info .info__icon-mail { width: 22px; height: 19px; align-self: center; } .app-footer__info .links-about li { padding-bottom: 22px; cursor: pointer; } .app-footer__info .links-about li a { text-decoration-line: none; } @media (min-width: 90em) { .app-footer__info .links-about li { padding-left: 120px; } } .app-footer__info .links-about li:hover { color: #ff52bf; transition: all 0.5s linear; } .app-footer__info .links-social { display: flex; justify-content: center; padding-bottom: 23px; padding-top: 34px; } @media (min-width: 90em) { .app-footer__info .links-social { flex: 1 0; padding-top: 0; justify-content: flex-end; } } body { background-color: white; min-height: 100vh; width: 100%; min-width: 375px; } a, button { cursor: pointer; } /*# sourceMappingURL=main.css.map */
0.447943
0.074804
body { font-family: 'Lato', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; } code { font-family: 'Ubuntu Mono', monospace; padding: 1px 5px; color: #c7254e; border-radius: 4px; background-color: #f9f2f4; } blockquote { font-size: 90%; overflow: auto; width: 90%; margin: 0; padding: 5px 10px; white-space: pre; color: #c7254e; border: 1px solid #ccc; border-radius: 4px; background-color: #fffbe5; } .App { width: 100vw; padding: 0; text-align: center; } .App h1 { margin-bottom: 30px; } .content { display: flex; flex-direction: row; width: 94%; margin-left: 3%; justify-content: space-between; } .content-left { margin-left: 0; padding-top: 40px; } .ChallengeInfo { width: 400px; margin: 40px 40px 0 15px; text-align: left; } .ChallengeInfo a:link, .ChallengeInfo a:visited { font-weight: bold; color: #31708f; } .ChallengeInfo a::after { font-family: FontAwesome; font-size: 0.7em; content: ' \f08e'; } .ChallengeInfo p { line-height: 1.4; } .ChallengeInfo h3 { font-size: 1.3em; text-align: center; } .ChallengeControl { display: flex; margin-left: 7%; width: 90%; margin-top: 50px; margin-bottom: 15px; } .ChallengeControl button:nth-child(2) { width: 39%; } .ChallengeControl button { font-family: 'Lato', sans-serif; font-size: 1.1em; margin: 2px 0.5%; padding: 6px 12px; cursor: pointer; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; color: #006400; border: 1px solid #2a2a2a; border-radius: 6px; outline: none; background: #fff; } .ChallengeControl button:hover { color: #fff; background-color: #006400; } .CodeMirror { font-family: 'Ubuntu Mono', monospace !important; font-size: 1.1em; width: 500px; height: 170px !important; margin-top: 30px; margin-bottom: 30px; text-align: left; border-radius: 5px; } .Preview { display: flex; flex-direction: column; width: 500px; min-height: 170px; align-items: left; justify-content: left; } .Preview > h3 { margin-bottom: 5px; margin-left: 10px; } .Preview > span { margin-left: 40px; } .MathJax_CHTML { font-size: 1.3em !important; margin: auto 3px !important; } .Tests { width: 450px; text-align: left; } .Tests h2 { font-weight: bold; color: #006400; } .Tests h2 i { font-size: 1.2em; margin: auto 10px 0 5px; } .Tests .test { padding: 7px 6px; } .Tests .test i { font-size: 1.4em; display: inline; margin-right: 10px; } .Tests .test p { display: inline; } /*# sourceMappingURL=index.css.map */
src/index.css
body { font-family: 'Lato', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; } code { font-family: 'Ubuntu Mono', monospace; padding: 1px 5px; color: #c7254e; border-radius: 4px; background-color: #f9f2f4; } blockquote { font-size: 90%; overflow: auto; width: 90%; margin: 0; padding: 5px 10px; white-space: pre; color: #c7254e; border: 1px solid #ccc; border-radius: 4px; background-color: #fffbe5; } .App { width: 100vw; padding: 0; text-align: center; } .App h1 { margin-bottom: 30px; } .content { display: flex; flex-direction: row; width: 94%; margin-left: 3%; justify-content: space-between; } .content-left { margin-left: 0; padding-top: 40px; } .ChallengeInfo { width: 400px; margin: 40px 40px 0 15px; text-align: left; } .ChallengeInfo a:link, .ChallengeInfo a:visited { font-weight: bold; color: #31708f; } .ChallengeInfo a::after { font-family: FontAwesome; font-size: 0.7em; content: ' \f08e'; } .ChallengeInfo p { line-height: 1.4; } .ChallengeInfo h3 { font-size: 1.3em; text-align: center; } .ChallengeControl { display: flex; margin-left: 7%; width: 90%; margin-top: 50px; margin-bottom: 15px; } .ChallengeControl button:nth-child(2) { width: 39%; } .ChallengeControl button { font-family: 'Lato', sans-serif; font-size: 1.1em; margin: 2px 0.5%; padding: 6px 12px; cursor: pointer; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; color: #006400; border: 1px solid #2a2a2a; border-radius: 6px; outline: none; background: #fff; } .ChallengeControl button:hover { color: #fff; background-color: #006400; } .CodeMirror { font-family: 'Ubuntu Mono', monospace !important; font-size: 1.1em; width: 500px; height: 170px !important; margin-top: 30px; margin-bottom: 30px; text-align: left; border-radius: 5px; } .Preview { display: flex; flex-direction: column; width: 500px; min-height: 170px; align-items: left; justify-content: left; } .Preview > h3 { margin-bottom: 5px; margin-left: 10px; } .Preview > span { margin-left: 40px; } .MathJax_CHTML { font-size: 1.3em !important; margin: auto 3px !important; } .Tests { width: 450px; text-align: left; } .Tests h2 { font-weight: bold; color: #006400; } .Tests h2 i { font-size: 1.2em; margin: auto 10px 0 5px; } .Tests .test { padding: 7px 6px; } .Tests .test i { font-size: 1.4em; display: inline; margin-right: 10px; } .Tests .test p { display: inline; } /*# sourceMappingURL=index.css.map */
0.39222
0.086478
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800"); * { margin: 0px; padding: 0px; font-family: "Montserrat", "sans-serif"; box-sizing: border-box; } html { overflow-x: hidden; } #fh5co-hero-wrapper { height: 800px; width: 100%; background: url("../img/banner-bg.jpg") no-repeat center; border-radius: 0 0 50% 50% / 4%; } .main-navbar-nav .navbar-brand { font-size: 38px; letter-spacing: 4px; position: relative; top: -5px; font-weight: 500; } .main-navbar-nav { color: #fff !important; } .main-navbar-nav li { color: #fff; opacity: .7; } .main-navbar-nav .navbar-nav .nav-item a:hover { color: #234197 !important; -webkit-transition: all .33s ease; -moz-transition: all .33s ease; -o-transition: all .33s ease; -ms-transition: all .33s ease; transition: all .33s ease; } .main-navbar-nav .active { color: #fff !important; opacity: 1 !important; } .main-navbar-nav a { color: #fff !important; } .main-navbar-nav .nav-link { opacity: 1 !important; margin: 0 35px; font-size: 14.5px; font-weight: 500; } .social-icons-header i { margin: 15px; font-size: 20px; } .social-icons-header a:hover i { opacity: .6; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease; } .fh5co-hero-inner { margin-top: 110px; position: relative; } .fh5co-hero-inner > h1 { color: #fff; font-weight: 300; font-size: 55px; letter-spacing: 2px; } .fh5co-hero-inner > p { width: 400px; font-size: 14px; color: #fff; margin-top: 30px; margin-bottom: 30px; line-height: 2em; } .fh5co-hero-inner .download-btn-first { font-size: 15px; padding: 10px 15px; font-weight: 700; color: #234197; } .fh5co-hero-inner .features-btn-first { font-size: 15px; padding: 8px 13px; font-weight: 400; background: #234197; color: #fff; margin-left: 10px; } .fh5co-hero-inner .fh5co-hero-smartphone { position: absolute; right: 300px; top: 0px; height: 400px; } /* ========================================================================================================== ADVANTAGES ========================================================================================================== */ .fh5co-advantages-outer { padding: 70px; height: auto; width: 100%; overflow: hidden; } .fh5co-advantages-outer .span-perfect { color: #648cff; text-transform: uppercase; font-size: 30px; letter-spacing: 1px; } .fh5co-advantages-outer .span-features { text-transform: uppercase; font-size: 35px; } .fh5co-advantages-outer .second-title { text-align: center; display: block; } .fh5co-advantages-outer small { display: block; text-align: center; } .fh5co-advantages-outer .fh5co-advantages-grid-columns { margin-top: 120px; } .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image { width: 30%; float: left; padding-right: 30px; position: relative; top: 1px; color: #648cff; } .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title { float: left; font-size: 20px; font-weight: 600; } .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc { float: right; font-size: 13px; padding-right: 7%; width: 70%; color: #c7c7c7; margin-top: 10px; line-height: 1.87em; } .fh5co-slider-inner { margin-top: 50px; margin-bottom: 30px; } .search-result { margin-top: 50px; padding: 30px 0 0; width: 100%; display: grid; grid-gap: 25px; grid-template: auto / repeat(auto-fit, minmax(300px, 1fr)); } h5 { font-size: 20px; } section { min-height: 100vh; width: 100%; display: inline; align-items: center; justify-content: center; } .item { width: 100%; border-radius: 10px; background-color: rgb(190, 248, 252); padding: 15px; overflow: hidden; margin-top: 10px; margin-bottom: 10px; } .item h5 { color: black; font-weight: bolder; margin: auto 0 0 0 0; } .date { color: black; margin: auto 0 0 0 0; float: right; } .item h6 { color: black; margin: auto 0 0 0 0; } .btn { text-decoration: none; text-align: center; width: 130px; padding: 7px 0; background-color: rgb(66, 236, 255); color: black; font-size: 1rem; font-weight: 600; margin-top: 20px; align-self: flex-start; } .btn:hover { color: whitesmoke; background-color: rgb(41, 205, 255); transition: 0.6s; } .btn1 { border-radius: 5px; background-color: rgb(72, 72, 190); color: whitesmoke; padding: 10px 15px; font-weight: bold; border: none; } .btn1:hover { color: rgb(58, 51, 51); background-color: rgb(209, 209, 255); transition: 0.6s; } .btn2 { border-radius: 5px; background-color: rgb(209, 209, 255); color: rgb(58, 51, 51); padding: 10px 15px; font-weight: bold; border: none; margin-left: 10px; } .btn2:hover { color: whitesmoke; background-color: rgb(72, 72, 190); transition: 0.6s; }
app/css/style.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800"); * { margin: 0px; padding: 0px; font-family: "Montserrat", "sans-serif"; box-sizing: border-box; } html { overflow-x: hidden; } #fh5co-hero-wrapper { height: 800px; width: 100%; background: url("../img/banner-bg.jpg") no-repeat center; border-radius: 0 0 50% 50% / 4%; } .main-navbar-nav .navbar-brand { font-size: 38px; letter-spacing: 4px; position: relative; top: -5px; font-weight: 500; } .main-navbar-nav { color: #fff !important; } .main-navbar-nav li { color: #fff; opacity: .7; } .main-navbar-nav .navbar-nav .nav-item a:hover { color: #234197 !important; -webkit-transition: all .33s ease; -moz-transition: all .33s ease; -o-transition: all .33s ease; -ms-transition: all .33s ease; transition: all .33s ease; } .main-navbar-nav .active { color: #fff !important; opacity: 1 !important; } .main-navbar-nav a { color: #fff !important; } .main-navbar-nav .nav-link { opacity: 1 !important; margin: 0 35px; font-size: 14.5px; font-weight: 500; } .social-icons-header i { margin: 15px; font-size: 20px; } .social-icons-header a:hover i { opacity: .6; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease; } .fh5co-hero-inner { margin-top: 110px; position: relative; } .fh5co-hero-inner > h1 { color: #fff; font-weight: 300; font-size: 55px; letter-spacing: 2px; } .fh5co-hero-inner > p { width: 400px; font-size: 14px; color: #fff; margin-top: 30px; margin-bottom: 30px; line-height: 2em; } .fh5co-hero-inner .download-btn-first { font-size: 15px; padding: 10px 15px; font-weight: 700; color: #234197; } .fh5co-hero-inner .features-btn-first { font-size: 15px; padding: 8px 13px; font-weight: 400; background: #234197; color: #fff; margin-left: 10px; } .fh5co-hero-inner .fh5co-hero-smartphone { position: absolute; right: 300px; top: 0px; height: 400px; } /* ========================================================================================================== ADVANTAGES ========================================================================================================== */ .fh5co-advantages-outer { padding: 70px; height: auto; width: 100%; overflow: hidden; } .fh5co-advantages-outer .span-perfect { color: #648cff; text-transform: uppercase; font-size: 30px; letter-spacing: 1px; } .fh5co-advantages-outer .span-features { text-transform: uppercase; font-size: 35px; } .fh5co-advantages-outer .second-title { text-align: center; display: block; } .fh5co-advantages-outer small { display: block; text-align: center; } .fh5co-advantages-outer .fh5co-advantages-grid-columns { margin-top: 120px; } .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-image { width: 30%; float: left; padding-right: 30px; position: relative; top: 1px; color: #648cff; } .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-title { float: left; font-size: 20px; font-weight: 600; } .fh5co-advantages-outer .fh5co-advantages-grid-columns .col-sm-4 .grid-desc { float: right; font-size: 13px; padding-right: 7%; width: 70%; color: #c7c7c7; margin-top: 10px; line-height: 1.87em; } .fh5co-slider-inner { margin-top: 50px; margin-bottom: 30px; } .search-result { margin-top: 50px; padding: 30px 0 0; width: 100%; display: grid; grid-gap: 25px; grid-template: auto / repeat(auto-fit, minmax(300px, 1fr)); } h5 { font-size: 20px; } section { min-height: 100vh; width: 100%; display: inline; align-items: center; justify-content: center; } .item { width: 100%; border-radius: 10px; background-color: rgb(190, 248, 252); padding: 15px; overflow: hidden; margin-top: 10px; margin-bottom: 10px; } .item h5 { color: black; font-weight: bolder; margin: auto 0 0 0 0; } .date { color: black; margin: auto 0 0 0 0; float: right; } .item h6 { color: black; margin: auto 0 0 0 0; } .btn { text-decoration: none; text-align: center; width: 130px; padding: 7px 0; background-color: rgb(66, 236, 255); color: black; font-size: 1rem; font-weight: 600; margin-top: 20px; align-self: flex-start; } .btn:hover { color: whitesmoke; background-color: rgb(41, 205, 255); transition: 0.6s; } .btn1 { border-radius: 5px; background-color: rgb(72, 72, 190); color: whitesmoke; padding: 10px 15px; font-weight: bold; border: none; } .btn1:hover { color: rgb(58, 51, 51); background-color: rgb(209, 209, 255); transition: 0.6s; } .btn2 { border-radius: 5px; background-color: rgb(209, 209, 255); color: rgb(58, 51, 51); padding: 10px 15px; font-weight: bold; border: none; margin-left: 10px; } .btn2:hover { color: whitesmoke; background-color: rgb(72, 72, 190); transition: 0.6s; }
0.435421
0.065785
position: absolute; top: 108px; left: 396px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Panel_1 { width: 228px; height: 670px; background-color: #434343; background-image: none; box-shadow: none; overflow-x: hidden; overflow-y: hidden; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Panel_1 .verticalalign { vertical-align: top; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 { position: absolute; top: 76px; left: 1px; width: 228px; height: 52px; background-color: #07CACC; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 27px; font-size: 14.0pt; font-family: 'Arial',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 .valign { vertical-align: middle; text-align: center; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 span { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 span#rtr-m-d7f53983-Rectangle_3_0 { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 { position: absolute; top: 87px; left: 30px; width: 27px; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: 'Windows10-Icons-Regular',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 .valign { vertical-align: top; text-align: left; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 span#rtr-m-d7f53983-Rich_text_233_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 { position: absolute; top: 130px; left: 1px; width: 228px; height: 52px; background-color: #07CACC; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 27px; font-size: 14.0pt; font-family: 'Arial',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 .valign { vertical-align: middle; text-align: center; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 span { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 span#rtr-m-d7f53983-Rectangle_5_0 { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 { position: absolute; top: 184px; left: 1px; width: 228px; height: 52px; background-color: #07CACC; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 27px; font-size: 14.0pt; font-family: 'Arial',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 .valign { vertical-align: middle; text-align: center; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 span { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 span#rtr-m-d7f53983-Rectangle_6_0 { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 { position: absolute; top: 143px; left: 30px; width: 27px; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: 'Windows10-Icons-Regular',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 .valign { vertical-align: top; text-align: left; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 span#rtr-m-d7f53983-Rich_text_234_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 { position: absolute; top: 200px; left: 30px; width: 27px; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: 'Windows10-Icons-Regular',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 .valign { vertical-align: top; text-align: left; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 span#rtr-m-d7f53983-Rich_text_235_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Hotspot_1 { position: absolute; top: 76px; left: 4px; width: 224px; height: 50px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Hotspot_2 { position: absolute; top: 130px; left: 1px; width: 224px; height: 50px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Hotspot_3 { position: absolute; top: 184px; left: 1px; width: 224px; height: 50px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa.master > #loadMark { width: 1px; visibility: hidden; display: none; }
Docs/Smartify WorkManager_v0.1/resources/masters/d7f53983-48e4-48cb-801b-d88a5f508daa-1500959097008.css
position: absolute; top: 108px; left: 396px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Panel_1 { width: 228px; height: 670px; background-color: #434343; background-image: none; box-shadow: none; overflow-x: hidden; overflow-y: hidden; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Panel_1 .verticalalign { vertical-align: top; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 { position: absolute; top: 76px; left: 1px; width: 228px; height: 52px; background-color: #07CACC; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 27px; font-size: 14.0pt; font-family: 'Arial',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 .valign { vertical-align: middle; text-align: center; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 span { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_3 span#rtr-m-d7f53983-Rectangle_3_0 { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 { position: absolute; top: 87px; left: 30px; width: 27px; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: 'Windows10-Icons-Regular',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 .valign { vertical-align: top; text-align: left; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_233 span#rtr-m-d7f53983-Rich_text_233_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 { position: absolute; top: 130px; left: 1px; width: 228px; height: 52px; background-color: #07CACC; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 27px; font-size: 14.0pt; font-family: 'Arial',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 .valign { vertical-align: middle; text-align: center; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 span { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_5 span#rtr-m-d7f53983-Rectangle_5_0 { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 { position: absolute; top: 184px; left: 1px; width: 228px; height: 52px; background-color: #07CACC; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 27px; font-size: 14.0pt; font-family: 'Arial',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 .valign { vertical-align: middle; text-align: center; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 span { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rectangle_6 span#rtr-m-d7f53983-Rectangle_6_0 { color: #000000; text-align: center; text-decoration: none; font-family: 'Arial',Arial; font-size: 14.0pt; font-style: normal; font-weight: 700; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 { position: absolute; top: 143px; left: 30px; width: 27px; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: 'Windows10-Icons-Regular',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 .valign { vertical-align: top; text-align: left; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_234 span#rtr-m-d7f53983-Rich_text_234_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 { position: absolute; top: 200px; left: 30px; width: 27px; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: 'Windows10-Icons-Regular',Arial; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 .valign { vertical-align: top; text-align: left; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Rich_text_235 span#rtr-m-d7f53983-Rich_text_235_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Windows10-Icons-Regular',Arial; font-size: 20.0pt; line-height: 0px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Hotspot_1 { position: absolute; top: 76px; left: 4px; width: 224px; height: 50px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Hotspot_2 { position: absolute; top: 130px; left: 1px; width: 224px; height: 50px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Hotspot_3 { position: absolute; top: 184px; left: 1px; width: 224px; height: 50px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa.master > #loadMark { width: 1px; visibility: hidden; display: none; }
0.397588
0.071203
body { margin: 0px; font-family: arial; font-size: 12px; } .topo { height: 30px; background-color: #333; } .topoint { width: 100%; max-width: 1040px; height: 30px; margin: auto; } .topoleft { width: 50%; height: 30px; float: left; } .toporight { width: 50%; height: 28px; float: right; text-align: right; margin-top: 2px; } .topoleft ul { margin: 0px; padding: 0px; list-style: none; } .topoleft li { height: 30px; line-height: 30px; float: left; margin-left: 8px; margin-right: 8px; } .topoleft li a { text-decoration: none; color: #FFF; } .topoleft li .ativo { color: blue; } .topobusca { width: 110px; height: 26px; outline: 0px; } .toporight a { float: right; } .toporight input { float: right; } .toporight img { margin-right: 4px; } .topo2 { height: 95px; color: #000; } .topo2int { height: 95px; width: 100%; max-width:1040px; margin:auto; } .logo { width: 230px; height: 95px; line-height: 95px; float: left; font-size: 30px; } .topo2 .banner { width: 650px; height: 80px; float: right; margin-top: 7px; background-color:#ff0000; border-radius:4px; color: #fff; text-align: center; line-height: 80px; font-size: 30px; } .menu { height: 40px; background-color:#ff0000; } .menuint { width: 100%; max-width: 1040; margin:auto; height: 40px; } .menuint ul { margin: 0px; padding: 0px; list-style: none; } .menuint li:hover .submenu { display:block; } .menuint li { float: left; line-height: 40px; padding-left: 8px; padding-right: 8px; color: #fff; } .menuint a { text-decoration: none; color: #fff; } .submenu { width: 150px; background-color:#ff0000; position: absolute; display: none; } .submenuitem { height: 30px; line-height: 30px; width: 140px; padding-left: 10px; } .submenuitem:hover { background-color: #ff5555; } .ultimasnoticias { height: 40px; } .ultimasnoticiasint { width: 100%; max-width: 1040px; margin:auto; height: 40px; } .ultnoticiasarea { height: 28px; background-color: #fff; border: 1px solid #ccc; margin-top: 10px; } .ultnoticiastitulo { background-color: #ff0000; color: #fff; height: 28px; display: inline-block; line-height: 28px; padding-left: 10px; padding-right: 10px; font-size: 16px; } .ultnoticiasnoticia { color: #000; height: 28px; line-height: 28px; display: inline-block; padding-left: 5px; } .containerint { width: 100%; max-width: 1040px; margin: auto; } .leftside { width: 753px; float: left; } .rightside { width: 275px; min-height: 200px; float: right; margin-left: 12px; } .widget { background-color: #fff; border: 1px solid #ccc; margin-bottom: 10px; } .widget-titulo { height: 30px; border-bottom: 1px solid #ccc; background-color: #ddd; line-height: 30px; padding-left: 5px; font-size: 14px; } .widget-conteudo { text-align: center; padding-top: 5px; padding-bottom: 5px; } .noticia-item { font-size: 14px; margin: 0px 10px; padding: 10px 0px; border-bottom: 1px solid #ccc; text-align: left; } .noticia-item a { text-decoration: none; color: #000; } .slideshow { height: 335px; background-color: #ccc; overflow: hidden; margin-bottom: 20px; } .slideshowarea { height: 335px; width: 100000px; background-color: #ddd; transition:all 1s; } .slide { height: 335px; float: left; background-repeat: no-repeat; background-position: center; background-size: cover; } .slideinfo { height: 70px; background-image: url('../images/slideshow-bg.png'); background-size: auto 70px; margin-top: 265px; } .slideinfo-titulo { font-size: 20px; color: #fff; padding-top: 15px; padding-left: 20px; } .slideinfo-subtitulo { font-size: 13px; color: #fff; padding-left: 20px; } .slidebolinhas { position: absolute; width: 200px; height: 20px; } .bolinha { width: 20px; height: 20px; float: left; margin-right: 5px; cursor: pointer; background-color: #ccc; border-radius: 10px; } .noticiaarea1 { width: 430px; height: 420px; float: left; } .noticiaarea2 { width: 320px; height: 420px; float: left; } .noticiaitem { text-align: left; height: 88px; margin-top: 7px; margin-bottom: 7px; } .noticiaimg { width: 80px; height: 80px; border: 1px solid #ccc; padding: 3px; float: left; } .noticiatitulo { margin-left: 6px; font-size: 16px; float: left; width: 226px; } .noticiainfo { font-size: 12px; margin-left: 6px; color: #999; width: 226px; float: left; } .noticiabig { margin-left: 10px; } .noticiabig .noticiaimg { width: 384; height: 222px; } .noticiabig .noticiaimg img { height: 222px; width: 384px; } .noticiabig .noticiatitulo { font-size: 30px; width: 384px; } .menumobile { display: none; } @media only screen and (min-width: 906px) and (max-width: 1057px) { .topoint, .topo2int, .menuint, .ultimasnoticiasint, .containerint { max-width: 890px; } #menumobile { display: block !important; } .leftside { width: 603px; } .noticiaarea1 { width: 278px; } .noticiabig .noticiaimg { width: 245px; } .noticiabig .noticiaimg img { width: 245px; } .noticiabig .noticiatitulo { font-size: 25px; width: 245px; } } @media only screen and (min-width: 775px) and (max-width: 906px) { .topoint, .topo2int, .menuint, .ultimasnoticiasint, .containerint { max-width: 758px; } .topo2 .banner { display: none; } #menumobile { display: block !important; } .logo { float: none; margin: auto; } .rightside { display: none; } .leftside { float: none; width: auto; } .noticiaarea1 { width: 436px; } .noticiabig .noticiaimg { width: 405px; } .noticiabig .noticiaimg img { width: 405px; } .noticiabig .noticiatitulo { font-size: 25px; width: 405px; } } @media only screen and (max-width: 775px) { .topoint, .topo2int, .menuint, .ultimasnoticiasint, .containerint { max-width: 320px; } .topoleft { display: none; } .toporight { width: 100%; } .topo2 .banner { display: none; } .logo { float: none; margin: auto; } .menumobile { display: block; } .menu ul { position: absolute; background-color: red; z-index: 10; display: none; } .menuint li { float: none; height: auto; } .menuint li img { display: none; } .submenu { position: static; display: block; } .ultimasnoticias { display: none; } .rightside { display: none; } .leftside { margin-top: 10px; float: none; width: auto; } .noticiaarea1 { width: 320px; height: auto; } .noticiabig .noticiaimg { width: 290px; } .noticiabig .noticiaimg img { width: 290px; } .noticiabig .noticiatitulo { font-size: 20px; width: 290px; } .noticiaarea2 { width: 300px; margin: auto; float: none; clear: both; padding-top: 20px; } .noticiaitem { clear: both; } .noticiatitulo { width: 206px; } .noticiainfo { width: 206px; } }
source/portal-html/assets/css/style.css
body { margin: 0px; font-family: arial; font-size: 12px; } .topo { height: 30px; background-color: #333; } .topoint { width: 100%; max-width: 1040px; height: 30px; margin: auto; } .topoleft { width: 50%; height: 30px; float: left; } .toporight { width: 50%; height: 28px; float: right; text-align: right; margin-top: 2px; } .topoleft ul { margin: 0px; padding: 0px; list-style: none; } .topoleft li { height: 30px; line-height: 30px; float: left; margin-left: 8px; margin-right: 8px; } .topoleft li a { text-decoration: none; color: #FFF; } .topoleft li .ativo { color: blue; } .topobusca { width: 110px; height: 26px; outline: 0px; } .toporight a { float: right; } .toporight input { float: right; } .toporight img { margin-right: 4px; } .topo2 { height: 95px; color: #000; } .topo2int { height: 95px; width: 100%; max-width:1040px; margin:auto; } .logo { width: 230px; height: 95px; line-height: 95px; float: left; font-size: 30px; } .topo2 .banner { width: 650px; height: 80px; float: right; margin-top: 7px; background-color:#ff0000; border-radius:4px; color: #fff; text-align: center; line-height: 80px; font-size: 30px; } .menu { height: 40px; background-color:#ff0000; } .menuint { width: 100%; max-width: 1040; margin:auto; height: 40px; } .menuint ul { margin: 0px; padding: 0px; list-style: none; } .menuint li:hover .submenu { display:block; } .menuint li { float: left; line-height: 40px; padding-left: 8px; padding-right: 8px; color: #fff; } .menuint a { text-decoration: none; color: #fff; } .submenu { width: 150px; background-color:#ff0000; position: absolute; display: none; } .submenuitem { height: 30px; line-height: 30px; width: 140px; padding-left: 10px; } .submenuitem:hover { background-color: #ff5555; } .ultimasnoticias { height: 40px; } .ultimasnoticiasint { width: 100%; max-width: 1040px; margin:auto; height: 40px; } .ultnoticiasarea { height: 28px; background-color: #fff; border: 1px solid #ccc; margin-top: 10px; } .ultnoticiastitulo { background-color: #ff0000; color: #fff; height: 28px; display: inline-block; line-height: 28px; padding-left: 10px; padding-right: 10px; font-size: 16px; } .ultnoticiasnoticia { color: #000; height: 28px; line-height: 28px; display: inline-block; padding-left: 5px; } .containerint { width: 100%; max-width: 1040px; margin: auto; } .leftside { width: 753px; float: left; } .rightside { width: 275px; min-height: 200px; float: right; margin-left: 12px; } .widget { background-color: #fff; border: 1px solid #ccc; margin-bottom: 10px; } .widget-titulo { height: 30px; border-bottom: 1px solid #ccc; background-color: #ddd; line-height: 30px; padding-left: 5px; font-size: 14px; } .widget-conteudo { text-align: center; padding-top: 5px; padding-bottom: 5px; } .noticia-item { font-size: 14px; margin: 0px 10px; padding: 10px 0px; border-bottom: 1px solid #ccc; text-align: left; } .noticia-item a { text-decoration: none; color: #000; } .slideshow { height: 335px; background-color: #ccc; overflow: hidden; margin-bottom: 20px; } .slideshowarea { height: 335px; width: 100000px; background-color: #ddd; transition:all 1s; } .slide { height: 335px; float: left; background-repeat: no-repeat; background-position: center; background-size: cover; } .slideinfo { height: 70px; background-image: url('../images/slideshow-bg.png'); background-size: auto 70px; margin-top: 265px; } .slideinfo-titulo { font-size: 20px; color: #fff; padding-top: 15px; padding-left: 20px; } .slideinfo-subtitulo { font-size: 13px; color: #fff; padding-left: 20px; } .slidebolinhas { position: absolute; width: 200px; height: 20px; } .bolinha { width: 20px; height: 20px; float: left; margin-right: 5px; cursor: pointer; background-color: #ccc; border-radius: 10px; } .noticiaarea1 { width: 430px; height: 420px; float: left; } .noticiaarea2 { width: 320px; height: 420px; float: left; } .noticiaitem { text-align: left; height: 88px; margin-top: 7px; margin-bottom: 7px; } .noticiaimg { width: 80px; height: 80px; border: 1px solid #ccc; padding: 3px; float: left; } .noticiatitulo { margin-left: 6px; font-size: 16px; float: left; width: 226px; } .noticiainfo { font-size: 12px; margin-left: 6px; color: #999; width: 226px; float: left; } .noticiabig { margin-left: 10px; } .noticiabig .noticiaimg { width: 384; height: 222px; } .noticiabig .noticiaimg img { height: 222px; width: 384px; } .noticiabig .noticiatitulo { font-size: 30px; width: 384px; } .menumobile { display: none; } @media only screen and (min-width: 906px) and (max-width: 1057px) { .topoint, .topo2int, .menuint, .ultimasnoticiasint, .containerint { max-width: 890px; } #menumobile { display: block !important; } .leftside { width: 603px; } .noticiaarea1 { width: 278px; } .noticiabig .noticiaimg { width: 245px; } .noticiabig .noticiaimg img { width: 245px; } .noticiabig .noticiatitulo { font-size: 25px; width: 245px; } } @media only screen and (min-width: 775px) and (max-width: 906px) { .topoint, .topo2int, .menuint, .ultimasnoticiasint, .containerint { max-width: 758px; } .topo2 .banner { display: none; } #menumobile { display: block !important; } .logo { float: none; margin: auto; } .rightside { display: none; } .leftside { float: none; width: auto; } .noticiaarea1 { width: 436px; } .noticiabig .noticiaimg { width: 405px; } .noticiabig .noticiaimg img { width: 405px; } .noticiabig .noticiatitulo { font-size: 25px; width: 405px; } } @media only screen and (max-width: 775px) { .topoint, .topo2int, .menuint, .ultimasnoticiasint, .containerint { max-width: 320px; } .topoleft { display: none; } .toporight { width: 100%; } .topo2 .banner { display: none; } .logo { float: none; margin: auto; } .menumobile { display: block; } .menu ul { position: absolute; background-color: red; z-index: 10; display: none; } .menuint li { float: none; height: auto; } .menuint li img { display: none; } .submenu { position: static; display: block; } .ultimasnoticias { display: none; } .rightside { display: none; } .leftside { margin-top: 10px; float: none; width: auto; } .noticiaarea1 { width: 320px; height: auto; } .noticiabig .noticiaimg { width: 290px; } .noticiabig .noticiaimg img { width: 290px; } .noticiabig .noticiatitulo { font-size: 20px; width: 290px; } .noticiaarea2 { width: 300px; margin: auto; float: none; clear: both; padding-top: 20px; } .noticiaitem { clear: both; } .noticiatitulo { width: 206px; } .noticiainfo { width: 206px; } }
0.382372
0.071203
body { background-color: black; color: white; font-family: 'Droid Sans', sans-serif; font-size: 11pt; text-shadow: black 0px 0px 3px; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); background-repeat: no-repeat; } h1 { font-size: 16pt; } h2 { font-size: 12pt; } a { color: white; } a:hover { text-shadow: white 0px 0px 3px; } /*****************************************************************/ /* Info Box */ /*****************************************************************/ /* latin */ @font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 400; src: local('Droid Sans Regular'), local('DroidSans-Regular'), url(https://fonts.gstatic.com/s/droidsans/v9/SlGVmQWMvZQIdix7AFxXkHNSbQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */ @font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 700; src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(https://fonts.gstatic.com/s/droidsans/v9/SlGWmQWMvZQIdix7AFxXmMh3eDs1Zw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /*****************************************************************/ /* Info Box */ /*****************************************************************/ article#info { /*font-family: 'Chivo', sans-serif;*/ width: 80%; margin: 0 auto; padding: 5px 20px; border-radius: 12px; border: 1px solid white; background-color: rgba(255, 255, 255, 0.2); box-shadow: 0px 0px 15px black; } article#info > h1 { margin-top: 0.5em; } article#info > h2 { margin-top: -1em; } /*****************************************************************/ /* Drag'n'Drop Overlay */ /*****************************************************************/ #add { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/add.png'); background-repeat: no-repeat; background-position: center; opacity: 0.0; display: none; } .addVisible { display: block !important; opacity: 0.6 !important; transition: opacity 2s; } .addFinish { display: block !important; animation: addFinish 1s 1; } @keyframes addFinish { 0% { opacity: 0.6; } 100% { opacity: 0; transform: scale(5,5); } } /*****************************************************************/ /* Album Covers */ /*****************************************************************/ /***** Track Environment *****/ #container { width: 100%; height: 700px; overflow: hidden; /* For compatibility with iPhone 3.0, we leave off the units here */ perspective: 800px; perspective-origin: 50% 225px; } #stage { width: 100%; height: 100%; transition: transform 2s; transform-style: preserve-3d; transform: translateZ(-600px); } #musicTracks { /* Center Tracks */ position: relative; top: 0px; margin: 0 auto; height: 300px; width: 300px; transform-style: preserve-3d; /*transition: transform 1s linear;*/ } @keyframes rotateMusicTracks { from { transform: rotateY(0deg); } to { transform: rotateY(360deg); } } .rotateMusicTracks { animation: rotateMusicTracks 1s 1 linear; } /***** Single Track *****/ #musicTracks > .trackBase { position: absolute; height: 300px; width: 300px; border: 1px solid black; border-radius: 5px; box-sizing: border-box; padding: 3px; transition: transform 2s, opacity 2s; backface-visibility: visible; background: url('images/nocover.png'); background-size: cover; -webkit-box-reflect: below 0px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(50%, transparent), to(white) ); box-shadow: 0px 0px 15px black; } #musicTracks > .trackBase > .text { position: absolute; bottom: 0px; right: 0px; width: 292px; padding: 3px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } /***** Loaded Track *****/ #musicTracks > .track { text-align: right; } #musicTracks > .track > .text { border-top: 1px solid rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.4); } #musicTracks > .track > .text:first-line { font-weight: bold; } #musicTracks > .track > canvas { position: absolute; left: 0px; top: 0px; height: 300px; width: 300px; border-radius: 5px; } /***** Controls *****/ #musicTracks > .track > .playbackControl { position: absolute; left: 35px; top: 35px; background: url('images/play.png'); width: 230px; height: 230px; opacity: 0.0; transition: opacity 0.5s; cursor: pointer; } #musicTracks > .track > .playbackControl[title="Pause"] { background: url('images/pause.png'); } #musicTracks > .track > .remove { position: absolute; left: 264; top: 4; background: url('images/remove.png'); width: 32px; height: 32px; opacity: 0.0; transition: opacity 0.5s; cursor: pointer; } #musicTracks > .track:hover > .playbackControl { opacity: 0.5; } #musicTracks > .track:hover > .remove { opacity: 0.5; } #musicTracks > .track > .playbackControl:hover { opacity: 1; } #musicTracks > .track > .remove:hover { opacity: 1; } /***** Track Placeholder *****/ #musicTracks > .placeholder { opacity: 0.6; } #musicTracks > .placeholder > .text { text-align: center; font-weight: bold; bottom: 11pt; } #musicTracks > .placeholder > .text:before { content: "Drag'n'Drop some music here!"; } #musicTracks > .placeholder > .playbackControl { display: none; } #musicTracks > .placeholder > .drop { display: none; } #musicTracks > .placeholder > canvas { display: none; } /***** Progressbar *****/ .progressBar { /* 1x1 pixel rgba(0,0,0,0.4); */ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sLHAAoFnC7hIEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAA1JREFUCNdjYGBgSAMAAGsAZ8KtDSgAAAAASUVORK5CYII='); background-repeat: repeat-y; background-size: auto 300px; background-color: transparent !important; /*animation: progressBar 200s 1 linear;*/ } @keyframes progressBar { from { background-size: auto 0px; } to { background-size: auto 300px; } } /*****************************************************************/ /* Rotate Buttons */ /*****************************************************************/ #toolbar { position: absoulte; top: 0px; margin: 0 auto; height: 100px; width: 300px; transform-style: preserve-3d; } #toolbar > div { position: absolute; left: 0px; right: 0px; } #frontControls { transform: translateZ(600px); height: 100%; width: 100%; } #frontControls > #bar { position: relative; height: 24px; width: 100px; margin: 54px auto; background-image: url('images/bar.png'); background-repeat: no-repeat; background-position: center; opacity: 0.6; transition: opacity 0.5s; user-select: none; } #frontControls > #bar > #slider { position: absolute; left: 80px; height: 24px; width: 24px; background-image: url('images/slider.png'); user-select: none; cursor: pointer; } #frontControls > #bar:hover { opacity: 1; } #leftRotateButton { transform: rotateY(-30deg) translateZ(600px) rotate(180deg); } #rightRotateButton { transform: rotateY(30deg) translateZ(600px); } .rotateButton { height: 60px; width: 158px; margin: auto; margin-top: 30px; opacity: 0.6; transition: opacity 0.5s; cursor: pointer; background-image: url('images/rotate.png'); } .rotateButton:hover { opacity: 1; } /*****************************************************************/ /* Toast */ /*****************************************************************/ #toast { position: fixed; left: 50%; top: 90%; transition: opacity 2s; } .toastInvisible { display: none; opacity: 0; } #toast > div { position: relative; text-align: center; left: -50%; padding: 5px; text-shadow: black 0px 0px 5px; box-shadow: 0px 0px 15px black; border-radius: 6px; border: 1px solid white; background-color: rgba(255, 255, 255, 0.2); } /*****************************************************************/ /* Fallback */ /*****************************************************************/ .bodyFallback { background-image: url('images/fallback-image.png') !important; background-size: cover !important; } .containerFallback { display: none !important; } .fallbackInvisible { display: none !important; } #fallbackMessage { color: red; }
web/style/style.css
body { background-color: black; color: white; font-family: 'Droid Sans', sans-serif; font-size: 11pt; text-shadow: black 0px 0px 3px; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); background-repeat: no-repeat; } h1 { font-size: 16pt; } h2 { font-size: 12pt; } a { color: white; } a:hover { text-shadow: white 0px 0px 3px; } /*****************************************************************/ /* Info Box */ /*****************************************************************/ /* latin */ @font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 400; src: local('Droid Sans Regular'), local('DroidSans-Regular'), url(https://fonts.gstatic.com/s/droidsans/v9/SlGVmQWMvZQIdix7AFxXkHNSbQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */ @font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 700; src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(https://fonts.gstatic.com/s/droidsans/v9/SlGWmQWMvZQIdix7AFxXmMh3eDs1Zw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /*****************************************************************/ /* Info Box */ /*****************************************************************/ article#info { /*font-family: 'Chivo', sans-serif;*/ width: 80%; margin: 0 auto; padding: 5px 20px; border-radius: 12px; border: 1px solid white; background-color: rgba(255, 255, 255, 0.2); box-shadow: 0px 0px 15px black; } article#info > h1 { margin-top: 0.5em; } article#info > h2 { margin-top: -1em; } /*****************************************************************/ /* Drag'n'Drop Overlay */ /*****************************************************************/ #add { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/add.png'); background-repeat: no-repeat; background-position: center; opacity: 0.0; display: none; } .addVisible { display: block !important; opacity: 0.6 !important; transition: opacity 2s; } .addFinish { display: block !important; animation: addFinish 1s 1; } @keyframes addFinish { 0% { opacity: 0.6; } 100% { opacity: 0; transform: scale(5,5); } } /*****************************************************************/ /* Album Covers */ /*****************************************************************/ /***** Track Environment *****/ #container { width: 100%; height: 700px; overflow: hidden; /* For compatibility with iPhone 3.0, we leave off the units here */ perspective: 800px; perspective-origin: 50% 225px; } #stage { width: 100%; height: 100%; transition: transform 2s; transform-style: preserve-3d; transform: translateZ(-600px); } #musicTracks { /* Center Tracks */ position: relative; top: 0px; margin: 0 auto; height: 300px; width: 300px; transform-style: preserve-3d; /*transition: transform 1s linear;*/ } @keyframes rotateMusicTracks { from { transform: rotateY(0deg); } to { transform: rotateY(360deg); } } .rotateMusicTracks { animation: rotateMusicTracks 1s 1 linear; } /***** Single Track *****/ #musicTracks > .trackBase { position: absolute; height: 300px; width: 300px; border: 1px solid black; border-radius: 5px; box-sizing: border-box; padding: 3px; transition: transform 2s, opacity 2s; backface-visibility: visible; background: url('images/nocover.png'); background-size: cover; -webkit-box-reflect: below 0px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(50%, transparent), to(white) ); box-shadow: 0px 0px 15px black; } #musicTracks > .trackBase > .text { position: absolute; bottom: 0px; right: 0px; width: 292px; padding: 3px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } /***** Loaded Track *****/ #musicTracks > .track { text-align: right; } #musicTracks > .track > .text { border-top: 1px solid rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.4); } #musicTracks > .track > .text:first-line { font-weight: bold; } #musicTracks > .track > canvas { position: absolute; left: 0px; top: 0px; height: 300px; width: 300px; border-radius: 5px; } /***** Controls *****/ #musicTracks > .track > .playbackControl { position: absolute; left: 35px; top: 35px; background: url('images/play.png'); width: 230px; height: 230px; opacity: 0.0; transition: opacity 0.5s; cursor: pointer; } #musicTracks > .track > .playbackControl[title="Pause"] { background: url('images/pause.png'); } #musicTracks > .track > .remove { position: absolute; left: 264; top: 4; background: url('images/remove.png'); width: 32px; height: 32px; opacity: 0.0; transition: opacity 0.5s; cursor: pointer; } #musicTracks > .track:hover > .playbackControl { opacity: 0.5; } #musicTracks > .track:hover > .remove { opacity: 0.5; } #musicTracks > .track > .playbackControl:hover { opacity: 1; } #musicTracks > .track > .remove:hover { opacity: 1; } /***** Track Placeholder *****/ #musicTracks > .placeholder { opacity: 0.6; } #musicTracks > .placeholder > .text { text-align: center; font-weight: bold; bottom: 11pt; } #musicTracks > .placeholder > .text:before { content: "Drag'n'Drop some music here!"; } #musicTracks > .placeholder > .playbackControl { display: none; } #musicTracks > .placeholder > .drop { display: none; } #musicTracks > .placeholder > canvas { display: none; } /***** Progressbar *****/ .progressBar { /* 1x1 pixel rgba(0,0,0,0.4); */ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sLHAAoFnC7hIEAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAA1JREFUCNdjYGBgSAMAAGsAZ8KtDSgAAAAASUVORK5CYII='); background-repeat: repeat-y; background-size: auto 300px; background-color: transparent !important; /*animation: progressBar 200s 1 linear;*/ } @keyframes progressBar { from { background-size: auto 0px; } to { background-size: auto 300px; } } /*****************************************************************/ /* Rotate Buttons */ /*****************************************************************/ #toolbar { position: absoulte; top: 0px; margin: 0 auto; height: 100px; width: 300px; transform-style: preserve-3d; } #toolbar > div { position: absolute; left: 0px; right: 0px; } #frontControls { transform: translateZ(600px); height: 100%; width: 100%; } #frontControls > #bar { position: relative; height: 24px; width: 100px; margin: 54px auto; background-image: url('images/bar.png'); background-repeat: no-repeat; background-position: center; opacity: 0.6; transition: opacity 0.5s; user-select: none; } #frontControls > #bar > #slider { position: absolute; left: 80px; height: 24px; width: 24px; background-image: url('images/slider.png'); user-select: none; cursor: pointer; } #frontControls > #bar:hover { opacity: 1; } #leftRotateButton { transform: rotateY(-30deg) translateZ(600px) rotate(180deg); } #rightRotateButton { transform: rotateY(30deg) translateZ(600px); } .rotateButton { height: 60px; width: 158px; margin: auto; margin-top: 30px; opacity: 0.6; transition: opacity 0.5s; cursor: pointer; background-image: url('images/rotate.png'); } .rotateButton:hover { opacity: 1; } /*****************************************************************/ /* Toast */ /*****************************************************************/ #toast { position: fixed; left: 50%; top: 90%; transition: opacity 2s; } .toastInvisible { display: none; opacity: 0; } #toast > div { position: relative; text-align: center; left: -50%; padding: 5px; text-shadow: black 0px 0px 5px; box-shadow: 0px 0px 15px black; border-radius: 6px; border: 1px solid white; background-color: rgba(255, 255, 255, 0.2); } /*****************************************************************/ /* Fallback */ /*****************************************************************/ .bodyFallback { background-image: url('images/fallback-image.png') !important; background-size: cover !important; } .containerFallback { display: none !important; } .fallbackInvisible { display: none !important; } #fallbackMessage { color: red; }
0.368519
0.073297
@media (min-width:1300px) { .container { max-width: 1170px; } } @media (min-width: 1499px) { .container { max-width: 1266px; } #home-slider h1.slider-text { margin: 25px 0px 0px; } #home-slider p { margin: 32px 0px; } } @media only screen and (min-width:1200px) and (max-width:1366px) { .search:focus, .search:hover { width: 220px !important; } } @media (min-width:992px) { .search-box { left: auto !important; right: 0 !important; } .three-column { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 5px; -moz-column-gap: 5px; column-gap: 5px; } } @media (min-width:1200px) { li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images { transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(500px); } .watch-title { position: absolute; top: 50%; left: -20%; transform: translateY(-50%); font-size: 17px; letter-spacing: 3.5px; font-weight: 600; color: var(--iq-white); } .watch-title:before { content: ''; position: absolute; top: 50%; left: -36%; transform: translateY(-50%); background: var(--iq-white); width: 52px; height: 2px; } .col-1-5 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } } @media(max-width:1199px) { li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images { transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(500px); } #home-slider .slick-bg { height: 100%; } } @media(max-width:991px) { li.slide-item .block-description .parallax-ratting span, li.slide-item .block-description .movie-time span, li.slide-item .block-description .ratting-start, .block-description .movie-content li { font-size: 10px; } .hover-buttons .btn { font-size: 10px; } #home-slider .slick-bg { padding: 50px 0; } .r-mb-23 { margin-bottom: 23px; } header .navbar-light .navbar-brand img.logo { width: 100px; } .navbar-collapse { position: fixed; top: 0; left: 0; padding-bottom: 15px; width: 260px; height: 100vh; background: var(--iq-bg1); padding-top: 40px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); } .vertical_s { position: static; } #top-ten-slider-nav { width: 100%; height: 100%; } .navbar-collapse.collapsing { height: auto; -webkit-transition: left 0.3s ease; -o-transition: left 0.3s ease; -moz-transition: left 0.3s ease; transition: left 0.3s ease; left: -100%; } .navbar-collapse.show { left: -15px; -webkit-transition: left 0.3s ease-in; -o-transition: left 0.3s ease-in; -moz-transition: left 0.3s ease-in; transition: left 0.3s ease-in; z-index: 999; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; color: var(--iq-white); } .mobile-more-menu { display: block; } .menu-right { display: none; } .navbar-brand { padding: 0; margin-right: 0; } .more-menu .iq-sub-dropdown { width: 90%; margin: 0 auto; left: 0; right: 0; top: 60px; } .mobile-more-menu .iq-user-dropdown img { width: 40px; } .iq-search-bar .search-input { background: var(--iq-body-bg); color: var(--iq-body-text); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); } .navbar-right li { position: static !important; } .container-fluid { padding-left: 30px; padding-right: 30px; } .main-header { padding: 10px 0; } .vertical_s { display: none; } .r-mt-15 { margin-top: 15px; } .block-space { padding: 25px 0; } .banner-wrapper .trending-info .trending-dec { width: 100%; } .banner-caption, .overlay-s-name { left: 30px; } .scroll-gene { width: 100%; height: 600px; } .genres-box .dropdown-menu { height: 250px; overflow-y: auto; } .search-box { min-width: 16.2rem; top: 47px; } .trailor-video { display: none; } .topten-title-sm { display: block; } .topten-title { display: none; } .device-margin { margin-top: 15px; } #home-slider h1.slider-text { font-size: 35px; } header .navbar ul li { display: block; } .iq-main-slider { padding-top: 30px!important; } .m-profile { padding-top: 100px; padding-bottom: 60px; } .trending-info .trending-dec { width: 52%; } .svg-header { padding-top: 50px; } } @media(max-width:768px) { li.slide-item .block-images::before { content: none; } li.slide-item .block-description, li.slide-item .block-social-info { display: none !important; } li.slide-item.slick-current .block-description { display: none !important; } li.slide-item.slick-current:hover .block-images, li.slide-item:hover .block-images, li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images, li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images { transform: none; } .type { padding: 9px 10px; font-size: 13px; } } @media (max-width:767px) { .parallax-window { padding: 60px 0; } .banner-wrapper { height: 100%; padding: 100px 0; } .trending-content { padding: 0; } .banner-wrapper .trending-info .text-detail, .banner-wrapper .series { justify-content: flex-start; } .trending-info .trending-dec { width: 100%; } .banner-wrapper .trending-info .trending-dec { text-align: left; } .trending-pills { flex-direction: column; } .container-fluid { padding-left: 15px; padding-right: 15px; } #home-slider h1.slider-text { line-height: 62px; margin: 0px; } .trending-info .block-social.social1 { margin-left: 0 !important; } .trending-info .trending-text { font-size: 35px !important; line-height: 1.3; } .trending-info { padding: 60px 15px; } #home-slider p { margin: 22px 0; } .r-mt-20 { margin-top: 20px; } .p-btns { flex-direction: column; } .main-title { font-size: 1em; } .sign-info { flex-direction: column; } .sign-info .btn { margin-bottom: 15px; } .banner-caption, .overlay-s-name { left: 15px; } .episode-name { flex-direction: column; align-items: flex-start !important; } .text-detail.episode-name .trending-year { padding-left: 0; font-size: 24px; } .episodes-slider1 .owl-nav button.owl-prev, .episodes-slider1 .owl-nav button.owl-next { width: 30px; height: 30px; font-size: 27px; } #top-ten-slider .NextArrow, #top-ten-slider .PreArrow { width: 30px; height: 30px; font-size: 23px; } .episode-name .trending-year:before { content: none; } .r-mb-15 { margin-bottom: 15px; } /* header#main-header { position: static; height: 100vh;} */ .iq-main-header { margin-bottom: 10px; } .shows-img .movie-time { display: none !important; } .genres-box { top: 10px; } .shows-content { bottom: 14px; } .main-content { padding-top: 25px; } #home-slider p { width: 100%; } .slick-bg:before { background: linear-gradient(-360deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 40%, rgba(83, 100, 141, 0) 100%); } .m-profile { padding-top: 40px; padding-bottom: 50px; } .m-profile .sign-user_card { padding: 15px; } .lang-dropdown { margin-left: 0; margin-top: 1.2rem; } .manage-gen .select2-container { width: 100% !important; } .manage-gen .select2-search--dropdown .select2-search__field { width: 98%; } .trending-info .text-detail { font-size: 17px; } .play-button i { font-size: 16px; } .play-button:after, .play-button:before { width: 40px; height: 40px; } .manage-p { height: 100%; } .banner-caption { bottom: 10px; } .w-name { font-size: 18px; } .overlay-wrapper:before { background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8) 40%, var(--iq-black) 100%); } .favorites-slider .slick-arrow, .favorites-slider .slick-arrow:hover, #trending-slider-nav .slick-arrow, #trending-slider-nav .slick-arrow:hover { background: none; } .favorites-slider .slick-prev, #trending-slider-nav .slick-prev { right: 37px; } footer.footer-one .footer-top { padding-top: 30px; padding-bottom: 30px; } footer.footer-one .widget .textwidget p { width: 100%; } } @media (min-width:576px) { .iq-search-bar a.search-toggle { display: none; } } @media (max-width:479px) { header .navbar ul li.list-inline-item a { padding-left: 20px; padding-right: 20px; } <<<<<<< HEAD ======= .like-and-share { margin-top: 15px; } .meta-video { display: block; } .video { width: 100%!important; } #descricao-parallex { display: none; } >>>>>>> master } @media (min-width:1499px) { .container { max-width: 1200px; } } @media (max-width:479px) { header .navbar ul li.list-inline-item a { padding-left: 20px; padding-right: 20px; } header .navbar .iq-usermenu-dropdown>ul>li { position: static; } .search-box { left: 0; right: 0; min-width: 100%; width: 100%; } header .iq-usermenu-dropdown .iq-sub-dropdown { width: 250px; } .banner-caption, .overlay-s-name { left: 15px; } #tvshows-slider .slick-slide img { height: 50vh; } .banner-wrapper .trending-info .trending-dec { display: none; } .banner-wrapper { height: 60vh; } .iq-breadcrumb-two>h2 { font-size: 1.9em; } .trending-pills.nav-pills .nav-item a { margin: 0 10px; } .page-numbers li .page-numbers { height: 35px; width: 35px; line-height: 35px; } .page-numbers li .page-numbers.current { height: 35px; width: 35px; } .iq-pricing-card-two { padding: 22px 30px 30px; } } /*---------------header menu----------------*/ @media screen and (min-width: 1200px) { header .navbar ul li .sub-menu li a, header.menu-sticky .navbar ul li .sub-menu li a { white-space: nowrap; } } @media screen and (max-width: 4000px) and (min-width: 1200px) { .navbar ul li:hover a, .navbar ul li:hover i { color: var(--primary-color); text-decoration: none; } } @media(max-width:991px) { .navbar ul.navbar-nav { overflow-y: scroll; overflow-x: hidden; max-height: 350px; display: inline-block; width: 100%; } .navbar ul { /* float: left; */ width: 100%; background: var(--iq-white-color); } header .navbar ul li a, header .navbar ul li.menu-item a { padding: 15px; z-index: inherit; text-align: left; font-weight: normal; } header .navbar ul li.menu-item a { line-height: normal; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; color: var(--iq-white); } header .navbar ul li:hover .sub-menu { box-shadow: none; } header .navbar ul li .sub-menu, header .navbar ul li:hover .sub-menu { display: none; position: relative; top: 0; width: 100%; padding: 0px; z-index: 9; } header .navbar ul li.menu-item a { line-height: normal; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; } header .navbar ul li:hover .sub-menu { box-shadow: none; } header .navbar ul li:hover .sub-menu { box-shadow: none; } header .navbar ul li .sub-menu li .sub-menu li.menu-item a { background: transparent; } .navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu, .navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu { left: auto; right: 0px; top: 0px; } } @media (max-width: 1024px) { .site-main { padding: 50px 0px 50px 0px; } } @media (max-width: 767px) { .icon-box-content { text-align: center; } .image-box img { display: block; margin-left: auto; margin-right: auto; width: 50%; } .iq-contact-list { border: 0px; } .image-box svg { width: 150px; height: 150px; } .svg-header { padding-top: 50px; } .icon-box-content .widget-container .size-default { font-size: 14px; } <<<<<<< HEAD } ======= } >>>>>>> master
public/temp/frontend/css/responsive.css
@media (min-width:1300px) { .container { max-width: 1170px; } } @media (min-width: 1499px) { .container { max-width: 1266px; } #home-slider h1.slider-text { margin: 25px 0px 0px; } #home-slider p { margin: 32px 0px; } } @media only screen and (min-width:1200px) and (max-width:1366px) { .search:focus, .search:hover { width: 220px !important; } } @media (min-width:992px) { .search-box { left: auto !important; right: 0 !important; } .three-column { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 5px; -moz-column-gap: 5px; column-gap: 5px; } } @media (min-width:1200px) { li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images { transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(500px); } .watch-title { position: absolute; top: 50%; left: -20%; transform: translateY(-50%); font-size: 17px; letter-spacing: 3.5px; font-weight: 600; color: var(--iq-white); } .watch-title:before { content: ''; position: absolute; top: 50%; left: -36%; transform: translateY(-50%); background: var(--iq-white); width: 52px; height: 2px; } .col-1-5 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } } @media(max-width:1199px) { li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images { transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(500px); } #home-slider .slick-bg { height: 100%; } } @media(max-width:991px) { li.slide-item .block-description .parallax-ratting span, li.slide-item .block-description .movie-time span, li.slide-item .block-description .ratting-start, .block-description .movie-content li { font-size: 10px; } .hover-buttons .btn { font-size: 10px; } #home-slider .slick-bg { padding: 50px 0; } .r-mb-23 { margin-bottom: 23px; } header .navbar-light .navbar-brand img.logo { width: 100px; } .navbar-collapse { position: fixed; top: 0; left: 0; padding-bottom: 15px; width: 260px; height: 100vh; background: var(--iq-bg1); padding-top: 40px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); } .vertical_s { position: static; } #top-ten-slider-nav { width: 100%; height: 100%; } .navbar-collapse.collapsing { height: auto; -webkit-transition: left 0.3s ease; -o-transition: left 0.3s ease; -moz-transition: left 0.3s ease; transition: left 0.3s ease; left: -100%; } .navbar-collapse.show { left: -15px; -webkit-transition: left 0.3s ease-in; -o-transition: left 0.3s ease-in; -moz-transition: left 0.3s ease-in; transition: left 0.3s ease-in; z-index: 999; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; color: var(--iq-white); } .mobile-more-menu { display: block; } .menu-right { display: none; } .navbar-brand { padding: 0; margin-right: 0; } .more-menu .iq-sub-dropdown { width: 90%; margin: 0 auto; left: 0; right: 0; top: 60px; } .mobile-more-menu .iq-user-dropdown img { width: 40px; } .iq-search-bar .search-input { background: var(--iq-body-bg); color: var(--iq-body-text); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); } .navbar-right li { position: static !important; } .container-fluid { padding-left: 30px; padding-right: 30px; } .main-header { padding: 10px 0; } .vertical_s { display: none; } .r-mt-15 { margin-top: 15px; } .block-space { padding: 25px 0; } .banner-wrapper .trending-info .trending-dec { width: 100%; } .banner-caption, .overlay-s-name { left: 30px; } .scroll-gene { width: 100%; height: 600px; } .genres-box .dropdown-menu { height: 250px; overflow-y: auto; } .search-box { min-width: 16.2rem; top: 47px; } .trailor-video { display: none; } .topten-title-sm { display: block; } .topten-title { display: none; } .device-margin { margin-top: 15px; } #home-slider h1.slider-text { font-size: 35px; } header .navbar ul li { display: block; } .iq-main-slider { padding-top: 30px!important; } .m-profile { padding-top: 100px; padding-bottom: 60px; } .trending-info .trending-dec { width: 52%; } .svg-header { padding-top: 50px; } } @media(max-width:768px) { li.slide-item .block-images::before { content: none; } li.slide-item .block-description, li.slide-item .block-social-info { display: none !important; } li.slide-item.slick-current .block-description { display: none !important; } li.slide-item.slick-current:hover .block-images, li.slide-item:hover .block-images, li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images, li.slide-item.slick-active+li.slide-item.slick-active+li.slide-item.slick-active:hover .block-images { transform: none; } .type { padding: 9px 10px; font-size: 13px; } } @media (max-width:767px) { .parallax-window { padding: 60px 0; } .banner-wrapper { height: 100%; padding: 100px 0; } .trending-content { padding: 0; } .banner-wrapper .trending-info .text-detail, .banner-wrapper .series { justify-content: flex-start; } .trending-info .trending-dec { width: 100%; } .banner-wrapper .trending-info .trending-dec { text-align: left; } .trending-pills { flex-direction: column; } .container-fluid { padding-left: 15px; padding-right: 15px; } #home-slider h1.slider-text { line-height: 62px; margin: 0px; } .trending-info .block-social.social1 { margin-left: 0 !important; } .trending-info .trending-text { font-size: 35px !important; line-height: 1.3; } .trending-info { padding: 60px 15px; } #home-slider p { margin: 22px 0; } .r-mt-20 { margin-top: 20px; } .p-btns { flex-direction: column; } .main-title { font-size: 1em; } .sign-info { flex-direction: column; } .sign-info .btn { margin-bottom: 15px; } .banner-caption, .overlay-s-name { left: 15px; } .episode-name { flex-direction: column; align-items: flex-start !important; } .text-detail.episode-name .trending-year { padding-left: 0; font-size: 24px; } .episodes-slider1 .owl-nav button.owl-prev, .episodes-slider1 .owl-nav button.owl-next { width: 30px; height: 30px; font-size: 27px; } #top-ten-slider .NextArrow, #top-ten-slider .PreArrow { width: 30px; height: 30px; font-size: 23px; } .episode-name .trending-year:before { content: none; } .r-mb-15 { margin-bottom: 15px; } /* header#main-header { position: static; height: 100vh;} */ .iq-main-header { margin-bottom: 10px; } .shows-img .movie-time { display: none !important; } .genres-box { top: 10px; } .shows-content { bottom: 14px; } .main-content { padding-top: 25px; } #home-slider p { width: 100%; } .slick-bg:before { background: linear-gradient(-360deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 40%, rgba(83, 100, 141, 0) 100%); } .m-profile { padding-top: 40px; padding-bottom: 50px; } .m-profile .sign-user_card { padding: 15px; } .lang-dropdown { margin-left: 0; margin-top: 1.2rem; } .manage-gen .select2-container { width: 100% !important; } .manage-gen .select2-search--dropdown .select2-search__field { width: 98%; } .trending-info .text-detail { font-size: 17px; } .play-button i { font-size: 16px; } .play-button:after, .play-button:before { width: 40px; height: 40px; } .manage-p { height: 100%; } .banner-caption { bottom: 10px; } .w-name { font-size: 18px; } .overlay-wrapper:before { background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8) 40%, var(--iq-black) 100%); } .favorites-slider .slick-arrow, .favorites-slider .slick-arrow:hover, #trending-slider-nav .slick-arrow, #trending-slider-nav .slick-arrow:hover { background: none; } .favorites-slider .slick-prev, #trending-slider-nav .slick-prev { right: 37px; } footer.footer-one .footer-top { padding-top: 30px; padding-bottom: 30px; } footer.footer-one .widget .textwidget p { width: 100%; } } @media (min-width:576px) { .iq-search-bar a.search-toggle { display: none; } } @media (max-width:479px) { header .navbar ul li.list-inline-item a { padding-left: 20px; padding-right: 20px; } <<<<<<< HEAD ======= .like-and-share { margin-top: 15px; } .meta-video { display: block; } .video { width: 100%!important; } #descricao-parallex { display: none; } >>>>>>> master } @media (min-width:1499px) { .container { max-width: 1200px; } } @media (max-width:479px) { header .navbar ul li.list-inline-item a { padding-left: 20px; padding-right: 20px; } header .navbar .iq-usermenu-dropdown>ul>li { position: static; } .search-box { left: 0; right: 0; min-width: 100%; width: 100%; } header .iq-usermenu-dropdown .iq-sub-dropdown { width: 250px; } .banner-caption, .overlay-s-name { left: 15px; } #tvshows-slider .slick-slide img { height: 50vh; } .banner-wrapper .trending-info .trending-dec { display: none; } .banner-wrapper { height: 60vh; } .iq-breadcrumb-two>h2 { font-size: 1.9em; } .trending-pills.nav-pills .nav-item a { margin: 0 10px; } .page-numbers li .page-numbers { height: 35px; width: 35px; line-height: 35px; } .page-numbers li .page-numbers.current { height: 35px; width: 35px; } .iq-pricing-card-two { padding: 22px 30px 30px; } } /*---------------header menu----------------*/ @media screen and (min-width: 1200px) { header .navbar ul li .sub-menu li a, header.menu-sticky .navbar ul li .sub-menu li a { white-space: nowrap; } } @media screen and (max-width: 4000px) and (min-width: 1200px) { .navbar ul li:hover a, .navbar ul li:hover i { color: var(--primary-color); text-decoration: none; } } @media(max-width:991px) { .navbar ul.navbar-nav { overflow-y: scroll; overflow-x: hidden; max-height: 350px; display: inline-block; width: 100%; } .navbar ul { /* float: left; */ width: 100%; background: var(--iq-white-color); } header .navbar ul li a, header .navbar ul li.menu-item a { padding: 15px; z-index: inherit; text-align: left; font-weight: normal; } header .navbar ul li.menu-item a { line-height: normal; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; color: var(--iq-white); } header .navbar ul li:hover .sub-menu { box-shadow: none; } header .navbar ul li .sub-menu, header .navbar ul li:hover .sub-menu { display: none; position: relative; top: 0; width: 100%; padding: 0px; z-index: 9; } header .navbar ul li.menu-item a { line-height: normal; } header .navbar ul li.menu-item a { line-height: 10px; float: left; width: 100%; text-align: left; padding: 10px 30px; } header .navbar ul li:hover .sub-menu { box-shadow: none; } header .navbar ul li:hover .sub-menu { box-shadow: none; } header .navbar ul li .sub-menu li .sub-menu li.menu-item a { background: transparent; } .navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu, .navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu { left: auto; right: 0px; top: 0px; } } @media (max-width: 1024px) { .site-main { padding: 50px 0px 50px 0px; } } @media (max-width: 767px) { .icon-box-content { text-align: center; } .image-box img { display: block; margin-left: auto; margin-right: auto; width: 50%; } .iq-contact-list { border: 0px; } .image-box svg { width: 150px; height: 150px; } .svg-header { padding-top: 50px; } .icon-box-content .widget-container .size-default { font-size: 14px; } <<<<<<< HEAD } ======= } >>>>>>> master
0.218169
0.098382
.test { } @font-face { font-family:'Robotomedium'; src: url('../fonts/Roboto-Medium.ttf'); } @font-face { font-family:'Robotolight'; src: url('../fonts/Roboto-Light.ttf'); } @font-face { font-family:'Robotoregular'; src: url('../fonts/Roboto-Regular.ttf'); } /* media */ @media(max-width:767px){ .gallery .gphoto li a{ height: auto; margin-bottom: 30px; } .sproduct .nav-tabs{ padding-left: 0px !important; border-bottom: 0px solid #ddd !important; } .gallery .gphoto{ -webkit-column-gap: 15px !important; -moz-column-gap: 15px !important; column-gap: 15px !important; } .sproduct .nav-tabs > li > a{ width: 100%; height: auto; display: block; } .sproduct .nav-tabs>li{ float: none; } .sproduct .nav-tabs > li:last-child > a{ border-bottom: 3px solid #ddd; } .sproduct .nav-tabs > li.active > a, .sproduct .nav-tabs > li.active > a:focus, .sproduct .nav-tabs > li.active > a:hover{ border: 0px !important; } } @media(min-width:768px){ .navbar-nav > li > a{ padding-top: 25px; padding-bottom: 25px; font-size: 16px; } } .tinyheader{ width: 100%; height:auto; background: #333; color: #fff; display: block; position: relative; padding-top: 10px; font-size: 12px; } .tlanguage .indo{ margin-left: -10px; } .tlanguage .active{ display: inline-block; text-decoration: none; } .tlanguage .active::after{ content: '\f00c'; font-family: FontAwesome; position: relative; top: -10px; right: 10px; color:rgb(0, 163, 227); font-size: 16px; } .tlanguage{ font-family:'Robotoregular'; font-size: 16px; padding-top: 7px; color: #aaa; } #myCarousel2 .item h3{ margin-top: 0px; color: rgb(0, 163, 227); } #myCarousel2 .nextprev a.left span{ display: block; } #myCarousel2 .nextprev a.right span{ display: block; } #myCarousel2 .nextprev a{ text-decoration: none; color: #333; } #myCarousel2 .nextprev { top: 505px; right: 0px; position: absolute; display: inline-flex; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; height: 500px; object-fit: contain; object-position: center; } .modal-body{ padding-top: 0px; } .modal-header{ padding-bottom: 0px; } #myCarousel .item h3{ margin-top: 0px; color: rgb(0, 163, 227); } #myCarousel .nextprev a.left span{ display: block; } #myCarousel .nextprev a.right span{ display: block; } #myCarousel .nextprev a{ text-decoration: none; color: #333; } #myCarousel .nextprev { top: 505px; right: 0px; position: absolute; display: inline-flex; } .modal-header{ border: 0px; } .modal-content{ border-radius: 0px; } .modal-footer{ border: 0px; } .carousel-indicators{ display: none; } .sservices .jservices{ margin-bottom: 30px; border-bottom: 1px solid #eee; } .sservices ul .fservices img{ width: 64px; height: auto; object-fit: contain; } .sservices ul .fservices{ display: inline-flex; width: 100%; height: auto; position: relative; } .sservices ul .fservices .bservices{ display: inline-block; margin-left: 10px; } .sservices ul{ padding: 0px; list-style: none; position: relative; } .sservices ul li{ display: block; margin-bottom: 25px; } .space-top{ margin-top: 30px; } .sproduct .simage{ width: 100%; height: auto; margin-bottom: 30px; } .sproduct img{ width: 100%; height: 250px; object-fit: cover; position: relative; display: inline-block; } .mapplace{ padding: 0px; } /* map */ .map-container { width: 100%; } .map-container #map{ width: 100%; height: 400px; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ } .map-container #map.clicked{ pointer-events: auto; } .tservices{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top: 2px solid #eee; } .tservices h1{ margin: 0px; font-weight: 300; } .tproduct{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top:2px solid #eee; } .tproduct h1{ margin: 0px; font-weight: 300; } /* page contact */ .tcontact{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top: 2px solid #eee; } .tcontact h1{ margin: 0px; font-weight: 300; } .scontact{ padding-top: 50px; padding-bottom: 50px; } .scontact .fcontact textarea{ height: auto; padding: 10px 12px; background: #fff; border: 2px solid #ddd; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); border-radius: 5px; } .scontact .fcontact span{ display: block; margin-bottom: 10px; } .scontact .fcontact input{ height: auto; border-radius: 5px; padding: 10px 12px; background: #fff; border: 2px solid #ddd; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); } .scontact .fcontact .fbutton .btn-default{ width: 150px; text-transform: uppercase; background: rgb(0, 163, 227); border: 0px; color: #fff; font-weight: 700; letter-spacing: 0.5px; } .scontact .fcontact .fbutton{ margin-top: 20px; } .scontact .fcontact .fmessage{ margin-top: 20px; padding-top: 10px; width: 100%; border-top: 2px solid #ddd; } .scontact .fcontact{ padding-top: 20px; padding-left: 20px; padding-right: 20px; border-radius: 5px; border: 2px solid #ddd; padding-bottom: 20px; } .scontact .dcontact{ line-height: 1.7; } .scontact ul li{ margin-bottom: 15px; } .scontact ul{ padding: 0px; list-style: none; margin: 0px; } .scontact h3{ margin-top: 0px; } /* page about */ .tabout{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top: 2px solid #eee; } .tabout h1{ margin: 0px; font-weight: 300; } .sabout ul{ list-style-type: square; } .sabout h2{ margin-top: 0px; } .sabout{ line-height: 2; padding-top: 80px; padding-bottom: 50px; text-align:justify; } .sabout .oc{ margin-top: 30px; margin-bottom: 0px; } .sabout .br{ margin-top: 30px; margin-bottom: 30px; } .sabout img { width: 90%; } #owl-demo-3{ margin-top: 0px; } #owl-demo-3 .owl-buttons{ text-align: right; top: -70px; position: absolute; width: 100%; } #owl-demo-3 .item .clogo img{ width: 100%; height: 250px; object-fit: contain; object-position: center; } #owl-demo-3 .item .clogo{ background: #f1f1f1; padding: 30px 0px; margin: 10px; color: #333; text-align: center; } #owl-demo-4 .item img{ display: block; width: 100%; height: 500px; object-fit: cover; object-position: center; } #owl-demo-4 .owl-controls{ margin: 0px; position: absolute; text-align: right; bottom: 25px; right: 25px; width: 100%; } #owl-demo-4 .owl-buttons{ display: none; } /* services */ .services{ padding-top: 50px; padding-bottom: 0px; } .services h2{ margin-top: 0px; } .services .cservices{ width: 100%; display: inline-flex; height: auto; position: relative; } .services h5{ letter-spacing: 0.5px; } .services .cservices .dservices a{ color:rgb(0, 163, 227); } .services .cservices .dservices span{ display: block; } .services .cservices .dservices{ display: inline-block; } .services .cservices .iservices{ display: inline-block; width: 50%; text-align: center; } .services .cservices img{ display: inline-block; height: auto; object-fit: contain; object-position: center; } .stervices{ padding-top: 10px; padding-bottom: 10px; background:#f8f8f8; } .stervices h2{ margin-top: 0px; } .stervices .cservices h4{ letter-spacing: 0.5px; font-family:'Robotoregular'; } .stervices .simage img{ width: 100%; height:150px; object-fit: cover; object-position: center; padding:5%; } .stervices .btm { padding-top:5%; } @media screen and (max-width: 1200px) { .services .cservices img{ display: inline-block; height: auto; object-fit: contain; object-position: center; width:200%; } } @media (max-width: 767px){ .sabout img { width: 100%; } } /* produk */ .sproduct .nav-tabs > li.active > a, .sproduct .nav-tabs > li.active > a:focus, .sproduct .nav-tabs > li.active > a:hover{ font-size: 14px; border-radius: 0px; border: 2px solid #ddd; border-bottom-color:#fff; padding: 15px; padding-top: 18px; padding-bottom: 8px; margin-top: -8px; } .sproduct .nav-tabs > li { margin-bottom: -2px; } .sproduct .nav-tabs > li:nth-child(2) > a{ } .sproduct .nav-tabs > li:nth-child(3) > a{ } .sproduct .nav-tabs > li:last-child > a{ border-right: 2px solid #ddd; } .sproduct .nav-tabs > li > a{ font-weight: 700; color: #aaa; font-size: 13px; margin-right: 0px; line-height: 1.42857143; border: 2px solid #ddd; border-right: 1.5px solid #ddd; border-left: 1.5px solid #ddd; border-radius: 0px; border-bottom: 0px; } .sproduct .nav-tabs{ margin-top: 30px; border-bottom: 2px solid #ddd; padding-left: 30px; } .sproduct .space-top a{ text-decoration: none; color: #333; } .sproduct{ padding-top: 50px; padding-bottom: 50px; } /* gallery */ .gallery h3{ margin-top: 0px; } .gallery .dgallery{ width: 100%; height: auto; display: block; margin-bottom: 20px; } .gallery .dgallery span{ display: block; } .gallery{ padding-top: 50px; padding-bottom: 50px; color: #333; } .gallery .gcategories h3{ border-bottom: 1px solid #ddd; padding-bottom: 5px; } .gallery .gcategories{ padding: 0px; list-style: none; margin: 0px; } .gallery .gcategories li{ display: block; margin-bottom: 15px; } .gallery .gcategories li a{ text-decoration: none; display: block; color: #333; font-size: 16px; } .gallery .gphoto li a h3{ margin-top: 10px; } .gallery .gphoto li a{ color: #333; text-decoration: none; display: block; width: 100%; height: 300px; position: relative; background: #fff; } .gallery .gphoto li a img{ width: 100%; height: 250px; object-fit: cover; position: relative; display: inline-block; } .gallery .gphoto li { display: block; } .gallery .gphoto{ list-style: none; width: 100%; -webkit-column-count:2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 50px; -moz-column-gap: 50px; column-gap: 50px; position: relative; padding: 0px; height: auto; } /*quote */ .quote{ padding-bottom: 50px; } .quote h1 span.qfirst{ margin-bottom: -25px; } .quote h1 span{ display: block; background: #fff; } .quote h1::after{ content: ''; position: absolute; right: 0px; display: inline-block; width: 45%; height: 2px; background: #aaa; top: 35px; z-index: 1; } .quote h1::before{ content: ''; position: absolute; left: 0px; display: inline-block; width: 45%; height: 2px; background: #aaa; top: 35px; z-index: 1; } .quote h1{ background: #fff; margin-top: 0px; color: #aaa; } /* kn */ .kn{ padding-top: 0px; padding-bottom: 0px; line-height:1.7; } .kn .bdrbottom{ border-bottom:1px solid #dfdfdf; } .kn .bdrright{ border-right:1px solid #dfdfdf; } .kn img{ padding-bottom:6%; } .kn h4{ padding-bottom:3%; } .stervices .bdrbottom{ border-bottom:1px solid #dfdfdf; } .stervices .bdrright{ border-right:1px solid #dfdfdf; } /* tag */ header{ width: 100%; height: auto; position: relative; display: block; } header .theader ul{ padding: 0px; list-style: none; margin: 0px; display: inline-block; } header .theader ul li{ display: inline-block; margin-left: 15px; } header .theader ul li a{ color: #fff; text-decoration: none; padding-top: 7px; padding-bottom: 7px; display: block; font-size: 16px; } header .theader{ width: 100%; height: auto; display: block; position: relative; border-bottom: 1px solid #eee; background-color:#333; } header .nav>li>a { -moz-padding-end: 13px; } body{ font-weight: 300; font-family: 'Robotolight'; } footer ul.fg li a img{ width: 75px; height: 75px; object-fit: cover; object-position: center; } footer ul.fg{ display: inline-block; } footer ul.fg li{ display: inline-block; margin-right: 5px; } footer ul.fsm li{ display: inline-block; } footer h4{ text-align: left; } footer .h4, h4{ margin-top: 0px; margin-bottom: 0px; } footer hr { width: 50px; text-align: left; margin-left: 0; padding-bottom: 15px; margin-bottom: 40px; margin-top:2%; border: 0; border-bottom: 1px solid #4b4b4b; } footer ul .quicklink li { padding-bottom:5%; } footer a { color:#fff; padding-bottom:5%; } footer a:hover { color: #E3882D; padding-bottom: 5%; } footer ul.fsm{ display: inline-block; margin-top:6%; } footer ul.fsm li a{ color: #fff; text-decoration: none; margin-right: 15px; font-size: 12px; } footer ul li{ margin-bottom: 15px; } footer ul li:last-child{ margin-bottom: 0; } footer ul li b{ width: 65px; } footer ul{ padding: 0px; list-style: none; margin: 0px 15px; } footer{ background: #333; color: #fff; padding-top: 60px; padding-bottom: 25px; } footer ul.helpful{ display: inline-block; } footer ul.helpful li{ display: inline-block; margin-right: 15px; margin-left: 15px; } footer ul.helpful li a{ color: #fff; } footer span { font-weight:100; line-height:2; } footer span .latenews { font-size:10px; margin-top:5px; color:#8f8e93; } footer .stayupdate input { margin-bottom:15px; border:0px; background:#333; width:100%; color:#fff; font-weight:700; } footer .stayupdate .form-control { border-bottom: 1px solid #fff !important; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); background:#333; color:#fff; border-radius: 0px; width:90%; display: inline; padding:2px 0; } /* custom bootstap */ .wp { padding:0% } .navbar-collapse { padding-right: 0px; padding-left: 0px; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; float: right; } @media (min-width: 768px) { .navbar-header { float: left; margin-top: 2%; } } .navbar-nav { margin: 2% 0px 0 0px; float:right; } .navbar-default{ background: #fff; border: 0px; border-radius: 0px; margin: 0px; } .navbar-default .navbar-brand{ height: auto; padding-top: 12px; font-family: 'Robotoregular'; letter-spacing: 0.5px; font-size: 20px; } .navbar-default .navbar-nav > li > a { color: #A95534; font-weight: bold; } .fa-search { height:30px; margin-top:-3%; } .search_form { padding-right:2.7%; } header .dropdown-menu .form-control { border:0; border-bottom: 1px solid #fff !important; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); background:transparent; color:#333; border-radius: 0px; width:90%; display: inline; padding:2px 0; } header .navbar-nav>li>.dropdown-menu { width: 300px; padding: 15% 5% 15% 25%; } header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover { background-color: transparent; } @media screen and (max-width: 991px) { .search_form { padding-right:2.7%; } header .form-control { width: 90%; margin-left: 0%; } } .navbar-toggle { margin-top: 20px; } .btn { text-align: left; } /* owl demo */ #owl-demo .item img{ display: block; width: 100%; height: 700px; object-fit: cover } #owl-demo .item .overlay .btn-default{ padding: 10px 20px; height: auto; background:rgb(0, 163, 227); color: #fff; border: 0px; border-radius: 5px; } #owl-demo .item .overlay h1{ font-weight: 300; } #owl-demo .item .overlay span{ display: block; width: 400px; margin-bottom: 20px; font-size:14px } #owl-demo .owl-controls{ position: absolute; margin: 0px; width: 100%; bottom: 25px; } #owl-demo-2{ margin-top: 20px; } #owl-demo-2 .owl-buttons{ display: none !important; } #owl-demo-3 .owl-controls .owl-buttons div{ border-radius: 0px; } #owl-demo .owl-controls .owl-page.active span, #owl-demo .owl-controls.clickable .owl-page:hover span{ background: rgb(0, 163, 227); } .owl-theme .owl-controls .owl-page span{ background: #fff; } #owl-demo .item .overlay{ color: #fff; padding-top: 300px; width: 100%; height: 100%; display: block; position: absolute; top: 0px; background: rgba(0, 0, 0, 0.3); } #bar{ width: 0%; max-width: 100%; height: 4px; background:rgb(0, 163, 227); } #progressBar{ width: 100%; background: #EDEDED; } /* blog */ .blog { padding-top: 40px; padding-bottom: 25px; } .blogpage .col-sm-4{ margin-bottom: 30px; } .blogpage .btn-default{ border-radius: 15px; background:#FFCC28; border: 0px; color: #fff; width: 100px; margin-top: 50px; } .blog .dblog { width: 100%; display: block; position: relative; height: auto; border: 1px solid #dfdfdf; } .blog .dblog h4{ margin-top: 10px; } .blog .dblog .mblog { width: 100px; height: 50px; background: #FFCC28; color: #fff; font-size: 20px; text-align: center; padding-top: 10px; position: absolute; left: 0px; top: 25px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; } .blog .dblog img { width: 100%; height: 250px; object-fit: cover; object-position: center; } .blog .dblog span { color: #aaa; } .blog .dblog span a { color: #aaa; } .blog .dblog a{ color: #FFCC28; } .blog .dblog p{ color: #888; } .blog .dblogfull { width: 100%; display: block; position: relative; height: auto; border: 0; background:#f8f8f8; } .blog .dblogfull .wp3 { padding: 5% 3%; } .blog .dblogfull h2,.h2 { margin-top: 10px; margin-bottom: 10px; } .blog .dblogfull img { width: 100%; height: 400px; object-fit: cover; object-position: center; } .blog .dblogfull span a { color: #aaa; } .blogpage .dblogfull a { color: #333; text-decoration:none; } .blog .dblogfull p { margin-top:10px; } .blogpage .btm { margin-bottom:3%; } .blog .dblogdetail { width: 100%; display: block; position: relative; height: auto; border: 0; background:transparent; } .blog .dblogdetail .wp3 { padding: 5% 0; } .blog .dblogdetail img { width: 100%; height: 400px; object-fit: cover; object-position: center; } .blog .dblogdetail span a { color: #aaa; } .blog .dblogdetail h3,.h3 { margin-top: 50px; margin-bottom: 8px; } .blog .dblogdetail p { margin-top:3%; } .blogpage .pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; background:#e5e5e5; margin-right:10px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .blogpage .pagination a.active { background-color: #A95534; color: #fff; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .blogpage .pagination a:hover:not(.active) { background-color: #A95534; color:#fff; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .blogpage .dblogfull .wp3 .artikel-text p, .blogpage .dblogfull .wp3 .artikel-text div { display: none; } .blogpage .dblogfull .wp3 .artikel-text p:first-child { display: -webkit-box; } /* button */ .button1 { background-color: #E3882D; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 1em 1.5em; border:0px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button1:hover { background-color: #b76c21; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 1em 1.5em; border:0px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button2 { display: inline-block; position: absolute; font-size: 0.8em; width:30px; height:30px; background: #333; color: #fff; border-radius: 50%; text-align: center; border:0px; margin-top:5%; margin-left:-5%; } .button2:hover { display: inline-block; position: absolute; font-size: 0.8em; width:30px; height:30px; background: #67b96f; color: #fff; border-radius: 50%; text-align: center; border:0px; margin-top:5%; margin-left:-5%; } @media screen and (max-width: 1150px) { .button2, .button2:hover { margin-top: 3%; } } @media screen and (max-width: 980px) { .button2, .button2:hover { margin-top: 1%; } } @media screen and (max-width: 767px) { .button2, .button2:hover { margin-top: 8%; margin-left:-2%; } footer { padding-top: 0px; } footer h4 { margin-top: 50px; } footer hr{ margin-bottom: 20px; } footer .tiny-footer{ text-align: center; } footer .align .text-right{ text-align: center; } } @media screen and (max-width: 480px) { .button2, .button2:hover { margin-top: 6%; margin-left:-2%; } } .button3 { background-color: #fff; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #333; padding: 1em 1.5em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button3:hover { background-color: #EEECE0; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #333; padding: 1em 1.5em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button4 { background-color: #E3882D; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 0.6em 3em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button4:hover { background-color: #b76c21; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 0.6em 3em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button5 { background-color: transparent; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #333; padding: 0.6em 1em; border:1px solid #dfdfdf; border-radius:50px; margin-top:1%; } .button5:hover { background-color: #A95534; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 0.6em 1em; border:1px solid #dfdfdf; border-radius:50px; margin-top:1%; } .buttonfoot { background-color: #E3882D; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 1em 3em; border:0px; margin-top:10%; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .buttonfoot:hover { background-color: #b76c21; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; border-radius:50px; padding: 1em 3em; border:0px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .bg1 { background-color: #f8f8f8; } .border{ border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; } .wp { padding:0; } .wp2 { padding:50px 0; } .wp3 { padding:10% 5%; } .wp4 { padding: 0px 0px 70px 0; } .wp5 { margin:6% auto; } .wp6 { padding:2% 0 6% 0; } .wp7 { padding:3% 0 1% 0; } .wp8 { padding:0 0 10px 0; } .padding { padding:10% 2%; } @media (max-width: 767px){ .buttonfoot{ margin-top: 0; } } /* quote */ .quotes { background-image: url(../images/tipe-teman-kerja.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; height: 100%; width: 100%; } .quotes .oquotes { padding-top: 6%; padding-bottom: 2%; width: 100%; height: auto; position: relative; display: block; background: rgba(84, 84, 84, 0.9); } .quotes .dquotes { width: 100%; height: 100%; position: relative; display: block; color: #fff; } .quotes .aquotes { width: 100%; display: inline-flex; position: relative; height: auto; margin-top: 50px; } .gcircle { width: 100%; height: auto; display: block; position: relative; color: #333; } .gcircle ul { margin: 0px; list-style: none; padding: 0px; } .gcircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; } .gcircle ul li a { display: block; width: 50px; height: 50px; background: #fff; border-radius: 50%; text-align: center; padding: 5%; } .gcircle ul li a img { width:70%; padding: 5%; margin: 13% auto; } .cservice { width: 100%; display: inline-flex; height: auto; position: relative; color:#fff; } .cservice .iservice { display: inline-block; width: 40%; text-align: center; } .cservice .dservice { display: inline-block; width: 60%; text-align:left; } .cservice .dservice span { font-size:10px; } .cservice .dservice .h3, h3 { margin-top:0px; margin-bottom:0px; } .subscribe { background-color:#333; padding-bottom:4.5%; } .hov:hover, .hov:link { color: #E3882D; } @media screen and (max-width: 324px) { .btm { padding-bottom:30px; } } @media (min-width: 325px) and (max-width: 767px) { .btm { padding-bottom:40px; } } @media (min-width: 325px) and (max-width: 767px) { .align { text-align:center; } } /* client */ .client { padding-top: 0px; padding-bottom: 10px; } #owl-logo { margin-top: 50px; } #owl-logo .owl-controls { display: none !important; } #owl-logo .item img { width: 100%; height: 100px; object-fit: contain; object-position: center; -webkit-filter: grayscale(100%); filter: grayscale(100%); } /* callback */ .callback { background: #f8f8f8; padding-top: 50px; margin-top: 5px; padding-bottom: 50px; color: #fff; } .callback .dcallback { width: 100%; height: auto; display: block; position: relative; padding-left:10%; } .pdg { padding-top:3%; } .services hr { width: 5%; text-align: center; } /* about us */ .titleabout { background:#f8f8f8; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; width: 100%; height: 200px; } .titleaboutoverlay { background: #f8f8f8; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; width: 100%; padding-top: 60px; padding-bottom: 30px; color: #333; } .titleaboutoverlay h3{ font-size: 30px; } .titleaboutoverlay .breadcrumb{ background: transparent; } .titleaboutoverlay .breadcrumb li a{ color: #E3882D; } .titleaboutoverlay .breadcrumb > .active > a { color: #333; background-color: transparent; } .titleaboutoverlay .breadcrumb li a:hover { color: #6fa30e; text-decoration:none; } /* about us detil1 */ .aboutusdetail3 { padding-top: 20px; padding-bottom: 40px; border-right: 13px solid #A95534; } .aboutusdetail3 .daboutusdetail { width: 100%; height: auto; display: block; position: relative; text-align: left; } .aboutusdetail3 .line{ border-left:5px solid #A95534; padding-left:15%; } .aboutusdetail3 img { width:80%; box-shadow: 3px 3px 5px #ccc; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #ccc; -khtml-box-shadow: 3px 3px 5px #ccc; } .aboutusdetail3 h2 { padding-bottom:3%; } .aboutusdetail3 .btm { padding-top: 5%; } /* about us detil2 */ .aboutusdetail1 { padding-top: 0; padding-bottom: 0; } .aboutusdetail1 .daboutusdetail { width: 100%; height: auto; display: block; position: relative; text-align: left; } .aboutusdetail1 .line{ border-left:5px solid #A95534; padding-left:15%; } .aboutusdetail1 img { width:80%; } .aboutusdetail1 h2 { padding-bottom:3%; } /* about us detil3 */ .aboutusdetail2 { padding-top: 30px; padding-bottom: 40px; border-left: 13px solid #A95534; } .aboutusdetail2 .daboutusdetail { width: 100%; height: auto; display: block; position: relative; text-align: left; } .aboutusdetail2 .line{ border-left:5px solid #A95534; padding-left:15%; } .aboutusdetail2 img { width:80%; box-shadow: 3px 3px 5px #ccc; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #ccc; -khtml-box-shadow: 3px 3px 5px #ccc; } .aboutusdetail2 h2 { padding-bottom:3%; } .aboutusdetail2 .btm { padding-top: 5%; } /* callback 1 */ .callback1 { background: #A95534; padding-top: 50px; margin-top: 0; padding-bottom: 50px; color: #fff; } .callback1 .dcallback { width: 100%; height: auto; display: block; position: relative; } @media screen and (max-width: 767px) { .callback1 .dcallback { text-align:center; } } /* scontact */ .scontact .cservice { width: 100%; display: inline-flex; height: auto; position: relative; color:#333; } .scontact .cservice .iservice { display: inline-block; width: 10%; text-align: center; } .scontact .cservice .dservice { display: inline-block; width: 90%; text-align:left; } .scontact .cservice .dservice span { font-size:12px; text-decoration:bold; } .scontact .cservice .dservice h3 { margin-top:0px; margin-bottom:0px; } .scircle { width: 100%; height: auto; display: block; position: relative; color: #fff; } .scircle ul { margin: 0px; list-style: none; padding: 0px; } .scircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; margin-top:5px; } .scircle ul li{ display: block; width: 35px; height: 35px; background: #9acc37; border-radius: 50%; text-align: center; padding: 17%; } /*circle 2 */ .tcircle { width: 20%; margin-left:42%; height: auto; display: block; position: relative; margin-top:40px; } .tcircle a { color: #9acc37; font-size:3.3em; } .tcircle ul { margin: 0px; list-style: none; } .tcircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; } .tcircle ul li .fa { display: inline-block; } .tcircle ul li{ display: block; width: 60px; height: 60px; background: #fff; border-radius: 50%; box-shadow: 3px 3px 5px #ccc; } .scontact .stayupdate input , .scontact .stayupdate textarea { border-bottom:1px solid #e2e2e2; border-left:0px; border-right:0px; border-top:0px; background:#fff; width:100%; color:#333; font-weight:700; margin-bottom:15%; } .scontact .send-btn{ text-align:right; } @media screen and (max-width: 767px) { .scontact .send-btn{ text-align:center; } .scontact .stayupdate input , .scontact .stayupdate textarea { margin-bottom:5%; } .scircle ul li{ padding: 10%; } .wp4 { padding: 0 15px; } .services { padding-top: 50px; padding-bottom: 0px; } } .scontact .submit-btn{ text-align:left; } @media screen and (max-width: 767px) { .scontact .submit-btn{ text-align:center; } } @media screen and (max-width: 660px) { .scircle ul li{ padding: 12%; } } @media screen and (max-width: 570px) { .scircle ul li{ padding: 15%; } } @media screen and (max-width: 450px) { .scircle ul li{ padding: 22%; } } @media (min-width: 400px) and (max-width: 449px) { .scontact .cservice .dservice { padding-left:3%; } } @media screen and (max-width: 400px) { .scontact .cservice .dservice { padding-left:5%; } } @media (min-width: 768px) and (max-width: 1000px) { .scontact .cservice .dservice { padding-left:5%; } } /* page gallery */ .sgallery{ line-height: 1.7; padding-top: 100px; padding-bottom: 50px; text-align:justify; } .sgallery .nav-tabs { border-bottom: 0; text-align:center; } .sgallery .nav>li>a { position: relative; display: block; padding: 20px 25px; background:#f8f8f8; } .sgallery .nav-tabs>li.active>a { padding-right:25px; padding-bottom:20px; padding-top:20px; background:#9acb3b; color:#fff; border-radius:5%; box-shadow: 3px 3px 5px #ccc; } .sgallery .nav-tabs>li a:hover { padding-right:25px; padding-bottom:20px; padding-top:20px; background:#8ab537; color:#fff; border-radius:5%; margin-right: 0; } .sgallery .nav-tabs>li>a { margin-right: 0; color:#333; } .tgallery{ line-height: 1.7; padding-top: 0px; padding-bottom: 100px; text-align:justify; } .tgallery .simage img{ width: 100%; height:250px; object-fit: cover; object-position: center; } .stgallery{ line-height: 1.7; padding-top: 0px; padding-bottom: 0px; text-align:justify; } .stgallery .simage img{ width: 100%; height:250px; object-fit: cover; object-position: center; } /* sidebar menu */ .panel.sidebar-menu { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } .panel .panel-body input { border:0px; width:90%; } .panel .panel-body { padding: 20px; } .panel .panel-body1 { padding: 20px; } .panel .panel-body .fa-search { height: 0px; margin-top: -3%; text-align:right; } .panel .panel-body .form-control { border: 0px; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); border-bottom: 0 !important; border-radius: 0px; margin-bottom: 0; width:90%; display: inline; } .panel .panel-body1 .nav>li>a { position: relative; display: block; padding: 15px 5px; } .panel .panel-body1 .nav-pills li a { color:#333; } .panel .panel-body1 .nav-pills li { border-bottom:1px solid #dfdfdf; } .panel .panel-body1 .nav-pills li:last-child { border-bottom:0; padding-bottom:0px; } .panel .panel-body .prime { font-size: 30px; } .panel .panel-body .quote { display;inline-block; } .panel .panel-body .tquote { padding-top:5%; } .services .panel-body .prime { font-size: 30px; } .services .panel-body .tquote { padding-top:5%; } .services .panel-body span { padding-top:5%; font-weight:500; } .services .panel-body { padding: 20px 1px 1px 1px; } .services .panel-body1 { padding: 30px 15px 30% 0px; font-weight:500; } /* quotes */ .w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover { color: #000!important; background-color: transparent!important; } .w3-leftbar { border-left: 6px solid #ccc!important; } .w3-panel { margin-top: 16px; margin-bottom: 16px; } .w3-container, .w3-panel { padding: 0.7em 2em; } .tsservice { padding-top: 50px; padding-bottom: 0; font-weight: 300; } .tsservice .btm { padding-bottom: 3%; } .tsservice p{ line-height:2; padding-bottom:3%; } .tsservice h2 { margin-top: 20px; margin-bottom: 30px; } .tsservice ul li { line-height:2; padding-bottom:1%; margin-left:0; } /* form place */ .formplace { padding-top: 50px; padding-bottom: 50px; } .formplace .dformplace { width: 100%; height: auto; position: relative; display: block; } .formplace .dformplace .form-control { border: 0px; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); border-bottom: 1px solid #ccc !important; border-radius: 0px; margin-bottom: 30px; } .formplace .send-btn{ text-align:right; } .formplace .btm { padding-bottom: 3%; } .formplace .cformplace { width: 100%; display: inline-flex; height: auto; position: relative; color: #333; } .cformplace { width: 100%; display: inline-flex; height: auto; position: relative; color: #fff; } .formplace .cformplace .iformplace { display: inline-block; width: 10%; text-align: center; } .cformplace .iformplace { display: inline-block; width: 40%; text-align: center; } .iformplace .scircle { width: 100%; height: auto; display: block; position: relative; color: #fff; } .iformplace ul { margin: 0px; list-style: none; padding: 0px; } .iformplace .scircle ul li { display: block; width: 35px; height: 35px; background: #e3882d; border-radius: 50%; text-align: center; padding: 17%; } .iformplace .scircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; margin-top: 5px; } /* comment */ .comment { padding-top:10px; padding-bottom:10px; } .comment .wp2 { padding: 5px 0 10px 20px; } .comment .wp3 { padding: 10px 0 0 20px; } .comment p { font-size:14px; font-weight:500; line-height:2; margin-top:2%; } .comment span { font-size:12px; font-weight:500; line-height:2; } .none { padding-top:5%; } .fa-search { font-size: 16px; color:#333; } .fa-user-circle:before { font-size: 50px; color:#e6e6e6; } /* map */ .map-container { width: 100%; } .map-container #map{ width: 100%; height: 400px; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ } .map-container #map.clicked{ pointer-events: auto; } .without-padding{ padding: 0px; } #scrollUp { bottom: 10px; right: 0; padding: 10px 20px; background-color: transparent; color: #fff; background-repeat: no-repeat; background-image: url('/images/top.png'); opacity: 1; height: 64px; width:64px; } .btn-export-excel{ border-top: none; }
public/css/style.css
.test { } @font-face { font-family:'Robotomedium'; src: url('../fonts/Roboto-Medium.ttf'); } @font-face { font-family:'Robotolight'; src: url('../fonts/Roboto-Light.ttf'); } @font-face { font-family:'Robotoregular'; src: url('../fonts/Roboto-Regular.ttf'); } /* media */ @media(max-width:767px){ .gallery .gphoto li a{ height: auto; margin-bottom: 30px; } .sproduct .nav-tabs{ padding-left: 0px !important; border-bottom: 0px solid #ddd !important; } .gallery .gphoto{ -webkit-column-gap: 15px !important; -moz-column-gap: 15px !important; column-gap: 15px !important; } .sproduct .nav-tabs > li > a{ width: 100%; height: auto; display: block; } .sproduct .nav-tabs>li{ float: none; } .sproduct .nav-tabs > li:last-child > a{ border-bottom: 3px solid #ddd; } .sproduct .nav-tabs > li.active > a, .sproduct .nav-tabs > li.active > a:focus, .sproduct .nav-tabs > li.active > a:hover{ border: 0px !important; } } @media(min-width:768px){ .navbar-nav > li > a{ padding-top: 25px; padding-bottom: 25px; font-size: 16px; } } .tinyheader{ width: 100%; height:auto; background: #333; color: #fff; display: block; position: relative; padding-top: 10px; font-size: 12px; } .tlanguage .indo{ margin-left: -10px; } .tlanguage .active{ display: inline-block; text-decoration: none; } .tlanguage .active::after{ content: '\f00c'; font-family: FontAwesome; position: relative; top: -10px; right: 10px; color:rgb(0, 163, 227); font-size: 16px; } .tlanguage{ font-family:'Robotoregular'; font-size: 16px; padding-top: 7px; color: #aaa; } #myCarousel2 .item h3{ margin-top: 0px; color: rgb(0, 163, 227); } #myCarousel2 .nextprev a.left span{ display: block; } #myCarousel2 .nextprev a.right span{ display: block; } #myCarousel2 .nextprev a{ text-decoration: none; color: #333; } #myCarousel2 .nextprev { top: 505px; right: 0px; position: absolute; display: inline-flex; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; height: 500px; object-fit: contain; object-position: center; } .modal-body{ padding-top: 0px; } .modal-header{ padding-bottom: 0px; } #myCarousel .item h3{ margin-top: 0px; color: rgb(0, 163, 227); } #myCarousel .nextprev a.left span{ display: block; } #myCarousel .nextprev a.right span{ display: block; } #myCarousel .nextprev a{ text-decoration: none; color: #333; } #myCarousel .nextprev { top: 505px; right: 0px; position: absolute; display: inline-flex; } .modal-header{ border: 0px; } .modal-content{ border-radius: 0px; } .modal-footer{ border: 0px; } .carousel-indicators{ display: none; } .sservices .jservices{ margin-bottom: 30px; border-bottom: 1px solid #eee; } .sservices ul .fservices img{ width: 64px; height: auto; object-fit: contain; } .sservices ul .fservices{ display: inline-flex; width: 100%; height: auto; position: relative; } .sservices ul .fservices .bservices{ display: inline-block; margin-left: 10px; } .sservices ul{ padding: 0px; list-style: none; position: relative; } .sservices ul li{ display: block; margin-bottom: 25px; } .space-top{ margin-top: 30px; } .sproduct .simage{ width: 100%; height: auto; margin-bottom: 30px; } .sproduct img{ width: 100%; height: 250px; object-fit: cover; position: relative; display: inline-block; } .mapplace{ padding: 0px; } /* map */ .map-container { width: 100%; } .map-container #map{ width: 100%; height: 400px; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ } .map-container #map.clicked{ pointer-events: auto; } .tservices{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top: 2px solid #eee; } .tservices h1{ margin: 0px; font-weight: 300; } .tproduct{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top:2px solid #eee; } .tproduct h1{ margin: 0px; font-weight: 300; } /* page contact */ .tcontact{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top: 2px solid #eee; } .tcontact h1{ margin: 0px; font-weight: 300; } .scontact{ padding-top: 50px; padding-bottom: 50px; } .scontact .fcontact textarea{ height: auto; padding: 10px 12px; background: #fff; border: 2px solid #ddd; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); border-radius: 5px; } .scontact .fcontact span{ display: block; margin-bottom: 10px; } .scontact .fcontact input{ height: auto; border-radius: 5px; padding: 10px 12px; background: #fff; border: 2px solid #ddd; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); } .scontact .fcontact .fbutton .btn-default{ width: 150px; text-transform: uppercase; background: rgb(0, 163, 227); border: 0px; color: #fff; font-weight: 700; letter-spacing: 0.5px; } .scontact .fcontact .fbutton{ margin-top: 20px; } .scontact .fcontact .fmessage{ margin-top: 20px; padding-top: 10px; width: 100%; border-top: 2px solid #ddd; } .scontact .fcontact{ padding-top: 20px; padding-left: 20px; padding-right: 20px; border-radius: 5px; border: 2px solid #ddd; padding-bottom: 20px; } .scontact .dcontact{ line-height: 1.7; } .scontact ul li{ margin-bottom: 15px; } .scontact ul{ padding: 0px; list-style: none; margin: 0px; } .scontact h3{ margin-top: 0px; } /* page about */ .tabout{ background: #fff; width: 100%; height: auto; padding-top: 25px; padding-bottom: 25px; border-top: 2px solid #eee; } .tabout h1{ margin: 0px; font-weight: 300; } .sabout ul{ list-style-type: square; } .sabout h2{ margin-top: 0px; } .sabout{ line-height: 2; padding-top: 80px; padding-bottom: 50px; text-align:justify; } .sabout .oc{ margin-top: 30px; margin-bottom: 0px; } .sabout .br{ margin-top: 30px; margin-bottom: 30px; } .sabout img { width: 90%; } #owl-demo-3{ margin-top: 0px; } #owl-demo-3 .owl-buttons{ text-align: right; top: -70px; position: absolute; width: 100%; } #owl-demo-3 .item .clogo img{ width: 100%; height: 250px; object-fit: contain; object-position: center; } #owl-demo-3 .item .clogo{ background: #f1f1f1; padding: 30px 0px; margin: 10px; color: #333; text-align: center; } #owl-demo-4 .item img{ display: block; width: 100%; height: 500px; object-fit: cover; object-position: center; } #owl-demo-4 .owl-controls{ margin: 0px; position: absolute; text-align: right; bottom: 25px; right: 25px; width: 100%; } #owl-demo-4 .owl-buttons{ display: none; } /* services */ .services{ padding-top: 50px; padding-bottom: 0px; } .services h2{ margin-top: 0px; } .services .cservices{ width: 100%; display: inline-flex; height: auto; position: relative; } .services h5{ letter-spacing: 0.5px; } .services .cservices .dservices a{ color:rgb(0, 163, 227); } .services .cservices .dservices span{ display: block; } .services .cservices .dservices{ display: inline-block; } .services .cservices .iservices{ display: inline-block; width: 50%; text-align: center; } .services .cservices img{ display: inline-block; height: auto; object-fit: contain; object-position: center; } .stervices{ padding-top: 10px; padding-bottom: 10px; background:#f8f8f8; } .stervices h2{ margin-top: 0px; } .stervices .cservices h4{ letter-spacing: 0.5px; font-family:'Robotoregular'; } .stervices .simage img{ width: 100%; height:150px; object-fit: cover; object-position: center; padding:5%; } .stervices .btm { padding-top:5%; } @media screen and (max-width: 1200px) { .services .cservices img{ display: inline-block; height: auto; object-fit: contain; object-position: center; width:200%; } } @media (max-width: 767px){ .sabout img { width: 100%; } } /* produk */ .sproduct .nav-tabs > li.active > a, .sproduct .nav-tabs > li.active > a:focus, .sproduct .nav-tabs > li.active > a:hover{ font-size: 14px; border-radius: 0px; border: 2px solid #ddd; border-bottom-color:#fff; padding: 15px; padding-top: 18px; padding-bottom: 8px; margin-top: -8px; } .sproduct .nav-tabs > li { margin-bottom: -2px; } .sproduct .nav-tabs > li:nth-child(2) > a{ } .sproduct .nav-tabs > li:nth-child(3) > a{ } .sproduct .nav-tabs > li:last-child > a{ border-right: 2px solid #ddd; } .sproduct .nav-tabs > li > a{ font-weight: 700; color: #aaa; font-size: 13px; margin-right: 0px; line-height: 1.42857143; border: 2px solid #ddd; border-right: 1.5px solid #ddd; border-left: 1.5px solid #ddd; border-radius: 0px; border-bottom: 0px; } .sproduct .nav-tabs{ margin-top: 30px; border-bottom: 2px solid #ddd; padding-left: 30px; } .sproduct .space-top a{ text-decoration: none; color: #333; } .sproduct{ padding-top: 50px; padding-bottom: 50px; } /* gallery */ .gallery h3{ margin-top: 0px; } .gallery .dgallery{ width: 100%; height: auto; display: block; margin-bottom: 20px; } .gallery .dgallery span{ display: block; } .gallery{ padding-top: 50px; padding-bottom: 50px; color: #333; } .gallery .gcategories h3{ border-bottom: 1px solid #ddd; padding-bottom: 5px; } .gallery .gcategories{ padding: 0px; list-style: none; margin: 0px; } .gallery .gcategories li{ display: block; margin-bottom: 15px; } .gallery .gcategories li a{ text-decoration: none; display: block; color: #333; font-size: 16px; } .gallery .gphoto li a h3{ margin-top: 10px; } .gallery .gphoto li a{ color: #333; text-decoration: none; display: block; width: 100%; height: 300px; position: relative; background: #fff; } .gallery .gphoto li a img{ width: 100%; height: 250px; object-fit: cover; position: relative; display: inline-block; } .gallery .gphoto li { display: block; } .gallery .gphoto{ list-style: none; width: 100%; -webkit-column-count:2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 50px; -moz-column-gap: 50px; column-gap: 50px; position: relative; padding: 0px; height: auto; } /*quote */ .quote{ padding-bottom: 50px; } .quote h1 span.qfirst{ margin-bottom: -25px; } .quote h1 span{ display: block; background: #fff; } .quote h1::after{ content: ''; position: absolute; right: 0px; display: inline-block; width: 45%; height: 2px; background: #aaa; top: 35px; z-index: 1; } .quote h1::before{ content: ''; position: absolute; left: 0px; display: inline-block; width: 45%; height: 2px; background: #aaa; top: 35px; z-index: 1; } .quote h1{ background: #fff; margin-top: 0px; color: #aaa; } /* kn */ .kn{ padding-top: 0px; padding-bottom: 0px; line-height:1.7; } .kn .bdrbottom{ border-bottom:1px solid #dfdfdf; } .kn .bdrright{ border-right:1px solid #dfdfdf; } .kn img{ padding-bottom:6%; } .kn h4{ padding-bottom:3%; } .stervices .bdrbottom{ border-bottom:1px solid #dfdfdf; } .stervices .bdrright{ border-right:1px solid #dfdfdf; } /* tag */ header{ width: 100%; height: auto; position: relative; display: block; } header .theader ul{ padding: 0px; list-style: none; margin: 0px; display: inline-block; } header .theader ul li{ display: inline-block; margin-left: 15px; } header .theader ul li a{ color: #fff; text-decoration: none; padding-top: 7px; padding-bottom: 7px; display: block; font-size: 16px; } header .theader{ width: 100%; height: auto; display: block; position: relative; border-bottom: 1px solid #eee; background-color:#333; } header .nav>li>a { -moz-padding-end: 13px; } body{ font-weight: 300; font-family: 'Robotolight'; } footer ul.fg li a img{ width: 75px; height: 75px; object-fit: cover; object-position: center; } footer ul.fg{ display: inline-block; } footer ul.fg li{ display: inline-block; margin-right: 5px; } footer ul.fsm li{ display: inline-block; } footer h4{ text-align: left; } footer .h4, h4{ margin-top: 0px; margin-bottom: 0px; } footer hr { width: 50px; text-align: left; margin-left: 0; padding-bottom: 15px; margin-bottom: 40px; margin-top:2%; border: 0; border-bottom: 1px solid #4b4b4b; } footer ul .quicklink li { padding-bottom:5%; } footer a { color:#fff; padding-bottom:5%; } footer a:hover { color: #E3882D; padding-bottom: 5%; } footer ul.fsm{ display: inline-block; margin-top:6%; } footer ul.fsm li a{ color: #fff; text-decoration: none; margin-right: 15px; font-size: 12px; } footer ul li{ margin-bottom: 15px; } footer ul li:last-child{ margin-bottom: 0; } footer ul li b{ width: 65px; } footer ul{ padding: 0px; list-style: none; margin: 0px 15px; } footer{ background: #333; color: #fff; padding-top: 60px; padding-bottom: 25px; } footer ul.helpful{ display: inline-block; } footer ul.helpful li{ display: inline-block; margin-right: 15px; margin-left: 15px; } footer ul.helpful li a{ color: #fff; } footer span { font-weight:100; line-height:2; } footer span .latenews { font-size:10px; margin-top:5px; color:#8f8e93; } footer .stayupdate input { margin-bottom:15px; border:0px; background:#333; width:100%; color:#fff; font-weight:700; } footer .stayupdate .form-control { border-bottom: 1px solid #fff !important; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); background:#333; color:#fff; border-radius: 0px; width:90%; display: inline; padding:2px 0; } /* custom bootstap */ .wp { padding:0% } .navbar-collapse { padding-right: 0px; padding-left: 0px; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; float: right; } @media (min-width: 768px) { .navbar-header { float: left; margin-top: 2%; } } .navbar-nav { margin: 2% 0px 0 0px; float:right; } .navbar-default{ background: #fff; border: 0px; border-radius: 0px; margin: 0px; } .navbar-default .navbar-brand{ height: auto; padding-top: 12px; font-family: 'Robotoregular'; letter-spacing: 0.5px; font-size: 20px; } .navbar-default .navbar-nav > li > a { color: #A95534; font-weight: bold; } .fa-search { height:30px; margin-top:-3%; } .search_form { padding-right:2.7%; } header .dropdown-menu .form-control { border:0; border-bottom: 1px solid #fff !important; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); background:transparent; color:#333; border-radius: 0px; width:90%; display: inline; padding:2px 0; } header .navbar-nav>li>.dropdown-menu { width: 300px; padding: 15% 5% 15% 25%; } header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover { background-color: transparent; } @media screen and (max-width: 991px) { .search_form { padding-right:2.7%; } header .form-control { width: 90%; margin-left: 0%; } } .navbar-toggle { margin-top: 20px; } .btn { text-align: left; } /* owl demo */ #owl-demo .item img{ display: block; width: 100%; height: 700px; object-fit: cover } #owl-demo .item .overlay .btn-default{ padding: 10px 20px; height: auto; background:rgb(0, 163, 227); color: #fff; border: 0px; border-radius: 5px; } #owl-demo .item .overlay h1{ font-weight: 300; } #owl-demo .item .overlay span{ display: block; width: 400px; margin-bottom: 20px; font-size:14px } #owl-demo .owl-controls{ position: absolute; margin: 0px; width: 100%; bottom: 25px; } #owl-demo-2{ margin-top: 20px; } #owl-demo-2 .owl-buttons{ display: none !important; } #owl-demo-3 .owl-controls .owl-buttons div{ border-radius: 0px; } #owl-demo .owl-controls .owl-page.active span, #owl-demo .owl-controls.clickable .owl-page:hover span{ background: rgb(0, 163, 227); } .owl-theme .owl-controls .owl-page span{ background: #fff; } #owl-demo .item .overlay{ color: #fff; padding-top: 300px; width: 100%; height: 100%; display: block; position: absolute; top: 0px; background: rgba(0, 0, 0, 0.3); } #bar{ width: 0%; max-width: 100%; height: 4px; background:rgb(0, 163, 227); } #progressBar{ width: 100%; background: #EDEDED; } /* blog */ .blog { padding-top: 40px; padding-bottom: 25px; } .blogpage .col-sm-4{ margin-bottom: 30px; } .blogpage .btn-default{ border-radius: 15px; background:#FFCC28; border: 0px; color: #fff; width: 100px; margin-top: 50px; } .blog .dblog { width: 100%; display: block; position: relative; height: auto; border: 1px solid #dfdfdf; } .blog .dblog h4{ margin-top: 10px; } .blog .dblog .mblog { width: 100px; height: 50px; background: #FFCC28; color: #fff; font-size: 20px; text-align: center; padding-top: 10px; position: absolute; left: 0px; top: 25px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; } .blog .dblog img { width: 100%; height: 250px; object-fit: cover; object-position: center; } .blog .dblog span { color: #aaa; } .blog .dblog span a { color: #aaa; } .blog .dblog a{ color: #FFCC28; } .blog .dblog p{ color: #888; } .blog .dblogfull { width: 100%; display: block; position: relative; height: auto; border: 0; background:#f8f8f8; } .blog .dblogfull .wp3 { padding: 5% 3%; } .blog .dblogfull h2,.h2 { margin-top: 10px; margin-bottom: 10px; } .blog .dblogfull img { width: 100%; height: 400px; object-fit: cover; object-position: center; } .blog .dblogfull span a { color: #aaa; } .blogpage .dblogfull a { color: #333; text-decoration:none; } .blog .dblogfull p { margin-top:10px; } .blogpage .btm { margin-bottom:3%; } .blog .dblogdetail { width: 100%; display: block; position: relative; height: auto; border: 0; background:transparent; } .blog .dblogdetail .wp3 { padding: 5% 0; } .blog .dblogdetail img { width: 100%; height: 400px; object-fit: cover; object-position: center; } .blog .dblogdetail span a { color: #aaa; } .blog .dblogdetail h3,.h3 { margin-top: 50px; margin-bottom: 8px; } .blog .dblogdetail p { margin-top:3%; } .blogpage .pagination a { color: black; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; background:#e5e5e5; margin-right:10px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .blogpage .pagination a.active { background-color: #A95534; color: #fff; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .blogpage .pagination a:hover:not(.active) { background-color: #A95534; color:#fff; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .blogpage .dblogfull .wp3 .artikel-text p, .blogpage .dblogfull .wp3 .artikel-text div { display: none; } .blogpage .dblogfull .wp3 .artikel-text p:first-child { display: -webkit-box; } /* button */ .button1 { background-color: #E3882D; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 1em 1.5em; border:0px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button1:hover { background-color: #b76c21; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 1em 1.5em; border:0px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button2 { display: inline-block; position: absolute; font-size: 0.8em; width:30px; height:30px; background: #333; color: #fff; border-radius: 50%; text-align: center; border:0px; margin-top:5%; margin-left:-5%; } .button2:hover { display: inline-block; position: absolute; font-size: 0.8em; width:30px; height:30px; background: #67b96f; color: #fff; border-radius: 50%; text-align: center; border:0px; margin-top:5%; margin-left:-5%; } @media screen and (max-width: 1150px) { .button2, .button2:hover { margin-top: 3%; } } @media screen and (max-width: 980px) { .button2, .button2:hover { margin-top: 1%; } } @media screen and (max-width: 767px) { .button2, .button2:hover { margin-top: 8%; margin-left:-2%; } footer { padding-top: 0px; } footer h4 { margin-top: 50px; } footer hr{ margin-bottom: 20px; } footer .tiny-footer{ text-align: center; } footer .align .text-right{ text-align: center; } } @media screen and (max-width: 480px) { .button2, .button2:hover { margin-top: 6%; margin-left:-2%; } } .button3 { background-color: #fff; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #333; padding: 1em 1.5em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button3:hover { background-color: #EEECE0; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #333; padding: 1em 1.5em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button4 { background-color: #E3882D; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 0.6em 3em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button4:hover { background-color: #b76c21; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 0.6em 3em; border:0px; border-radius:50px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .button5 { background-color: transparent; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #333; padding: 0.6em 1em; border:1px solid #dfdfdf; border-radius:50px; margin-top:1%; } .button5:hover { background-color: #A95534; font-size: 1.2em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 0.6em 1em; border:1px solid #dfdfdf; border-radius:50px; margin-top:1%; } .buttonfoot { background-color: #E3882D; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; padding: 1em 3em; border:0px; margin-top:10%; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .buttonfoot:hover { background-color: #b76c21; font-size: 1em; position: relative; text-align: center; display: inline-block; color: #fff; border-radius:50px; padding: 1em 3em; border:0px; box-shadow: 3px 3px 5px rgba(0,0,0,.075); } .bg1 { background-color: #f8f8f8; } .border{ border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; } .wp { padding:0; } .wp2 { padding:50px 0; } .wp3 { padding:10% 5%; } .wp4 { padding: 0px 0px 70px 0; } .wp5 { margin:6% auto; } .wp6 { padding:2% 0 6% 0; } .wp7 { padding:3% 0 1% 0; } .wp8 { padding:0 0 10px 0; } .padding { padding:10% 2%; } @media (max-width: 767px){ .buttonfoot{ margin-top: 0; } } /* quote */ .quotes { background-image: url(../images/tipe-teman-kerja.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; height: 100%; width: 100%; } .quotes .oquotes { padding-top: 6%; padding-bottom: 2%; width: 100%; height: auto; position: relative; display: block; background: rgba(84, 84, 84, 0.9); } .quotes .dquotes { width: 100%; height: 100%; position: relative; display: block; color: #fff; } .quotes .aquotes { width: 100%; display: inline-flex; position: relative; height: auto; margin-top: 50px; } .gcircle { width: 100%; height: auto; display: block; position: relative; color: #333; } .gcircle ul { margin: 0px; list-style: none; padding: 0px; } .gcircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; } .gcircle ul li a { display: block; width: 50px; height: 50px; background: #fff; border-radius: 50%; text-align: center; padding: 5%; } .gcircle ul li a img { width:70%; padding: 5%; margin: 13% auto; } .cservice { width: 100%; display: inline-flex; height: auto; position: relative; color:#fff; } .cservice .iservice { display: inline-block; width: 40%; text-align: center; } .cservice .dservice { display: inline-block; width: 60%; text-align:left; } .cservice .dservice span { font-size:10px; } .cservice .dservice .h3, h3 { margin-top:0px; margin-bottom:0px; } .subscribe { background-color:#333; padding-bottom:4.5%; } .hov:hover, .hov:link { color: #E3882D; } @media screen and (max-width: 324px) { .btm { padding-bottom:30px; } } @media (min-width: 325px) and (max-width: 767px) { .btm { padding-bottom:40px; } } @media (min-width: 325px) and (max-width: 767px) { .align { text-align:center; } } /* client */ .client { padding-top: 0px; padding-bottom: 10px; } #owl-logo { margin-top: 50px; } #owl-logo .owl-controls { display: none !important; } #owl-logo .item img { width: 100%; height: 100px; object-fit: contain; object-position: center; -webkit-filter: grayscale(100%); filter: grayscale(100%); } /* callback */ .callback { background: #f8f8f8; padding-top: 50px; margin-top: 5px; padding-bottom: 50px; color: #fff; } .callback .dcallback { width: 100%; height: auto; display: block; position: relative; padding-left:10%; } .pdg { padding-top:3%; } .services hr { width: 5%; text-align: center; } /* about us */ .titleabout { background:#f8f8f8; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; width: 100%; height: 200px; } .titleaboutoverlay { background: #f8f8f8; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; width: 100%; padding-top: 60px; padding-bottom: 30px; color: #333; } .titleaboutoverlay h3{ font-size: 30px; } .titleaboutoverlay .breadcrumb{ background: transparent; } .titleaboutoverlay .breadcrumb li a{ color: #E3882D; } .titleaboutoverlay .breadcrumb > .active > a { color: #333; background-color: transparent; } .titleaboutoverlay .breadcrumb li a:hover { color: #6fa30e; text-decoration:none; } /* about us detil1 */ .aboutusdetail3 { padding-top: 20px; padding-bottom: 40px; border-right: 13px solid #A95534; } .aboutusdetail3 .daboutusdetail { width: 100%; height: auto; display: block; position: relative; text-align: left; } .aboutusdetail3 .line{ border-left:5px solid #A95534; padding-left:15%; } .aboutusdetail3 img { width:80%; box-shadow: 3px 3px 5px #ccc; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #ccc; -khtml-box-shadow: 3px 3px 5px #ccc; } .aboutusdetail3 h2 { padding-bottom:3%; } .aboutusdetail3 .btm { padding-top: 5%; } /* about us detil2 */ .aboutusdetail1 { padding-top: 0; padding-bottom: 0; } .aboutusdetail1 .daboutusdetail { width: 100%; height: auto; display: block; position: relative; text-align: left; } .aboutusdetail1 .line{ border-left:5px solid #A95534; padding-left:15%; } .aboutusdetail1 img { width:80%; } .aboutusdetail1 h2 { padding-bottom:3%; } /* about us detil3 */ .aboutusdetail2 { padding-top: 30px; padding-bottom: 40px; border-left: 13px solid #A95534; } .aboutusdetail2 .daboutusdetail { width: 100%; height: auto; display: block; position: relative; text-align: left; } .aboutusdetail2 .line{ border-left:5px solid #A95534; padding-left:15%; } .aboutusdetail2 img { width:80%; box-shadow: 3px 3px 5px #ccc; -moz-box-shadow: 3px 3px 5px #ccc; -webkit-box-shadow: 3px 3px 5px #ccc; -khtml-box-shadow: 3px 3px 5px #ccc; } .aboutusdetail2 h2 { padding-bottom:3%; } .aboutusdetail2 .btm { padding-top: 5%; } /* callback 1 */ .callback1 { background: #A95534; padding-top: 50px; margin-top: 0; padding-bottom: 50px; color: #fff; } .callback1 .dcallback { width: 100%; height: auto; display: block; position: relative; } @media screen and (max-width: 767px) { .callback1 .dcallback { text-align:center; } } /* scontact */ .scontact .cservice { width: 100%; display: inline-flex; height: auto; position: relative; color:#333; } .scontact .cservice .iservice { display: inline-block; width: 10%; text-align: center; } .scontact .cservice .dservice { display: inline-block; width: 90%; text-align:left; } .scontact .cservice .dservice span { font-size:12px; text-decoration:bold; } .scontact .cservice .dservice h3 { margin-top:0px; margin-bottom:0px; } .scircle { width: 100%; height: auto; display: block; position: relative; color: #fff; } .scircle ul { margin: 0px; list-style: none; padding: 0px; } .scircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; margin-top:5px; } .scircle ul li{ display: block; width: 35px; height: 35px; background: #9acc37; border-radius: 50%; text-align: center; padding: 17%; } /*circle 2 */ .tcircle { width: 20%; margin-left:42%; height: auto; display: block; position: relative; margin-top:40px; } .tcircle a { color: #9acc37; font-size:3.3em; } .tcircle ul { margin: 0px; list-style: none; } .tcircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; } .tcircle ul li .fa { display: inline-block; } .tcircle ul li{ display: block; width: 60px; height: 60px; background: #fff; border-radius: 50%; box-shadow: 3px 3px 5px #ccc; } .scontact .stayupdate input , .scontact .stayupdate textarea { border-bottom:1px solid #e2e2e2; border-left:0px; border-right:0px; border-top:0px; background:#fff; width:100%; color:#333; font-weight:700; margin-bottom:15%; } .scontact .send-btn{ text-align:right; } @media screen and (max-width: 767px) { .scontact .send-btn{ text-align:center; } .scontact .stayupdate input , .scontact .stayupdate textarea { margin-bottom:5%; } .scircle ul li{ padding: 10%; } .wp4 { padding: 0 15px; } .services { padding-top: 50px; padding-bottom: 0px; } } .scontact .submit-btn{ text-align:left; } @media screen and (max-width: 767px) { .scontact .submit-btn{ text-align:center; } } @media screen and (max-width: 660px) { .scircle ul li{ padding: 12%; } } @media screen and (max-width: 570px) { .scircle ul li{ padding: 15%; } } @media screen and (max-width: 450px) { .scircle ul li{ padding: 22%; } } @media (min-width: 400px) and (max-width: 449px) { .scontact .cservice .dservice { padding-left:3%; } } @media screen and (max-width: 400px) { .scontact .cservice .dservice { padding-left:5%; } } @media (min-width: 768px) and (max-width: 1000px) { .scontact .cservice .dservice { padding-left:5%; } } /* page gallery */ .sgallery{ line-height: 1.7; padding-top: 100px; padding-bottom: 50px; text-align:justify; } .sgallery .nav-tabs { border-bottom: 0; text-align:center; } .sgallery .nav>li>a { position: relative; display: block; padding: 20px 25px; background:#f8f8f8; } .sgallery .nav-tabs>li.active>a { padding-right:25px; padding-bottom:20px; padding-top:20px; background:#9acb3b; color:#fff; border-radius:5%; box-shadow: 3px 3px 5px #ccc; } .sgallery .nav-tabs>li a:hover { padding-right:25px; padding-bottom:20px; padding-top:20px; background:#8ab537; color:#fff; border-radius:5%; margin-right: 0; } .sgallery .nav-tabs>li>a { margin-right: 0; color:#333; } .tgallery{ line-height: 1.7; padding-top: 0px; padding-bottom: 100px; text-align:justify; } .tgallery .simage img{ width: 100%; height:250px; object-fit: cover; object-position: center; } .stgallery{ line-height: 1.7; padding-top: 0px; padding-bottom: 0px; text-align:justify; } .stgallery .simage img{ width: 100%; height:250px; object-fit: cover; object-position: center; } /* sidebar menu */ .panel.sidebar-menu { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } .panel .panel-body input { border:0px; width:90%; } .panel .panel-body { padding: 20px; } .panel .panel-body1 { padding: 20px; } .panel .panel-body .fa-search { height: 0px; margin-top: -3%; text-align:right; } .panel .panel-body .form-control { border: 0px; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); border-bottom: 0 !important; border-radius: 0px; margin-bottom: 0; width:90%; display: inline; } .panel .panel-body1 .nav>li>a { position: relative; display: block; padding: 15px 5px; } .panel .panel-body1 .nav-pills li a { color:#333; } .panel .panel-body1 .nav-pills li { border-bottom:1px solid #dfdfdf; } .panel .panel-body1 .nav-pills li:last-child { border-bottom:0; padding-bottom:0px; } .panel .panel-body .prime { font-size: 30px; } .panel .panel-body .quote { display;inline-block; } .panel .panel-body .tquote { padding-top:5%; } .services .panel-body .prime { font-size: 30px; } .services .panel-body .tquote { padding-top:5%; } .services .panel-body span { padding-top:5%; font-weight:500; } .services .panel-body { padding: 20px 1px 1px 1px; } .services .panel-body1 { padding: 30px 15px 30% 0px; font-weight:500; } /* quotes */ .w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover { color: #000!important; background-color: transparent!important; } .w3-leftbar { border-left: 6px solid #ccc!important; } .w3-panel { margin-top: 16px; margin-bottom: 16px; } .w3-container, .w3-panel { padding: 0.7em 2em; } .tsservice { padding-top: 50px; padding-bottom: 0; font-weight: 300; } .tsservice .btm { padding-bottom: 3%; } .tsservice p{ line-height:2; padding-bottom:3%; } .tsservice h2 { margin-top: 20px; margin-bottom: 30px; } .tsservice ul li { line-height:2; padding-bottom:1%; margin-left:0; } /* form place */ .formplace { padding-top: 50px; padding-bottom: 50px; } .formplace .dformplace { width: 100%; height: auto; position: relative; display: block; } .formplace .dformplace .form-control { border: 0px; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5); border-bottom: 1px solid #ccc !important; border-radius: 0px; margin-bottom: 30px; } .formplace .send-btn{ text-align:right; } .formplace .btm { padding-bottom: 3%; } .formplace .cformplace { width: 100%; display: inline-flex; height: auto; position: relative; color: #333; } .cformplace { width: 100%; display: inline-flex; height: auto; position: relative; color: #fff; } .formplace .cformplace .iformplace { display: inline-block; width: 10%; text-align: center; } .cformplace .iformplace { display: inline-block; width: 40%; text-align: center; } .iformplace .scircle { width: 100%; height: auto; display: block; position: relative; color: #fff; } .iformplace ul { margin: 0px; list-style: none; padding: 0px; } .iformplace .scircle ul li { display: block; width: 35px; height: 35px; background: #e3882d; border-radius: 50%; text-align: center; padding: 17%; } .iformplace .scircle ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; margin-top: 5px; } /* comment */ .comment { padding-top:10px; padding-bottom:10px; } .comment .wp2 { padding: 5px 0 10px 20px; } .comment .wp3 { padding: 10px 0 0 20px; } .comment p { font-size:14px; font-weight:500; line-height:2; margin-top:2%; } .comment span { font-size:12px; font-weight:500; line-height:2; } .none { padding-top:5%; } .fa-search { font-size: 16px; color:#333; } .fa-user-circle:before { font-size: 50px; color:#e6e6e6; } /* map */ .map-container { width: 100%; } .map-container #map{ width: 100%; height: 400px; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ } .map-container #map.clicked{ pointer-events: auto; } .without-padding{ padding: 0px; } #scrollUp { bottom: 10px; right: 0; padding: 10px 20px; background-color: transparent; color: #fff; background-repeat: no-repeat; background-image: url('/images/top.png'); opacity: 1; height: 64px; width:64px; } .btn-export-excel{ border-top: none; }
0.310904
0.12665
body{ background-image:url("images/homeBackgr.jpg"); min-height:620px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .titlu{ position:relative; top:55px; opacity:0.8; background-color:white; width:30%; padding:3px; text-align:center; margin-left:10%; border-radius: 8px; border: 1px solid gray; } .gestPretServ{ background-color:white; opacity:0.93; position: relative; width:75%; height:482px; max-height:490px; left:10%; top: 160px; border:3px solid white; border-radius: 8px; overflow:auto; } p, .pret{ letter-spacing: 3px; } p{ font-size:22px; } .pret{ font-size:18px; } .progrChDr{ /*border: 1px solid green;*/ position:absolute; left:80%; width:5%; } .progrChSt{ position:relative; left:1%; top:3%; width: 80%; height: 97%; } .vizPretServ{ position:absolute; width: 92%; max-height:83%; top:10%; margin-left:4%; margin-top:2%; border: 2px solid white; border-radius:8px; overflow:auto; } .color, .lighterColor{ position:relative; font-size:18px; min-height:60px; border-radius: 8px; } .color{ background-color:#f0f6ff; margin-top:8px; margin-bottom:8px; } .lighterColor{ background-color:#e3eeff; } .editPret{ position:absolute; height:70%; top:7%; text-align:center; right:3%; width: 12%; } .editPret a{ text-decoration:none; background-image:linear-gradient(white,gray); border-radius:8px; font-size:16px; color:black; } /* .editPret a{ text-decoration:none; background-image:linear-gradient(white,gray); border-radius:8px; font-size:16px; color:black; } .stergeServ a{ text-decoration:none; background-image:linear-gradient(white,gray); border-radius:8px; font-size:16px; color:black; }*/ .editNume a:hover{ color:black; background-image:linear-gradient(white,#515953); } .editPret a:hover{ color:black; background-image:linear-gradient(white,#515953); } .stergeServ a:hover{ color:black; background-image:linear-gradient(white,#515953); } .vizPretDet a:hover{ color:black; background-image:linear-gradient(white,#515953); }
vizPretDetCSS.css
body{ background-image:url("images/homeBackgr.jpg"); min-height:620px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .titlu{ position:relative; top:55px; opacity:0.8; background-color:white; width:30%; padding:3px; text-align:center; margin-left:10%; border-radius: 8px; border: 1px solid gray; } .gestPretServ{ background-color:white; opacity:0.93; position: relative; width:75%; height:482px; max-height:490px; left:10%; top: 160px; border:3px solid white; border-radius: 8px; overflow:auto; } p, .pret{ letter-spacing: 3px; } p{ font-size:22px; } .pret{ font-size:18px; } .progrChDr{ /*border: 1px solid green;*/ position:absolute; left:80%; width:5%; } .progrChSt{ position:relative; left:1%; top:3%; width: 80%; height: 97%; } .vizPretServ{ position:absolute; width: 92%; max-height:83%; top:10%; margin-left:4%; margin-top:2%; border: 2px solid white; border-radius:8px; overflow:auto; } .color, .lighterColor{ position:relative; font-size:18px; min-height:60px; border-radius: 8px; } .color{ background-color:#f0f6ff; margin-top:8px; margin-bottom:8px; } .lighterColor{ background-color:#e3eeff; } .editPret{ position:absolute; height:70%; top:7%; text-align:center; right:3%; width: 12%; } .editPret a{ text-decoration:none; background-image:linear-gradient(white,gray); border-radius:8px; font-size:16px; color:black; } /* .editPret a{ text-decoration:none; background-image:linear-gradient(white,gray); border-radius:8px; font-size:16px; color:black; } .stergeServ a{ text-decoration:none; background-image:linear-gradient(white,gray); border-radius:8px; font-size:16px; color:black; }*/ .editNume a:hover{ color:black; background-image:linear-gradient(white,#515953); } .editPret a:hover{ color:black; background-image:linear-gradient(white,#515953); } .stergeServ a:hover{ color:black; background-image:linear-gradient(white,#515953); } .vizPretDet a:hover{ color:black; background-image:linear-gradient(white,#515953); }
0.335677
0.048047
@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap'); body{ margin: 0; padding: 0; font-family: 'Fredoka', sans-serif; background: #ded4b6; } html{ scroll-behavior: smooth; } .header{ background-color: #ffffff10; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); position: fixed; left: 0; top: 0; width: 100%; padding: 2px 0; text-align: center; z-index: 10; } .header a{ color: #ffffff; text-decoration: none; } .capa{ position: fixed; background-image: url(../imagens/barbearia.png); background-position: center; background-size: cover; width: 100%; top: 60px; left: 0; padding-top: 100px; padding-bottom: 100px; z-index: 2; } .capa h1{ color: rgba(255, 255, 255, 0.023); } .conteudo{ position: relative; z-index: 5; background: #272c60; color: white; margin-top: 320px; text-align: center; padding-top: 5px; border-top-left-radius: 20px; border-top-right-radius: 20px; } .conteudo img{ width: 100px; margin-bottom: -15px; } .conteudo h2{ margin-bottom: -10px; } .tTitulo{ background: #272c60; color: white; text-align: center; padding: 15px; margin-top: -17px; padding-bottom: 50px; margin-bottom: -40px; position: relative; z-index: 5; } .tTitulo2{ text-align: center; padding-top: 50px; background: #272c60; color: white; padding-bottom: 20px; margin-bottom: -20px; position: relative; z-index: 5; } .servicos img{ width: 50px; } .servicos{ max-width: 800px; padding-top: 20px; margin: auto; background: #272c60; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; z-index: 5; } .servicos > div{ flex: 0 0 70px; margin: 10px; padding: 10px; color: #ffffff; text-align: center; border-radius: 15px; border: 1px solid white; filter: drop-shadow(15px 10px 5px rgba(106, 104, 104, 0.5)); } .Marcacao img{ width: 50px; } .Marcacao{ background: #280b6f; padding: 10px; width: 300px; margin: auto; text-align: center; border-radius: 20px; filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5)); } .hora{ padding-top: 50px; background: #272c60; position: relative; padding-bottom: 50px; margin-bottom: -30px; z-index: 5; } #marca h4{ background: white; padding: 5px; border-radius: 15px; } #tectodeFale h3{ text-align: center; color: white; } .social img{ width: 40px; transition: all 0.5s; cursor: pointer; margin: 10px; } .social img:hover{ -webkit-transform: scale(1.5); transform: scale(1.5); } .social{ background: #272c60; text-align: center; padding: 10px; padding-bottom: 50px; margin-bottom: -20px; position: relative; z-index: 5; } .fotos{ background: #272c60; padding-top: 10px; padding-bottom: 10px; position: relative; z-index: 5; } .swiper { width: 200px; height: 300px; } .swiper-slide { display: flex; align-items: center; justify-content: center; border-radius: 18px; font-size: 22px; font-weight: bold; color: #fff; } .swiper-slide:nth-child(1n) { background-image: url(../fotos/foto01.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(2n) { background-image: url(../fotos/foto02.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(3n) { background-image: url(../fotos/foto03.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(4n) { background-image: url(../fotos/foto04.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(5n) { background-image: url(../fotos/foto05.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(6n) { background-image: url(../fotos/foto06.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(7n) { background-image: url(../fotos/foto07.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(8n) { background-image: url(../fotos/foto08.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(9n) { background-image: url(../fotos/foto09.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(10n) { background-image: url(../fotos/foto010.jpg); background-position: center; background-size: cover; } .local{ background: #272c60; position: relative; text-align: center; padding: 10px; z-index: 5; } iframe{ border-radius: 15px; max-width: 400px; aspect-ratio: 16/9; border: none; filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5)); } .agendaBar{ display: none; background: rgba(0, 0, 0, 0.544); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; } .agendabar2{ width: 400px; background: #ffffff; text-align: center; border-radius: 5px; margin: auto; margin-top: 20%; } .agendabar2 h3{ color: #280b6f; margin: 10px; padding: 10px; } .agendaBarfechar{ background: #272c60; color: white; display: flex; justify-content: space-around; align-items: center; padding-bottom: 10px; border-top-left-radius: 5px; border-top-right-radius: 5px; } #fecha{ border: 1px solid white; padding: 5px; border-radius: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } footer{ background: black; text-align: center; color: white; padding: 10px; } @media(max-width: 600px){ .agendabar2{ margin: auto; margin-top: 50%; width: 300px; } }
estilo/style.css
@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap'); body{ margin: 0; padding: 0; font-family: 'Fredoka', sans-serif; background: #ded4b6; } html{ scroll-behavior: smooth; } .header{ background-color: #ffffff10; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); position: fixed; left: 0; top: 0; width: 100%; padding: 2px 0; text-align: center; z-index: 10; } .header a{ color: #ffffff; text-decoration: none; } .capa{ position: fixed; background-image: url(../imagens/barbearia.png); background-position: center; background-size: cover; width: 100%; top: 60px; left: 0; padding-top: 100px; padding-bottom: 100px; z-index: 2; } .capa h1{ color: rgba(255, 255, 255, 0.023); } .conteudo{ position: relative; z-index: 5; background: #272c60; color: white; margin-top: 320px; text-align: center; padding-top: 5px; border-top-left-radius: 20px; border-top-right-radius: 20px; } .conteudo img{ width: 100px; margin-bottom: -15px; } .conteudo h2{ margin-bottom: -10px; } .tTitulo{ background: #272c60; color: white; text-align: center; padding: 15px; margin-top: -17px; padding-bottom: 50px; margin-bottom: -40px; position: relative; z-index: 5; } .tTitulo2{ text-align: center; padding-top: 50px; background: #272c60; color: white; padding-bottom: 20px; margin-bottom: -20px; position: relative; z-index: 5; } .servicos img{ width: 50px; } .servicos{ max-width: 800px; padding-top: 20px; margin: auto; background: #272c60; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; z-index: 5; } .servicos > div{ flex: 0 0 70px; margin: 10px; padding: 10px; color: #ffffff; text-align: center; border-radius: 15px; border: 1px solid white; filter: drop-shadow(15px 10px 5px rgba(106, 104, 104, 0.5)); } .Marcacao img{ width: 50px; } .Marcacao{ background: #280b6f; padding: 10px; width: 300px; margin: auto; text-align: center; border-radius: 20px; filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5)); } .hora{ padding-top: 50px; background: #272c60; position: relative; padding-bottom: 50px; margin-bottom: -30px; z-index: 5; } #marca h4{ background: white; padding: 5px; border-radius: 15px; } #tectodeFale h3{ text-align: center; color: white; } .social img{ width: 40px; transition: all 0.5s; cursor: pointer; margin: 10px; } .social img:hover{ -webkit-transform: scale(1.5); transform: scale(1.5); } .social{ background: #272c60; text-align: center; padding: 10px; padding-bottom: 50px; margin-bottom: -20px; position: relative; z-index: 5; } .fotos{ background: #272c60; padding-top: 10px; padding-bottom: 10px; position: relative; z-index: 5; } .swiper { width: 200px; height: 300px; } .swiper-slide { display: flex; align-items: center; justify-content: center; border-radius: 18px; font-size: 22px; font-weight: bold; color: #fff; } .swiper-slide:nth-child(1n) { background-image: url(../fotos/foto01.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(2n) { background-image: url(../fotos/foto02.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(3n) { background-image: url(../fotos/foto03.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(4n) { background-image: url(../fotos/foto04.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(5n) { background-image: url(../fotos/foto05.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(6n) { background-image: url(../fotos/foto06.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(7n) { background-image: url(../fotos/foto07.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(8n) { background-image: url(../fotos/foto08.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(9n) { background-image: url(../fotos/foto09.jpg); background-position: center; background-size: cover; } .swiper-slide:nth-child(10n) { background-image: url(../fotos/foto010.jpg); background-position: center; background-size: cover; } .local{ background: #272c60; position: relative; text-align: center; padding: 10px; z-index: 5; } iframe{ border-radius: 15px; max-width: 400px; aspect-ratio: 16/9; border: none; filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5)); } .agendaBar{ display: none; background: rgba(0, 0, 0, 0.544); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; } .agendabar2{ width: 400px; background: #ffffff; text-align: center; border-radius: 5px; margin: auto; margin-top: 20%; } .agendabar2 h3{ color: #280b6f; margin: 10px; padding: 10px; } .agendaBarfechar{ background: #272c60; color: white; display: flex; justify-content: space-around; align-items: center; padding-bottom: 10px; border-top-left-radius: 5px; border-top-right-radius: 5px; } #fecha{ border: 1px solid white; padding: 5px; border-radius: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; } footer{ background: black; text-align: center; color: white; padding: 10px; } @media(max-width: 600px){ .agendabar2{ margin: auto; margin-top: 50%; width: 300px; } }
0.369429
0.079782