.bold{
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-weight: 400;
}
.red{
  color:  #E1251B;
}
.center{
    text-align: center;
}
.server-text{
    line-height: 45px;
    font-size: 18px;
    margin-bottom: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.ml-20{
    margin-left: 20px;
}
.request{
    width: 100%;
    margin: 0 auto;
}
.request-content{
    background: #f6f6f6;
    padding: 0 50px 50px;
    box-sizing: border-box;
}
.request-title {
    font-size: 26px;
    padding-top: 0px;
    font-weight: normal;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    color: #000;
    border-bottom: #E1251B solid 2px;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
}
.flex{               
    display: flex;
}

.flex-1{
    flex: 1;
}
.item {
    margin-bottom: 20px;
}
.item .title{
    color: rgb(102, 102, 102);
    padding: 10px 0;
}
.item  input,textarea{
    flex: 1;
    border: 1px solid rgb(218, 218, 218);
    font-size: 12px;
    border-radius: 2px;
    line-height: 36px;
    background-color:#fff ;
    padding: 1px 3px;
}
textarea{
    height: 130px;
    line-height:26px;
}
.input{
    display: flex;
    align-items: center;
}
.star{
    color:  #E1251B;
    padding:0 20px;
}
.item  input:focus,textarea:focus{
    border:2px solid #000;
    padding: 0px 3px;
}
.center{
    align-items: center;
}
.upload_btn{
    background: #f5f5f5;
    border: 1px solid #dadada;
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    line-height: 19px;
    margin: 0;
    max-width: 161px;
    min-width: 111px;
    outline: none;
    padding: 0 10px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
}
.upload_btn span{
    margin-left: -80px;
}
.request .buttonBox.bgGradient.cutCorner .btnLink{
    background-color: #E1251B;
}
.request .buttonBox.bgGradient.cutCorner .btnLink .text{
    color: #fff;
}
.item .tip{
    margin-left: 20px;
}
.control{
    width: 100%;
    margin: 30px auto ;
}
.control_title{
    font-size: 20px;
    padding-top: 0px;
    padding-left: 10px;
    font-weight: normal;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    color: #000;
    border-bottom: #cccccc solid 1px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    position: relative;
}
.control_title::before {
    content: '';
    width: 4px;
    height: 20px;
    display: block;
    background-color: #E1251B;
    position: absolute;
    top: 13px;
    left: 0;
}
.control_list{
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    transition: all 0.4s ease;
}
.download span{
    margin-right: 40px;
}
.control_list:hover,.control_list:hover a{
    color: #E1251B;
}
.submit{
    width: 200px;
    height: 50px;
    background-color: #E1251B;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}


@media (max-width:960px) {
    .request-content .flex{    
        flex-direction: column;
    }
    .request-content{
        padding: 0 20px 40px;
    }
    .ml-20 {
        margin-left: 0;
    }
}