
.header {
	border-bottom: 0;
	background-color: transparent;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.header.fixed {
    width: 100%;
    z-index: 1010;
    position: fixed;
    border-bottom: 1px solid #535861;
    transition: all .15s ease-in-out;
    border-bottom:1px rgba(255,255,255,0.2) solid;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(3,27,78,.1);
}

.header.hover{
    background: #202124 !important;
    border-bottom:1px rgba(255,255,255,0.2) solid;
    opacity: 1;
}
.header .navbar-brand {
	background-image: url("../img/logo-cloud-white.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 26px;
	text-indent: -999em;
	width: 130px;
	height: 32px;
	padding: 0;
}
.header .navbar {
	height: 80px;
}
.header .navbar-nav .dropdown-menu .dropdown-link {
	line-height: 24px;
	display: block;
	text-decoration: none;
	color: #555;
    font-size: 14px;
}
.header .navbar-nav .dropdown-menu .dropdown-item:active .dropdown-link {
	color: #FFF;
}
.header .navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
    padding: 0 1rem;
    line-height: 79px;
    font-size: 16px;
}
.header .navbar .navbar-nav .nav-link:hover {
	color: rgba(255,255,255, .6);
}
.header .navbar .navbar-nav .btn-primary {
	color: #FFF;
	padding: 2px 15px 3px;
	border-radius: 2px;
	font-size: 0.875rem;
	font-weight: 400;
	border: 0 none;
	font-size: 16px;
	padding: 7px 18px;
	line-height: 20px;
	margin-right: 15px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: rgba(255,255,255, 0.2);
}
.header .navbar .navbar-nav .btn-primary:hover{
    background-color: #006aff;
    color: #fff!important;
}
.childmenu-wrap {
    position: absolute;
    top: 60px;
    right: -1200px;
    width: 100%;
    transition: right 0.5s ease-in-out;
    z-index: 100;
}
.childmenu-wrap .childmenu {
    min-height: 584px;
    background: #535661;
}
.childmenu-wrap .childmenu-title {
    display: flex;
    padding: 25px 20px;
}
.childmenu-wrap .childmenu-title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
}
.childmenu-wrap .childmenu-title p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}
.childmenu-wrap .childmenu-title .sub-menu-link a {
    font-size: 14px;
    color: #fff;
}
.brick-gnb__depth2 {
    padding: 0 10px 0 50px;
}
.brick-gnb__depth2 > li {
    display: inline-block;
    float: left;
    width: 50%;
    padding-top: 30px;
    width: 50%;
}
.brick-gnb__depth2 .sub-menu-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #abaeb4;
}
.brick-gnb__depth3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.brick-gnb__depth3 li {
    margin-right: 20px;
    margin-bottom: 15px;
}
.brick-gnb__depth3 li:nth-child(1) {
    padding: 0;
}
.brick-gnb__depth3 li > a {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
}
.navbar-nav>li .label {
    border-radius: 50px;
    margin-left: 5px;
    font-size: 12px;
    padding: .2em .6em;
    transform: scale(.9);
    display: inline-block;
    margin-bottom: 0;
}
.navbar-nav>li .label.label-new {
	background-color: #3ca6ff;
}
.navbar-nav>li .label.label-hot {
	background-color: #cf4f2e;
}

