body{
	background-color: #fff;
	min-width: 1200px;
	margin: 0;
	padding: 0;
	font-family: Arial;
	overflow: hidden;
	overflow-y: auto;
	color: #4c4c4c;
}

a{
	text-decoration: none;
}

a i{
	text-decoration: none;
	color: #e09e01;
}

p{
	margin: 0;
	padding: 0;
}

table, th{
	border: none;
	padding: 10px;
}

table, td{
	border: none;
	padding: 10px;
	background-color: none;
}

.main-wrapper{
	width: 1000px;
	max-width: 1048px;
	margin: 0 auto;
    position: relative;
    overflow: visible;
}

/*Logo Here*/


.logo{
	background: url(/imgww/dsn3/dsn3_logo_g.png) no-repeat;
	width: 245px;
	height: 60px;
	display: block;
  	position: absolute;
  	top: 8px;
}

.logo2{
	background: url(../img/agreement/logo2.png) no-repeat;
	width: 237px;
	height: 60px;
	display: block;
  	position: absolute;
  	top: 8px;
  	left: 260px;
}

/*Main Menu Starts Here*/

.navigation{
	height: 75px;
	width: 100%;
	background-color: #6d0eb1;
	background-repeat: repeat-x;
}

.main-menu{
	float: right;
	height: 75px;
}

.menu-links:hover{
	color: #ed1c94;
}

.menu-links.active{
	color: #ed1c94;
	pointer-events: none;
}

.menu-links{
	color: #FFF;
	display: inline-block;
	width: 100px;
	line-height: 75px;
    position: relative;
    cursor: pointer;
}

/*Subpage Layout Starts Here*/

.subpage-body{
	background-color: #FFF;
    height: auto;
	background: url(../img/agreement/subbg.jpg) no-repeat center 0;
	background-position: top;
    box-sizing: border-box;
}

.sub-content{
	height: 750px;
	position: relative;
	overflow: auto;
	box-sizing: border-box;
}

.sub-content.agreement{
	height: 100px;
}

/*Home Page Sub Content Top Section*/

.sub-content-top{
	background-color: #ac9ecf;
	border-radius: 25px;
	height: auto;
	position: relative;
	overflow: auto;
	padding: 40px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	box-shadow: 0 2px 20px 0 rgba(208, 208, 208, 0.5), 0 2px 20px 0 rgba(208, 208, 208, 0.5);
}

.title-wrapper{
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.main-title{
	background: url(../img/agreement/title_main.png) no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	width: 792px;
	height: 36px;
	padding-bottom: 10px;
}

.stitle{
	font-size: 18px;
	font-weight: 400;
}

.advantages,
.contact{
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
}

.sms-wrapper,
.yjfs-wrapper,
.skp-wrapper,
.wxj-wrapper{
	position: relative;
	display: block;
	height: 60px;
}

.sms-icon{
	background: url(../img/agreement/aff_icons.png) 0 0 no-repeat;
	height: 65px;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}

.yjfs-icon{
	background: url(../img/agreement/aff_icons.png) 0 -70px no-repeat;
	height: 65px;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}

.skp-icon{
	background: url(../img/agreement/aff_icons.png) 0 -135px no-repeat;
	height: 65px;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}

.wxj-icon{
	background: url(../img/agreement/aff_icons.png) 0 -200px no-repeat;
	height: 65px;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}

.sms-text,
.yjfs-text,
.skp-text,
.wxj-text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 75px;
	height: 65px;
	line-height: 65px;
}

.welcome{
	text-align: center;
	padding-top: 30px;
	font-size: 18px;
}

/*Home Page Sub Content Bottom Section*/

.sub-content-bottom{
	background-color: #fff;
	border-radius: 25px;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    margin: 20px 0 50px 0;
    height: auto;
    padding: 40px;
    box-shadow: 0 2px 20px 0 rgba(208, 208, 208, 0.5), 0 2px 20px 0 rgba(208, 208, 208, 0.5);
}

.contact-title{
	background: url(../img/agreement/title_contact.png) no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	width: 651px;
	height: 36px;
	padding-bottom: 10px;
}

.leftcol{
	width: 60%;
	font-size: 14px;
	display: inline-block;
}

.field1{
	width: 160px;
	display: inline-block;
	height: 25px;
	vertical-align: top;
	margin-bottom: 10px;
	color: #4c4c4c;
}

