footer .item-list .item.btnFooterItem a {
	border: 1px solid #505050;
	width: auto;
	border-radius: 11px;
	line-height: 23px;
	padding: 0px 12px;
	margin-bottom: 80px;
}

footer .item-list .item.btnFooterItem a:hover {
	border: 1px solid #00327D;
	color: #fff;
	background-color: #00327D;
}

.solutionVideoBox {
	width: 100%;
	position: relative;
}

.solutionVideoBox .soluBgImg {
	width: 100%;
}

.solutionVideoBox .playImg {
	display: none;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.solutionVideoBox:hover .playImg {
	display: block;
	opacity: 1;
}

.supportV2IndexList {
	position: relative;
	top: -200px;
	padding-bottom: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.supportV2IndexList.contact {
	top: 0;
}

.supportV2IndexList .supportV2Item {
	width: 290px;
	height: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-right: 40px;
	border-radius: 5px;
}

.supportV2IndexList .supportV2Item a,
.supportV2IndexList .supportV2Item a:hover,
.supportV2IndexList .supportV2Item a:active {
	text-decoration: none;
}

.supportV2IndexList .supportV2Item .name {
	text-align: center;
	margin-top: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.supportV2IndexList .supportV2Item:last-child {
	margin-right: 0;
}

.supportV2IndexList .supportV2Item .imgBox,
.supportV2IndexList .supportV2Item .imgBox img {
	width: 88px;
	height: 88px;
	margin: 0 auto;
}

.supportV2IndexList .supportV2Item .imgBox img.norImg {
	display: block;
	opacity: 1;
}

.supportV2IndexList .supportV2Item .imgBox img.actImg {
	display: none;
	opacity: 0;
}

.supportV2IndexList .supportV2Item:hover img.norImg {
	display: none;
	opacity: 0;
}

.supportV2IndexList .supportV2Item:hover img.actImg {
	display: block;
	opacity: 1;
}

.supportV2IndexList .supportV2Item:hover .name {
	color: #00327D;
}

.supportV2TitleHelp {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #000000;
	line-height: 48px;
	margin-top: 180px;
	margin-bottom: 90px;
}

.supportV2IndexList .supportV2Item.callUs .callTellInfoBox {
	display: none;
}

.supportV2IndexList .supportV2Item.callUs:hover .callUsHref {
	display: none;
}

.supportV2IndexList .supportV2Item.callUs:hover .callTellInfoBox {
	display: block;
}

.callTellInfoBoxContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.callTellInfoBoxContainer .callPhoneItem {
	text-align: center;
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	color: #00327D;
}

.callTellInfoBoxContainer .callPhoneItem:first-child {
	margin-bottom: 15px;
}

.supportFooterCommonContainerOne {
	display: flex;
	align-content: center;
}

.supportFooterCommonContainerOne .pTitle {
	font-weight: 400;
	color: #FFFFFF;
	font-size: 20px;
	display: flex;
	align-items: center;
	flex: 1;
}

.supportFooterCommonContainerOne button {
	font-size: 18px;
	background: #FFFFFF;
	border-radius: 999px;
	font-weight: 400;
	color: #00327D;
	padding: 10px 30px;
}

.supportFooterCommonLine {
	background-color: #fff;
	width: 100%;
	height: 1px;
	margin: 40px 0px 0px 0px;
}

.supportV2ClaimBox {}

.supportV2Info {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 23px;
	margin-top: 150px;
	margin-bottom: 55px;
}

.supportV2Info .regfied {
	margin-top: 25px;
}

.supportV2ClaimBox {
	background-color: #fff;
	padding: 102px 55px;
	margin-top: 53px;
	margin-bottom: 133px;
}

.supportV2ClaimForm {
	width: 100%;
}

.supportV2ClaimFormItem {
	display: flex;
	justify-content: space-between;
}

.supportV2ClaimFormInlineItem {
	flex: 1;
}

.layui-form-item {
	position: relative;
}

.supportV2ClaimFormItem .supportV2ClaimFormInlineItem:first-child {
	margin-right: 29px;
}

.layui-form-select dl dd.layui-this {
	background-color: #00327d !important;
}

.supportV2SecondFormBox {
	margin-top: 70px;
}

.supportV2TitleSpan {
	border-bottom: 1px solid #C2C1C1;
	position: relative;
	margin-bottom: 45px;
}

.supportV2TitleSpan span {
	font-family: Century Gothic;
	font-weight: bold;
	color: #000000;
	font-size: 26px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -16px);
	background-color: #fff;
	text-align: center;
	padding: 0 33px;
}

.supportV2TipInfo {
	font-size: 12px;
	color: #505151;
	margin-bottom: 31px;
	text-align: center;
}

.supportV2BtnBox {
	margin-top: 63px;
	margin-bottom: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.supportV2BtnBox button.submitV2Btn {
	height: 55px;
	background: #00327D;
	border-radius: 27px;
	border: none;
	line-height: 55px;
	text-align: center;
	padding: 0px 25px;
	font-size: 20px;
	color: #FFFFFF;
}

.supportV2ClaimForm .layui-input,
.supportV2ClaimForm .layui-select {
	background-color: #F5F5F5 !important;
	border: none !important;
	height: 56px;
	line-height: 56px;
	border-radius: 5px;
}

.supportV2ClaimForm .supportV2ClaimFormItem.selectBoxForSupport {
	border: 2px solid #1F47C7;
	border-radius: 5px;
	height: 54px;
	line-height: 54px;
}

.layui-form-select dl {
	top: 58px !important;
}

.tipsBox {
	cursor: pointer;
}

.tipsBox span {
	font-weight: bold;
	color: #00327D;
}

.whereSeNumBox {
	position: absolute;
	right: 23px;
	top: 18px;
	width: 19px;
	height: 19px;
	font-size: 16px;
	font-family: Avenir;
	font-weight: normal;
	color: #505151;
	line-height: 19px;
	border-radius: 100%;
	cursor: pointer;
	text-align: center;
}

.whereSeNumBox img {
	width: 100%;
	height: 100%;
}


.whereOrderNumBox {
	position: absolute;
	right: 23px;
	top: 18px;
	width: 19px;
	height: 19px;
	font-size: 16px;
	font-family: Avenir;
	font-weight: normal;
	color: #505151;
	line-height: 19px;
	border-radius: 100%;
	cursor: pointer;
	text-align: center;
}

.whereOrderNumBox img {
	width: 100%;
	height: 100%;
}

.selectBoxForSupport {
	border: 2px solid #1F47C7;
	border-radius: 5px
}

.v2SupportFaceback {
	width: 1000px;
	height: auto;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 80vh;
}

.v2SupportFaceback p.top {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    padding: 28px 40px 28px 75px;
    border-bottom: 1px solid #D7D7D7;
    position: relative;
}
.v2SupportFaceback .supportV2ClaimBox{
	overflow-y: auto;
	max-height: 70vh;
}


.supportV2ClaimFormInlineItem img {
    position: absolute;
}

.supportV2ClaimFormInlineItem .import {
    padding-top: 20px;
}

.supportV2ClaimFormInlineItem .import .i {
    width: 70px;
    height: 70px;
    background: #F5F5F5;
    position: relative;
    cursor: pointer;
    display:inline-block; 
    margin-right:15px; 
}
.supportV2ClaimFormInlineItem .import .i .layui-icon-close{
	position:absolute;
	right:-8px;
	top:-8px;
	background:#645e5e;
	border-radius:50%;
	padding:2px; 
	 z-index: 11;
	color:#fff;  
}

.supportV2ClaimFormInlineItem .import .i img.uplaod {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.supportV2ClaimFormInlineItem .import .i img.normalImg{
	width: 70px;
    height: 70px;
}


#form .two-input select {
    width: 49%;
    background: #F5F5F5;
    border-radius: 5px;
    border: none;
    height: 40px;
    padding-left: 20px;
    line-height:1.5;
    font-weight: 400;
    color: #505151;
    
}