@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
select,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	color: #323232;
}

button {
	outline: none
}


.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.page_rgba {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}


.jq_btn {
	cursor: pointer;
	transition: all 0.3s;
}

.jq_btn.animat {
	transform: scale(0.9);
}


.load_page {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.load_page span {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
}


.view .top_b {
	display: block;
	width: 100%;
}

.part_1 {
	height: 118px;
	background-color: #f8f8f8;
}

.part_item {
	position: relative;
	width: 89.5vw;
	margin: auto;
}

.part_1 .part_item h2 {
	font-size: 44px;
	color: #006b8d;
	line-height: 118px;
}

.part_1 .part_item i {
	position: absolute;
	width: 160px;
	height: 4px;
	bottom: 0;
	left: 4px;
	background-color: #006b8d;
}

.part_2 {
	margin-top: 57px;
}

.part_item725 {
	position: relative;
	width: 72.5vw;
	margin: auto;
	overflow: hidden;
}

.part_2 .part_item725 .icon_1 {
	position: absolute;
	width: 133px;
	right: 0;
	cursor: pointer;
}

.part_2 .part_list {
	margin-top: 64px;
}

.p_2_box {
	position: relative;
	width: 23%;
	float: left;
	height: 354px;
	margin: 1%;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.p_2_box .t {
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #006b8d;
}

.p_2_box .t img {
	width: 80%;
	max-width: 220px;
	height: auto;
	background-color: #006b8d;
}

.p_2_box .c {
	position: relative;
	width: 100%;
	height: 239px;
}

.p_2_c_list {
	width: 100%;
	padding: 14px 18px;
	box-sizing: border-box;
}

.p_2_c_list .p_2_c_item {
	margin-bottom: 5px;
}

.p_2_c_item b {
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
}

.p_2_c_item span.gary {
	display: block;
	font-size: 12px;
}

.p_2_c_item span.red {
	color: #fe0000;
}

.p_2_c_item span.grn {
	color: #92d206;
}

.p_2_c_item span.blu {
	color: #006b8d;
}

.p_2_box .b {
	width: 90%;
	height: 30px;
	margin: 10px auto;
	max-width: 230px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	background-color: #4aacc5;
    margin-top: 5px;
}

.p_2_box .b a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 15px;
}

.part_3 {
	margin-top: 44px;
}

.part_3 .l {
	width: 23%;
	float: left;
	height: 94px;
	color: #fff;
	margin: 1%;
	font-weight: bold;
	font-size: 22px;
	line-height: 94px;
	text-align: center;
	border-radius: 16px;
	background-color: #006b8d;
	box-shadow: 3px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.part_3 .r {
	width: 73%;
	float: right;
	height: 94px;
	margin: 1%;
	display: flex;
	align-items: center;
	border-radius: 16px;
	justify-content: space-around;
	box-shadow: 3px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.part_3 .r p {
	display: flex;
	align-items: center;
}

.part_3 .r p img {
	width: 46px;
}

.part_3 .r p span {
	margin-left: 10px;
	font-size: 20px;
	color: #323232;
}

.part_3 .r p label span {
	display: block;
}

.part_4,
.part_5 {
	margin-top: 44px;
}

.part_4 .tit,
.part_5 .tit {
	width: 98%;
	height: 72px;
	color: #fff;
	margin: auto;
	font-weight: bold;
	font-size: 22px;
	line-height: 72px;
	text-align: center;
	border-radius: 16px;
	background-color: #006b8d;
}

.p_4_box,
.p_5_box {
	overflow: hidden;
}

.p_4_list {
	position: relative;
	width: 23%;
	float: left;
	height: 120px;
	margin: 20px 1%;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.p_4_list p {
	margin-top: 12px;
}

.p_5_list {
	position: relative;
	width: 23%;
	float: left;
	height: 128px;
	margin: 20px 1%;
	padding: 26px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.p_5_list h3 {
	font-size: 60px;
	color: #4aacc5;
	line-height: 60px;
	text-align: center;
}

.p_5_list p {
	font-size: 20px;
	text-align: center;
	color: #4aacc5;
}

.part_5 {
	margin-bottom: 100px;
}

.view_bg {
	overflow: hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../img/bot_b.jpg);
}

.part_login,
.part_forgot {
	width: 886px;
	height: 490px;
	padding: 58px 140px;
	border-radius: 16px;
	box-sizing: border-box;
	margin: 105px auto 130px;
	box-shadow: 0 6px 12px 8px #e3eff2;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../img/login_bg.png);
}

.part_login h2 {
	font-size: 44px;
	color: #006b8d;
}

.part_login input {
	width: 100%;
	height: 54px;
	padding: 0 4%;
	font-size: 18px;
	margin-top: 24px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #006b8d;
}

.part_login .btn {
	display: flex;
	width: 100%;
	height: 54px;
	margin-top: 24px;
	justify-content: space-between;
}

.part_login .btn span {
	height: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 54px;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
}

.part_login .btn span:first-child {
	width: 58.5%;
	background-color: #006b8d;
}

.part_login .btn span:last-child {
	width: 38.5%;
	background-color: #4aacc5;
}

.part_login .forgot {
	width: 100%;
	font-size: 18px;
	margin-top: 24px;
	text-decoration: underline;
}

.part_forgot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.part_forgot_ipt {
	margin-top: 28px;

}

.part_forgot_ipt .tit {
	color: #323232;
	font-size: 20px;
	font-weight: bold;
}

.part_forgot_ipt .ipt {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
}

.part_forgot_ipt .ipt input {
	flex: 8;
	height: 54px;
	padding: 0 4%;
	font-size: 18px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #323232;
}

.part_forgot_ipt .ipt span {
	flex: 3;
	height: 54px;
	color: #ffffff;
	font-size: 18px;
	margin-left: 3%;
	line-height: 54px;
	text-align: center;
	border-radius: 8px;
	background-color: #81c5d7;
}

.part_forgot .btn {
	width: 164px;
	height: 54px;
	color: #fff;
	font-size: 22px;
	line-height: 54px;
	border-radius: 8px;
	text-align: center;
	margin: 58px auto auto;
	background-color: #006b8d;
}

.part_forgot3 {
	height: 305px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-image: url(../img/paswd_bg.png);
}

.part_forgot3 p {
	width: 100%;
	font-size: 22px;
	margin-top: 10px;
	text-align: center;
}

.part_forgot3 p b {
	font-size: 50px;
	color: #ff0000;
	padding: 0 10px;
	vertical-align: middle;
}

.part_Personal {
	width: 910px;
	margin: 90px auto 125px;
}

.part_Personal_item {
	position: relative;
	margin-bottom: 20px;
}

.part_Personal_item .tit {
	font-size: 20px;
	font-weight: 600;
}

.part_Personal_item .tit span {
	color: #fe0000;
}

.part_Personal_item .tit.blu {
	font-size: 26px;
	color: #006b8d;
}
.part_Personal_item .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.part_Personal_item .item input {
	flex: 8;
	height: 35px;
	padding: 0 2%;
	margin-top: 10px;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #323232;
	    direction: ltr;
}


.part_Personal_item .ps {
	color: #fe0000;
	font-size: 14px;
}

.part_Personal_item .item select {
	flex: 2;
	height: 35px;
	padding: 0 2%;
	margin-right: 3%;
	margin-top: 10px;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #323232;
	background-repeat: no-repeat;
	background-position: 86% 50%;
	background-size: 29px 9px;
	background-image: url(../img/icon_4.png);
}

.part_Personal_item .itm_sech {
	position: absolute;
	top: 68px;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
	border-radius: 2px;
	border: 1px solid #323232;
	background-color: #fff;
	display: none;
}

.part_Personal_item .itm_sech li {
	font-size: 16px;
	line-height: 32px;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e3eff2;
}

.part_Personal_item .itm_sech li:hover {
	background-color: #f8f8f8;
}

.part_Personal_item .chose {}

.part_Personal_item .chose p {
	margin-top: 10px;
	display: flex;
	cursor: pointer;
	align-items: center;
}
.part_Personal_item .chose p:hover {
	border-bottom: 1px solid #e1e1e1;
}
.part_Personal_item .chose .chose_lr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	    cursor: pointer;
}

.part_Personal_item .chose .chose_lr:hover {
	border-bottom: 1px solid #e1e1e1;
}


.part_Personal_item .chose p i {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #323232;
}

.part_Personal_item .chose_2 p i {
	border-radius: 1%;
}

.part_Personal_item .chose .chose_lr.active p i,
.part_Personal_item .chose p.active i {
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/icon_5.png);
}

.part_Personal_item .chose_2 p.active i {
	background-image: url(../img/icon_9.png);
}

.part_Personal_item .chose p span {
	margin-left: 10px;
	font-size: 16px;
}

.part_Personal_item .chose small {
	display: inline-block;
	margin-left: 30px;
}


.part_Personal_btn {
	margin-top: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part_Personal_btn span {
	width: 140px;
	height: 55px;
	color: #fff;
	margin: 0 20px;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	border-radius: 8px;
}

.part_Personal_btn span.btn_1 {
	background-color: #006b8d;
}

.part_Personal_btn span.btn_2 {
	background-color: #4aacc5;
}

.part_Personal_alt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 930px;
	height: 490px;
	border-radius: 16px;
	background-color: #fff;
	border: 7px solid #006b8d;
}

.part_Personal_alt .tit {
	width: 100%;
	height: 68px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 68px;
	text-align: center;
	background-color: #006b8d;
}

.part_Personal_alt .b {
	padding: 28px;
	box-sizing: border-box;
}

.part_Personal_alt .b p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px;
}

.part_Personal_alt .b p a {
	color: #006b8d;
}

.part_Personal_alt .btn {
	width: 120px;
	height: 50px;
	color: #fff;
	font-size: 22px;
	margin: auto;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	background-color: #006b8d;
}

.part_Personal_item .txt .txt_list {
	margin-top: 12px;
	display: flex;
	align-items: baseline;
}

.part_Personal_item .txt .txt_list i {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #323232;
}

.part_Personal_item .txt .txt_list p {
	display: inline-block;
	width: calc(100% - 20px);
	font-size: 16px;
	color: #323232;
	line-height: 24px;
}

.part_Personal_item .txt .txt_list p a {
	color: #006b8d;
}

.part_Personal_item .btn {
	display: flex;
	width: 460px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
	line-height: 30px;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: #006b8d;
	margin: 0 auto 20px auto;
}

.part_Personal_item .btn img {
	width: 18px;
	margin-left: 10px;
}

.part_Personal_item .file_txt {
	line-height: 24px;
	font-size: 18px;
	color: #006b8d;
}

.part_Personal_item .file_l {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	align-items: center;
}

.part_Personal_item .file_l_box,
.part_Personal_item .file_2_box{
	display: flex;
	max-width: 200px;
	height: 30px;
	color: #fff;
	padding: 0 30px;
	font-size: 14.5px;
	margin-right: 20px;
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	justify-content: center;
	background-color: #006b8d;
	    cursor: pointer;
}


.part_Personal_item .file_2_box{
	max-width: 390px;
	margin-bottom: 18px;
}


.part_Personal_item .file_l_box img,
.part_Personal_item .file_2_box img{
	width: 18px;
	margin-left: 10px;
}
.part_Personal_item .file_r_box{
	color: #006b8d;
	font-size: 18px;
}

.summary_box{
	
}
.summary_item {
	margin-bottom: 28px;
}
.summary_item .summary_list{
	overflow: hidden;
}
.summary_item .summary_list:nth-child(2n-1){
	background-color: #f8f8f8;
}
.summary_item .summary_list h2{
	color: #006b8d;
}
.summary_item .summary_list h2,
.summary_item .summary_list .txt{
	padding: 10px 26px;
	box-sizing: border-box;
}
.summary_item .summary_list .txt b{
	display: block;
}
.summary_item .summary_list .l,
.summary_item .summary_list .r{
	width: 50%;
	float: left;
	padding: 10px 26px;
	box-sizing: border-box;
}
.summary_item .summary_list .r{
	border-left: 1px solid #ebebeb;
}

.summary_list_more,.summary_list .flex_lr{
	display: flex;
	padding: 10px 26px;
	box-sizing: border-box;
	justify-content: space-between;
}
.mt_pay{
margin-top: -15px;
}
	.abs_sub_h{
		    height: 320px !important;
	}
@media (max-width: 1199px) {
	.abs_sub_h{
		    height: 288px !important;
	}
	.part_Personal_alt .tit {
    font-size: 15px;

}
	.part_Personal_alt .b p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px;
}
	.mt_pay{
	margin-top: -12px;
    margin-bottom: 7px;
}
	.part_Personal_item .survey p span {
		    width: 88%;
	}
	.part_1{
		height: 58px;
	}
    .part_1 .part_item h2 {
        font-size: 24px;
		line-height: 58px;
    }
	.part_2 {
		margin-top: 40px;
	}
	.part_item725{
		width: 96vw;
	}
	.part_2 .part_list{
		margin-top: 50px;
	}
	.part_2 .part_item725 .icon_1{
		width: 100px;
	}
	.p_2_box{
		width: 48%;
	}
	.p_2_box .b a{
		font-size: 14px;
	}
	.part_3 .l{
		width: 98%;
		height: 72px;
		line-height: 72px;
	}
	.part_3 .r{
		width: 98%;
	}
	.part_Personal{
		width: 96%;
		margin: 40px auto;
	}
	.part_Personal_alt{
        width: 96%;
               height: 530px;
	}
	.part_Personal_item .btn{
		width: 96%;
		        font-size: 15px;
	}
}

