/*注册*/
.register{
	/*height: 100%;*/
	
	position: relative;
	z-index: 10;
}
#registerCcontent .headers{
	position: relative;
}
.register .container{
    margin-top: 58.8%;
    display: flow-root;
}
.register_box{
	padding: 0 18px;
}
.register .form-mg select{
    height: 42px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(201, 201, 201, 1);
    border-radius: 4px;
    font-size: 14px;
    text-indent: 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    font-weight: bold;
}
.register .title{
	border: none;
	height: 46px;
	line-height: 46px;
	margin-top: 20px;
}
h3{
	text-align: center;
	height: 26px;
	line-height: 26px;
	color: #434343;
	font-size: 16px;
	font-weight: bold;
}
.flex-row{
	display: flex;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	margin-top: 10px;
}
.flex-row-age{
	height: 50px;
}
.flex1{
	flex: 1;
	margin-left: 8px;
}
.labels{
	font-weight:bold;
	margin-left: 0px;
	font-size: 16px;
	width: 85px;
}
.labels_aged{
	width: 130px;
}
.select_btns{
	height: 44px;
	width: 100%;
	line-height: 42px;
	border: 1px solid rgba(228, 228, 228, 1);
	text-align: center;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 4px;
}
.select_btns_on{
	background-color: rgba(31, 165, 74, 1);
	border: none;
	color: #ffffff;
	font-weight: bold;
}
.select_btns_err{
	border-color: rgba(255, 102, 0, 1);
}
.select_age_box{
	position: relative;
}
.select_age_box .age-cover{
	width: 100%;
	height: 6px;
	background: rgba(168, 234, 255, 1);
	border-radius: 150px;
	margin-top: 18px;
}
.select_age_btns{
	width: 22px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;

}
.select_age_btn_max{
	left: 0px;
}
.select_age_btns .round{
	width: 22px;
	height: 22px;
	background: #33ccff;
	border-radius: 50%;
	margin-top: 10px;
	position: relative;
}
.select_age_btns span{
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: -20px;
	left: 0px;
	text-align: center;
	display: block;
	width: 100%;
}
.select_age_btn_min{
	left: 0px;
}
.first-error{
	height: 22px;
	line-height: 20px;
	text-align: center;
	color: #FF6600;
}
.gooogle-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    background: #FFFFFF;
	position:relative;
}
.gooogle-btn img{
	margin-right: 16px;
	width: 24px;
}
.gooogle-btn .g_id_signin{ width:auto; height:auto; margin:0; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2; opacity:0;}
.bottom-note{
	line-height: 18px;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color:#6B6B6B;
}
.bottom-note a{
	color:#6B6B6B;
}

