/* define bootstrap 5 columns */
#Container{
	padding-bottom: 0!important;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}


@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
#banner h1{
    font-size: 60px;
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    #banner h1{
        font-size: 60px;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format( 'woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format( 'svg');
}

/*-----------------------------------------------
/* resourcesIntro
--------------------------------------------------*/
#resourcesIntro{
	background:url(../img/resources/intro/resourcesIntroB.webp) fixed center center;
	background-size: cover;
	padding: 50px 0;
}
#resourcesIntro h3{
	color: #000000;
}
#resourcesIntro p{
	color: #000000;
	font-weight: 300;
}


/*-----------------------------------------------
/* resourcesAdvantage
--------------------------------------------------*/
#resourcesAdvantage{
	background: #aececc;
	padding: 50px 0;
}
#resourcesAdvantage h3{
	color: #000000;
}
.resourcesAdvantage-item{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
}
.resourcesAdvantage-item  p{
	margin: 0;
	font-weight: 300
}
.resourcesAdvantage-item  h4{
	margin-bottom: 5px;
	font-size: 20px;
}
.resourcesAdvantage-left{
	color: #b6b6b6;
	width: 66px;
	height: 100px;
	font-size: 48px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #b6b6b6;
	line-height: 90px;
	text-align: center;
	transition: 0.5s;
}
.resourcesAdvantage-item:hover
.resourcesAdvantage-left{	
	color: #06acac;
	border-right: 1px solid #06acac;
}
.resourcesAdvantage-right{
	color: #000000;
	height: 100px;
	padding-left: 80px;
}


/*-----------------------------------------------
/* resourcesFunction
--------------------------------------------------*/
#resourcesFunction .container{
	margin-top: 0;
}
#resourcesFunction{
	padding: 50px 0;
}
#resourcesFunction h3{
	color: #000000;
}
#resourcesFunction h4{
	font-size: 20px;
	color: #000000;
}
.resourcesFunction-item{
	width: 100%;	
	color: #000000;
	padding: 0 20px 10px;
	height: 70px;
}
.resourcesFunction-box-item{
	height: 250px;
	text-align: center;
}
.resourcesFunction-box-item0{
	display: block;
}
.resourcesFunction-box-item .item-title {
	position: relative;
	margin-top: 50px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	text-align: center;
}
.resourcesFunction-box-item:hover .item-title{
	margin-top: 15px;
}
.resourcesFunction-box-item .item-text {
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top: 10px;
}
.resourcesFunction-box-item:hover .item-text {
	display: block;
	opacity: 1;
	margin-top: 0;
}
#resourcesFunction .hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover{
	box-shadow:0 5px 20px 5px rgba(0,0,0,0.1)
}

.hvr-sweep-to-top:before{
	background-color: #e7e7e7;
}

.resourcesFunction-item  p{
	margin: 0;
	font-weight: 300
}
.resourcesFunction-item  h4{
	margin-bottom: 5px;
	font-size: 20px;
}
.customerFunction {
	margin-top: 80px;
}
@media (max-width: 767px) {
	.resourcesFunction-item{
		padding:0 0 10px 0;
	}
	.resourcesFunction-box-item:hover .item-title{
		margin-top: 5px;
	}
}


