.ts-downandtrial{
    display: flex;
    justify-content: center;
    width: 100%;
}
.ts-downandtrial-box{
    margin: 20px;
    display: flex;
    justify-content: center;
    width: 70%;
    border: 1px solid #ccc;
}
.ts-down{
    flex: 1;
    padding: 50px;
    background-color: #f5f5f5;
}  
.ts-down-file{
    display: inline-grid;
    margin: 15px 0;
}
.ts-down-file-item{
    margin: 0 15px;
    color: #2d8cf0;
}
.ts-down-remind{
    font-size: 16px;
    margin-bottom: 15px;
}
.ts-trial-box>h3{
  margin-left:50px;
}
.ts-down>h3,.ts-trial-box>h3{
  font-size: 22px;
}
.ts-trial-box{
    flex:2;
    display: flex;
    flex-direction: column;
    padding:50px 0px;
}
.ts-trial{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    color: #000;
}
.ts-trial-form-inline-block{
    width: 86%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 15px;
    font-size: 16px;
}
.ts-trial-form-inline-block>h4{
    border-bottom: 1px solid rgb(0, 0, 0);
    font-size: 17px;
    color: #000;
    margin-bottom: 15px;
}
.ts-trial-form-inline-block ul>li{
    margin-bottom: 7px;
}
.ts-trial-form-inline-block ul>li label{
    margin-right: 7px;
    margin-bottom: 7px;
    min-width: 150px;
}
.ts-trial-form{
    width: 40%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 15px 1rem;
}
.ts-trial-form-require{
    color: #ab1219;
    margin-right: -5px;
}
.ts-trial-form-label{
    width:170px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}
.ts-trial-form-input{
    width: 100%;
}
.ts-trial-form-input-error{
    border: 1px solid #ab1219;
    border-radius: 4px;
}
.ts-trial-form-remind{
    width:200px;
    position: absolute;
    top:77px;
    right: 0;
    left:0;
    font-size: 14px;
    color: #ab1219;
}
.ts-trial-btnbox{
    display: flex;
    justify-content: center;
}
.ts-trial-btncan,.ts-trial-btnempty{
    width: 40%;
    margin:0 1rem;
}
.ts-trial-btn{
    width: 150px;
    height: 40px;
    background-color: #ab1219;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    cursor:pointer;
}
@media only screen and (max-width: 976px) {
    .ts-down{
        display: none;
    }
    .ts-downandtrial-box{
        width:100%;
        border:unset;
    }
    .ts-trial-box{
        padding:20px;
    }
    .ts-trial-form,.ts-trial-form-inline-block{
        width:100%;
        margin: 10px 0;
    }
    .ts-trial-form-remind{
        position: unset;
    }
    .ts-trial-btncan{
        width: unset;
    }
    .ts-trial-btnempty{
        display: none;
    }
}
.ivu-modal-content>.ivu-modal-body{
  margin: 20px;
}
.ts-modal-form .ivu-modal-content>.ivu-modal-footer{
  width: 100%;
  background: #fff;
  padding: 17px 23px;
  display: inline-block !important;
}
.ts-margin-to-30{
  margin-top: 30px;
}