.panel {
    padding: 80px 0 40px;
}
.wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.panel_title {

}

.txt-center {
    text-align: center;
}
.panel_title .name {
    display: inline-block;
    font-size: 35px;
}
.condition_list li {
    float: left;
    width: 47%;
    margin-right: 30px;
    text-align: center;
}
.condition_list .info_box {
    height: 650px;
    margin-bottom: 42px;
}
.condition_list .info_box .name1 {
    background: url(/wp-content/themes/usa/images/picture/fw4.jpg) no-repeat top center;
}
.condition_list .info_box .name2 {
    background: url(/wp-content/themes/usa/images/picture/fw5.jpg) no-repeat top center;
}
.condition_list .info_box .name {
    height: 150px;
    position: relative;
    font-size: 22px;
    color: #fff;
	margin: 0;
}
.condition_list .info_box .name  h3 {
	position: absolute;
    line-height: 57px;
	bottom: 0;
	width: 100%;
	margin: 0;
	background: #3a1e0180;
}
.condition_list .info_box .name {
	margin: 0;
}
.bxz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.condition_list .info_box .detail {
    margin-top: -1px;
    padding: 0 40px;
    height: 500px;
    border: 1px solid #fed158;
    border-top: none;
    border-radius: 0 0 8px 8px;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}
.condition_list .info_box .detail .txt {
	font-size: 18px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.wrap {
		width: 100%;
	}
	.panel {
		padding: 20px 0 10px;
	}
	.panel_title {
		padding-bottom: 0;
	}
	.panel_title .name {
		padding-right: 0;
		font-size: 25px;
	}
	.condition_list li {
		width: 100%;
		margin-right: 0;
		float: unset;
	}
	.condition_list .info_box .detail {
		padding: 0 20px;
		height: auto;
	}
	.condition_list .info_box {
		height: auto;	
	}
}

.line_03_main {
	width: 1200px;
    margin: 0 auto;
    position: relative;
	    clear: both;
}
.line_cont_a {
    width: 1200px;
    margin: 0 auto;
    height: 396px;
    position: relative;
}
.text_xxt {
    font-size: 28px;
    color: #393939;
    font-weight: bold;
    padding-top: 50px;
}
.cneter_line {
    width: 1200px;
    height: 2px;
    border-top: 2px dotted #bebebe;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 49px;
}
.cont_rxfw {
    width: 1200px;
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    justify-content: space-between;
}
.cont_rxfw li {
    width: 223px;
    height: 397px;
    padding-top: 38px;
    position: relative;
}
.cont_rxfw li:hover .active_hc {
    background-position: bottom center;
}
.cont_rxfw li .top_icon {
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/usa/images/picture/icon_tb.jpg) no-repeat top center;
    margin: 0 auto;
}
.cont_rxfw li .bottom_bgorange.active_hc {
    background-position: 50% 100%;
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
}
.cont_rxfw li .bottom_bgorange {
    width: 222px;
    height: 270px;
    background: url(/wp-content/themes/usa/images/picture/bottom_bgorange.jpg) no-repeat top center;
    margin-top: 30px;
}
.cont_rxfw li .title_1.active_hc {
    color: #fff;
}
.cont_rxfw li .title_1 {
    font-size: 22px;
    font-weight: bold;
    color: #393939;
    padding: 24px 0 0 20px;
}
.cont_rxfw li .title_en {
    font-size: 14px;
    letter-spacing: 2px;
    color: #999;
    opacity: 0.5;
    padding: 6px 0 0 20px;
}
.cont_rxfw li .title_en.active_hc {
    color: #fff;
}
.cont_rxfw li .line_fk.active_hc {
    background: #fff;
}
.cont_rxfw li .line_fk {
    width: 28px;
    height: 3px;
    margin: 13px 0 0 20px;
    background-image: linear-gradient( #f0383c, #f0383c), linear-gradient( #ffffff, #ffffff);
}
.cont_rxfw li .text_1.active_hc {
    color: #fff;
}
.cont_rxfw li .text_1 {
    font-size: 15px;
    color: #595959;
    padding: 22px;
    line-height: 26px;
}
@media (max-width: 767px) {
	.line_03_main {
		width: 100%;
	}
	.line_cont_a {
		width: 100%;
		height: auto;
	}
	.cont_rxfw {
		width: 100%;
		display: block;
		padding: 0 5px;
	}
	.cont_rxfw li {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.cneter_line {
		display: none;
	}
	.cont_rxfw li {
		width: 47%;
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
	}
	.cont_rxfw li .top_icon {
		display: none;
	}
	.cont_rxfw li .bottom_bgorange {
		width: 100%;
	}
	.cont_rxfw li .text_1 {
		padding: 10px;
	}
}