.breadcrumb {
    direction: ltr;
    justify-content: end;
}
.product{
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product_poster figure{
    overflow: hidden;
    border-radius: 10px;
    margin-left: 30px;
    margin-bottom: 25px;
}
.game_devices img{
    width: 18px;
}
.title_product{
    display: flex;
    justify-content: space-between;
}
.title_product h3{
    font-size: 24px;
    font-weight: 600;
}
.title_product h3 span{
    font-size: 11px;
    background: #0abb35;
    color: #fff;
    padding: 1px 7px 2px;
    border-radius: 6px;
}
.title_product p{
    color: #b4b4b4;
    font-size: 15px;
}
.title_product i{
    color: #ffa707;
    font-size: 13px;
    margin-right: 2px;
}
.ex_price{
    display: flex;
    align-items: center;
}
.ex_price p:nth-child(1){
    font-size: 23px;
    font-weight: 600;
    color: #a5a5a5;
    position: relative;
}
.ex_price p:nth-child(1)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    top: 50%;
    transform: translateX(2px);
}
.ex_price p:nth-child(3){
    padding: 2px 9px 1px 11px;
    background-color: red;
    border-radius: 9px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .6px;
    font-size: 15.5px;
}
.ex_price span{
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px;
    transform: translateY(2px);
    margin-left: 10px;
}
.product_price p{
    color: var(--mainc);
    font-weight: 600;
    font-size: 25px;
    margin-top: 10px;
}
.product_price span{
    font-size: 16px;
}
.form_box p{
    margin-bottom: 5px;
}
.form_box span{
    color: red;
}
.form_submiter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.form_submiter button:nth-child(2){
    border: none;
    outline: none;
    padding: 0 10px;
    height: 38px;
    min-width: 48%;
    background: var(--mainc);
    color: #fff;
    border-radius: 7px;
}
.form_submiter button:nth-child(1){
    border: none;
    outline: none;
    padding: 0 10px;
    height: 38px;
    min-width: 48%;
    background: #4186f05c;
    color: var(--mainc);
    border-radius: 7px;
}
.hot_sale {
    height: 489px;
}
.disc_buttons{
    margin-bottom: 40px;
}
.disc_buttons span{
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
}
.prodisc_box p{
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.comment_pro_box{
    min-width: 100%;
}
.comment_pro_box form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comment_pro_box textarea{
    border: none;
    outline: none;
    border: 1px solid var(--border);
    padding: 15px;
    width: 80%;
    height: 200px;
}
.comment_pro_box div{
    width: 80%;
    margin-top: 15px;
}
.comment_pro_box input[type="submit"]{
    border: none;
    outline: none;
    padding: 0 10px;
    height: 33px;
    background: var(--mainc);
    color: #fff;
    border-radius: 7px;
}
.system_needpro{
    width: 100%;
}
.system_needpro li{
    font-size: 14px;
    margin-bottom: 7px;
    color: #6d6d6d;
}
.installdisc_box p{
    font-weight: 100;
    line-height: 35px;
    margin-bottom: 14px;
    color: #575757;
}
.system_needpro p{
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.active_disc_buttons{
    border-bottom: 2.6px solid var(--mainc);
}
.dics_main_box{
    display: none;
}
.rate-area {
	float: left;
	border-style: none;
}
.rate-area:not(:checked) > input {
	position: absolute;
	top: -9999px;
	clip: rect(0, 0, 0, 0);
}
.rate-area:not(:checked) > label {
	float: right;
	width: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 180%;
	color: lightgrey;
}
.rate-area:not(:checked) > label:before {
	content: "★";
}
.rate-area > input:checked ~ label {
	color: gold;
}
.rate-area:not(:checked) > label:hover,
.rate-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rate-area > input:checked + label:hover,
.rate-area > input:checked + label:hover ~ label,
.rate-area > input:checked ~ label:hover,
.rate-area > input:checked ~ label:hover ~ label,
.rate-area > label:hover ~ input:checked ~ label {
	color: gold;
}
@media (max-width: 1160px){
    .form_price > div{
        width: 100%;
    }
    .product_price{
        margin-bottom: 10px;
    }
    .hot_sale{
        display: none;
    }
}
@media (max-width: 990px){
    .product_poster figure {
        margin-left: 0;
    }
}
@media (max-width: 575px){
    .title_product{
        margin-bottom: 15px;
        border-bottom: 1px solid var(--border);
        padding-bottom: 10px;
    }
    .form_price{
        margin-top: 15px;
        border-top: 1px solid var(--border);
        padding-top: 10px;
    }
}