#registerCcontent{
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: url(/msite/images/login/register-bg.png?v=1) no-repeat top center;
    background-size: cover;
}
#registerCcontent .container{
	margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    padding-bottom: 20px;
}
.register-scroll-box{
	height: 100%;
	width: 100%;
	overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


.headers .grey{
	color: #6B6B6B;
}
.select-box{
	height: 42px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(201, 201, 201, 1);
    border-radius: 4px;
    font-size: 14px;
    text-indent: 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    display: flex;
    line-height: 40px;
}
.select-btns{
	flex: 1;
	position: relative;
	position: relative;
}
.select-btns span{
	text-indent: 0px;
}
.select-btns .select-icon{
	position: absolute;
	width:14px;
	height: 100%;
	top: 0px;
	right: 8px;
	background: url(/msite/images/icon/dark/arrow_bottom.png)no-repeat right center;
	/*opacity: 0.6;*/
	
}
.selecting .select-icon{
	transform: scaleY(-1);
}
.select-to{
	flex: 1;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
.select-title{
	width: 42%;
	font-weight: bold;
	color: #333333;
}
.select-option-box{
	/*width: 168px;*/
	width: 100%;
	height: 168px;
	position: absolute;
	right: 0px;
	top: 42px;
	z-index: 3;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
    box-shadow: 0px 0px 3px 1px #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	box-shadow: 0px 10px 20px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 50%);
}
.selecting .select-option-box{
	display: block;
}
.select-option{
	border-bottom: 1px solid #E4E4E4;
	text-indent: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.shareSelectOption{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.select-option:last-child{
	border-bottom: none;
}
#gender{
	-webkit-appearance: none; 
  	-moz-appearance: none;
  	appearance: none;
  	/*background-image: url('/msite/images/icon/dark/arrow_bottom.png'); */
  	background-repeat: no-repeat;
  	background-position: calc(100% - 8px) center;
  	padding-right: 20px; 
}
#gender option{
	text-indent: 10px;
}
.input-box-error .input-error{
	display: inline-block;
}
.input-box-error input{
	border: 1px solid #FF6600;
}
.input-box-error .select-box{
	border: 1px solid #FF6600;
}
.register .input-error{
	text-indent: 1px;
}


/*注册后*/
.afterRegister{
	color: #333333;
	display: flex;
	align-items:center;
	justify-content: center;
	height: 100%;
	position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;  
}
.afterRegister-c{
	height: calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	width: calc(100% - 36px);
	width: -moz-calc(100% - 36px);
	width: -webkit-calc(100% - 36px);
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.afterRegister h2{
	font-size: 22px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin-bottom: 12px;
}
.afterRegister-content{
	max-height: calc(100% - 192px);
	max-height: -moz-calc(100% - 192px);
	max-height: -webkit-calc(100% - 192px);
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

.afterRegister-content::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.afterRegister-content::-webkit-scrollbar-track {
	background: #FFFFFF;
	border-radius: 3px;
}

.afterRegister-content::-webkit-scrollbar-thumb {
	background: rgba(0, 153, 255, 0.737254901960784);
	border-radius: 3px;
}

.afterRegister-content::-webkit-scrollbar-thumb:hover {
	background: #888;
}

.afterRegister-bottom{
	height: 120px;
	width: 100%;
}
.afterRegister-error{
	height: 30px;
	line-height: 30px;
	color: #FF6600;
	font-size: 14px;
	text-align: center;
}
.afterRegister-btns{
	display: flex;
	line-height: 44px;
	height: 44px;
}
.afterRegister-btns a{
	color: #0066CC;
	font-weight: bold;
}
.afterRegister-btns-back{
	flex: 1;
}
.afterRegister-btns-continue{
	width: 59%;
	text-align: center;
	background: inherit;
    background-color: rgba(0, 102, 204, 1);
    border: none;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
    color: #FFFFFF;
    font-weight: bold;
}
.afterRegister-btns-skip{
	flex: 1;
	text-align: right;
}
.afterRegister-pages{
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0px;
	right: 0px;
	display: flex;
	align-items: start;
	justify-content: center;
}
.afterRegister-pages li{
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-left: 1.5px;
	margin-right: 1.5px;
}
.afterRegister-pages li.on{
	background: #FFFFFF;
}
.friendship{
	padding:0 20px;
}
.friendship-btn{
	float: left;
	display: inline-block;
	height: 44px;
    background: inherit;
    background-color: rgba(247, 247, 247, 1);
    border: none;
    border-radius: 33px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}
.friendship-btn-on{
	background: rgba(0, 153, 255, 1);
	color: #FFFFFF;
}
.afterRegister-interests .btn{
	float: left;
	display: inline-flex;
    align-items: center;
	height: 36px;
    background: inherit;
    background-color: rgba(247, 247, 247, 1);
    border: none;
    border-radius: 33px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}
.afterRegister-interests .btn-on{
	background: rgba(0, 153, 255, 1);
	color: #FFFFFF;
}
.afterRegister-interests .btn img{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.afterRegister-interests .btn img.on{
	display: none;
}
.afterRegister-interests .btn-on img{
	display: none;
}
.afterRegister-interests .btn-on img.on{
	display: inline-block;
}
.about-yourself-note{
	text-align: center;
}
#about-yourself-textarea{
	width: 100%;
	height: 230px;
	background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 233, 255);
    border-radius: 9px;
    margin-top: 20px;
    line-height: 20px;
    padding: 5px;
    display: block;
}
#ideal-match-textarea{
	width: 100%;
	height: 230px;
	background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 233, 255);
    border-radius: 9px;
    margin-top: 20px;
    line-height: 20px;
    padding: 5px;
    display: block;
}
.textarea-note{
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	padding-left: 2px;
	padding-right: 2px;
}
.textarea-note-left{
	float: left;
}
.textarea-note-right{
	float: right;
}
#about-yourself-textarea-num{
	color: #FF6600;
}
#ideal-match-textarea-num{
	color: #FF6600;
}
.add-phone-box{
	width: 216px;
	height: 253px;
	background-color: rgb(255, 255, 255);
    border-radius: 6px;
    position: relative;
    text-align: center;
}