/*-----------------------------------------------
/* Category
--------------------------------------------------*/
.hex {
	width:150px;
	height:88px;
	background-color: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;			
	-webkit-background-size: auto 173px;							
	-moz-background-size: auto 173px;							
	-ms-background-size: auto 173px;							
	-o-background-size: auto 173px;							
	position: relative;
	float:left;
	margin:25px 5px;
	text-align:center;
	zoom:1;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex.hex-0{
	background-color: #fff;
}
		
.hex.hex-gap1 {
	margin-left: 186px;
}
.hex.hex-gap2 {
	margin-left: 106px;
}

.hex .corner-1,
.hex .corner-2 {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: inherit;								
	z-index:-2;						
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;			
	backface-visibility: hidden;			
}

.hex .corner-1 {
	z-index:-1;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}

.hex .corner-2 {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hex .corner-1:before,
.hex .corner-2:before {
	width: 173px;
	height:	173px;
	content: '';
	position: absolute;
	background: inherit;
	top:0;
	left: 0;
	z-index: 1;
	background: inherit;
	background-repeat:no-repeat;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;	
	backface-visibility: hidden;				  
}			


.hex .corner-1:before {
	-webkit-transform: rotate(-60deg) translate(-87px, 0px);
	-moz-transform: rotate(-60deg) translate(-87px, 0px);
	-ms-transform: rotate(-60deg) translate(-87px, 0px);
	-o-transform: rotate(-60deg) translate(-87px, 0px);
	transform: rotate(-60deg) translate(-87px, 0px);	
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}			

.hex .corner-2:before {
	-webkit-transform: rotate(60deg) translate(-43px, -11px);
	-moz-transform: rotate(60deg) translate(-43px, -11px);
	-ms-transform: rotate(60deg) translate(-43px, -11px);
	-o-transform: rotate(60deg) translate(-43px, -11px);
	transform: rotate(60deg) translate(-43px, -11px);	
	bottom:0;
}
.hex hr {
	border:0;
	border-top:1px solid #000000;
	width:60%;
	margin:15px auto;
}
.hex .inner {		
		color:#000000;
		transition: all 0.3s ;
		-webkit-transition: all 0.3s ;
		-moz-transition: all 0.3s ;
		-ms-transition: all 0.3s ;
}
.hex-1:hover{
	background-color:#03adaa;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-4:hover{
	background-color:#03adaa;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-2:hover{
	background-color:#0088d2;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-5:hover{
	background-color:#0088d2;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-3:hover{
	background-color:#2d4f74;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-6:hover{
	background-color:#2d4f74;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-0:hover .inner p{
	color: #fff	
}
.hex-1:hover .corner-1{
	background-color:#03adaa;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-1:hover{
	background-image:url(../img/resources/category/WarrantyProvider2.png);
}
.hex-1{
	background:url(../img/resources/category/WarrantyProvider.png) no-repeat center;
}
.hex-2:hover{
	background-image:url(../img/resources/category/Logistics2.png);
}
.hex-2{
	background:url(../img/resources/category/Logistics.png) no-repeat center;
}
.hex-3:hover{
	background-image:url(../img/resources/category/ServiceCenter2.png);
}
.hex-3{
	background:url(../img/resources/category/ServiceCenter.png) no-repeat center;
}
.hex-4:hover{
	background-image:url(../img/resources/category/MaterialEquipment2.png);
}
.hex-4{
	background:url(../img/resources/category/MaterialEquipment.png) no-repeat center;
}
.hex-5:hover{
	background-image:url(../img/resources/category/RecycleCenter2.png);
}
.hex-5{
	background:url(../img/resources/category/RecycleCenter.png) no-repeat center;
}
.hex-6:hover{
	background-image:url(../img/resources/category/CallCenter2.png);
}
.hex-6{
	background:url(../img/resources/category/CallCenter.png) no-repeat center;
}
.icon{
	height: 60px;
}
#category{
	background:url(../img/resources/category/categoryB.webp) fixed center center;
	background-size: cover;
	padding: 50px 0;
}
#category a{
	color: #000000;
}
#category h3{
	color: #000000;
	margin-bottom: 80px;
}
#category p{
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

@media (min-width: 1440px){
	#category .container{
		width: 1170px;
	}	
}

