/*
Theme Name: 出海通
Author: Jack Dove
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 1.0.0
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{list-style: none;}

:root{
    --primary-color:#62A134;
    --round-size:.3125rem;
    --shadow: 0 0 .625rem .0625rem rgba(0, 0, 0, 0.1);
}
a{
    text-decoration: none;
}
.subtitle{
    color:var(--primary-color);
    text-transform:uppercase;
    font-size:1rem;
    letter-spacing:0;
}
.content{
    max-width:1220px;
    margin:0 auto;
}
 .flex{
    display:flex;
}
 .between{
    justify-content:space-between;
}
.center{
    text-align:center;
}
.primary-btn{
    outline: none;
    border: 0;
    transition: all .3s ease-out;
    display: inline-block;
    padding: 1rem 2.75rem;
    border-radius: var(--round-size);
    text-align: center;
    background-color: var(--primary-color);
    color: white;
}


.headline{
    text-align:center;
    margin: 3.75rem 0;
    margin-top: 4.4rem;
}
.headline .title{margin-top: 1.875rem;font-size:2.375rem;}

