#gtco-header {
    height: 280px;
    margin-bottom: 40px;
    padding-top: 84px;
}

.prtext {
	color: #FFFFFF;
}

#gtco-features{
	padding: 3em 0 1em 0;
    clear: both;
}

#helpCenter .prtext{
	margin-top:0px;
}

.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.prtitle .prtezheng {
    display: block;
    width: 4px;
    height: 25px;
    background-color: #729DFE;
    position: relative;
    top: 30px;
    left: 10px;
}

.prtitle h2 {
    padding-left: 25px;
    padding-bottom: 10px;
}

.prtitlenr {
    margin-top: 0px;
    line-height: 30px;
    font-size: 15px;
    padding: 15px 3%;
}

.prtitlenr .prtcontent {
    margin-top: 5%;
    padding: 0 1.5%;
}

#helpCenter #gtco-features h2,
#helpCenter #gtco-features h4{
	color:#000;
}

#helpCenter .prtcontent{
	color: #828282;
}

.left-icon:after {
    content: "";
    background-color: #729DFE;
    width: 5px;
    height: 39px;
    position: absolute;
    left: 0px;
    top: 34px;
}

.promptModalBox, .promptModalBoxTwo, .prizeModalBox{
	display: none;
}
.promptModalContentTwo{
	position: fixed;/*这里的定位方式使用fixed能保证遮罩层百分百的覆盖整个窗口*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align:center;
	z-index: 111000;
	background: rgba(39, 40, 34, 0.5);
}
.promptContentBox{
	width: 100%;
	height: 100%;
}
.prompttopmassage{
	width: 30%;
	height: auto;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 111;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top:-158px;
	text-align:center;
	border-radius: 8px;
}
.prompttitle{
	width: 100%;
	height: 40px;
	background-color: #309BFF;
	border-radius: 8px 8px 0px 0px;
}
.prompttitle .am-icon-close{
	float: right;
	margin-right: 1rem;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.promptcontent{
	padding: 35px 15px;
	font-size: 20px;
}
.promptModalClose{
	color:#309BFF;
	font-size: 16px;
}
.leaveNoClose{
	width: 50%;
	height: 53px;
	display: block;
	float: left;
	line-height: 53px;
	color: #309BFF;
	font-size: 16px;
	margin: 0;
}
.promptModalCloseTwo{
	width: 50%;
	height: 53px;
	line-height: 53px;
	display: block;
	float: left;
	margin: 0;
}
.promptModalFooter:hover{
	background: rgba(0, 0, 0, 0.1);
}
.leaveNoClose:hover, .promptModalCloseTwo:hover{
	background: rgba(0, 0, 0, 0.1);
}



#resetPwd .fh5co-form .form-group {
    margin-bottom: 15px;
}

#resetPwd .fh5co-form .form-control {
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    border: none;
    padding-top: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#resetPwd .lgtitle {
    position: relative;
    top: 46px;
    font-size: 16px;
}