.field2{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	height: 25px;
	color: #0a99ff;
}

.field2.extra{
	height: 70px;
}

.subtext{
	font-size: 13px;
	color: #898989;
}

.rightcol{
	height: auto;
	float: right;
	display: inline-block;
	width: 300px;
    position: relative;
}

.wxqrcode{
	width: 143px;
	height: 173px;
	position: absolute;
	left: 0;
}

.qqqrcode{
	width: 143px;
	height: 173px;
	position: absolute;
	right: 0;
}

/*Agreement Page Starts From Here*/

.subpage-body.welfare{
	background-color: #FFF;
    height: auto;
	background: url(../img/agreement/wfbg.jpg) no-repeat center 0;
	background-position: top;
    box-sizing: border-box;
}

.sub-content-ag{
	background-color: #f8f8f8;
	border-radius: 25px;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    margin-bottom: 50px;
    height: auto;
    padding: 40px;
    box-shadow: 0 2px 20px 0 rgba(208, 208, 208, 0.5), 0 2px 20px 0 rgba(208, 208, 208, 0.5);
}

.ag-title{
	background: url(../img/agreement/title_agreement.png) no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	width: 651px;
	height: 36px;
	padding-bottom: 20px;
}

.ag-subtitle{
	color: #4c4c4c;
	font-size: 22px;
	font-weight: 600;
}

.ag-ag{
	margin-top: 15px;
}

.ag-ag ol{
	padding-left: 20px;
}

.ag-ag ol li{
	padding-bottom: 15px;
}

/*Welfare Starts From Here*/

.sub-content-wf{
	background-color: transparent;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    margin-bottom: 50px;
    height: auto;
    width: 103%
}

.wf-wrapper{
	left: 0;
	right: 0;
	margin: auto;
	width: 103%;
}

.wf-wrapper2{
	left: 0;
	right: 0;
	margin: auto;
	width: 98%
}

.wf-wf{
	margin-bottom: 20px;
}

.wf-title-wrapper{
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.wf-title{
	left: 0;
	right: 0;
	margin: auto;
	width: 651px;
	height: 36px;
}

.wf-title.reward888{
	background: url(../img/agreement/title_888reward.png) no-repeat;
}

.wf-title.reward588{
	background: url(../img/agreement/title_588reward.png) no-repeat;
}

.wf-title.rewardmend{
	background: url(../img/agreement/title_monthendreward.png) no-repeat;
}

.wf-title.rewardcar{
	background: url(../img/agreement/title_carreward.png) no-repeat;
}

.wf-subtitle{
	font-size: 21px;
}

.wf-wf ul{
	list-style: none;
	padding-left: 0;
	padding-bottom: 20px;
	margin-top: 0;
}

.wf-wf ul li{
	font-size: 16px;
	padding-bottom: 7px;
}

.wf-wf.warning{
	color: red;
}

/*Footer Starts From Here*/

.footer{
	background-color: #6d0eb1;
	height: 160px;
}

.foot-left{
	display: inline-block;
	height: 100px;
	margin-top: 30px;
}

.foot-text{
	text-align: left;
}

.foot-text ul{
	padding: 0;
	margin: 0;
}

.foot-text ul li{
	list-style: none;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding-right: 15px;
}

.foot-text ul li a{
	color: #fff;
}

.foot-text ul li a:hover{
	color: #ed1c94;
}

.divider{
	#background: url(../img/agreement/divider.png) no-repeat;
	width: 285px;
	height: 1px;
	margin: 15px 0;
}

.foot-icon{
	background: url(../img/agreement/browsers.png) no-repeat;
	width: 280px;
	height: 41px;
}

.foot-right{
	height: auto;
	float: right;
	display: inline-block;
	margin-top: 35px;
}

.foot-pic{
	background: url(../img/agreement/footpic.png) no-repeat;
	width: 301px;
	height: 100px;
}

/*Floater Starts Here*/
.qrcode{
  width: 150px;
  height: 290px;
  position: fixed;
  top: 250px;
  right: 10px;
  background: url(../img/agreement/QR_content.png);
}

.qrclose{
  cursor: pointer;
  position: absolute;
  top: -22px;
  right: 0px;
}

.qrcode .qrimg{
  position: absolute;
  top: 116px;
  left: 23px;
}