@media only screen and (min-width: 1024px) {
	.childmenu-wrap {
	    top: 80px;
	    right: 0;
	    display: none;
	    /* 	    background: linear-gradient(to right, #4b4d57 calc(18.5%), #535661 calc(50% - 390px), #535661) !important; */
	    background-color: #f8f8f8;
	    font-size: 14px;
	    text-align: left;
	    letter-spacing: -1px;
	}
	.childmenu-wrap .childmenu {
	    display: table;
	    width: 100%;
	    max-width: 1200px;
	    min-height: 0;
	    margin: 0 auto;
	    background: none;
	    color: #fff;
	}
	.childmenu-wrap .childmenu-title {
	    display: table-cell;
	    width: 210px;
	    height: 100%;
	    padding: 40px 15px;
	    vertical-align: top;
	}
	.childmenu-wrap .childmenu-title h2 {
	    position: relative;
	    top: -4px;
	    font-size: 20px;
	    line-height: 1.3;
	    margin-top: 0;
	}
	.childmenu-wrap .childmenu-title p {
	    margin-bottom: 0;
	    padding-top: 10px;
	    font-size: 14px;
	    color: rgba(255,255,255,0.7);
	}
	.childmenu-wrap .childmenu-title .sub-menu-link {
	    padding-top: 20px;
	    line-height: 1;
	}
	.brick-gnb__depth2 > li {
	    display: inherit;
	    float: left;
	    width: 15.33%;
	    padding-top: 0;
	}
	.brick-gnb__depth2 > li:not(:first-child) {
	    margin-left: 1.6%;
	}
	.brick-gnb__depth2 {
	    display: table-cell;
	    width: calc(100% - 260px);
	    padding: 40px 10px 40px 20px;
	    vertical-align: top;
	}
	.brick-gnb__depth2 .sub-menu-title {
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: 400;
		margin-top: 0;
		color: #FFF;
	}
}

@media only screen and (min-width: 1200px) {
	.childmenu-wrap {
		z-index: 999;
		background: #202124 !important;
		border-bottom:1px rgba(255,255,255,0.2) solid;
		opacity: 1;
	}
}
.navbar-top {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	background: rgba(255,255,255,0.05);

}
.navbar-top .nav-item {
	display: flex;
	align-items: center;
}
.navbar-top a:link,
.navbar-top .nav-link {
	padding: 0;
	color: #ccc;
	line-height: 29px;
}
.navbar-top .fa {
    margin-right: 2px;
    font-size: 12px;
    color: #ccc;
}
.navbar-top .bar {
	height: 14px;
	width: 1px;
	background-color: #CCC;
}

.nav-logo svg {
    width: 170px;
    padding: 10px 0px;
    cursor: pointer;
    margin-right: 30px;
}

.header.fixed .navbar .navbar-nav .nav-link {
    color: #424a57;
}

.header.fixed.hover .navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}


.header.fixed .nav-logo .st0 {
    fill: #79BA38;
}
.header.fixed .st1 {
    /* fill: #006aff; */
}
.header.fixed path {
    /* fill: #000000; */
}



.header.fixed.hover .nav-logo .st0 {
    fill: #fff;
}
.header.fixed.hover .nav-logo .st1 {
    fill: #fff;
}
.header.fixed.hover .nav-logo path {
    fill: #fff;
}

.header.fixed .navbar .navbar-nav .btn-primary{
    color: #006aff;
    border-color: #006aff;
}
.header.fixed.hover .navbar .navbar-nav .btn-primary{
    color: #FFF;
    border-color: rgba(255,255,255, 0.2);
}

.header.fixed .navbar-top a:link, .navbar-top .nav-link{
    color:#333;
}

.header.fixed.hover .navbar-top a:link, .navbar-top .nav-link{
    color:#ccc;
}


