/* Import fonts */

body {
    color: #797979;
    font-family: 'Microsoft YaHei';
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #F77B6F;
    color: #fff;
}

::-moz-selection {
    background: #F77B6F;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Microsoft YaHei';
}

a {
    color: #444e67;
}

a:hover {
    color: #f77b6f;
}

p {
    line-height: 22px
}

/*header*/

.header-frontend .navbar {
    position: absolute;
    margin-bottom: 0;
    width: 100%;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #bcc0cd;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 0 0 0;
}

.navbar-brand span {
    color: #f25f5b;
}

.header-frontend .navbar-collapse ul.navbar-nav {
    float: right;
    /*margin-right: 20px;*/
}

.header-frontend .navbar-default {
    background-color: rgba(255, 255, 255, .6);
}

.header-frontend .nav li a,
.header-frontend .nav li.active ul.dropdown-menu li a {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    background: none;
    margin: 0 20px;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a {
    color: #fff;
    background-color: #40bdc2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-frontend .navbar-default .navbar-nav>.open>a,
.header-frontend .navbar-default .navbar-nav>.open>a:hover,
.header-frontend .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #f77b6f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-frontend .navbar {
    min-height: 100px;
}

.header-frontend .navbar-nav>li {
    padding-bottom: 30px;
    padding-top: 30px;
}

.header-frontend .navbar-nav>li:last-child>span {
    padding-right: 5px;
    font-size: 18px;
    color: #ff7265;
}

.header-frontend .navbar-nav>li>a {
    padding-bottom: 6px;
    padding-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 6px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dropdown-menu li a:hover {
    color: #fff !important;
}

.header-frontend .nav .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
}

.header-frontend .nav li .dropdown-menu {
    padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
    line-height: 28px;
    padding: 3px 12px;
}

/*search*/

.search {
    margin-top: 3px;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon.webp") no-repeat 10px 8px;
    padding: 0 5px 0 35px;
    color: #fff;
}

.search:focus {
    margin-top: 3px;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
    margin-left: 10px;
}

/*.process*/

.process {
    padding: 0 0 80px 0;
}

.process-con {
    margin: 0 auto;
    width: 78%;
}

.process-con>img {
    width: 100%;
}

/*about*/

.about {
    margin-top: 70px;
    margin-bottom: 70px;
}

.about .col-sm-4>img {
    width: 100%;
}

.safe-txt p {
    text-align: center;
    line-height: 2.5;
}

.about .col-sm-4>p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #40bdc2;
}