.add-phone-btn{
	height: 40px;
	position: absolute;
	bottom: 8px;
	left: 0px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.add-phone-btn button{
	background-color: rgb(242, 242, 242);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(201, 201, 201);
    border-radius: 6px;
    height: 40px;
    width: 100%;
    font-weight: 14px;
    font-weight: bold;
    color:#333333;
}
#add-phone-img{
	height: 179px;
	width: 158px;
	margin-top: 16px;
	display: inline-block;
	object-fit: cover;
	object-position: top;
}
.registerFirst-error{
	color: #FF6600;
	line-height: 20px;
	font-size: 13px;
	margin-left: 93px;
	display: none;
}

#registerFirst .noUi-target{
	border: 1px solid rgba(168, 234, 255, 1);
    height: 6px;
    background: rgba(168, 234, 255, 1);
    box-shadow: none;
    width: 100%;
    margin-top: 20px;
}
#registerFirst .noUi-horizontal .noUi-handle{
	border-radius: 50%;
	height: 24px;
    width: 24px;
    border: none;
    box-shadow: none;
    background: #33ccff;
    top: -10px;
}
#registerFirst .noUi-handle-lower{
	right: -10px;
}
#registerFirst .noUi-handle-upper{
	right: -22px;
}
#registerFirst .noUi-handle:after, #registerFirst .noUi-handle:before{
	background: none;
}
#registerFirst .noUi-touch-area{
	position: relative;
}
#registerFirst .noUi-touch-area span{
	position: absolute;
	bottom: -32px;
	left: 0px;
	font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.noUi-base, .noUi-connects{
	width: 80%;
	margin: 0 auto;
	margin-left: 15px;
}
.copy{
	padding-bottom: 38px;
}
.copy-link{
	margin-bottom: 18px;
	display: flex;
	justify-content: center;
}
.copy-link a{
	color: #868686;
	text-decoration: none;
}
.floor{
	height: auto;
}
.link-round{
	background: #868686;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5;
}

