﻿body {

    background: #fff;
}

.body {

    background: #fff;

    min-width: 1300px;}


.Purchase-title{
 display: none;

}

 table {   padding-left: 20px;}
table ul{
    
    color: #ff784b;
}

table ul li{
    min-height: 28x;
    font-size: 28px;
}
table ul li p{
    min-height: 40px;
    font-size: 20px;
}
._table2 h2{
    color: rgb(255, 192, 0);
    font-size: 24px;
    height: 40px;
}
._table2 p  span {
  color: #808080;
 font-size: 20px;}



._table3 
{
    
    
    padding-top: 30px;}


._table3 ul li{
 min-height: 32px;
    width: 85%;
    margin-left: 0px;}


.service-btn {
    display: block;
    font-size: 1.28rem;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #ea5455;
    background: -o-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -ms-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -moz-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background: -webkit-linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background-image: linear-gradient(to right, #ea5455 0%, #feb692 50%, #ea5455 100%);
    background-size: 200% auto;
    border-radius: 50px;
    margin-top: 40px;
    transition: 1s;
}

    .service-btn:hover {
        background-position: right center;
    }