/********************头部无障碍按钮样式************************/
.barrierFreeBtnbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1190px;
}

.barrierFreeBtn {
	position: absolute;
	width: 54px;
	top: 20px;
	padding: 0 4px;
	border: 1px #e89999 solid;
	border-radius: 5px;
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
	background: #c50001;
	outline: none;
	color: #fff;
	transition: top 1.1s cubic-bezier(.83, .39, .94, .53);
}

.barrierFreeBtn.posbottom {
	top: 96px;
	transition: top 1.1s cubic-bezier(.83, .39, .94, .53);
}

.barrierFreeBtn:hover {
	background: #fff;
	color: #c50001;
}

.customHeader_iframe {
	min-width: 1190px;
}

.customFooter_iframe {
	min-width: 1190px;
}
/******************************************************************/
#container {
	background: #f7f7f7;
	/* font-size: 0; */
}

.common-content {
	padding: 40px 0 0px;
}

.tabs {
	overflow: hidden;
}
.tiptext{
	color: #333;
	margin-left: 55px;
	margin-bottom: 30px;
	font-size: 18px;
	background: #FCF7B6;
	padding-left: 20px;
	height: 85px;
	line-height: 40px;
	border-radius: 5px;
}
.tiptext a{
	color: #4A7DB1;
	cursor:pointer;
}
.tabs li {
	float: left;
	background: #dcdcdc;
	padding: 10px 30px;
	font-size: 16px;
	border-top: 3px solid #dcdcdc;
	margin-right: 10px;
	cursor: pointer;
}

.tabs li.active {
	border-top: 3px solid #dcbf8d;
	background: #fff;
	color: #dcbf8d;
}

.tabcontent {
	background: #fff;
	padding: 30px;
	height: 800px;
	position: relative;
}

.grouptitle {
	border-bottom: 1px dashed #ddd;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

.tabcontent .form-group {
	overflow: hidden;
}

.tabcontent .form-group>label {
	line-height: 34px;
	font-weight: normal;
	padding-right: 0;
	font-size: 16px;
	color: #555;
}

.require {
	color: red;
}

.tabcontent .tipstext {
	color: #ff9900;
	font-size: 14px;
	line-height: 16px;
}

/* #SlidingValidation {
	padding-top: 20px;
} */

.btn-orange {
	background: #ff9900;
	color: #fff;
	cursor: pointer;
}

.btn-pink {
	background: #eeeeee;
	color: #555555;
	cursor: pointer;
}

.intensity {
	margin-top: 10px;
	font-size: 14px;
}

.intensity span {
	display: inline-block;
	width: 32%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #dcdcdc;
	color: #fff;
}

.intensity span.active {
	background: #faac3c;
}

.PasswordPrompt {
	color: #eb4b3f;
	margin: 5px 0;
	/* display:none; */
	font-size: 12px;
}

.tabcontent .radio-inline {
	padding-top: 6px;
	font-size: 14px;
	color: #555;
}

.registerbtn, .phonenextstpbtn, .determineReset, .cardnextstpbtn,
	.carddetermineReset {
	width: 100%;
}

.Prompt, .notphone, .notidCord, .notHongKongmacaupass {
	color: #eb4b3f;
	/* display:none; */
	font-size: 12px;
}

.checkbox-inline {
	font-size: 12px;
}

#registermodal .modal-dialog, #accordingCardStep2 .modal-dialog {
	text-align: center;
	width: 420px;
}

#registermodal .modal-dialog .righticon {
	display: inline-block;
	width: 41px;
	height: 41px;
	background: url(../image/right.png) no-repeat 0 0;
}

.RegisteredSuccessfully {
	font-size: 36px;
	color: #de371c;
}

#registermodal .modal-dialog .smalltip {
	margin: 25px 0;
}

#registermodal .modal-dialog button.gologinbtn {
	width: 150px;
	height: 44px;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(to right, #f63639, #fe5326);
	border: none;
	margin-bottom: 20px;
}