@media (max-width: 1024px) {
    .hex.hex-gap1 {
    	margin-left: 106px;
    }
    .hex.hex-gap2 {
    	margin-left: 25px;
    }
	.hex.hex-gap3 {
		margin-left: 106px;
	}
	.hex.hex-gap4 {
		margin-left: 4px;
	}
	.hex-display {
		display: none;
	}
}
@media (max-width: 768px) {
	.hex.hex-gap5 {
		margin-left: 146px;
	}
	.hex.hex-gap3 {
		margin-left: 4px;
	}
	.hex.hex-gap2 {
		margin-left: 65px;
	}
	.hex.hex-gap6 {
		margin-left: 65px;
	}
	.hex-display2 {
		display: none;
	}
	.hex-display {
		display: inherit;
	}
}
@media (max-width: 430px) {
	.hex-display3 {
		display: none;
	}
	.hex.hex-gap2 {
		margin-left: 105px;
	}
	.hex.hex-gap4 {
		margin-left: 105px;
	}
	.hex.hex-gap5 {
		margin-left: 25px;
	}
	.hex.hex-gap6 {
		margin-left: 25px;
	}
	.hex.hex-gap7 {
		margin-left: 25px;
	}
	.hex.hex-gap8 {
		margin-left: 105px;
	}
	.hex-display {
		display: none;
	}
    #banner h1{
        font-size: 50px;
    }
}

@media (max-width: 320px) {
	.hex-display3 {
		display: none;
	}
	.hex.hex-gap2 {
		margin-left: 85px;
	}
	.hex.hex-gap4 {
		margin-left: 85px;
	}
	.hex.hex-gap5 {
		margin-left: 5px;
	}
	.hex.hex-gap6 {
		margin-left: 5px;
	}
	.hex.hex-gap7 {
		margin-left: 5px;
	}
	.hex.hex-gap8 {
		margin-left: 85px;
	}
	.hex-display {
		display: none;
	}
}
#category .animated {
    animation-duration: 10s;
}
@keyframes shake{
	10%, 30%, 50%, 70%, 90% {
	    transform: translate3d(0,0,0);
	}
	20%, 40%, 60%, 80% {
	    transform: translate3d(0,5px,0);
	}
}

/*-----------------------------------------------
/* tab page
--------------------------------------------------*/
/*-----------------------------------------------
/* banner
--------------------------------------------------*/
#banner .carousel-item{
	height: 500px;
}
#banner p{
	font-size: 22px;
}
#banner .carousel-container .fadeInLeft {
    padding-top: 80px;
}
#banner h1{
    color: #fff;
    font-size: 90px;
    width: 100%;
}

/*-----------------------------------------------
/* menu
--------------------------------------------------*/
#menu{
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.part {
    overflow: hidden;
    width: 100%;
	padding-top: 5px;
}

.centerParty {
    margin: 0 auto;
}

#menuContent .menuLi {
    text-align: center;
    float: left;
    min-height: 40px;
    cursor: pointer;
}
#menuContent h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding: 10px 0;
	margin-bottom: 0;
}
#menuContent .selected h2 {
    color: #446cb3;
    border-bottom: 2px solid #446cb3;
}
@media (min-width: 1400px) {
	#menuContent {
		width: 60%;
	}
}
/*-----------------------------------------------
/* costIntro
--------------------------------------------------*/
#costIntro{
	padding: 50px 0;
}
#costIntro h3{
	color: #000000;
}
#costIntro p{
	color: #000000;
	font-weight: 300;
	text-align: center;
}