@media (max-width: 799px) {
	.part_3 .r{
		flex-wrap: wrap;
		height: auto;
	}
	.part_3 .r p{
		width: 100%;
		margin: 10px;
	}
	.part_3 .r p img{
		width: 36px;
	}
	.part_3 .r p span{
		font-size: 16px;
	}
	.p_4_list{
		width: 48%;
	}
	.p_5_list{
		height: 108px;
		padding: 10px;
	}
	.p_5_list h3{
		font-size: 30px;
	}
	.p_5_list p{
		font-size: 16px;
	}
	.part_Personal_btn span{
		width: 100px;
		height: 40px;
		font-size: 20px;
		margin: 0 10px;
		line-height: 40px;
	}
	.part_1 .part_item h2{
		font-size: 20px;
	}
	.part_login, .part_forgot{
		width: 90%;
		padding: 12px;
	}
	.part_forgot_ipt{
		margin-top: 12px;
	}
	.part_Personal_item .file_2_box{
		width: 100%;
		padding: 0 20px;
		max-width: 100%;
		margin-right: 0;
	}
	.summary_item .summary_list .r{
		height: 100%;
	}
	.summary_list .flex_lr span{
		width: 30%;
	}
}
.gender_bg{
	background-position: 97% !important;
    margin-right: 0 !important;
}
.part_Personal_item .country_se {
	background-repeat: no-repeat;
	background-position: 86% 50%;
	background-size: 29px 9px;
	background-image: url(../img/icon_4.png);
		background-position: 97% !important;
    margin-right: 0 !important;
}
.v_file{
display: block;
    border-radius: 17px;
    background: #006b8d;
    color: #fff;
    font-size: 14px;
    height: 26px;
    width: 130px;
    text-align: center;
    line-height: 26px;
	    display: inline-block;
}
.d_file{
	    border-radius: 17px;
    background: #f00;
    color: #fff;
    font-size: 14px;
    height: 26px;
    width: 130px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
}
.part_Personal_item .btn a{ color: #fff;}
.part_item725 .r p span{
	    font-size: 13px;
}
.Check_in_out{
	color: #4aacc5;
}
.part_item725 .p_4_list h3{    font-size: 14px;}
.part_item725 .p_4_list p{    font-size: 11px;}
.sb_sub{
	    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}
.sb_sub .v_file{
	    margin-right: 11px;
}