.guideHeader{
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background-color: #FFFFFF;
	position: fixed;
    top: 0px;
    z-index: 999;
}
.guideHeader .headerCon{
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
}
.guideLogoCh{
	width: 100px;
}
.getCodeCon{
	/* width: 1200px; */
	margin: 0 auto;
	/* min-height: 480px; */
	/* background-color: #FFFFFF; */
}
.getCodeBg{
	position: absolute;
	top: 60px;
}
.getCodeBg .bgImg{
	width: 100%;
	min-width: 1200px;
}
.newCodeBg{
	margin-top: 60px;
}
.newCodeBg .newBgImg{
	width: 100%;
	min-width: 1200px;
}
.getCodeLogo{
	position: absolute;
	left: 40px;
	top:40px;
}
.getCodeLogo img{
	width: 128px;
}
.getCodeTitle{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 600;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:48px;
}
.exchangeCon{
	width: 1200px;
	min-height: 112px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(70, 72, 79, 0.24);
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
    margin-top: 14%;
}
.exchangeCon .topTitleCon{
	width: 320px;
	height: 56px;
	background: #0C80F4;
	border-radius: 0px 0px 100px 100px;
	margin: 0 auto;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 24px;
}
.exchangeCon .exCon{
	padding: 35px 65px;
	width: 500px;
    margin: 0 auto;
}
.exchangeCon .exCon .title{
	line-height: 40px;
	color: #5B5B5F;
	font-size: 14px;
	width: 70px;
}
.exchangeCon .exCon .w-flex{
	margin-bottom: 30px;
}
.exchangeCon .exCon .exCodeInput{
	width: 327px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #C5C5CB;
	padding-left: 15px;
	font-size: 14px;
}
.exchangeCon .exCon .exCodeInput2{
	width: 323px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 24px;
	border: 1px solid #8B8B8C;
	padding-left: 15px;
	font-size: 14px;
}
.exchangeCon .exCon .nowGetBtn{
	color: #FFFFFF;
    font-size: 14px;
    width: 135px;
    height: 40px;
    background: #0E92E4;
    border-radius: 4px;
    margin-left: 10px;
	cursor: pointer;
}
.exchangeCon .exCon .getPhoneNumber{
	color: #0E92E4;
	font-size: 14px;
	width: 135px;
	height: 40px;
	background: none;
	border: 0;
	margin-left: 10px;
	cursor: pointer;
	text-align: left;
}
.exchangeCon .exCon .getPhoneNumber2{
	color: #0E92E4;
	font-size: 14px;
	width: 135px;
	height: 40px;
	background: none;
	border: 0;
	margin-left: 10px;
	cursor: pointer;
	text-align: left;
	display: none;
}
.exchangeCon .exCon .getPhoneSel{
	height: 40px;
    width: 124px;
    border-radius: 4px;
    border: 1px solid #C5C5CB;
	padding-left: 15px;
}
.bkCon{
	border-radius: 24px;
	border: 1px solid #8B8B8C;
}
.bkCon .getPhoneSel{
	border: none !important;
	background: transparent !important;
}
.bkCon .exCodeInput{
	border: none !important;
	background: transparent !important;
	padding-left: 0 !important;
}
.bkCon .line {
    height: 13px;
    border-right: 1px solid #8B8B8C;
    margin: 0 12px;
}
.getCodeError{
	width: 12px;
}
.getCodeTag{
	font-size: 12px;
	color: #98989A;
}
.goViewBtn{
	width: 345px;
    height: 42px;
    background: #0E92E4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
	cursor: pointer;
}
.goViewBtn.new{
	width: 340px;
	background: #0C80F4;
	border-radius: 24px;
}
.goViewBtn2{
	width: 345px;
    height: 42px;
    background: #C5C5CB;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
}
.goViewBtn2.new{
	width: 340px;
	background: #0C80F4;
	border-radius: 24px;
}
.getCodeLoad{
	width: 20px;
	position: relative;
    top: -2px;
	-webkit-animation:roateFun 3s linear infinite;
}
.gcnDetail{
	width: 1160px;
	padding: 20px;
	padding-top: 40px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(70, 72, 79, 0.24);
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	margin-top: 7%;
	display: none;
}
.newPrintCon{
	text-align: center;
	position: absolute;
	top: 20px;
	right: 40px;
}
.newPrintCon .newPrint{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #0C80F4;
	border-radius: 50%;
	margin: 0 auto;
}
.newPrintCon .newPrint i{
	font-size: 20px;
	color: #0C80F4;
}
.newPrintCon p{
	text-align: center;
	font-size: 14px;
	color: #0C80F4;
	margin-top: 5px;
}
.gcnDetail.active{
	display: block;
}
.gcnDetail .w425{
	width: 300px;
	margin: 0 auto;
}
.gcnDetail .w425 .gcnTop{
	position: relative;
	font-size: 14px;
	color: #5B5B5F;
	margin-bottom: 40px;
}
.gcnTop .copy-icon{
	width: 16px;
    position: relative;
    top: -2px;
	cursor: pointer;
}
.gcnTop .afterSale{
	color: #0E92E4;
	position: absolute;
	right: 0px;
}
.gcnCardName{
	font-size: 20px;
	font-weight: 600;
	color: #141416;
	text-align: center;
	margin-bottom: 30px;
}
.gcnCardImg{
	text-align: center;
	margin-bottom: 30px;
}
.gcnCardImg img{
	width: 300px;
}
.gcnDataCon{
	font-size: 14px;
	margin-bottom: 20px;
}
.gcnDataCon .title{
	width: 70px;
	color: #5B5B5F;
}
.gcnDataCon .w-cell2{
	position: relative;
	color: #141416;
	font-size: 16px;
}
.gcnDataCon .statusCon{
	color: #5B5B5F;
	position: absolute;
	right: 0px;
	top:0px;
	font-size: 14px;
}
.gcnDataCon .statusCon .type{
	color: #5B5B5F;
	margin-left: 10px;
}
.gcnDataCon .statusCon .gcnTipIcon{
	width: 16px;
    margin-left: 5px;
    position: relative;
    top: -3px;
	cursor: pointer;
}
.gcnDataCon .copy-icon{
	width: 16px;
    position: relative;
    top: -2px;
	cursor: pointer;
	margin-left: 10px;
}
.gcnDataCon .rdOnly{
	border: 0px;
	width: 170px;
	font-size: 14px;
}
.rdOnlyShow{
	display: none;
}
.gcnBtnCon{
	/* width: 422px; */
	margin-top: 20px;
}
.gcnBtnCon button{
	margin-bottom: 15px;
	font-size: 14px;
	cursor: pointer;
}
.gcnBtnCon .gcnSeeBtn{
	width: 422px;
	height: 42px;
	background: #0E92E4;
	border-radius: 8px;
	color: #FFFFFF;
}
.gcnBtnCon .gcnUseBtn{
	width: 80px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #0C80F4;
	background: #FFFFFF;
	color: #0C80F4;
	margin-right: 30px;
}
.typeABtnCon{
	position: relative;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(137deg, #1CB7FA 0%, #0C80F4 100%);
	border-radius: 24px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	margin-left: 20px;
}
.typeABtnCon .rightBTcon{
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	right: 5px;
}
.typeABtnCon .rightBTcon i{
	color: #3F7CFC;
	font-size: 20px;
}
.typeBBtnCon{
	position: relative;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(137deg, #1CB7FA 0%, #0C80F4 100%);
	border-radius: 24px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	margin-left: 20px;
}
.typeBBtnCon .rightBTcon{
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: linear-gradient(180deg, #FFEBB2 0%, #FFC336 100%);
	border-radius: 50%;
	position: absolute;
	top: 3px;
	right: 5px;
	color: #C14712;
	font-size: 14px;
	text-align: center;
}
.gcnBtnCon .gcnPrintBtn{
	width: 422px;
	height: 42px;
	background: #0E92E4;
	border-radius: 8px;
	color: #FFFFFF;
}
.reBanner{
	width: 1200px;
    margin: 20px auto;
	position: relative;
    /* top: -100px; */
}
.reBanner .bannerImg{
	width: 100%;
}
.reH3{
	position: absolute;
	top:30px;
	left: 250px;
	color: #0E92E4;
	font-size: 20px;
	font-weight: bold;
}
.reBanner .getText{
	font-size: 18px;
	position: absolute;
    top: 70px;
    left: 250px;
}
.reBanner .getText span{
	color: #0E92E4;
}
.reBanner .reBtn{
	position: absolute;
	top: 115px;
    left: 248px;
	width: 168px;
	height: 40px;
	line-height: 40px;
	background: #0E92E4;
	border-radius: 24px;
	color: #FCD64F;
	font-size: 18px;
	text-align: center;
}
.ruleCon{
	width: 1200px;
	min-height: 220px;
	margin: 20px auto;
	position: relative;
    /* top: -100px; */
}
.ruleCon .rc1{
	margin-right: 20px;
	background-color: #FFFFFF;
	padding: 20px 40px;
}
.ruleCon .rc1.addBg{
	background: url(../../images/gcbyBg.png) no-repeat center center;
	background-size: 100% 100%;
}
.ruleCon .rc1 h3{
	color: #141416;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
.ruleCon .rc1 p{
	font-size: 14px;
	color: #17171A;
	line-height: 30px;
}
.ruleCon .rc2{
	background-color: #000000;
	position: relative;
	background: url("https://giftcardpublic.oss-cn-hangzhou.aliyuncs.com/public/images/gcbyBg.png") no-repeat;
	background-size: 100% 100%;
}
.ruleCon .rc2 p{
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
    top: 86px;
    left: 21px;
}
.exMem{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11111;
	display: none;
}
.exMem.active{
	display: block;
}
.exMemCon{
	width: 470px;
	min-height: 372px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(70, 72, 79, 0.24);
	border-radius: 8px;
	position: absolute;
	left: 50%;
	margin-left: -235px;
	top:50%;
	transform: translateY(-50%);
}
.exMemCon .fa-times{
	position: absolute;
	font-size: 16px;
	cursor: pointer;
	top:15px;
	right: 15px;
}
.exMemCon .title1{
	margin-top: 45px;
	color: #141416;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.exMemCon .title2{
	margin-top: 5px;
	color: #141416;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
.exMemCon .exLabelCon{
	display: block;
    margin: 0 auto;
    margin-left: 108px;
	color: #98989A;
	font-size: 16px;
	margin-bottom: 20px;
	cursor: pointer;
}
.exMemCon .exLabelCon.active{
	color: #0E92E4;
}
.exMemCon .exLabelCon input{
	margin-right: 5px;
}
.exMemCon .exBtn{
	width: 146px;
	height: 42px;
	background: #0E92E4;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}
.printMem{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11111;
	display: none;
	overflow: auto;
}
.printMem.active{
	display: block;
}
.printCon .fa-times{
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	top:0px;
	right: -30px;
	cursor: pointer;
}
.printCon{
	width: 375px;
	background-color: #F9F9F9;
	position: absolute;
	left: 50%;
	margin-left: -187.5px;
	top: 25px;
}
.printCon .printPad{
	padding: 15px;
}
.gcnCardImgCon{
	margin-bottom: 15px;
}
.gcnCardImgCon .gcnCardImg2{
	position: relative;
	margin-bottom: 15px;
	max-height: 250px;
    overflow: hidden;
}
.gcnCardImgCon .gcnCardImg2 img{
	width: 100%;
}
.gcnCardImgCon .gcnCardImg2 .bottomCon{
	width: 94%;
    height: 54px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgb(112 132 145 / 39%);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0px;
    padding: 0 3%;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 54px;
}
.gcnCardImg2 .bottomCon .money{
	position: absolute;
	right: 15px;
}
.prlogoCon{
	height: 20px;
	text-align: right;
	margin-bottom: 20px;
}
.prlogoCon img{
	width: 59px;
}
.prCardCon{
	padding: 15px;
	border-radius:8px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.barCodeCon{
	
}
.prFlex{
	font-size: 14px;
	margin-bottom: 30px;
}
.prFlex:last-child{
	margin-bottom: 0px;
}
.prFlex .c1{
	text-align: left;
	color: #5B5B5F;
}
.prFlex .c2{
	text-align: right;
	color: #141416;
}
.prFlex .c2 input{
	text-align: right;
	border: 0;
}
.prTitle{
	font-size: 13px;
	color: #141416;
	margin-bottom: 15px;
}
.prWord{
	font-size: 11px;
	color: #5B5B5F;
	margin-bottom: 15px;
}
.prWord span{
	display: block;
	font-size: 11px;
	color: #5B5B5F;
}
.printBtn{
	color: #FFFFFF;
    font-size: 14px;
    width: 135px;
    height: 40px;
    background: #0E92E4;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
	margin: 0 auto;
	margin-bottom: 30px;
    display: block;
}
.loginMem{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11111;
	display: none;
}
.loginMem.active{
	display: block;
}
.loginMem .loginCon{
	width: 470px;
	height: 368px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(70, 72, 79, 0.24);
	border-radius: 8px;
	position: absolute;
	left: 50%;
	margin-left: -235px;
	top:50%;
	transform: translateY(-50%);
}
.loginMem .loginCon .loginHead{
	width: 470px;
	height: 90px;
	background: linear-gradient(180deg, #20C4F3 0%, #129CF2 100%);
	border-radius: 8px 8px 0px 0px;
	position: relative;
}
.loginHead .fa-times{
	position: absolute;
	font-size: 16px;
	cursor: pointer;
	top:15px;
	right: 15px;
	color: #FFFFFF;
	cursor: pointer;
}
.loginCon .loginText{
	color: #17171A;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-top: 110px;
}
.loginCon .loginGoBtn{
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 18px;
	width: 146px;
	height: 42px;
	background: #0E92E4;
	border-radius: 8px;
	margin-top: 50px;
	cursor: pointer;
}
.loginCon .loginMemBg{
	width: 268px;
	position: absolute;
	left: 50%;
	margin-left: -134px;
	top:0px;
	z-index: 10;
}
.showLock{
	display: none;
}
.showLock .lockImg{
	width: 140px;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 60px;
}
.showLock .lockText{
	color: #141416;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
@keyframes roateFun
{
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
@-webkit-keyframes roateFun {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
.exAlertMem{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none;
}
.exAlertMem.active{
	display: block;
}
.exAlertMem .exAlert{
	position: absolute;
	width: 350px;
	height: 160px;
	background-color: #FFFFFF;
	top:50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -175px;
	border-radius: 4px;
}
.exAlert .title{
	margin-top: 36px;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.exAlert .butCon{
	text-align: center;
	margin-top: 20px;
}
.exAlert button{
	width: 88px;
	height: 30px;
	background-color: #208ED0 !important;
	font-size: 14px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
}
.ydRegMem{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.ydRegMem.active{
	display: block;
}
.ydImgCon{
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top:50%;
}
.ydImgCon .ydImg{
	width: 500px;
	cursor: pointer;
}
.ydImgCon .icon-close1{
	font-size: 30px;
	position: absolute;
	color: #FFFFFF;
	top:0;
	right: 0;
	cursor: pointer;
	z-index: 99;
}
.typeAlertMemA{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.typeAlertMemA .typeAlert{
	width: 460px;
	height: 400px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top:50%;
}
.typeAlertMemA .typeAlert .icon-close{
	position: absolute;
	font-size: 16px;
	color: #000000;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.typeAlertMemA .typeAlert .title{
	margin-top: 60px;
	color: #17171A;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.typeAlertMemA .typeAlert .licaiCon{
	text-align: center;
}
.gcIconImg{
	width: 154px;
}
.typeAlertMemA .typeAlert .icon-licai{
	font-size: 100px;
	color: #0C80F4;
}
.typeAlertMemA .typeAlert .seeCardBtn{
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #0C80F4;
	border-radius: 24px;
	margin-top: 20px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.typeAlertMemB{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.typeAlertMemB .typeAlert{
	width: 460px;
	height: 360px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top:50%;
}
.typeAlertMemB .typeAlert .icon-close{
	position: absolute;
	font-size: 16px;
	color: #000000;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.typeAlertMemB .typeAlert .title{
	margin-top: 60px;
	color: #17171A;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
.typeAlertMemB .typeAlert .textTag{
	text-align: center;
	font-size: 16px;
	color: #17171A;
	text-align: center;
	margin-bottom: 24px;
}
.typeAlertMemB .typeAlert .textTag span{
	font-size: 20px;
	color: #FF5306;
}
.typeAlertMemB .typeAlert .excouponCon{
	width: 104px;
	height: 88px;
	margin: 0 auto;
	margin-bottom: 60px;
	position: relative;
	background: url(../../images/gcAlertBg.png) no-repeat;
	background-size: 100% 100%;
}
.typeAlertMemB .typeAlert .excouponCon .line{
	width: 90px;
	border-bottom: 1px dashed  #0C73F4;
	position: absolute;
	bottom: 17px;
    left: 50%;
    margin-left: -45px;
	
}
.typeAlertMemB .typeAlert .excouponCon .money{
	color: #0C73F4;
	font-size: 30px;
	font-weight: 600;
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
}
.typeAlertMemB .typeAlert .seeCardBtn{
	display: block;
	margin: 0 auto;
	width: 192px;
	height: 40px;
	line-height: 40px;
	background: #0C80F4;
	border-radius: 24px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.dhmTagCon{
	width: 1200px;
	min-height: 370px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 140px;
	border-radius: 4px;
	display: none;
}
.dhmIconCon{
	text-align: center;
	padding-top: 20px;
}
.dhmIconCon .icon-jingshi{
	font-size: 62px;
	color: #FDCF09;
}
.dhmTagCon .ysyText{
	text-align: center;
	margin-top: 25px;
	color: #17171A;
	font-weight: 600;
	font-size: 24px;
}
.dhmTagCon .ysyText2{
	text-align: center;
	margin-top: 20px;
	color: #17171A;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 40px;
	display: none;
}
.dhmTagCon .dhmBtn{
	display: block;
	width: 340px;
	height: 48px;
	background: #0C80F4;
	border-radius: 24px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: none;
}
.dhmTagCon .rhckText{
	text-align: center;
	margin-top: 80px;
	color: #17171A;
	font-size: 18px;
	font-weight: 600;
	display: none;
}
.dhmTagCon .oneTcon{
	width: 530px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 40px;
	display: none;
}
.dhmTagCon .oneTcon .line{
	position: absolute;
    width: 120px;
    border-bottom: 1px dashed #D1D1D1;
    top: 18px;
    left: 208px;
}
.dhmTagCon .oneTcon .one1{
	text-align: center;
}
.dhmTagCon .oneTcon .one1 img{
	width: 36px;
}
.dhmTagCon .oneTcon .one2{
	margin-top: 15px;
}
.dhmTagCon .oneTcon .one2 .w-cell2{
	text-align: center;
	color: #17171A;
	font-size: 14px;
}
.dhmTagCon .twoTcon{
	width: 870px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 40px;
	display: none;
}
.dhmTagCon .twoTcon .line1{
	position: absolute;
	width: 120px;
	border-bottom: 1px dashed #D1D1D1;
	top: 18px;
	left: 220px;
}
.dhmTagCon .twoTcon .line2{
	position: absolute;
	width: 120px;
	border-bottom: 1px dashed #D1D1D1;
	top: 18px;
	right: 220px;
}
.dhmTagCon .twoTcon .two1{
	text-align: center;
}
.dhmTagCon .twoTcon .two1 img{
	width: 36px;
}
.dhmTagCon .twoTcon .two2{
	margin-top: 15px;
}
.dhmTagCon .twoTcon .two2 .w-cell2{
	text-align: center;
	color: #17171A;
	font-size: 14px;
}