/*--------------------------------------------------------------
# Registration Fee
--------------------------------------------------------------*/
.LH16{
	line-height: 16px;
}
.form-select{
	display: block;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	cursor: pointer;
}
.accountNumberBox{
	display: flex;
    padding: 5px 0;
    background-color: #E5E5E5;
    position: absolute;
    top: 0;
    width: 100%;
}
.accountNumber{
	padding: 5px 0;
	position: absolute;
	top: 0;
	width: 100%;
	color: #000;
}
.accountNumber li{
	font-size: 14px !important;
}
.accountNumBox{
	position: absolute;
	top: -40px;
	width: 100%;
}
.accountText{
	float: left;
}
.accountNum{
	cursor: pointer;
	float: left;
	padding: 5px 10px;
	margin: 10px 5px;
	color: #9c9c9c;
	border-radius: 5px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	border: 0.5px solid;
}
.accountNum.active{
	background: #FF8C00;
	color: #fff;
}
.accountNum:hover{
	background: #FF8C00;
	color: #fff;
}
.accountNumBox p{
	margin: 0;
	font-weight: 300;
}
.accountText p{
	color: #000;
}
.btn_contactUs {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #0F68BE;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
    font-weight: 500;
}
.btn_contactUs:hover {
    background-color: #2c6fff;
}
.cords-sum-num{
	border-radius: 20px;
	border: none;
	padding: 45px;
	box-shadow: 0 6px 20px #00000045;
	-moz-box-shadow: 0 6px 20px #00000045;
	-webkit-box-shadow: 0 6px 20px #00000045;
}
#functionFee .container{
	color: #000;
}
.menu li{
	font-size: 14px;
}
.btn_contactUs a {
    color: #FFFFFF;
}
#logo{
	display: block;
}
.hvr-float-shadow{
	display: block;
}
#registrationFee {
    padding: 50px 0;
	background: url(../img/pricing/registrationFeeBanner.webp) ;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.currency p{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
.currency span{
	color: #000;
}
p.currencyNotice{
	font-size: 16px;
	font-weight: 300;
	color: black;
	margin-bottom: 5px;
	margin-top: 10px;
}
p.currencyNotice i{
	margin-right: 5px;
}
.registrationFeeItem {
  height: 250px;
  text-align: center;
  background-color: #f9f9ff;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.registrationFeeItem:hover h4 {
  color: #235ee7;
}

.registrationFeeItem h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
  color: #000000;
}

.registrationFeeItem p {
  margin: 0;
  color: #2f2f2f;
  font-weight: 300;
}

.registrationFeeItem li {
  font-size: 28px;
}

.registrationFeeItem:hover li {
  color: #235ee7;
}
.itemTop {
	display: flex;
    height: 50px;
    width: 100%;
	border-radius: 10px 10px 0 0;
}
.item1 .itemTop {
    background: #00A361;
}
.item2 .itemTop {
    background: #FF8C00;
}
.item3 .itemTop {
    background: #1D99CE;
}
.item4 .itemTop {
    background: #6A7ECD;
}
.itemTop h3{
	color: #fff;
	font-size: 1.3em;
	padding: 0;
	margin: auto;
}
.itemContent{
	position: relative;
	padding: 40px 0 30px 0;
	height: 200px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}
