* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	color: #222;
	display: block;
	background-color: #f2f2f2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a {
	color: #6f7a8b;
	text-decoration: none;
}

p {
	color: #333;
	line-height: 23px;
	margin: 10px 0px;
	font-size: 14px;
}

img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
* {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.fullPage {
	width: 100%;
	height: 100%;
	position: relative;
}

.resultWrap {
	padding-top: 24.7%;
	box-sizing: border-box;
	background: url(../images/auth_bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50%, 50%;
}

@media screen and (min-width:1024px) {
    .resultWrap {
        padding-top: 10%;
        box-sizing: border-box;
        background: url(../images/auth_bg.jpg) no-repeat;
        background-size: cover;
        background-position: 50%, 50%;
    }
}

.rightIcon {
	width: 63px;
	height: 63px;
	background: url(../images/rightIcon.png) no-repeat;
	background-size: 63px 63px;
	display: block;
	margin: 0 auto;
}

.warningIcon {
	width: 63px;
	height: 63px;
	background: url(../images/icon-warning.png) no-repeat;
	background-size: 63px 63px;
	display: block;
	margin: 0 auto;
}

.resultWrap p {
	text-align: center;
	color: #222;
	font-size: 20px;
	line-height: 1.42em;
	padding-top: 20px;
}

.backBtn {
	width: 209px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #c73638;
	text-align: center;
	border-radius: 23px;
	border: 1px solid #c73638;
	display: block;
	margin: 95px auto 0;
}

.multiBtn {
    margin: 10px auto 0;
}

.main {
	padding: 10px 15px;
	position: relative
}

.defaultCont {
	background-color: #fff;
	margin-bottom: 15px;
}

.borderTopBot {
	border-top: solid 1px rgba(222, 222, 222, 0.6);
	border-bottom: solid 1px rgba(222, 222, 222, 0.6);
}

.imgauto {
	text-align: center;
}

.imgsetSq {
	width: 80px;
	margin: 10px auto;
}

.imgsetSq-tips {
	text-align: center;
	font-size: 16px;
	color: #999999;
}

.publicBtn {
	display: block;
	margin: 15px auto;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.publicBtn:visited {
	color: #fff;
}

.greenBgColor {
	background-color: #44b549;
	color: #fff;
	border: solid 1px #3f9d43;
}

.tips {
	text-align: center;
	color: #666;
	font-size: 12px
}

.tips span {
	display: block;
	font-size: 14px;
}

.bradis {
	border-radius: 0.23em;
	-webkit-border-radius: 0.23em;
	-moz-border-radius: 0.23em;
	-o-border-radius: 0.23em;
	-ms-border-radius: 0.23em;
}

.img_bg {
	background: url(../images/auth_bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50%, 50%;
}

.authorization {
	border-bottom: solid 1px rgba(222, 222, 222, 0.6);
	text-align: center;
	padding: 20px 0px;
}

.authorization i {
	font-style: normal;
	line-height: 25px;
}

.authorization a {
	vertical-align: top;
	display: inline-block;
}

.authorization a:nth-child(2) {
	width: 16px;
	padding-top: 20px;
	margin: 0px 15px;
}

.imgMax-width {
	max-width: 80px;
	display: block;
}

.messageList{
	position:relative;
	padding-top:10px;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.messageList-photo{
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	margin-right: 10px;
}
.messageList-con{
	height: 40px;
}
.messageList-con h4{font-size:16px;color:#333;}
.messageList-con p{
	margin:0;
	color:#999;
}

/*语言切换按钮与下拉样式*/
 .lang-selector-wrap {
     position: absolute;
     top: 40px;
     right: 40px;
     z-index: 102
 }

.lang-selector-wrap .cur-lang-text {
    padding-left: 40px;
    line-height: 30px;
    background-repeat: no-repeat;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-position: 0;
    color: #333;
    cursor: pointer;
    font-size: 16px
}

.lang-selector-wrap .options-wrap {
    top: 50px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.lang-selector-wrap .options-wrap,
.lang-selector-wrap .options-wrap:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

.lang-selector-wrap .options-wrap:before {
    content: "";
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #5db350;
    display: block;
    z-index: -1
}

.lang-selector-wrap .options-wrap .option-item {
    display: block;
    line-height: 24px;
    text-align: center;
    color: #333;
    cursor: pointer;
    padding: 8px 10px;
    border-top: 1px solid #f2f2f2;
    font-size: 16px;
    width: 100px;
    background-color: #fff
}

.lang-selector-wrap .options-wrap .option-item.select {
    background-color: #5db350;
    color: #fff
}

.lang-selector-wrap .options-wrap .option-item:first-child {
    border-top: none;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.lang-selector-wrap .options-wrap .option-item:last-child {
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.lang-selector-wrap .options-wrap .option-item:not(.select):hover {
    opacity: .75
}

.lang-selector-wrap .options-wrap.hide {
    display: none
}

.lang-selector-wrap.white .cur-lang-text {
    color: #fff
}

.hidden {
    display: none !important;
}


/* 提示文案区域 */
.tip__area{
	padding:20px;
	text-align: center;
	font-weight:normal;
	font-size: 14px;
	color: #666;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-variant: tabular-nums;
}
.tip__area h3{
	font-weight:normal;
	font-size: 16px;
	color: #000;
	line-height:1.35;
}
.tip__area h4{
	font-weight:normal;
	font-size: 14px;
	color: #000;
	line-height:1.35;
	margin-bottom:0.5em;
}
.tip__area p{
	margin:0;
	font-size:14px;
	line-height:1.5;
	padding-top:0;
	margin-top:0.5em;
}
.tip__area +.tip__area{
	margin-top:0;
}
.resultWrap.resultWrap__lhw{
	padding-top:15%;
}
.resultWrap.resultWrap__lhw p{
	padding-top:10px;
}
.resultWrap.resultWrap__lhw .backBtn{
	margin-top:20px;
}
.resultWrap.resultWrap__lhw .backBtn.multiBtn{
	margin-top:10px;
}

@media screen and (max-width: 768px){
	.tip__area p{
		text-align: justify;
	}
}
