.game_nav_box {
	width: 100%;
	height: 81px;
	background: #FFFFFF;
	box-shadow: -3px 2px 9px 1px rgba(211, 211, 211, 0.7);
	line-height: 81px;
}

.game_nav_logo {
	width: 205px;
	height: 65px;
	/*background: #B1B1B1;*/
	/*margin-top: 16px;*/
}

.game_nav_ul li {
	float: left;
	padding: 0 13px;
	margin: 0 15px;
}

.game_nav_ul li a {
	color: gray;
}
.game_nav_active a {
	color: #41A917 !important;
	font-weight: 600;
}

.game_nav_active {
	border-bottom: 2px solid #41A917;
}

.game_banner {
	width: 1200px;
	margin: 0 auto;
	height: 360px;
	border-radius: 10px;
	margin-top: 23px;
}

.game_banner img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.game_history {
	background: url(../img/game7.png) no-repeat;
    height: 119px;
    border-radius: 50px;
    background-size: 100% 100%;
    margin-top: 16px;
    padding: 0 60px;
    box-sizing: border-box;
    line-height: 104px;
}
.game_history_sum img {
	width: 26px;
    height: 32px;
    margin-right: 12px;
}
body {
	background: #FAFAFA;
}

.game_history_sum {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}
.game_function {
	margin-bottom: 41px;
}
.game_function div {
	width: 200px;
	height: 199px;
	background: white;
	border-radius: 10px;
	margin-right: 47px;
	float: left;
	text-align: center;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	border: 1px solid white;
}
.game_function div a {
	color: #333333;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.game_function div:hover a {
	color: #41A917;
}
.game_function div:hover {
	border: 1px solid #41A917;
	color: #41A917;
	font-size: 20px;
}
.game_function div img {
	margin-top: 37px;
}
.game_function div:last-child {
	margin-right: 0;
}
.game_history_num {
	color: #FF8A00;
    font-size: 21px;
    font-weight: 600;
    margin-left: 15px;
}
.game_history_font {
	/*width: 272px;*/
	/*单行文本溢出隐藏*/
	/*text-overflow: ellipsis;*/
	/*溢出文本显示省略号*/
	/*white-space: nowrap;*/
	/*溢出隐藏*/
	/*overflow: hidden;*/
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	float: right;
}

.game_hot {
	width: 1200px;
	height: 511px;
	background: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid white;
}

.game_hot_title {
	font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 0 43px;
    line-height: 85px;
}

.game_hot_con {
	padding: 0 40px;
}
.game_hot_title img {
	    margin-left: 18px;
    margin-top: -4px;
}
.game_hot_list {
    height: 178px;
    position: relative;
    float: left;
    /*margin-right: 35px;*/
    /*margin-bottom: 35px;*/
}



.game_hot_list a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.game_hot_box p {
	position: absolute;
    top: 39px;
    width: 100%;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-size: 17px;
}

.game_hot_box {
    /*height: 178px;*/
    /*position: relative;*/
	width: 147px;
	height: 110px;
	border-radius: 15px;
	-moz-box-shadow: 10px 8px 15px #e9e9e9;
	-webkit-box-shadow: 10px 8px 15px #e9e9e9;
	box-shadow: 10px 5px 15px #e9e9e9;
}