.about div.container {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.product.container {
    margin-top: 40px;
    padding-bottom: 0;
}

.compare.container {
    margin-top: 30px;
}

.soft.container {
    margin-top: 30px;
}

.industry {
    padding: 10px 0 80px 0
}

.about-img {
    float: left;
    margin-right: 6%;
    width: 50%;
}

.about-img>img {
    width: 100%;
    border-radius: 10px;
}

.about-txt {
    float: left;
    width: 44%
}

.about-txt>h2 {
    margin-bottom: 40px;
    font-size: 28px;
}

.about-txt>p {
    font-size: 14px;
    line-height: 2
}

.about.gray-bg>.container {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*cases*/

.cases-item {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 96%;
}

.cases-item-img {
    float: left;
    margin-right: 5%;
    width: 50%;
    margin-top: 0;
}

.cases-itemPC-img {
    width: 100%;
}

.cases-itemPC-img>img {
    width: 100%;
    border-radius: 10px;
}

.cases-item-img>img {
    width: 100%;
}

.cases-item-txt {
    float: left;
    width: 45%;
}

.cases-itemPC-txt {
    padding-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #c0c0c0;
}

.cases-item-txt>h3,
.cases-itemPC-txt h3 {
    margin-top: 0;
    padding: 20px 0;
    background-color: #f4f4f4;
    text-align: center;
}

.cases-item-txt>p {
    margin-bottom: 40px;
    line-height: 2
}

.cases-item-txt>i,
.cases-itemPC-txt i {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    color: #ff7265;
    font-style: normal;
}

.cases-itemPC-txt i,
.cases-itemPC-txt p {
    padding-left: 15px;
}

.btn-smal {
    padding: 15px 35px;
}

/*advantage-list*/

.advantage-list>li>div {
    margin: 0 auto;
    width: 96%;
    border-radius: 8px;
    background-color: #f4f4f4;
}

.advantage-list>li:nth-child(2n)>div {
    margin-top: 30px;
    background-color: #ff7265;
    color: #fff;
}

.advantage-list>li>div>span {
    display: block;
    padding: 20px 0 10px 0;
    font-size: 14px;
    color: #777777;
}

.advantage-list>li:nth-child(2n)>div>span {
    color: #fff;
}

.advantage-list>li>div>h4 {
    padding: 30px 0;
    color: #fff;
    background-color: #000
}

.advantage-list>li:nth-child(2n)>div>h4 {
    background-color: #cb5e54;
}

.advantage-list>li>div>p {
    padding: 15px 20px 30px 20px;
    text-align: left;
    line-height: 2;
}

/*team*/

.team>li {
    font-size: 16px;
    text-align: center;
}

.team>li>h5 {
    font-size: 20px;
}

.team>li>i {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #a6a6a6;
    text-align: center;
}

.team>li>img {
    margin-bottom: 10px;
    width: 30%;
}

/*homepage features*/

.reviewsWrap {
    background-color: #40bdc2;
}

.feature-head,
.process-head {
    padding: 50px 0 0 0;
}

.feature-head h1,
.process-head h1 {
    color: #475168;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
}

.process-head h1 {
    color: #fff;
}

.feature-head h1:after,
.process-head h1:after {
    content: "";
    display: block;
    margin: 6px auto 0 auto;
    text-align: center;
    width: 60px;
    height: 4px;
    background-color: #40bdc2;
}

.process-head h1:after {
    background-color: #fff;
}

.feature-head p,
.process-head p {
    color: #b3b3b3;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

.process-head p {
    color: #fff;
}

.feature-head p:after,
.process-head p:after {
    margin-top: 15px;
    content: "";
    display: block;
    height: 50px;
    /*background: url(../images/title_bg.webp) no-repeat center center;*/
}

.f-text {
    font-size: 14px;
    font-weight: 300;
}

/*service*/

.careWrap {
    padding-bottom: 80px;
}

.ll-service>li {
    overflow: hidden;
    margin: 10px 0;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    list-style: disc;
}

.ll-service>li:last-child {
    border-bottom: none;
}

.ll-service>li>p {
    float: left;
    width: 70%;
    font-size: 16px;
    color: #40bdc2;
}

.ll-service>li:last-child>p {
    margin-top: 10px;
}

.ll-service>li>p>i {
    display: block;
    font-size: 12px;
    color: #a9a9a9;
}

.ll-service.list-unstyled>li>p {
    color: #777;
}

.ll-service.list-unstyled>li>p>i {
    color: #a9a9a9;
}

.ll-service>li>span {
    margin-right: 10px;
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
}

.ll-service.ll-service-left>li {
    text-align: right;
    vertical-align: middle;
}

.ll-service.ll-service-left>li>span {
    float: right;
}

.ll-service.ll-service-left>li>p {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.ll-service>li>span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #40bdc2;
    border-radius: 50%;
}

.ll-service.list-unstyled>li>span {
    border: 2px solid #a9a9a9;
}

.ll-service>li>span>small.iconfont {
    display: inline-block;
    width: 45px;
    /*line-height: 45px;*/
    font-size: 40px;
    color: #40bdc2;
}

.ll-service.list-unstyled>li>span>small.iconfont {
    color: #a9a9a9
}

.company-service>img {
    width: 100%;
}

/*quote*/

.quote {
    margin: 40px 0 60px 0;
    display: inline-block;
    width: 100%;
}

.quote-info {
    background: #475168;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 90px;
    text-align: center;
}

.btn-danger {
    /*padding: 20px;*/
    /*min-height: 75px;*/
}

.quote-info h1 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.quote-info h1>span {
    display: inline-block;
    margin-left: 30px;
    font-size: 26px;
    vertical-align: middle;
    color: #ff7265
}

.quote-info p {
    color: #9eb3c4;
    font-weight: 300;
    margin: 0;
}

.purchase-btn {
    padding: 20px 0;
    width: 100%;
    min-height: 90px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.purchase-btn>span {
    display: block;
    font-size: 14px;
}

.accordion {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

/*tabs*/

.tab {
    background: #f4f4f4;
}

.tab .nav>li>a {
    padding: 18px 15px;
}

.tab-bg-dark-navy-blue {
    background: #6f6f6f;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 0;
}

.tab-bg-dark-navy-blue .nav>li>a:hover,
.tab-bg-dark-navy-blue .nav>li>a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}

.panel-heading .nav>li>a,
.panel-heading .nav>li.active>a,
.panel-heading .nav>li.active>a:hover,
.panel-heading .nav>li.active>a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav>li>a {
    color: #fff;
}

.panel-heading .nav>li.active>a,
.panel-heading .nav>li>a:hover {
    color: #6f6f6f;
    background: #f4f4f4;
}

.panel-heading .nav>li:first-child.active>a,
.panel-heading .nav>li:first-child>a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.tab .nav-tabs.nav-justified>li {
    border-right: 1px solid #f4f4f4;
}

.tab .nav-tabs.nav-justified>li:last-child {
    border-right: none;
}

.p-head {
    color: #F77B6F;
    font-size: 14px;
    font-weight: 400;
}

.cmt-head {
    font-size: 14px;
    font-weight: 400;
}

.p-thumb img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
    width: 50px;
}

/*contact*/

.contact-map {
    margin-top: -40px;
    margin-bottom: 40px;
}

.contact-form {
    margin-bottom: 20px;
}

.address {
    margin-top: 50px;
}

.address h4 {
    color: #475168;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*about us*/

.breadcrumbs {
    background: #475268;
    color: #fff;
    padding: 45px 0;
    /*margin-bottom: 40px;*/
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb li a {
    color: #f77b6f;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
}

.about-us img {
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control {
    /*background: #000000 !important;*/
    top: 110%;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    line-height: 48px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    width: 10%;
}

.carousel-control.left {
    left: 40%;
}

.carousel-control.right {
    right: 40%;
}

.carousel-control:hover {
    background: rgba(212, 108, 94, .8) !important;
    color: #FFFFFF;
    /*opacity: 0.6;*/
    text-decoration: none;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 0.6;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding-bottom: 0px;
    bottom: 0;
    color: #FFFFFF;
    left: 0 !important;
    padding-bottom: 5px;
    padding-top: 10px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    z-index: 10;
}

.about h3 {
    /*text-transform: uppercase;*/
    color: #475168;
    margin-top: 0;
}

.col-lg-2>p.text-center {
    margin-top: 50px;
}

.col-lg-2>p.text-center>img {
    width: 100%;
}

.gray-box {
    /*background: #f2f2f2;*/
    padding: 30px 0;
}

.progress {
    background-color: #E1E1E1;
}

/*footer*/

.footer {
    background: #40bdc2;
    color: #fff;
    padding: 50px 0;
    /*margin-top: 50px;*/
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}

.footer address a {
    color: #f37c6b;
}

.kefu-ewm span {
    display: block;
    margin-top: 10px;
}

.copyright span {
    display: block;
    margin-top: 20px;
}

.gzwm>h5 {
    margin-bottom: 20px;
    font-size: 20px;
}

.gzwm>p {
    color: #e6e5e5;
}

.dark-text {
    color: #797d87;
}

.yellow-txt {
    color: #ffe582;
}

/*property*/

.property {
    padding: 100px 0;
    margin-bottom: 60px;
}

.gray-bg {
    background: #f4f4f4;
}

.blue-bg {
    background: #464f69;
}

.property h1 {
    color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}

a.btn-purchase {
    background: #475168;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.btn-purchase:hover,
a.btn-purchase:focus {
    background: #F77B6F;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ll-btns {
    margin: 50px 0 50px 0;
}

.col-4 .item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.col-4 .item img {
    height: 230px;
}

.item img {
    width: 100%;
    height: 100%;
}

.text-grid a {
    color: #fff;
}

.text-grid div {
    padding: 0 10px;
}

.text-grid p {
    margin-bottom: 10px;
}

/**industry**/

.bxslider>li>div>img {
    border-radius: 10px;
}

/*product*/

.round {
    float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ff7265;
    text-align: center;
    color: #fff;
    margin-right: 30px;
}

.content {
    display: block;
    /*float: right;
    width: 80%*/
}

.content h3 {
    margin-top: 0;
    color: #475168;
    font-size: 20px;
}

.services {
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

/*company*/

.company {
    text-align: center;
}

.company>img {
    display: inline-block;
}

/*----*/

.ll-nav {
    margin-top: 30px;
    margin-right: 50px;
}

.mbol15 {
    margin-left: 15px;
}

/*banner*/

.banner {
    position: relative;
    top: 0;
}

.banner-img>img {
    width: 100%;
}

.banner-title {
    position: absolute;
    left: 15%;
    top: 180px;
}

.banner-title>img {
    width: 65%;
}

.banner-buts {
    position: absolute;
    top: 330px;
    left: 15%;
}

.banner-buts>span {
    display: inline-block;
    margin-right: 15px;
    width: 260px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.banner-buts>span>img:first-child {
    margin-top: 10px;
    width: 100%;
}

.banner-buts>span>img:last-child {
    width: 160px;
}

.banner-fenge {
    margin-top: 60px;
}

.banner-fenge>img {
    width: 100%;
}

.banner-ewm {
    display: none;
}

/*care*/

.wrap {
    width: 100%;
    max-width: 100%;
    background-color: #f6f6f1
}

.care-img {
    margin-top: 30px;
    width: 100%;
}

.care-title {
    position: relative;
    text-align: right;
}

.care-title>img,
.care-title1>img {
    width: 60%;
}

.care-title>span {
    position: absolute;
    display: inline-block;
    padding-top: 13px;
    right: 0;
    width: 60%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.care-title1 {
    position: relative;
}

.care-title1>span {
    position: absolute;
    display: inline-block;
    padding-top: 13px;
    left: 0;
    right: 0;
    width: 60%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/*project*/

.project-item {
    position: absolute;
    top: 20%;
    left: 10%;
    padding: 3rem 3rem;
    width: 40%;
    background-color: rgba(64, 189, 194, .5);
    color: #fff;
}

.project-item>h5 {
    margin-bottom: 20px;
    font-size: 28px;
}

.project-item>p {
    line-height: 2;
    font-size: 14px;
}

/*about*/

.about-banner>img {
    width: 100%;
}

.about-text {
    position: absolute;
    top: 28%;
    left: 10%;
    padding-left: 10px;
    font-size: 24px;
    color: #fff;
    border-left: 4px solid #40bdc2;
}

/*baozhang*/

.baozhang-img {
    position: relative;
    border-bottom: 6px solid #eb6561;
}

.baozhang-img>img {
    width: 100%;
}

.baozhang-img>span {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.baozhang-img>h5 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    color: #fff;
}

.baozhang-img>span>img {
    margin: 0 auto;
    width: 60px;
}

.baozhang-txt {
    padding: 40px 30px 40px 30px;
    height: 270px;
    background-color: #ddf9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
}

.baozhang-txt li {
    padding-left: 25px;
    margin-top: 10px;
    list-style: none;
    background: url(../images/safe_dec.webp) no-repeat left 5px;
    line-height: 2;
    /*background-size: 50%;*/
}

/*trust*/

.service-con {
    padding-bottom: 60px;
}

.container.service-con .col-sm-6 {
    padding-left: 150px;
}

.container.service-con .col-sm-6.first-left {
    padding-left: 150px;
}

.service-title {
    font-size: 20px;
    color: #414141;
}

.service-title span {
    display: inline-block;
    margin-right: 20px;
    width: 90px;
}

.service-title span>img {
    width: 100%;
}

.service-item {
    margin: 20px 0 0 15px;
    list-style: none;
}

.service-item li {
    padding-left: 25px;
    line-height: 2;
    background: url(../images/service_dec.webp) no-repeat left 5px;
}

/*reviews-item*/

.reviews {
    height: 300px;
}

.reviews-item {
    margin: 0 auto;
    overflow: hidden;
    width: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.reviews-item>img {
    margin-right: 50px;
    width: 120px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.reviews-item>p {
    position: relative;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    color: #40bdc2;
    font-size: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    line-height: 2
}

.reviews-item>p>span {
    display: block;
    color: #6c6c6c;
    font-synthesis: 14px;
}

.reviews-item>p>span>img {
    display: inline-block;
    margin-left: 15px;
    width: 90px;
    vertical-align: middle;
}

.reviews-item>p>i {
    position: absolute;
    top: 20px;
    left: -32px;
    display: inline-block;
    border: 16px solid transparent;
    border-right: 16px solid #fff;
}

/*price-list*/

.price-list {
    margin-bottom: 80px;
    width: 100%;
}

.price-list thead {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #40bdc2;
}

.price-list thead th {
    text-align: center;
}

.price-list tbody td,
.price-list tfoot td {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background-color: #f6f6f1;
}

.price-list tfoot td {
    padding: 20px 0;
    height: auto;
    background-color: #ddf9fa;
}

.price-list tfoot td p {
    line-height: 1.2;
    font-size: 12px;
}

.price-list tfoot td b {
    line-height: 1.5
}

.price-list tfoot td span {
    display: block;
    margin: 20px auto 0 auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #40bdc2;
    text-align: center;
}

.price-list tfoot td span i.iconfont {
    font-style: normal;
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.price-list tfoot td:first-child span i.iconfont {
    font-size: 30px;
}

.price-list tfoot td:last-child span i.iconfont {
    padding-left: 6px;
}