.costBtn{
	bottom: 15px;
	position: absolute;
	width: 100%;
}
.costBtn a:hover, a:focus .freeBtn{
	background: #2c6fff;
    color: #fff;
}
.freeBtn{
	display: inline-block;
	width: 150px;
	height: 32px;
	border: none;
	border-radius: 10px;
	color: #fff;
	line-height: 32px;
	font-size: 18px;
}
.item1 .freeBtn{
	background: #00A361;
}
.item2 .freeBtn{
	background: #FF8C00;
}
.item3 .freeBtn{
	background: #1D99CE;
}
.item4 .freeBtn{
	background: #6A7ECD;
}
.originalPrice{
	vertical-align: top;
	line-height: 42px;
	font-size: 20px;
	color: #808080;
	text-decoration:line-through;
}
.currencySymbol{
	vertical-align: top;
	line-height: 42px;
}
.salePrice{
	font-size: 50px;
}
.salePrice04,.BDsalePrice05{
	font-size: 32px;
	line-height: 54px;
}
.salePrice02,.salePrice03,.salePrice04,.BDsalePrice02,.BDsalePrice03,.BDsalePrice04,.BDsalePrice05{
	display: none;
}
.saleMessage{
	background-color: #E5E5E5;
	position: absolute;
	top: 0;
	width: 100%;
}
.saleMessage p{
	color: #000;
	line-height: 1.2em;
}
.notice2{
	animation: blink 1s linear infinite;
}
@keyframes blink {
    0% { background-color: #ffffff; }
	50% { background-color: #fffb6e; }
    100% { background-color: #ffffff; }
}
.stats {
  font-size: 16px;
  color: #747474;
  margin-top: 20px;
  padding: 10px;
}

.duihao{
	width: 30%;
	float: left;

}
.duihao img{
	width: 100%;
	opacity:0;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	
}
.stats > div .labels {
  display: flex;
  justify-content: space-between;
}
.stats > div .progress {
  float: left;
  width: 70%;
  height: 10px;
  background: #ddd;
  margin-top: 15px;
  border-radius: 5px;
}
.stats > div .progress .value {
  background: linear-gradient(to right, #00d2ff, #3a7bd5);
  height: 100%;
  border-radius: 5px;
  width: 0;
  transition: all 0.7s ease;
}
.box1:hover ~ .stats .wmBar .progress .value {
  width: 100%;
}
.box1:hover ~ .stats .wmBar .labels .wmBaritem{
  color: #446cb3;
  font-weight: 400;
}
.box1:hover ~ .stats .wmBar .duihao img{
  opacity:1;
}
.box2:hover ~ .stats .wmBar .progress .value {
  width: 100%;
}
.box2:hover ~ .stats .wmBar .duihao img{
  opacity:1;
}
.box2:hover ~ .stats .rsBar .duihao img{
  opacity:1;
}
.box2:hover ~ .stats .wmBar .labels .wmBaritem {
  color: #446cb3;
  font-weight: 400;
}
.box2:hover ~ .stats .rsBar .progress .value {
  width: 100%;
}
.box2:hover ~ .stats .rsBar .labels .rsBaritem {
  color: #446cb3;
  font-weight: 400;
}
.box3:hover ~ .stats .wmBar .progress .value {
  width: 100%;
}
.box3:hover ~ .stats .wmBar .duihao img{
  opacity:1;
}
.box3:hover ~ .stats .rsBar .duihao img{
  opacity:1;
}
.box3:hover ~ .stats .bgBar .duihao img{
  opacity:1;
}
.box3:hover ~ .stats .wmBar .labels .wmBaritem {
  color: #446cb3;
  font-weight: 400;
}
.box3:hover ~ .stats .rsBar .progress .value {
  width: 100%;
}
.box3:hover ~ .stats .rsBar .labels .rsBaritem {
  color: #446cb3;
  font-weight: 400;
}
.box3:hover ~ .stats .bgBar .progress .value {
  width: 100%;
}
.box3:hover ~ .stats .bgBar .labels .bgBaritem {
  color: #446cb3;
  font-weight: 400;
}
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
@media (max-width: 767px ) {
	.cords-sum-num{
		padding: 25px;
	}
	.cords-sum-header {
	    height: 50px;
	}
}
@media (max-width: 500px ) {
	.cords-sum-num{
		padding: 15px;
	}
}
/*-----------------------------------------------
/* Function Fee
--------------------------------------------------*/
#functionFee{
	padding: 50px 0;
}
#functionFee h3{
	color: #000000;
}
#functionFee p{
	color: #000000;
	font-weight: 300;
	text-align: center;
}
.body-right{
	padding: 0;
}
.body-bg{
	height: 40px;
	line-height: 40px;
}
.top-span{
	padding-top: 10px;
}
.body-span{
	margin: 0 2px;
}
.body-span span{
    font-weight: bold;
}
.body-title{
	border-left: 3px solid #0F68BE;
	padding-left: 10px;
}
.body-og{
	background-color: #FF8C00 !important;
}
.body-gn{
	background-color: #00A361 !important;
}
.body-bu{
	background-color: #1D99CE !important;
}
.body-bg{
	background-color: #EAF4E9 !important;
}
.body-cg {
    background: #b475ee33 none repeat scroll 0% 0% !important;
}
.body-ca{
	background-color: #FFF5CF !important;
}
.body-cb{
	background-color: #EFEFEF !important;
}
.body-cc{
	background-color: #82889463 !important;
}
.body-wh{
	background-color: #FFFFFF !important;
	font-size: 1.3em;
}

#functionFee .fa{
	color: #0F68BE;
}
.glyphicon{
	color: #0F68BE !important;
}
.glyphicon-remove{
	color: #9C9C9C !important;
}
.buyType{
	text-overflow: ellipsis; /* for IE */  
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */  
    overflow: hidden;  
    white-space: nowrap;
	font-weight: 400;
}
.tdBlank{
	height: 43.5px;
	line-height: 43px;
	background: #FFFFFF none repeat scroll 0% 0% !important;
	padding: 0;
	font-weight: 300;
}
.tdPadding{
	padding: 0 0 0 40px;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.body-hidden {
	display: none;
	/*visibility:hidden;*/
	text-align: left;
	padding:0;
	color: #666;
	/*float: left;*/
}
.descriptionTitle{
	cursor: pointer;
}
.displayInlineBlock{
	display:inline-block;
}
.screenHide{
	display: none;
}
/*frontendStyle*/
.no-padder {
	padding: 0;
}
ul{
	list-style-type: none;
}
.body{
	font-size:15px; 
	border-bottom:5px solid #FFF;
}
.sum-body .body-left{
	cursor:pointer;
}
.sum-body i[class*="glyphicon-ok"]{
	color:#07C610;    
	font-size:16px;
}
.body-bg .body-right{
	padding-left:0;
	padding-right:0;
}
.body-bg .body-right div{
	border-left:1px solid #fff;
}
.cords-sum-header{
	height:30px;
}
.cords-sum-num{
	margin-top:20px;
	background-color:#fff;
}
@media  (max-width: 1450px ) {
	.screenHide{
		display: none;
	}
}
/*第二部分-------------------------------*/
#second{
	/*height: 500px;*/
}
#secondContent{
	width: 100%;
	/*border: 1px solid yellow;*/
}
#secondContentTop{
	width: 100%;
	height: 50px;
	/*border: 1px solid blue;*/
	border-bottom: 1px solid #C4C4C4;
}
#secondContentMiddle{
	width: 100%;
	min-height: 300px;
	/*border: 1px solid blue;*/	
}
#platformExpenseTitle{
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#platformExpenseTitle span{
	height: 80px;
	line-height: 80px;
	font-weight: 600;
	font-size: 1.5em;
	text-align: center;
}
#platformExpenseContentOut{
	width: 100%;
	background-color: #FFFFFF;
}
#platformExpenseContent{
	width: 80%;
	height: 200px;
	margin: 0 auto;
}
.versions{
	width: 33.33%;
	/*height: 300px;*/
	margin-top: 10px;
	float: left;
	/*border: 1px solid #008000;*/
}