@media (max-width: 991px) {
	.space {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.px100 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.navbar-collapse {
		background-color: #FFF;
	    border-top: 1px solid #efefef;
	    border-bottom: 1px solid #efefef;
	    margin-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.header .navbar-nav.navbar-right>li {
		margin: 0;
	}
	.header .navbar-nav.navbar-right>li>a,
	.header .navbar-nav>li>a {
		padding: 15px;
		font-size: 18px;
		line-height: 1.5;
	}
	.header .navbar-nav.navbar-right>li .btn-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header .navbar-nav.navbar-right {
		margin-top: 0;
	}
	section.login .join-container {
		padding: 30px 15px;
	}
	.functions .item,
	.boxe {
		margin-bottom: 30px;
	}
	.wrap-main-swiper .content-slide .slogan {
		font-size: 23px;
		letter-spacing: -1px;
	}
	.advantage .items {
		margin-bottom: 30px;
	}
	.advantage .items dl {
	    min-height: 80px;
	    padding-right: 100px;
	    padding-bottom: 0;
	}
	.clientarea-home .nav-tabs, .section-server .nav-tabs {
	    border: 0 none;
	    height: 55px;
	    overflow: hidden;
	    overflow-x: scroll;
	    width: 100%;
	}
	.table-list thead,
	.product-table.type2 thead {
		display: none;
	}
	.w-table th, .w-table td {
		border-right: 0;
	}
	.table-list td,
	.product-table.type2 td {
		display: block;
	}
	.product-table td {
		text-align: left;
	}
	.product-table.type2 .product-apply {
		display: inline-block;
		margin-bottom: 0;
	}
	.product-table .btn {
		display: block;
		margin-top: 15px;
	}
	.table-list .spec,
	.product-table .spec {
		padding-left: 18px;
	}
	.table-list td:last-child,
	.product-table.type2 td:last-child {
		border-bottom: 2px solid #6f6f6f;
	}
	.table-list td > .status,
	.table-list td > div.visible-xs,
	.product-table.type2 td > div.visible-xs {
		display: inline-block !important;
		width: 40%;
		font-weight: 400;
	}
	footer.footer .policy-area li {
		padding: 0 10px;
	}
	.footer.footer .back-to-top {
		
	}
	div.dataTables_wrapper div.dataTables_length label {
		float: left;
	}
	div.dataTables_wrapper div.dataTables_paginate {
		padding: 5px 0 0;
	}
	.navbar-header {
		height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navbar-toggle {
		margin: 0;
	    position: absolute;
	    right: 15px;
	}
	.navbar-brand {
		margin: 0;
	}
	.header .navbar-collapse {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 12;
		height: 100%;
		width: 80%;
		background-color: #26292f;
		transition: transform .24s ease;
		transform: translateX(-240px);
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0;
		height: 100%;
		border: 0;
	}
	.navbar-expand-lg>.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.header .navbar-nav + .navbar-nav {
		margin-top: 15px;
	}
	.header .navbar .navbar-nav .nav-link {
		line-height: 40px;
		padding: 0;
	}
	.header .navbar-collapse.show {
	    transform: translateX(0px);
	}
	.header .navbar-nav>li>a,
	.header .navbar-nav.navbar-right>li>a {
    	color: #FFF;
	}
	.header .navbar-nav>li>a:hover {
		color: #EEE;
	}
	.header .navbar-collapse.in {
	    transform: translateX(0);
	}
	.header .navbar-nav.navbar-right>li.acount {
		margin-left: 0;
	}
	.header .navbar-nav.navbar-right>li.notices,
	.header .navbar-nav.navbar-right>li.shopbag {
		display: none;
	}
	.childmenu-wrap {
		display: block !important;
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
	}
	.childmenu-wrap .childmenu {
		min-height: inherit !important;
		background-color: rgba(0,0,0,.5);
	}
	.childmenu-title {
		display: none !important;
	}
	.brick-gnb__depth2 {
		padding: 10px !important;
	}
	.brick-gnb__depth2 .sub-menu-title {
		font-size: 16px !important;
		margin-top: 0 !important;
	}
	.brick-gnb__depth2 > li {
		padding: 0 !important;
		float: inherit !important;
		width: 100% !important;
	}
	.brick-gnb__depth3 {
		margin-bottom: 15px !important;
	}
	.brick-gnb__depth3 li {
		margin: 0 !important;
		line-height: 28px;
	}
	.brick-gnb__depth3 li > a {
		color: #EEE;
	}
	.product-table td .ip-tag,
	.product-table td .ip-div,
	.product-table td .info,
	.reload .status {
		display: inline-block;
	}
	.product-wrap .boxe-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.product-wrap .boxe-title .name, 
	.product-wrap .boxe-title .cost {
		margin: 0;
	}
	
	.product-wrap .boxe .btn {
		display: block;
	}
	.product-wrap  .boxe dl dt {
		float: inherit;
	}
	.product-wrap  .boxe dl dt,
	.product-wrap  .boxe dl dd {
		width: 24%;
		min-width: auto;
		display: inline-block;
	}
	.product-wrap  .boxe dl dd:last-child {
		width: 60%;
	}
	.advantage .tit-main {
		font-size: 36px;
	}
	.wrap-main-swiper .swiper-slide {
		height: 500px;
	}
	.wrap-main-swiper .content-slide {
		height: 500px;
		padding-top: 160px;
	}
	.advantage .items dl.secutiry,
	.advantage .items dl.server-admin,
	.advantage .items dl.professionalism {
		background-position: right center;
	}
	.notice .item-list li a {
		height: 24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.item-list li .time {
		display: block;
		float: inherit;
	}
}

section.header.fixed i {
    color: #006aff;
    font-weight: 300;
}

section.header.fixed .navbar-toggler {
    color: #006aff;
    border: 1px solid #006aff;
}



.st0 {
    fill: #fff;
}

.header .nav-logo path.st1 {
    fill: #fff;
}
.header.fixed .st0 {
    
}

.header.fixed path.st1 {
    fill: #2c67f6;
}

.pop-list dl{/* width: 290px; */float: left;/* margin-right: 20px; */width: 33.3%;padding-left: 10px;padding-right: 10px;}
/*.support .pop-list dl{ width: 220px; float: left; margin-right: 20px;}*/

.pop-list dl:last-child{ margin-right: 0; }
.pop-list dt{ height: 40px; line-height: 40px; color: #c8cacc; padding: 0 20px; background: rgba(59,102,135,.5); }
.pop-list dt:before{ content: ""; display: inline-block; margin-right: 3px; width: 17px; height: 17px; vertical-align: middle; background: url("../../images/public/icons.png")  no-repeat;}
.pop-list .ico1:before{background-position: 0 0; }
.pop-list .ico2:before{ background-position:-21px 0; }
.pop-list .ico3:before{ background-position:-41px 0; }
.pop-list .ico4:before{ background-position:-60px 0; }
.pop-list dd span{ display: block; height: 20px; line-height: 20px; margin: 0 0 2px;}
.pop-list dd span:after{ content: ""; display: inline-block; margin-left:5px; width: 30px; height: 15px; vertical-align: sub; }
/*.pop-list dd .hot:after{ background: url("../images/public/ico/hot.png")  right center no-repeat;content:''; }*/
.pop-list dd .hot:after{
    width: 30px;
    height: 18px;
    background: url(../images/nav_item_icon.png) no-repeat center;
    background-position: 0 0;
    position: absolute;
    content: '';
}
.pop-list dd .new:after{
    width: 30px;
    height: 18px;
    background: url(../images/nav_item_icon.png) no-repeat center;
    background-position: 0 -20px;
    position: absolute;
    content: '';
}
.pop-list dd p{ font-size: 12px; color: #939699; height:20px; line-height: 20px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.pop-list dd a{display: block;color: #fff;padding: 8px 10px 8px;margin-top: 10px;border: 1px solid #2c4863;text-decoration: none;}

.pop-list dd a.other{display: block;color: #fff;padding: 7px 12px;margin-top: 10px;border: 1px solid #2c4863;float: left;width: 119px;box-sizing: content-box;} 
.pop-list dd a:hover{ border: 1px solid #059fff; color: #059fff;}
.pop-list dd a:hover p{color: #059fff;}


.pop-list dl:hover dt{ background: #059fff; color: #fff; }
.pop-list dl:hover .ico1:before{background-position:-79px 0; }
.pop-list dl:hover .ico2:before{ background-position:-102px 0; }
.pop-list dl:hover .ico3:before{ background-position:-122px 0; }
.pop-list dl:hover .ico4:before{ background-position:-140px 0; }
.pop-list h4{ color:#fff; font-size:16px; margin:0 0 20px;}

.pop-list .container {
    align-items: baseline;
}

.navbar-top img {
    width: 20px;
}

@media (max-width: 768px) {

.pop-list .container {
    display: block;
    padding: 0px;
}

.pop-list dl {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.header .navbar-collapse.show ul.navbar-nav {
    margin-top: 40px;
}

.header .navbar-collapse {
    z-index: 99999;
}
}
@media (max-width: 991px){
.header .navbar-collapse:not(.show) {
    display: none!important;
}
}



.products-menu dl:last-child{ margin-right: 0; }
.products-menu dt{height: 40px;line-height: 40px;color: #c8cacc;padding: 0 20px;background: rgba(59,102,135,.5);color: #ffffff;}

.products-menu .ico1:before{background-position: 0 0; }
.products-menu .ico2:before{ background-position:-21px 0; }
.products-menu .ico3:before{ background-position:-41px 0; }
.products-menu .ico4:before{ background-position:-60px 0; }
.products-menu dd span{ display: block; height: 20px; line-height: 20px; margin: 0 0 2px;}
.products-menu dd span:after{ content: ""; display: inline-block; margin-left:5px; width: 30px; height: 15px; vertical-align: sub; }
/*.products-menu dd .hot:after{ background: url("../images/public/ico/hot.png")  right center no-repeat;content:''; }*/
.products-menu dd .hot:after{
    width: 30px;
    height: 18px;
    background: url(../images/nav_item_icon.png) no-repeat center;
    background-position: 0 0;
    position: absolute;
    content: '';
}
.products-menu dd .new:after{
    width: 30px;
    height: 18px;
    background: url(../images/nav_item_icon.png) no-repeat center;
    background-position: 0 -20px;
    position: absolute;
    content: '';
}
.products-menu dd p{font-size: 12px;color: #939699;height:20px;line-height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 0px;}
.products-menu dd a{ display: block; color: #fff; padding:5px 10px 5px;margin-top: 10px;; border: 1px solid #2c4863;}

.products-menu dd a.other{display: block;color: #fff;padding: 7px 12px;margin-top: 10px;border: 1px solid #2c4863;float: left;box-sizing: content-box;} 
.products-menu dd a:hover{ border: 1px solid #059fff; color: #059fff;}
.products-menu dd a:hover p{color: #059fff;}


.products-menu dl:hover dt{ background: #059fff; color: #fff; }
.products-menu dl:hover .ico1:before{background-position:-79px 0; }
.products-menu dl:hover .ico2:before{ background-position:-102px 0; }
.products-menu dl:hover .ico3:before{ background-position:-122px 0; }
.products-menu dl:hover .ico4:before{ background-position:-140px 0; }
.products-menu h4{ color:#fff; font-size:16px; margin:0 0 20px;}
.products-menu .row-list li a{width: 250px;  color:#c8cacc;  padding:0 20px; float: left; height: 40px; line-height: 40px; margin:0 20px 20px 0; background:rgba(59,102,135,.5);}
.products-menu .row-list li a:last-child { margin-right: 0; }
.products-menu .row-list li a:hover{ background: #059fff; color: #fff; }
.head-nav .pop-link{ margin-left:-20px; overflow:hidden;background:unset;}
.head-nav .pop-link a{ display:block; float:left; width:250px; height: 40px; line-height: 40px; margin:0 0 20px 20px; color: #c8cacc; padding: 0 20px; background: rgba(59,102,135,.5);}
.head-nav .pop-link a:hover{ background: #059fff; color: #fff;}


dd.md-gird-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    /* grid-gap: 20px; */
}

.products-menu dd a {
    text-decoration: none;
}


.cp_list {
    width: 100%;
    position: absolute;
    left: 0%;
    z-index: 999999;
    display: none;
}

.list_bg {
    background: #000;
    opacity: 0.95;
    min-height: 568px;
}

.lst_cp {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
}

.lst_cpnr {

    margin: 0 auto;
}

.list_lf {
    width: 14%;
    border-right: 1px solid #363636;
    min-height: 468px;
    float: left;
    margin-right: 30px;

    position: relative
}

.cp_list .list_lf li {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    width: 87%;
    margin: 10px 0px;
}

.cp_list .list_lf a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    font-size: 16px;
}

.cp_list .list_lf a:hover {
    color: #FFF;
    border: none;
}

.list_rf {
    color: #FFF;
    float: right;
    width: 100%;
    /* margin-top: 15px; */
}

.list_rf .list_rf-roll {
    height: 380px;
    /* overflow-y: scroll; */
    display: flex;
    width: 100%;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,auto);
}

.list_rf .list_rf-roll::-webkit-scrollbar {
    width: 7px;
    height: 10px
}

.list_rf .list_rf-roll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #666;
}

.list_rf .list_rf-roll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #333;
}

.cp_list .list_rf a {
    color: #c3c5c6;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0px;
    display: inline;
}

.cp_list .list_rf a:hover {
    color: #2db7ff;
    border: none;
}

.cp_list .list_rf td.lsrf_tle {
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

/**.cp_list .list_rf li{ margin:10px 0px;}**/
.cp_list .list_rf li {
    margin: 5px 0px;
}

.cp_list .list_rf ul {
    list-style-type: none;
    position: relative;
}

.cp_list .list_rf dl {
    margin: 5px 0px;
}

.cp_list .list_rf dt {
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    float: left;
}

.cp_list .list_rf dt a {
    display: inline;
    color: #fff;
}

.cp_list .list_rf dd {
    float: left;
    width: 16.66%;
    color: #c3c5c6;
    font-size: 14px;
    line-height: 28px;
    display: inline;
    overflow: hidden
}

.cp_list .list_rf dd a {
    color: #c3c5c6;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0px;
    display: inline;
}

.cp_list .list_rf dd img {
    margin-top: -16px;
    width: 20px
}

.cp_list .list_rf di {
    float: left;
    width: 7.69%;
    color: #c3c5c6;
    font-size: 14px;
    line-height: 28px;
    display: inline;
    overflow: hidden
}

.cp_list .list_rf di a {
    color: #c3c5c6;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0px;
    display: inline;
}

.cp_list .list_rf di img {
    margin-top: -16px;
    width: 20px
}
.products-menu dt a {
    color: #ffffff!important;
}




.products-menu {
    height: 380px;
    overflow-y: scroll;
}


@media (max-width: 768px) {
.list_rf .list_rf-roll {
    width: 100%;
    padding-left: 0px;
    overflow-x: hidden;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(1,auto);
    padding-right: 0px;
}
}



@media only screen and (max-width: 768px) {
.products-menu dd a.other {display: block;width: 100%;float: inherit;box-sizing: border-box;}

dd.md-gird-2 {
    display: block;
}
}


.products-menu::-webkit-scrollbar {
    width: 7px;
    height: 10px
}

.products-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #666;
}

.products-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #333;
}

.products-menu {
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.global-cloud-card {
    padding: 20px;
    cursor: pointer;
}

.global-cloud-card svg {max-width: 100%;height: 50px;}

.global-cloud-card:hover {
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: rgba(255,255,255, 0.2);
}

.global-cloud-card {
     border: 1px solid transparent;
    margin-bottom: 20px;
}





@media (max-width: 768px) {
.global-cloud-card svg {
    height: 30px;
}

.global-cloud-card {
    text-align: center;
    padding: 10px;
}
}