@charset "utf-8";
.duplicate2_box{ width: 100%;font-family: SourceHanSansSC-regular;background: rgb(242,242,246);margin-top: 60px;padding-top: 20px; }
.duplicate2_container{ width: 1160px;margin:0 auto;margin-bottom: 30px;box-sizing: border-box;background: rgb(255, 255, 255);box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);text-align: center; }
.duplicate2_container ul{ background: rgb(255, 255, 255);height: 60px;border-bottom: 1px solid rgb(232, 232, 232);border-radius: 2px;display: flex;justify-content: left;align-items: center; }
.duplicate2_container ul li{ width: 140px;height: 60px;line-height: 60px;text-align: center;box-sizing: border-box;position: relative;color: rgb(153, 153, 153); }
.duplicate2_active{ color: rgb(51,51,51); }
.duplicate2_active:after{ display: block;content: "";height: 3px;position: absolute;bottom: -1px;width: 100%;background: #ff9100; }
.duplicate2_container h1{ padding-top: 56px;padding-bottom: 24px;color: rgb(51, 51, 51);font-size: 28px;font-family: SourceHanSansSC-regular;box-sizing: border-box;margin-bottom: 14px;font-weight: 500; }
.duplicate2_entry{ width: 380px;height: 40px;box-sizing: border-box;font-variant: tabular-nums;list-style: none;font-feature-settings: "tnum";position: relative;display: inline-block;padding: 4px 11px;color: rgba(0,0,0,.65);font-size: 14px;line-height: 1.5;background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;transition: all .3s; }
.get_img{ padding: 12px 0px;width: 380px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;box-sizing: border-box; }
.get_img input{ width: 240px;height: 40px;box-sizing: border-box;font-variant: tabular-nums;list-style: none;font-feature-settings: "tnum";position: relative;display: inline-block;padding: 4px 11px;color: rgba(0,0,0,.65);font-size: 14px;line-height: 1.5;background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 2px;transition: all .3s; }
.duplicate2_search_btn{ width: 380px;height: 40px;color: #fff;background-color: #ff9100;border-color: #ff9100;border: none;line-height: 1.499;font-weight: 400;white-space: nowrap;text-align: center;cursor: pointer;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;-ms-border-radius: 2px;padding: 0 15px;font-size: 14px; }
.duplicate2_tips{ width: 722px;padding-top: 64px;padding-bottom: 30px;text-align: left;margin: 0 auto; }
.duplicate2_tips_title{ color: rgb(51, 51, 51);margin-bottom: 20px; }
.duplicate2_tips_inof{ color: rgb(155, 155, 155);margin-bottom: 14px;font-size: 14px; }
.code_img{ border: 1px solid #ddd;box-sizing: border-box;cursor: pointer; }

.duplicate_result_box{ line-height: 30px;padding-top: 70px;width: 380px;margin:0 auto;font-family: SourceHanSansSC-regular;display: none; }
.wrong_tips{ font-size: 20px;color: red;text-align: left;display: none;margin-top: 30px;text-align: center; }
.right_list{ text-align: left; }
.right_list_title{ font-size: 20px;color: rgb(27, 135, 35); }
.right_list_item{ font-size: 16px;color: rgb(155, 155, 155); }

/*ipad*/
@media screen and (max-width: 1199px) and (min-width: 750px)
{
	.duplicate2_container{ width: auto; }
}
/*mobile*/
@media screen and (max-width: 750px)
{	
	.right_fixed{ display: none; }
	.duplicate2_container{ width: auto; }
	.duplicate2_container ul{ height: 40px;width: 100%; }
	.duplicate2_container ul a{ display: block;width: 33.3%; }
	.duplicate2_container ul li{ width: 100%;height: 40px;line-height: 40px;font-size: 14px; }
	.duplicate2_active:after{ width: 84%;left: 7%; }

	.duplicate2_container h1{ padding-top: 30px;font-size: 22px;padding-bottom: 10px; }
	.duplicate2_entry{ width: 80%;height: 36px; }
	.get_img{ width: 80%; }
	.get_img input{ height: 36px; }
	.code_img{ height: 36px; }
	.duplicate2_search_btn{ width: 80%;height: 36px; }
	.duplicate2_tips{ width: auto;box-sizing: border-box;padding: 30px 15px 10px; }
	.duplicate2_tips_title{ margin-bottom: 10px; }
	.duplicate2_tips_inof{ margin-bottom: 7px;font-size: 12px; }
	.wrong_tips{ font-size: 16px; }
	.duplicate_result_box{ padding-top: 20px;padding-left: 10%;box-sizing: border-box;line-height: 28px; }
	.right_list_title{ font-size: 16px; }
	.right_list_item{ font-size: 14px; }
}