.expenseContentTitle{
	width: 100%;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	/*border: 1px solid #1328AB;*/
}
#enterprise{
	color:#828894 !important;
}
#enterprise .bankII{
	background-color: #828894;
}
#enterprise .enterpriseContent{
	border-color: #828894;
	color: #828894 !important;
}
#enterprise .versionsMiddle{
	color: #828894 !important;
}
.bankI{
	width: 100%;
	height: 10px;
}
.bankII{
	width: 100%;
	height: 10px;	
	/*background-color:#FFAF7E ;*/
}
.bankIII{
	width: 100%;
	height: 10px;	
	/*background-color: #EC8447;*/
}
.bankIV{
	width: 100%;
	height: 10px;	
	/*background-color: #DB5B0D;*/
}

.expenseContentContent{
	width: 100%;
	margin: 20px 0;
}
.standardContent{
	width: 90%;
	/*height: 300px;*/
	margin: 0 auto;
	/*border: 1px solid #FFAF7E;*/	
}
.professionalContent{
	width: 90%;
	/*height: 300px;*/
	margin: 0 auto;
	/*border: 1px solid #EC8447;*/	
}
.enterpriseContent{
	width: 90%;
	/*height: 300px;*/
	margin: 0 auto;
	/*border: 1px solid #DB5B0D;*/	
}
.versionsTop{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	/*color: #bca480;*/
	margin: 30px 0;
	text-decoration:line-through
}
.versionsMiddle{
	margin: 30px 0;
	width: 100%;
	text-align: center;
	font-size: 2em;
	/*color: #ec8444;*/
}
.versionsBottom{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	/*color: #bca480;*/
	margin: 30px 0;
}
.pro_vsrsion{
	color:#DB5B0D;
}
.pro_vsrsion .versionsMiddle{
	color:#DB5B0D;
}
.pro_vsrsion .bankII{
	background-color:#FFAF7E ;
}
.pro_vsrsion  .bankIII{
	background-color: #EC8447;
}
.pro_vsrsion  .bankIV{
	background-color: #DB5B0D;
}
.pro_vsrsion .standardContent{
	border: 1px solid #FFAF7E;	
}
.pro_vsrsion .professionalContent{
	border: 1px solid #EC8447;	
}
.pro_vsrsion .enterpriseContent{
	border: 1px solid #DB5B0D;	
}
.cus_vsrsion{
	color:#11BFAA;
}
.cus_vsrsion .versionsMiddle{
	color:#11BFAA;
}
.cus_vsrsion .bankII{
	background-color:#B1F5ED ;
}
.cus_vsrsion  .bankIII{
	background-color: #6EDBCE;
}
.cus_vsrsion  .bankIV{
	background-color: #11BFAA;
}
.cus_vsrsion .standardContent{
	border: 1px solid #6EDBCE;	
}
.cus_vsrsion .professionalContent{
	border: 1px solid #6EDBCE;	
}
.cus_vsrsion .enterpriseContent{
	border: 1px solid #6EDBCE;	
}
.res_vsrsion{
	color:#917DF8 ;
}
.res_vsrsion .versionsMiddle{
	color:#917DF8;
}
.res_vsrsion .bankII{
	background-color:#E0DAFF ;
}
.res_vsrsion  .bankIII{
	background-color: #B9ACFC;
}
.res_vsrsion  .bankIV{
	background-color: #917DF8;
}
.res_vsrsion .standardContent{
	border: 1px solid #B9ACFC;	
}
.res_vsrsion .professionalContent{
	border: 1px solid #B9ACFC;	
}
.res_vsrsion .enterpriseContent{
	border: 1px solid #B9ACFC;	
}