#registermodal .modal-dialog button.gofacebtn {
	width: 150px;
	height: 44px;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(to right, #f63639, #fe5326);
	border: none;
	margin-bottom: 20px;
	display: none;
}

#registermodal .modal-dialog button.gologinbtn:hover {
	background: linear-gradient(to left, #f63639, #fe5326);
}

#accordingCardStep2 .Exclamationicon {
	display: inline-block;
	width: 41px;
	height: 41px;
	background: url(../image/Exclamation.png) no-repeat 0 0;
}

#accordingCardStep2 p {
	font-size: 18px;
	color: #555;
}

.bold {
	font-weight: bold;
}

.btn-group {
	margin: 20px 0 10px 0;
}

.btn-group button {
	width: 100px;
	height: 36px;
	border: none;
}

.btn-group button.RetrievePasswordbtn {
	background: #dcbf8d;
	color: #fff;
}

.btn-group button.RetrievePasswordbtn:hover {
	background: #c01a0e;
}

.btn-group button.forgetpassword {
	background: #fff;
	color: #dcbf8d;
	border: 1px solid #dcbf8d;
}

.btn-group button.forgetpassword:hover {
	color: #c01a0e;
	border: 1px solid #c01a0e;
}

/***************************************************************************/
.subtabs {
	font-size: 16px;
	overflow: hidden;
}

.subtabs li {
	float: left;
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-left: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	cursor: pointer;
}

.subtabs li.active {
	border-bottom: 3px solid #dcbf8d;
	color: #dcbf8d;
}

form {
	position: absolute;
	/* display:none; */
	width: 100%;
}
/* form.active{
	display:block;
} */
form.visibilitys {
	visibility: hidden;
}

#accordingCardStep2 .radio label {
	font-size: 16px;
	line-height: 30px;
}

#accordingCardStep2 .radio label input {
	margin-top: 10px;
}

.HongKongmacaupass {
	display: none;
}

.code .code-box {
	padding: 2px;
	background-color: #fff;
	border-radius: 4px;
}

#Voice {
	display: none;
}

.modeChange {
	position: absolute;
	right: 20px;
	top: 0;
	color: #cbb486;
	font-size: 14px;
	cursor: pointer;
}

.modeChange img, .reload img, .voicePlay img {
	margin-right: 10px;
	margin-top: -4px;
}

.reload {
	color: #d2d2d2;
	cursor: pointer;
}

.voiceBox {
	/* width: 350px; */
	padding: 20px 28px 25px;
	background: #f7f7f7;
}

.voicePlay {
	width: 310px;
	height: 36px;
	border: 1px solid #cbb486;
	margin-bottom: 15px;
	color: #cbb486;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	background: #FFF;
	cursor: pointer;
	font-size: 16px;
}
.shuomingimgBox{
	position:absolute;
	right: 130px;
	top: 160px;
}
.shuomingimgBox p{
	font-size:20px;
	color:#666;
}
.shuomingimg{
	
	width: 180px;
	border: 1px solid #aaa;
}



/******************新版英文页面css******************/
#container.Encontainer{
	background:url(../image/registerbgBlue.png) no-repeat center 0;
	background-size:cover;
	position:relative;
	padding-bottom: 100px;
}
.Encontainer .customFooter_iframe{
	display:block;
	width:1500px;
	margin:0 auto;
	height:230px;
}
.Encontainer .tabcontent{
	background:transparent;
	border:4px solid #fff;
	margin-bottom:20px;
}
.Encontainer .tabcontent .form-group>label{
	width: 40%;
	line-height: 50px;
}
.Encontainer .form-control{
	height: 56px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #e4e9f0;
    box-shadow: none;
}
.Encontainer .col-sm-4{
	width: 50%;
}
.Encontainer #Validation_group .col-sm-4{
	width:33.33333333%
}
.Encontainer .cardnextstpbtn{
	width: 65%;
	height: 50px;
    background: #bacbdb;
    color: #2b3037;
}
.Encontainer .tabs li.active{
	background:transparent;
	border-top:none;
	color:#21252b;
	font-size:22px;
}