.game_hot_p {
	    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    /* color: white; */
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

/*.game_hot_list:nth-child(5n) {*/
/*	margin-right: 0;*/
/*}*/

.game_hot86 {
	margin-bottom: 86px;
}

.game_notice {
	width: 1200px;
	height: 929px;
	background: #FFFFFF;
	border-radius: 10px;
}

.game_more {
    font-weight: 100;
    float: right;
    font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
}
.game_more img {
	    margin-left: 5px;
    margin-top: -3px;
}

.game_notice_list {
	padding: 0 42px;
}

.game_notice_box:first-child {
	padding-top: 0 !important;
}

.game_notice_box {
	border-bottom: 1px solid #F2F2F2 !important;
    padding: 50px 0;
}
.game_notice_box:hover .game_notice_more {
	color: #41A917;
}
.game_notice_box:hover .game_notice_b {
	display: block;
}
.game_notice_box:hover .game_notice_a {
	display: none;
}
.game_notice_b {
	display: none;
	margin-top: 3px;
	margin-left: 5px;
}
.game_notice_a {
	margin-top: -4px;
	margin-left: 5px;
}
.game_notice_box:last-child {
	border-bottom: none !important;
}
.game_color {
	color: #41A917;
}
.game_notice_title {
	font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 0 43px;
    line-height: 100px;
}

.game_notice_box a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.game_notice_img {
	width: 418px;
	height: 185px;
	border-radius: 10px;
}

.game_notice_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.game_notice_font {
	margin-left: 52px;
	width: 645px;
}

.game_fr_title {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.game_notice_p {
	line-height: 25px;
    width: 419px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.game_notice_an {
	text-indent: 2em;
}


.footer {
	height: 306px;
	width: 100%;
	background: #dcba01;
	margin-top: 155px;
	padding-top: 83px;
    box-sizing: border-box;
    color: white;
}

.footer_codes {
	height: 149px;
    display: inline-block;
    width: 20px;
    margin-left: 52px;
}

.footer_font {
	margin-left: 194px;
}

.footer_a a {
	font-size: 17px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    margin-right: 35px;
}

.footer_p {
	    margin: 40px 0;
}

.game_nav_classify {
	height: 68px;
	background: #FFFFFF;
	box-shadow: 1px 7px 19px 5px rgba(219, 219, 219, 0.3);
	border-radius: 10px;
	margin-top: 84px;
	margin-bottom: 53px;
	text-align: center;
	line-height: 68px;
}

.game_nav_classify div {
	width: 50%;
	float: left;
}

.game_classify_a {
	border-bottom: 2px solid #41A917;
    color: #41A917;
}
.p {
	
}

.history_succeed {
	width: 324px;
	height: 199px;
	border-radius: 10px;
	margin-right: 45px;
	
}

.history_succeed img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.history_succeed_font {
	line-height: 40px;
	width: 770px;
}

.game_price {
	text-align: right;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.game_no {
	width: 100px;
	height: 38px;
	border: 1px solid #D9D9D9;
	border-radius: 19px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
}

.game_safety_box span {
	margin-right: 25px;
}

.game_safety {
    /*width: 91px;*/
    height: 24px;
    border: 1px solid #41A917;
    border-radius: 12px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #41A917;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
}

.game_grade {
	/*min-width: 116px;*/
	height: 24px;
	border: 1px solid #FF9227;
	border-radius: 12px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FF9227;
	display: inline-block;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
}

.history_title {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	width: 500px;
	/*单行文本溢出隐藏*/
	text-overflow: ellipsis;
	/*溢出文本显示省略号*/
	white-space: nowrap;
	/*溢出隐藏*/
	overflow: hidden;
}

.history_district {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

.history_district span {
	margin-right: 47px;
}

.history_number {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
}

.history_number img {
	margin-right: 5px;
	width: 18px;
	height: 17px;
}

.history_list {
	border-bottom: 1px solid #F2F2F2;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.history_list_nav {
	margin-bottom: 29px;
}

.history_list_ul {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #B3B3B3;
}

.history_list_ul li {
	margin-right: 130px;
}

.history_list_active {
	color: #FEAB58;
}
.history_title_top {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}

.history_title_img img {
	margin-right: 16px;
	margin-left: 17px;
}

.hon {
	margin-left: 18px;
    margin-top: -4px;
}

.history_select {
	background: #FAFAFA;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-right: 82px;
	outline: none;
}

.history_screen {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.history_screen img {
	margin-left: 5px;
    margin-top: -2px;
}

.game_price_a {
	color: #E03737;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.personal_center {
	margin-top: 24px;
}
.personal_center_fl{
	width: 199px;
	height: 749px;
	background: #FFFFFF;
	box-shadow: 1px 7px 19px 5px rgba(219, 219, 219, 0.3);
	border-radius: 20px;
}

.personal_center_fr {
    width: 958px;
    min-height: 478px;
    background: #FFFFFF;
    box-shadow: 1px 7px 19px 5px rgb(219 219 219 / 30%);
    border-radius: 20px;
    margin-left: 36px;
    box-sizing: border-box;
    padding: 33px 48px;
}

.personal_center_nav li {
    text-align: center;
    line-height: 40px;
   
    margin: 0 23px;
     margin-bottom: 20px;
    margin-top: 10px;
}
.personal_center_nav li a {
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
}
.personal_center_active {
	    border-bottom: 2px solid #41A917;
}

.personal_center_active a {
	color: #41A917 !important;
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: bold !important;
}
.search_input {
	outline: none;
	height: 43px;
}
.recommend_search img {
	margin-top: 14px;
	margin-right: 11px;
}

.seller_nav {
	width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: -3px 2px 9px 1px rgb(211 211 211 / 23%);
    border-radius: 30px;
    margin: 0 auto;
    line-height: 60px;
    margin-bottom: 33px;
}
.seller_list {
	border-bottom: 1px solid #F2F2F2;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.seller_succeed {
	width: 90px;
	height: 185px;
	border-radius: 10px;
	margin-right: 37px;
}
.seller_succeed img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.seller_succeed_font {
    width: 559px;
}

.seller_title {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.seller_district {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.seller_number {
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
}

.seller_district span {
    margin-right: 47px;
}
.seller_safety {
padding: 0 5px;
	height: 22px;
	border: 1px solid #41A917;
	border-radius: 11px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #41A917;
	display: inline-block;
	text-align: center;
	line-height: 22px;
}

.seller_grade {
	height: 22px;
	line-height: 22px;
	border: 1px solid #FF9227;
	border-radius: 12px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 0 5px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FF9227
}
.seller_price_a {
    float: left;
    font-size: 23px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #E03737;
}
.seller_confirm_span {
	width: 96px;
	height: 36px;
	background: #4AAD22;
	border-radius: 18px;
	display: inline-block;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	margin-left: 47px;
}

.seller_nav_ul {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.seller_nav_active {
	color: #41A917;
}
.seller_nav_line {
	width: 47px;
    border-bottom: 2px solid #41A917;
    /* margin-top: -26px; */
    margin: 0 auto;
    margin-top: -12px;
    display: none;
}
.seller_nav_active .seller_nav_line {
	display: block;
}
.seller_nav_ul li {
	cursor: pointer;
	width: 100px;
}
.seller_nav_ul li:hover {
	color: #41A917;
}

.seller_nav_ul li:hover .seller_nav_line {
	display: block;
}
.seller_cancel {
	width: 96px;
	height: 36px;
	border: 1px solid #D9D9D9;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	margin-left: 47px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.seller_confirm {
	text-align: right;
}

.message_box {
	
}



.message_img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.message_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.message_font {
	
}
.message_font_title {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-bottom: 4px;
}

.message_font_price {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

.message_price_schedule {
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    width: 216px;
	height: 5px;
	background: #E8E8E8;
	border-radius: 3px;
	position: relative;
	margin-left: 22px;
}

.message_price_schedule p {
	width: 71px;
	height: 5px;
	background: #FFB745;
	border-radius: 3px;
	position: absolute;
    top: 0;
    left: 0;
}

.message_font {
	margin-left: 25px;
}

.message_box {
	padding-bottom: 49px;
    margin-bottom: 26px;
    border-bottom: 1px solid #FAFAFA;
}

.home_name_box {
	line-height: 80px;
    border-bottom: 1px solid #FAFAFA;
}

.home_name_con div:last-child {
	border-bottom: none;
}

.home_overall {
	text-align: right;
}

.home_overall a {
	font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #41A917;
    text-align: right;
}

.home_save_a {
	text-align: center;
	margin: 20px 0;
}
.home_save {
	width: 192px;
    height: 46px;
    background: #41A917;
    box-shadow: 0px 5px 8px 0px rgb(80 163 47 / 69%);
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.home_name_input {
	line-height: 30px;	
	outline: none;
}

.home_name {
	width: 110px;
    display: inline-block;
}

.feedback_title {
	font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 100px;
}

.feedback_title img {
	margin-right: 25px;
}

.feedback_kind span {
    width: 250px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 27px;
    display: inline-block;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-right: 60px;
	margin-bottom: 15px;
	cursor: pointer;
}

.feedback_kind span:nth-child(4n) {
	margin-right: 0;
}

.feedback_kind_active {
	background: #73A6FA !important;
	color: white !important;
}

.feedback_con_box {
	width: 720px;
height: 283px;
background: #FFFFFF;
border-radius: 10px;
padding: 20px 29px;
box-sizing: border-box;
}

.feedback_textarea {
	resize: none;
    height: 165px;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
}
.feedback_con_img {
width: 80px;
    height: 64px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    text-align: center;
    line-height: 64px;
    position: relative;
}
.feedback_con_file{
	    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid red;
    left: 0;
    top: 0;
    opacity: 0;
}
.feedback_con_relation {
	
    margin-top: 125px;
}

.feedback_con_relation input {
	background: #fafafa;
    width: 322px;
    height: 30px;
    outline: none;
}
.feedback_save_a {
	text-align: center;
	margin-top: 155px;
}

.feedback_save {
	    width: 354px;
    height: 46px;
    background: #41A917;
    box-shadow: 0px 5px 8px 0px rgb(80 163 47 / 69%);
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.font_con {
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 65px;
}

.font_con_title {
	font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
}

.font_con_p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #666666;
	line-height: 48px;
	text-indent: 2em;
}

.font_con_an {
	text-indent: 4em;
}

.font_con_ana {
	text-indent: 2em;
}


.table {
	width: 872px;
	
}

.table th {
	height: 49px;
	background: #FFF7EA;
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
    width: 33.33%;
}

.table td {
	height: 76px;
	text-align: center;
	
}
.table tr {
	border-bottom: 1px solid #FAFAFA;
}
.table tr:last-child {
	border-bottom: none;
}
.table_add {
	color: #41A917;
}
.table_add_num {
	color: #B3B3B3;
}
.table_unm {
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;
}
.table_minus {
	color: #E00015;
}

.table_font {
	    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
}

.table_state {
	color: #666666;
}

.seller_list_number {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.commodity_list {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 28px;
    margin-bottom: 45px;
}

.seller_list_cs {
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #E03737;
}

.commodity_list:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.seller_confirm_a {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    /* text-align: right; */
    float: right;
}
.seller_price_n {
	font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E03737;
}

.inform_list {
	width: 550px;
	height: 79px;
	line-height: 79px;
	background: #FFFFFF;
	border-radius: 10px;
	float: left;
	margin-right: 100px;
	margin-bottom: 38px;
	padding: 0 78px 0 44px;
	box-sizing: border-box; 
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.inform_list a {
	color: #333333;
}
.inform_font {
	width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inform_list:nth-child(2n) {
	margin-right: 0;
}

.inform_link {
	text-align: right;
}

.inform_link a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #41A917;
}

.number_list li {
	width: 338px;
	margin-right: 184px;
	line-height: 65px;
}

.number_list li:nth-child(2n) {
	margin-right: 0;
}

.number_list_img img {
	margin-right: 13px;
	width: 23px;
	height: 23px;
}

.number_list_overall {
    margin-top: 20px;
}

.number_list_overall a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #41A917;
    text-align: right;
}

.details_img {
	width: 385px;
	height: 292px;
	border-radius: 10px;
	margin-right: 58px;
}

.details_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.details_font {
	line-height: 41px;
}

.details_xiao_img img {
	    margin-right: 10px;
    margin-top: -2px;
}

.details_size16 {
	font-size: 16px;
}

.relation_link {
	background: #E03737;
    width: 192px;
    height: 46px;
    box-shadow: 0px 5px 8px 0px rgb(224 55 55 / 65%);
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.relation_box {
	line-height: 50px;
	    margin-top: 20px;
}

.mar_le48 {
	margin-left: 48px;
}

.details_con_box  {
	    margin-top: 43px;
}
.merchandise_news {
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.merchandise_news div {
	background: url(../img/details13.png) no-repeat;
    width: 205px;
    height: 130px;
	background-size: 100% 100%;
	text-align: center;
	padding: 11px;
    box-sizing: border-box;
}

.merchandise_news_title {
	font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-top: 20px;
}

.merchandise_news_font {
	    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
}

.history_title_tu {
	font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    /* text-indent: 2em; */
    padding-left: 40px;
}

.flow_box {
	width: 214px;
	text-align: center;
	margin-bottom: 70px;
	    padding: 0 13px;
    box-sizing: border-box;
}
.flow_box_img {
	background: url(../img/details7.png) no-repeat;
    width: 114px;
    height: 109px;
	background-size: 100% 100%;
	text-align: center;
	padding: 11px;
    box-sizing: border-box;
    margin: 0 auto;
}

.flow_img_font {
	font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.flow_box_i {
	margin: 14px 0 10px 0;
}

.flow_con_font {
	font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin-top: 17px;
}

.flow_p_img {
	margin: 40px 10px;
}

.common_problem {
	
}
.common_problem div {
	float: left;
    width: 533px;
    height: 171px;
    margin-bottom: 58px;
    padding: 22px 28px;
    box-sizing: border-box;
}
.common_problem div:nth-child(odd) {
	background: url(../img/details12.png) no-repeat;
	margin-right: 134px;
}

.common_problem div:nth-child(even) {
	background: url(../img/details12.png) no-repeat;
}

.common_problem_title {
	font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #53B12D;
    line-height: 35px;
}

.common_problem_font {
	font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
}
.common_problem div:last-child {
	margin-bottom: 0;
}

.disclaimer_list {
	float: left;
	margin-right: 95px;
	width: 326px;
	margin-bottom: 40px;
	padding-left: 10px;
}
.disclaimer_list:nth-child(3n) {
	margin-right: 0;
}
.disclaimer .disclaimer_list_img  {
	background: url(../img/details23.png) no-repeat;
	width: 327px;
	height: 85px;
	line-height: 85px;
	position: relative;
}
.disclaimer_img {
	position: absolute;
    top: 28px;
    left: -12px;
}

.disclaimer_list_img p {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #744747;
	text-align: center;
}

.disclaimer_font {
	height: 38px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #808080;
	margin-top: 26px;
}

.safeguard_font {
	font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
}

.safeguard_type_list {
float: left;
    width: 115px;
    /* border: 1px solid red; */
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 50px;
}

.safeguard_type_img {
	width: 76px;
	height: 75px;
	border-radius: 50%;
}

.safeguard_type_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
} 
.safeguard_type_font {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-top: 22px;
}
.safeguard_type {
	margin-top: 28px;
}


.identity_card_title {
	font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 25px;
}

.identity_card_title img {
	margin-right: 10px;
	width: 8px;
	height: 19px;
	    margin-top: -1px;
}


.identity_card_box {
    width: 517px;
    height: 70px;
    line-height: 70px;
    background: #F7F7F7;
    padding: 0 28px;
    box-sizing: border-box;
    margin-bottom: 1px;
}

.identity_card_span {
	width: 100px;
    display: inline-block;
}

.identity_card_input {
	outline: none;
	height: 66px;
	background: #F7F7F7;
	margin-left:40px;
}

.identity_card_con {
	margin-bottom: 70px;
}


.uploading_con {
	width: 210px;
	height: 127px;
	border-radius: 12px;
    background: #F6F6F6;
    float: left;
    margin-right: 92px;
}
.uploading_img {
	    height: 101px;
    border-radius: 12px 12px 0 0;
    background: #F6F6F6;
}
.uploading_font {
	width: 210px;
	height: 26px;
	line-height: 26px;
	background: #41A917;
	border-radius: 0 0 12px 12px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.recommend_search {
    width: 442px;
    height: 43px;
    line-height: 43px;
    background: #FFFFFF;
    border-radius: 22px;
    padding-left: 43px;
    box-sizing: border-box;
}

.search_input {
	outline: none;
	height: 43px;
}

.recommend_search img {
	margin-top: 14px;
    margin-right: 11px;
}

.contract_note {
	width: 1199px;
	height: 35px;
	line-height: 35px;
	background: #FFFFFF;
	box-shadow: -3px 2px 9px 1px rgba(211, 211, 211, 0.23);
	border-radius: 10px;
	padding: 0 76px;
	box-sizing: border-box;
	margin: 24px 0;
}

.check_span_link {
	width: 95px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #FF9227;
	border-radius: 16px;
	display: inline-block;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}
.check_font {
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	margin-left: 35px;
}

.check_num {
	color: #41A917;
}

.recommend_price {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #E03737;
}

.recommend_font {
    line-height: 40px;
    width: 1073px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 37px;
    margin-bottom: 37px;
}
.recommend_font:last-child {
	border-bottom: none;
}
.recommend_commodity {
	width: 323px;
	height: 196px;
	margin-right: 52px;
}

.recommend_commodity:nth-child(3n) {
	margin-right: 0;
}
.relation_list {
    width: 550px;
    height: 101px;
	background: #FFFFFF;
	border-radius: 10px;
    line-height: 101px;
    float: left;
    margin-right: 50px;
    margin-bottom: 43px;
    padding: 0 39px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.relation_font_box {
margin-top: 16px;
    line-height: 35px;
    margin-left: 20px;
}
.relation_title {
	font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.relation_num {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #808080;
}
.relation_img {
	width: 51px;
	height: 38px;
	border-radius: 10px;
}
.relation_img img {
	max-width: 100%;
	max-height: 100%;
}

.withdraw_deposit {
	font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
}

.auth_code input {
	width: 90px;
    font-size: 18px;
    color: #999999;
    outline: none;
}

.gain {
	width: 120px;
	height: 38px;
	background: #41A917;
	border-radius: 19px;
	display: inline-block;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
}
.money {
	color: #333333;
    font-size: 23px;
    outline: none;
}

.withdraw_deposit_box {
	line-height: 40px;
	height: 40px;
}
.pattern {
	font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
margin: 40px 0 ;
}

.pattern_radio {
	display: inline-block;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.option {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative;
	float: left;
}

.pattern_radio input[type="radio"] {
	display: none;
}

.pattern_radio input[type="radio"]:checked+.option {
	    background: url(../img/pitch_on.png) no-repeat;
}

.pattern_radio_img {
	margin: 0 13px 0 19px;
}

.pattern_radio_box {
	    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

.pattern_radio_a {
	text-align: center;
	margin-top: 50px;
}

.balance_num_box {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	    line-height: 35px;
}

.balance_num {
	color: #41A917;
	font-size: 26px;
	margin-left: 20px;
}

.balance_add {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #41A917;
	margin-left: 57px;
}

.balance_withdraw_a a {
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #41A917;
	border-radius: 19px;
	display: inline-block;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}
.balance_withdraw_a {
	text-align: right;
}
.balance_type {
	    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-top: 25px;
}

.balance_type a {
	    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    padding: 0px 22px;
}
.balance_type a:last-child {
	padding-right: 0 ;
}
.capital_type_box {
	margin-top: 37px;
}
.capital_type_box div {
	width: 49%;
	text-align: center;
	border-right: 1px solid gainsboro;
}

.capital_type_box div:last-child {
	border-right: none;
}

.capital_type_num {
	font-size: 30px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 40px;
}

.capital_type_font {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}

.margin-top50 {
	margin-top: 50px;
}

.issue_commodity {
	height: 122px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 42px;
	padding: 23px 45px;
	box-sizing: border-box;
}

.issue_commodity_img {
	width: 105px;
	height: 76px;
	border-radius: 10px;
	margin-right: 31px;
}
.issue_commodity_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.issue_commodity_title {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.issue_commodity_name {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #808080;
	line-height: 40px;
}

.title_required {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #B3B3B3;
}

.issue_select {
	height: 35px;
    outline: none;
    min-width: 100px;
    text-align: right;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B3B3B3;
}

.issue_input {
	text-align: right;
	height: 35px;
    outline: none;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B3B3B3;
    -webkit-text-fill-color: #B3B3B3;
}

.inform_tect {
	height: 203px;
	width: 550px;
    background: #FFFFFF;
    border-radius: 10px;
    float: left;
    margin-right: 100px;
    margin-bottom: 38px;
    padding: 0 78px 0 44px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.textarea {
	width: 100%;
    height: 96px;
    resize: none;
    outline: none;
    font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #B3B3B3;
}

.issue_link {
	text-align: center;
	margin-top: 189px;
}

.issue_link_a {
	width: 354px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    display: inline-block;
    background: #41A917;
    box-shadow: 0px 5px 8px 0px rgb(80 163 47 / 69%);
    border-radius: 50px;
    font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.register_box {
    background: url(../img/register.png) no-repeat;
    width: 1134px;
    /* margin-top: 5%; */
    height: 660px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

.register_con {
    border-top: 1px solid #30880c;
    width: 395px;
    height: 620px;
    background: white;
    margin-top: 2px;
    margin-left: 3px;
}

.register_title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 48px;
}

.register_zc {
	font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 25px;
}
.register_con_box {
	width: 330px;
    margin: 0 auto;
}
.register_div {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #ECEBEB;
}

.register_auth_code {
    width: 187px;
    height: 53px;
    border: 1px solid #ECEBEB;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-indent: 1.5em;
    outline: none;
}

.register_gain {
	float: right;
	width: 121px;
	height: 53px;
	background: #41A917;
	font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FEFEFF;
text-align: center;
line-height: 53px;
	border: 1px solid #ECEBEB;
}
.margt45 {
	margin-top: 37px;
}
.register_span {
	    display: inline-block;
    width: 90px;
}
.margb26 {
	    margin-bottom: 20px;
}

.register_link {
    width: 100%;
    height: 54px;
    background: #41A917;
    border-radius: 2px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 54px;
}

.register_link a {
	color: white;
}

.register_a {
	    text-align: right;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B8B8B8;
    margin-top: 25px;
}
.register_cut {
	color: #41A917;
} 

.register_input {
	font-size: 16px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #CCCCCC;
	outline: none;
	height: 100%;
}

.register_pwd {
	margin: 18px 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;	
}

.register_pwd input {
	vertical-align: middle;
    margin-right: 5px;
}

.register_fr_font {
	margin-left: 131px;
    margin-top: 230px;
}

.register_fr_t {
	font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.register_fr_title {
	font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 130px;
    font-family: "Lucida Console", "Courier New", monospace;
}

.aniamtedTop{
	transition: all 0.5s;
	margin-top: -60px;
}
.search-input-box{
	width: 630px;
	height: 60px;
	margin: 24px auto;
	overflow: hidden;
	text-align: right;
}
.search-scroll{
	height: 50px;
}
.search-list{
	line-height: 60px;
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.feedback_title {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 100px;
}

.feedback_title img {
	margin-right: 25px;
}

.feedback_kind span {
	width: 250px;
	height: 53px;
	background: #FFFFFF;
	border-radius: 27px;
	display: inline-block;
	line-height: 53px;
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-right: 60px;
	margin-bottom: 15px;
	cursor: pointer;
}

.feedback_kind span:nth-child(4n) {
	margin-right: 0;
}

.feedback_kind_active {
	background: #73A6FA !important;
	color: white !important;
}

.feedback_con_box {
	width: 720px;
	height: 283px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 29px;
	box-sizing: border-box;
}

.feedback_textarea {
	resize: none;
	height: 165px;
	width: 100%;
	outline: none;
	margin-bottom: 10px;
}

.feedback_con_img {
	width: 80px;
	height: 64px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	text-align: center;
	line-height: 64px;
	position: relative;
}

.feedback_con_file {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid red;
	left: 0;
	top: 0;
	opacity: 0;
}

.feedback_con_relation {
	margin-top: 30px;
}

.feedback_con_relation input {
	height: 40px;
	outline: none;
	background-color: #fff;
	padding: 20px 20px;
	width: 720px;
	border-radius: 5px;
	color: #909399
}

.feedback_save_a {
	text-align: center;
	margin-top: 50px;
}

.feedback_save {
	width: 354px;
	height: 46px;
	background: #41A917;
	box-shadow: 0px 5px 8px 0px rgb(80 163 47 / 69%);
	border-radius: 22px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