#secondContentBottom{
	width: 65%;
	/*border: 1px solid blue;*/	
}
#versionsFunctionTitle span{
	height: 80px;
	line-height: 80px;
	font-weight: 600;
	font-size: 1.5em;
	display: block;
	text-align: center;
}
.showVersions{
	display: block;
}
.explainFun{
	height: 30px;
	line-height: 25px;
}
#versionsFunII .explainFun,#versionsFunIII .explainFun{
	height: 40px;
}
.explainFunTitle{
	line-height: 35px;
	color: #FFFFFF;
}
.details{
	cursor: pointer;
	font-weight: 300;
    border: none;
    background-color: transparent;
}
.Notforsale{
	opacity: 0.6;
}

@media (max-width: 570px ) {
	.versionsMiddle{
		font-size: 1.2em;
	}
}


/*-------------------------------第二部分*/

/*-----------------------------------------------
/* other service
--------------------------------------------------*/
#otherService{
	background-color: #6A7ECD;
	color: #fff;
	padding: 50px 0;
}
#otherService .container{
	color: #fff;
	display: flex;
}
#otherService p{
	padding-left:10px ;
	margin-bottom: 10px;
}
#otherService h4{
	border-left: 3px solid #fff;
	padding-left: 10px;
}
#professionalInfo{
	padding-left: 10px;
	padding-bottom: 20px;
}
#professionalInfo table, th, td {
    padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
