.main-box{
  height: 100%;
  width: 100%;
  background-color: #191817;
  background-image:url('/themes/default/assets/images/activity/giveVIP/header.jpg');
  background-position:top center;
  background-repeat:no-repeat;
  padding-top: 710px;
  box-sizing: border-box;
}
.main-box .title{
  height: 76px;
  line-height: 76px;
  font-size: 30px;
	font-weight: normal;
  color: #fff5e7;
  background-image:url('/themes/default/assets/images/activity/giveVIP/titleBg.jpg');
  background-size: 602px 76px;
  background-position:center center;
  background-repeat:no-repeat;
  text-align: center;
  margin-bottom: 40px; 
}
.main-box .content{
  width: 92%;
  padding: 60px;
  border-radius: 10px;
  border: solid 2px #f4e3b1;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px #c9a972;
  margin: 0 auto 60px
}
.main-box .aboutTitle{
  text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #ffebc0;
}
.main-box .aboutText{
  font-size: 18px;
  line-height: 36px;
  color: #ffebc0;
  margin-bottom: 50px;
}
.main-box .aboutList{
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.main-box .advantage{
  padding-bottom: 60px;
  overflow: hidden;
  background-image:url('/themes/default/assets/images/activity/giveVIP/titleBg_2.png');
  background-position:top center;
  background-repeat:no-repeat;
  text-align: center;
}
.main-box .aboutList .listTitle{
  height: 48px;
  background-image:url('/themes/default/assets/images/activity/giveVIP/titleBg_red.png');
  background-position: left center;
  background-repeat:no-repeat;
  font-size: 24px;
	line-height: 48px;
  color: #fff5e7;
  padding-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}
.main-box .listText{
  font-size: 18px;
	line-height: 36px;
	color: #ffebc0;
}
.main-box .aboutList .listText{
  padding-left: 55px;
  margin-bottom: 20px;
  text-align: left;
}
.advantage1{
  width: 100%;
  padding-bottom: 10px;
  background-size: contain;
}
.advantage2{
  width: 50%;
  padding-top: 40px;
  padding-right: 3%;
}
.advantage3{
  width: 50%;
  padding-top: 40px;
}
.main-box .dot{
  display: inline-block;
  width: 10px;
	height: 10px;
  background-color: #e3e2e1;
  border-radius: 50%;
  margin-right: 10px;
}

.main-box .processtList{
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.main-box .processtList li{
  width: 205px;
  height: 181px;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 30px;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  background-image:url('/themes/default/assets/images/activity/giveVIP/iconBg.jpg');
  background-position:center center;
  background-repeat:no-repeat;
}
.main-box .processtList .processtIcon{
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image:url('/themes/default/assets/images/activity/giveVIP/icon.png');
  background-repeat:no-repeat;
  margin-bottom: 10px;
}
.main-box .processtIcon_1{
  background-position:-6px 0;
}
.main-box .processtIcon_2{
  background-position:-92px 0;
}
.main-box .processtIcon_3{
  background-position:-176px 0;
}
.main-box .processtIcon_4{
  background-position:-258px 0;
}
.main-box .processtText{
 	font-size: 24px;
	color: #000000; 
}
.main-box .btn-link{
  display: inline-block;
  height: 60px;
  padding: 0 40px;
  min-width: 200px;
  text-align: center;
  font-size: 24px;
	line-height: 60px;
  color: #ffe8bb;
  background-image:url('/themes/default/assets/images/activity/giveVIP/btnBg.jpg');
  background-position:center center;
  background-repeat:no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: 70px 20px 0;
}
.main-box .btn-link:hover,.main-box .btn-link:visited{
  text-decoration: none;
}
.main-box .btn-link-grey{
  background-image: none;
  background-color: #afafaf;
  color: #424242;
}
.main-box .articleList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main-box .articleList .listText{
  max-width: 80%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.main-box .articleList .articleLink{
	font-size: 18px;
  color: #ffebc0;
  text-align: right;
}
.main-box .companyList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main-box .companyList li{
  display: inline-block;
  width: 170px;
  height: 110px;
  padding: 3px;
  background-image:url('/themes/default/assets/images/activity/giveVIP/companyBg.jpg');
  background-position:center center;
  background-repeat:no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.main-box .companyList li a{
  display: inline-block;
}
.main-box .companyList li img{
  width: 164px;
  height: 104px;
}
.main-box .companyBtn{
  line-height: 104px;
	font-size: 24px;
	color: #000000;
}
.main-box .dialogs-box{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.main-box .dialogs-main{
  background-image: url('/themes/default/assets/images/activity/giveVIP/boxBg.jpg');
  background-repeat: repeat-y;
	border-radius: 10px;
  border: solid 3px #e0c693;
  display: inline-block;
  width: 500px;
  min-height: 280px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
}
.main-box .dialogs-box .close-icon{
  display: block;
  width: 100%;
	height: 38px;
  background-image:url('/themes/default/assets/images/icon/icon_close.png');
  background-position:right center;
  background-repeat:no-repeat; 
  cursor: pointer; 
}
.main-box .dialogs-box p{
  font-size: 24px;
	line-height: 36px;
	color: #000000;
}
.main-box .dialogs-box img{
	width: 210px;
  height: 210px;
  margin: 20px auto;
}
.main-box .dialogs-box .btn-link{
  margin-top: 40px;
}
.main-box .down-text{
	font-size: 18px;
	line-height: 36px;
  color: #ffebc0;
  display: block;
  text-align: center;
  margin-top: 10px;
}