body{
    font-size: 14px;
    background-color:#F4F8FB ;
}
.comment{
    width: 1000px;
    margin: 20px auto;
}
.comment_box{
    display: flex;
    background-color: white;
    box-sizing: border-box;
}
.login_header{
    background-color: white;
    padding: 10px 0;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
}
.head_box{
    width: 1000px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}
.goods_tit{
    background-image:-webkit-linear-gradient(bottom,#FE466D,#ff5f60,#f0c41b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size: 25px;
    font-weight: bold;
    margin:0 50px 0 0;
    letter-spacing: 5px;
    box-sizing: border-box;
    width: 60px;
}
.goods_info{
    display: flex;
    border-right: 1px solid #ddd;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    justify-content: space-between;
}
.goods_text p{
    margin: 0;
}
.goods_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 25px;
}
#com_form{
    display: flex;
}
.text_box{
    padding: 50px;
}
.com_tit{
    margin-right: 30px;
}
.submit_box{
    background-color: white;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0;
}
.submit_box a{
    padding: 10px 50px;
    display: inline-block;
    background-color: #F84C4C;
    border-radius: 5px;
    color: white;
    font-size: 17px;
    margin-right: 15px;
}
@media (max-width: 750px) {
    .head_box{width: 100%;display: block}
    .page_tit{display: block;text-align: center;}
    .logo{width: 100%;text-align: center}
    .goods_tit{margin-right: 25px}
    .comment{width: 100%}
    .comment_box{display: block}
    .text_box,.goods_info{padding: 20px}
    .goods_info{justify-content: center}
    .com_tit{min-width: 60px}
    #com_form{display: block}
    #content{width: 100%}
}

