@font-face {
    font-family: 'ProximaNova';
    src: url("/fonts/ProximaNova-Regular.ttf");
}

body {
    background: #e7ebee;
    padding: 40px 0 0 0;
    margin: 0;
    font-family: ProximaNova;
}

a {
    text-decoration: none;
    color: #4a90e2;
}

.blue {
    color: #4a90e2;
}

.content {
    width: 900px;
    margin: 0 auto;
}

.content2 {
    width: 1400px;
    margin: 0 auto;
}

.header {
    width: 1400px;
    margin: 0 auto 150px;
    display: flex;
    justify-content: space-between;
}

.menu {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.wall ul a {
    color: #fff;
    text-decoration: underline;
}

.wall {
    margin: 0 auto 70px;
    background-image: linear-gradient(247deg, #21c6ac, #577c86);
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
    color: #fff;
}

.wall_wrap {
    background: url("/images/table.png") no-repeat center top;
}

.wall .text {
    font-size: 22px;
    margin-bottom: 50px;
}

.wall ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}

.wall ul li {
    width: 300px;
    margin: 0 0 20px 0;
    padding: 0;
    font: normal 22px ProximaNova;
}

h1 {
    font: normal 44px ProximaNova;
    margin: 0 0 30px;
}

h2 {
    font: normal 35px ProximaNova;
    margin: 0 0 30px;
}

h3 {
    font: normal 35px ProximaNova;
    margin: 0;
}

.mb1 {
    margin-bottom: 100px;
}

.mb2 {
    margin-bottom: 30px;
}

.vip {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 190px;
    border-radius: 3px;
    background-color: #4a90e2;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 13px;
}

.optim {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 180px;
    border-radius: 3px;
    background-color: #93989c;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 13px;
}

.flex {
    display: flex;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    font: normal 16px/22px ProximaNova;
}

.section2 {
    background: #fff;
    padding: 90px 0;
}

.flex > div {
    position: relative;
    width: 33.333%;
    background: #fff;
    margin: 0 10px;
    padding: 20px 20px 80px;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #dddfe2;
    border: solid 1px #f1f3f4;
}

.relative {
    position: relative;
}

.try {
    position: absolute;
    width: 214px;
    height: 214px;
    right: -100px;
    top: -100px;
    text-align: center;
    border-radius: 50%;
    background: #fbd514;
    z-index: 1;
    box-shadow: 41px 52px 28px 0 rgba(0, 0, 0, 0.1);
    font-size: 23px;
    display: flex;
    align-items: center;
    transform: rotate(15deg);
}

.clouds {
    display: flex;
    margin-bottom: 100px;
}

.clouds > div {
    position: relative;
    width: 33.333%;
    background: #fff;
    margin: 0 10px;
}

.cloud {
    background: #005a3f;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 20px;
    font: normal 16px/22px ProximaNova;
    position: relative;
}

.cloud::after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: -30px;
    border: 10px solid transparent;
    border-top: 20px solid #005a3f;
}

.author {
    display: flex;
    align-items: center;
    margin: 0 100px 0 20px;
}

.ava {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 10px;
    background-size: cover;
}

.flex2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px;
    text-align: left;
}

.text {
    margin-bottom: 30px;
    font: normal 18px/30px ProximaNova;
}

.num {
    font: normal 65px/80px ProximaNova;
    color: #005a3f;
}

.numtext {
    font: bold 16px/22px ProximaNova;
    color: #005a3f;
    margin-bottom: 30px;
}

.btn {
    display: block;
    background: #4a90e2;
    color: #fff;
    font: normal 18px/50px ProximaNova;
    height: 50px;
    max-width: 500px;
    border-radius: 3px;
    text-align: center;
}

.btn-yellow {
    background: #fbd514;
    color: #474747;
}

.btn-yellow:hover {
    background: #fce362;
}

.btn-buy {
    background: #005a3f;
    color: #fff;
    max-width: 140px;
    margin: 0 auto;
    border: solid 1px #005a3f;
}

.btn-buy:hover {
    background: #fff;
    color: #005a3f;
}

.dot {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #005a3f;
    margin: 0 auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

table {
    color: #4a4a4a;
    font: normal 15px/18px ProximaNova;
    width: 100%;
}

table td {
    border-bottom: solid 1px #ccc;
    padding: 10px;
    text-align: center;
}

table td:first-child {
    text-align: left;
}

table td:last-child {
    color: #005a3f;
}

footer {
    background-color: #333232;
    padding: 80px 0 60px;
    color: #fff;
    text-align: center;
}

footer a {
    color: #fff;
}

.phone {
    font: bold 18px ProximaNova;
    margin-top: 10px;
}