#professionalInfo th {
	line-height: 1.4;
	padding-top: 18px;
	padding-bottom: 14px;
    background-color: #FF8C00;
}
#professionalInfo tbody tr {
    border-bottom: none;
}
#professionalInfo td {
    color: gray;
    line-height: 1.4;
	padding-top: 18px;
	padding-bottom: 14px;
	background-color: #fff;
}
@media (max-width: 768px ) {
	#otherService .container{
		display: inline-block;
	}
}
/*------------------------------
/* customized
--------------------------------*/
#customized {
  background:url(../img/pricing/customizedBg.webp) ;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#customized .container{
	width: 60%;
}
#customized h3 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
#customized .wow h4 {
  color: #000;
  font-size: 24px;
}
.customizedContainer{
	display: flex;
	position: relative;
}
.customizedContainer img{
	margin: auto;
	width: 70%;
	height: auto;
}
.customizedTxt{
	position: absolute;
	color: #fff;
}
.customizedTxt p{
	margin: 0;
	line-height: 18px;
}
.customizedTxt h4{
	margin-bottom: 5px ;
}
.customizedTitleLeft{
	padding:23% 0 0 11%;	
}
.customizedTitleRight{
	width: 85%;
	padding-top: 42%;
	padding-left: 69%;
	line-height: 16px;
}
.customizedTitleRight h4{
	margin-bottom: 5px;
	font-size: 22px;
}
.customizedList h4{
	font-size: 20px;	
}
.customized1{
	padding: 10% 0 0 19%;
	width: 34%;
}
.customized2{
	padding: 42% 0 0 29%;
	width: 44%;
}
.customized3{
	padding: 10% 0 0 39%;
	width: 54%;
}
.customized4{
	padding: 42% 0 0 49%;
	width: 65%;
}
.customized5{
	padding: 10% 0 0 59%;
	width: 75%;
}

@media (max-width: 1199px ) {
	#customized .container{
		width: 80%;
	}
	.customizedContainer img{
		width: 90%;
	}
	.customizedTitleRight{
		width: 95%;
		padding-top: 54%;
		padding-left: 75%;
	}
	.customized1 {
	   padding: 13% 0 0 10%;
	   width: 29%;
	}
	.customized2 {
		padding: 53% 0 0 23%;
		width: 42%;
	}
	.customized3 {
	    padding: 13% 0 0 36%;
		width: 56%;
	}
	.customized4 {
	    padding: 53% 0 0 49%;
	    width: 69%;
	}
	.customized5 {
	    padding: 13% 0 0 62%;
	    width: 82%;
	}
}
@media (max-width: 991px ) {
	#customized .container{
		width: 90%;
	}
    #banner h1 {
        font-size: 60px;
    }
}
@media (max-width: 768px ) {
	#customized .container{
		width: 100%;
	}
	.customizedContainer img{
		width: 95%;
	}
	.customizedTxt h4{
		font-size: 18px;
		margin-bottom: 5px ;
	}
	.customizedTitle p{
		font-size: 14px;
		margin-bottom: 0;
		font-weight: 300;
	}
	.customizedTitleLeft{
		padding:23% 0 0 11%;	
	}
	.customizedTitleRight{
		width: 98%;
		padding-top: 56%;
		padding-left: 77%;
	}
	.customizedTitleRight h4{
		margin-bottom: 0;
		font-size: 18px;
	}
	.customizedTitleRight p{
		margin: 0;
		line-height: 16px;
	}
	.customizedList h4{
		font-size: 18px;	
	}
	.customizedList p{
		font-size: 14px;
		line-height: 16px;
	}
	.customized1 {
	    padding: 14% 0 0 7%;
		width: 28%;
	}
	.customized2 {
	    padding: 56% 0 0 21%;
	    width: 41%;
	}
	.customized3 {
	    padding: 14% 0 0 35%;
	    width: 56%;
	}
	.customized4 {
	    padding: 56% 0 0 49%;
	    width: 71%;
	}
	.customized5 {
	    padding: 13% 0 0 62%;
	    width: 84%;
	}
    #banner h1 {
        font-size: 60px;
    }
}
@media (max-width: 600px ) {
	#customized .container{
		padding: 0;
	}
	.customizedTxt h4{
		font-size: 16px;
		margin-bottom: 0 ;
	}
	.customizedTitle p{
		font-size: 12px;
		margin-bottom: 0;
		font-weight: 300;
	}
	.customizedTitleLeft{
		padding:23% 0 0 11%;	
	}
	.customizedTitleRight h4{
		margin-bottom: 0;
		font-size: 14px;
	}
	.customizedTitleRight p{
		margin: 0;
		line-height: 12px;
	}
	.customizedList h4{
		font-size: 14px;	
	}
	.customizedList p{
		font-size: 12px;
		line-height: 14px;
	}
    #banner h1 {
        font-size: 60px;
    }
}