/*gmail*/
.gmail_connect_box{ width:auto; height:auto; margin:0; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:9; background:url(../images/login/register-bg.png?v=2) center top no-repeat; background-size:cover; -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:auto;}
.gmail_connect_box .tit{ width:auto; height:auto; line-height:22px; margin:70px 20px 0 20px; padding:0; font-size:20px; color:#333; font-weight:bold; text-align:center;}
.gmail_connect_box .text01{ width:auto; height:auto; line-height:24px; margin:35px 20px 0 20px; padding:0; font-size:16px; color:#333; text-align:center;}
.gmail_connect_box .div_email_c{ width:auto; height:42px; line-height:42px; margin:20px 20px 0 20px; padding:0; border:1px solid #C9C9C9; -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; overflow:hidden;}
.gmail_connect_box .div_email_c .inp{ display:block; width:auto; height:auto; margin:0; padding:0 0 0 10px; font-size:14px; color:#333; border:0 none; outline:none; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-box-sizing:border-box; box-sizing:border-box;}
.gmail_connect_box .div_password_c{ width:auto; height:42px; line-height:42px; margin:10px 20px 0 20px; padding:0; border:1px solid #C9C9C9; background-color:#fff; -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; overflow:hidden;}
.gmail_connect_box .div_password_c .inp{ display:block; width:auto; height:auto; margin:0; padding:0 0 0 10px; font-size:14px; color:#333; border:0 none; outline:none; position:absolute; left:0; top:0; right:50px; bottom:0; -webkit-box-sizing:border-box; box-sizing:border-box;}
.gmail_connect_box .div_password_c .pw_c_ico{ display:block; width:32px; height:32px; margin:-16px 0 0 0; padding:0; position:absolute; right:5px; top:50%; background:url(../images/icon/dark/glass-pwd-icon.png) center center no-repeat; background-size:32px 32px;}
.gmail_connect_box .div_password_c .pw_o_ico{ display:block; width:32px; height:32px; margin:-16px 0 0 0; padding:0; position:absolute; right:5px; top:50%; background:url(../images/icon/dark/eye-pwd-icon.png) center center no-repeat; background-size:28px 28px;}
.gmail_connect_box .a_btn_o{ display:block; width:auto; height:44px; line-height:44px; margin:20px 20px 0 20px; padding:0; font-size:14px; color:#fff; font-weight:bold; text-align:center; text-decoration:none; background-color:#0066cc; -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; cursor:pointer;}
.gmail_connect_box .div_line{ width:auto; height:1px; margin:40px 20px 0 20px; padding:0; position:relative;}
.gmail_connect_box .div_line .span01{ display:block; width:30px; height:20px; line-height:20px; margin:-10px 0 0 -15px; padding:0; font-size:14px; color:#333; font-weight:bold; text-align:center; position:absolute; left:50%; top:50%; z-index:2;}
.gmail_connect_box .div_line .line_o{ display:block; width:-webkit-calc(50% - 15px); width:calc(50% - 15px); height:auto; margin:0; padding:0; position:absolute; left:0; top:0; border-bottom:1px solid #C9C9C9;}
.gmail_connect_box .div_line .line_t{ display:block; width:-webkit-calc(50% - 15px); width:calc(50% - 15px); height:auto; margin:0; padding:0; position:absolute; right:0; top:0; border-bottom:1px solid #C9C9C9;}
.gmail_connect_box .text02{ width:auto; height:auto; line-height:24px; margin:25px 20px 0 20px; padding:0; font-size:16px; color:#333; text-align:center;}
.gmail_connect_box .a_btn_t{ display:block; width:auto; height:44px; line-height:44px; margin:20px 20px 20px 20px; padding:0; font-size:14px; color:#fff; font-weight:bold; text-align:center; text-decoration:none; -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; cursor:pointer;
	background-image: -webkit-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -webkit-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -moz-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -ms-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -o-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
}
.gmail_connect_box .div_link_c{ width:auto; height:20px; line-height:20px; margin:10px 20px 20px 20px; padding:0; position:relative;}
.gmail_connect_box .div_link_c .a01{ font-size:12px; color:#666; position:absolute; left:0; top:0; text-decoration:underline;}
.gmail_connect_box .div_link_c .a02{ font-size:12px; color:#666; position:absolute; right:0; top:0; text-decoration:underline;}
.gmail_connect_box .error_border{ border:1px solid #FF6A24;}
.gmail_connect_box .error_tip_c{ width:auto; height:auto; margin:3px 20px 0 20px; padding:0; font-size:12px; color:#FF6A24;}
/*end*/

.body2{
	background:#ccdee3 url(/msite/images/login/bg.png)no-repeat top center;
    background-size: 100%;
}
