.rightFloat {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 71px;
	z-index: 20;
}

.rightFloat .rightFloatTop {
	border: 1px solid #e7e7e7;
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: #fff;
	padding: 16px 0;
	box-sizing: border-box;
	position: relative;
}

.rightFloat .rightFloatTop .rightFloat-popup {
	position: relative;
}

.rightFloat .rightFloatTop:hover .rightpop {
	display: block;
}

.rightFloat .rightFloatTop .rightpop {
	display: none;
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	font-family: MicrosoftYaHei;
	background: #fff;
	min-width: 150px;
	/* border: 1px solid #ebeef5; */
	/* padding: 12px; */
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	word-break: break-all;
	transition: .5s linear;
	border-radius: 16px;
	overflow: hidden;
}


.rightpop .title {
	color: #444444;
	font-size: 14px;
	font-weight: 600;
}

/* .rightpop .popcontent {
	margin-top: 4px;
	color: #9B9B9B;
	font-size: 12px;
}

.rightpop p {
	text-align: center;
}

.rightpop img {
	width: 157px;
} */
.rightFloat .tts_side_list {
    margin-top: 4px;
    border-radius: 4px;
    box-shadow: 0px 4px 24px 1px rgb(37 37 89 / 16%);
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 100;
}
.rightFloat .tts_side_list .item {
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.rightFloat .tts_side_list .item>p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    margin-top: 4px;
}
.rightFloat .tts_side_list .item > img {
    width: 36px;
}
.rightpop .qrcode_container {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 300px;
}

.rightpop .qrcode_container .qrcode_container_title {
	position: absolute;
	top: 256px;
	font-weight: bold;
	font-size: 24px;
	left: 32px;
	color: #fff;
}

.rightpop .qrcode_container .info {
	display: flex;
	justify-content: space-between;
	padding: 16px 20px;
	width: 100%;
	box-sizing: border-box;
}

.rightpop .qrcode_container .info .left_texts {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 4px 0 10px;
}

.rightpop .qrcode_container .info .left_texts .bth {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	font-style: italic;
}
.rightpop .qrcode_container .info .left_texts .label {
    background-color: #F5F6FA;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    border-radius: 4px;
    height: 22px;
    font-size: 12px;
    color: #9EA5BB;
}
.rightpop .qrcode_container .info .left_texts .label img {
    width: 20px;
}
.rightFloat .rightFloatBottom {
	border: 1px solid #e7e7e7;
	border-right: 0;
	border-radius: 6px 0 0 6px;
	padding: 16px 0;
	box-sizing: border-box;
	background: #F7F7F7;
	text-align: center;
	cursor: pointer;
}

.rightListItem {
	text-align: center;
	padding-top: 33px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #292929;
	position: relative;
	cursor: pointer;
}

.rightListItem:after {
	content: '';
	position: absolute;
	width: 50px;
	bottom: 0;
	right: 10px;
	height: 1px;
	background: #E5E5E5;
}

.meiqia.rightListItem:after {
	height: 0;
}

.wechat {
	background: url(/Public/images/wechatActive.png) top center no-repeat;
}

.call {
	background: url(/Public/images/callActive.png) top center no-repeat;
}

.meiqia {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
	background: url(/Public/images/meiqiaActive.png) top center no-repeat;
}

.wechat:hover {
	color: #3e95ee;
}

.call:hover {
	color: #3e95ee;
}

.meiqia:hover {
	color: #3e95ee;
}

.bottomSubmit {
	height: 70px;
	width: 100%;
	background: #fff;
	color: #414141;
	position: fixed;
	bottom: -200px;
	left: 0;
	z-index: 10;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .16);
}

.bottomSubmit #back-to-top {
	float: right;
	width: 70px;
	height: 100%;
	background: #F1F1F1;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}

.bottomSubmit #back-to-top img {
	vertical-align: middle;
}

.bottomSubmit .backtop {
	width: 70px;
	height: 70px;
	background: #F1F1F1;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.bottomSubmit .backtop img {
	width: 50px;
	margin: 17.5px auto 0;
	display: block;
}

.bottomSubmit .max_1200 {
	position: relative;
	height: 100%;
}

.bottomSubmit img.woman {
	/* width: 314px; */
	position: absolute;
	left: 0;
	bottom: 10px;
}

.bottomSubmit .submitBtn {
	width: 178px;
	height: 40px;
	margin: 15px 0;
	font-size: 15px;
	color: rgb(255, 255, 255);
	background: #518dea;
	border-color: #518dea;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	font-weight: 500;
	border-width: 1px;
	border-style: solid;
	transition: all 0.1s ease 0s;
	padding: 12px 20px;
	border-radius: 4px;
	border-image: initial;
	outline: 0px;
}

.bottomSubmit .submitBtn:hover {
	background: #66b1ff;
	border-color: #66b1ff;
	color: #fff;
}

.bottomSubmit input {
	width: 390px;
	height: 40px;
	border: 1px solid #518dea;
	border-radius: 4px;
	margin: 15px 20px;
	box-sizing: border-box;
	padding-left: 14px;
	font-size: 15px;
}

.bottomSubmit p {
	font-size: 20px;
	font-family: MicrosoftYaHei, Avenir, Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1;
	margin-top: 25px;
}

.bottomSubmit .askBtn {
	line-height: 1;
	padding: 12px;
	background: #FFCC00;
	color: #000;
	font-size: 15px;
	border-radius: 4px;
	position: absolute;
	left: 180px;
	top: 16px;
	z-index: 2;
	cursor: pointer;
}

.bottomSubmitTop {
	bottom: 0;
	transition: bottom 0.5s linear;
}

.bottomSubmitDown {
	bottom: -200px;
	transition: bottom 0.2s linear;
}

.headtip {
	width: 345px;
	height: 42px;
	background: #f9dfdd;
	box-shadow: 0 0 6px #d5d5d5;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	z-index: 1000;
}

.feedback-mask {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	z-index: 999;
	text-align: center;
}

.feedback-pop {
	display: inline-block;
	background-color: #ffffff;
	text-align: center;
	margin: 15rem auto;
	font-family: MicrosoftYaHei, Avenir, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 38px 0;
	border-radius: 15px;
}

.feedback-pop h2 {
	font-size: 30px;
	color: #414141;
	text-align: center;
	margin-bottom: 18px;
	position: relative;
}

.feedback-pop h2 .closeBox {
	position: absolute;
	right: 10px;
	top: -23px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.feedback-pop h2 .closeBox img {
	width: 20px;
	margin-top: 10px;
}

.feedback-pop .successContent {}

.feedback-pop .successContent .successItem {
	width: 308px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.successItem.successLeft:after {
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 2px;
	height: 208px;
	background: #DADADA;
}

.successItem.successRight {
	padding-top: 6px;
}

.successItem .successTop {
	color: #444444;
	font-size: 18px;
	font-weight: 600;
}

.successItem .successBottom {
	color: #292929;
	font-size: 12px;
	line-height: 18px;
}

.successItem.successLeft {
	position: relative;
}

.successItem.successLeft img {
	width: 159px;
	display: block;
	margin: 0 auto;
}

.successItem.successLeft .successTop {
	margin-top: 22px;
	margin-bottom: 12px;
}

.successItem.successRight .successTop {
	text-align: center;
	margin: 15px 0;
}

.successItem.successRight .successBottom {
	text-align: justify;
	width: 230px;
	margin: 0 auto;
}
