@charset "utf-8";

* {
    box-sizing: border-box;
}

:before,
:after {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-text-size-adjust:100%;*/
}

body {
    background-color: #fff;
    font: 14px/1.42857143 "\5fae\8f6f\96c5\9ed1", arial, "\5b8b\4f53", sans-serif;
    color: #333;
}

body,
form,
iframe,
figure {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ff6800;
    text-decoration: none;
}

input,
textarea,
select,
button {
    outline: none;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
}

textarea {
    resize: none;
    overflow-y: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="radio"],
input[type="checkbox"] {
    height: 14px;
    margin: 0 5px 0 0;
    padding: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}

hr {
    height: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 0;
    color: #ccc;
    margin-top: .5em;
    margin-bottom: .5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

div,
td,
ul,
dd,
li,
a,
dl,
dt,
ol {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
}

i,
u,
s,
em {
    text-decoration: none;
    font-style: normal;
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.mt20 {
    margin-top: 20px
}

.mt40 {
    margin-top: 40px
}

.mt64 {
    margin-top: 64px;
}

.pp30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pp50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt50 {
    padding-top: 50px;
}
.heightAuto{
  height: auto !important;
}

img {
    max-width: 100%;
}

.white {
    color: #ffffff;
}

/*样式表开始*/
.n_banner {
    background: url(../images/nbanner.jpg) center center;
    height: 195px;
    width: 100%;
}

.n_banner dl {
    color: #ffffff;
    margin-top: 50px;
}

.n_banner dl dt {
    font-size: 36px;
    font-weight: normal
}

.n_banner dl dd {
    margin-top: 10px
}


@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 990px) {
    .pp50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 479px) {}


/*分页组件样式*/
.tpl_page {
    text-align: center;
}

/*.tpl_page .pageLink{
  padding:4px 8px;
  margin:0 5px;
  display: inline-block;
  vertical-align: middle;
  border:1px solid #666;
  color:#666;
  cursor:pointer;
}
.tpl_page .pageLink.disabled,.tpl_page .pageLink.disabled:hover{
  cursor: no-drop;
  color:#e5e5e5;
  border-color:#e5e5e5;
}
.tpl_page .pageLink:hover{
  color:#000;
  border-color:#000;
}*/


/*步骤*/
.contbar {}

.step {
    border-bottom: 2px solid #eee;
    background-color: #f5f5f5;
}

.step.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 499;
}

.step .step_box {
    display: flex;
    align-items: center;
}

.step .step_box .step_left {
    flex: 0 0 30%;
}

.step .step_box .step_right {
    flex: 0 0 70%;
}

.step ul {
    width: 100%;
    text-align: right
}

.step li {
    display: inline-block;
    margin-left: 40px;
    padding: 15px 0;
    font-size: 16px;
    text-align: center
}

.step .head_left {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    color: #fff;
    margin-right: 6px;
    background-color: #bbbbbb;
}

.step .head_left:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border-left: 2px solid #bbb;
    border-top: 2px solid #bbb;
}

.step li.on {}

.step li.on .head_left {
    background-color: #fb5b5f;
}

.step li.on .head_left:before {
    border-color: #fb5b5f;
}

.step .head_right {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.step .head_right .head_title {
    font-weight: 700;
}

.step .head_right .head_content {
    font-size: 12px;
    color: #666;
}

@media only screen and (max-width: 990px) {
    .step {
        display: none;
    }
}


.item_content .title {}
.item_content .title dl{
  float:left;
}

.item_content .item_no .node {
    float: left;
}

.item_content .title dl dt {
    font-size: 24px;
    color: #3e3e3e;
    font-weight: bold;
}

.item_content .title dl dd {
    color: #b1b5b9;
    font-size: 18px;
}

.item_content .title dl dd i {
    color: #ed2736
}

.item_content .result {
    float: right;
    border: 1px dashed #b1b5b9;
    border-radius: 50px;
    padding: 4px 25px;
    color: #b1b5b9;
    font-size: 20px;
}

/*表单*/
.item_form{
  margin-top:50px;
}
.item_form-title{
  font-size:24px;
}
.f-group{
  display: table;
  margin-top:30px;
  width:100%;
}
.f-group::before,.f-group::after{
  content:'';
  display:table-row;
}
.f-group__item{
  float:left;
  width: 25%;
  padding:0 15px;
  position:relative;
  margin-bottom:30px;
}
.f-group__item:last-child{
  margin-bottom:0;
}
.f-group__item input,.f-group__item select{
  width:100%;
  padding:10px 15px 8px;
  border-right: 2px;
  border:1px solid #dedede;
  outline:none;
  height: 46px;
  border-radius: 3px;
}
.f-group__item--name{
  position: absolute;
  top: 0;
  left: 25px;
  padding: 2px 6px;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  background-color: #fff;
  transform: translateY(-50%);
}
.f-group__item--input{
  width:100%;
}
.f-group__item--save{
  width: 300px;
  padding:12px;
  text-align: center;
  font-size: 16px;
  color:#fff;
  border:none;
  border-radius: 25px;
  background-color:#fb5b5f;
}
.f-group__item--save:hover{
  background-color:#dc292d;
}

@media only screen and (max-width: 990px) {
    .item_content .result {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .item_content .title dl dt {
        font-size: 20px;
    }

    .item_content .title dl dd {
        font-size: 16px;
    }
    .f-group__item{
      width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .f-group__item{
      width: 100%;
    }
}

.item_content .result em {
    color: #fb5b5f;
    font-size: 30px;
    margin-left: 5px
}

.item_content .item_no {
    margin-top: 30px
}

.item_content .item_no .node ul li button {
    border-radius: 50px;
    border: 1px solid #dedede;
    padding: 12px 25px;
    margin-bottom: 15px;
    background: #ffffff;
    width: 100%;
    text-align: left
}

.item_content .item_no .node ul li span {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}

.item_content .item_no .node ul li i {
    color: #333333;
    font-size: 18px;
    padding: 0 8px
}
.item_content .item_no .node ul li em {
    color: #fb5b5f;
    font-size: 18px;
}

.item_content .item_no .node ul li button:focus {
    background: #fb5b5f;
    border: 1px solid #fb5b5f;
}

.item_content .item_no .node ul li button:focus span,
.item_content .item_no .node ul li button:focus i {
    color: #ffffff
}

.item_content .item_no .node ul li button:focus em {
    color: #ffff00
}

.item_content .item_no .node ul li button:hover {
    border-color: #fb5b5f;
}

.item_content .item_no .node ul li button.active {
    background: #fb5b5f;
    border: 1px solid #fb5b5f;
}

.item_content .item_no .node ul li button.active span,
.item_content .item_no .node ul li button.active i {
    color: #ffffff
}

.item_content .item_no .node ul li button.active em {
    color: #ffff00
}

.item_content .item_no .contact_service-btn{
  padding:15px;
  font-size: 16px;
}

.item_content .item_no .contact_service-btn:hover{
  background-color: #eee;
  color: #333;
}

.item_content .item_no .node .more {
    text-align: center;
    color: #999999;
    font-size: 18px;
    margin-top: 20px
}

.item_content .item_no .item_img {
    float: right
}

@media only screen and (max-width: 990px) {
    .item_content .item_no {
        margin-top: 20px;
    }

    .item_content .title dl,
    .item_content .item_no .node {
        float: none;
    }

    .item_content .item_no .item_img {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .item_content .item_no .node ul li span {
        font-size: 18px;
    }

    .item_content .item_no .node ul li i {
        font-size: 14px;
    }

    .item_content .item_no .node ul li em {
        font-size: 14px;
    }
}

/*套装*/
.item-row{
  position: relative;
}
.item-rollBtn{
  position: absolute;
  top:256px;
  width: 30px;
  height:50px;
  text-align: center;
  z-index:10;
  display: none;
}
.item-rollBtn button{
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border:none;
  color:#fff;
}
.item-rollBtn.item-rollBtn_prev{
  left:0;
}
.item-rollBtn.item-rollBtn_next{
  right:0;
}

@media only screen and (max-width: 990px) {
  .item-rollBtn{
    display: block;
  }
}

.item-rend {
}

.item-rend_box {
  padding:5px 0 ;
}

.item-rend_body {
    height: 453px;
    position: relative;
    box-shadow: 0px 0px 15px 0px #dedede;
    border-radius: 30px 30px 10px 10px;
    border: 1px solid #dedede;
    transition: all 0.5s ease;
    overflow: hidden;
}
.item-rend_body:hover {
    border-color: #ccc;
    transform: translateY(-5px);
    box-shadow: 0px 5px 5px #dedede;
}

.item-rend_hd {
    padding: 20px;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
}
.item-rend_hd.item-rend_hd-bgGreen{
  background-image: linear-gradient(135deg, #458c0c, #83c34f);
}
.item-rend_hd.item-rend_hd-bgBlue{
  background-image: linear-gradient(135deg, #537fe7, #3aaafe);
}
.item-rend_hd.item-rend_hd-bgRed{
  background-image: linear-gradient(135deg, #e44440, #fe7a55);
}

.item-rend_hd h1 {
    font-size: 20px;
    font-weight: 700;
}

.item-rend_hd h2 {
    margin-top: 10px;
    font-size: 16px;
}

.item-rend_hd h3 {
    margin-top: 20px;
    font-size: 14px;
}

.item-rend_bd {
    position: relative;
    padding: 15px 20px;
}

.item-rend_bd ul li {
    line-height: 1.9em;
    color: #666;
}

.item-rend_bd ul li:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    vertical-align: middle;
}

.item-rend_button {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 170px;
    padding: 8px;
    border: 1px solid #dedede;
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
}

.item-rend_button:hover {
  color: #333;
  border-color: #fff;
  background-color: #fff;
}
.item-rend_body.active .item-rend_button {
  color: #fb5b5f;
  border-color: #fff;
  background-color: #fff;
}
.item-rend_openBtn {
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  padding:15px;
  text-align: center;
  background-color: rgba(255,255,255,.8);
}
.item-rend_openBtn button {
  border:1px solid #dedede;
  font-size: 18px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #dedede;
}
.item-rend_openBtn button:hover{
  border-color: #fb5b5f;
  background-color:#fb5b5f;
}

.item-custom_hd{
  margin-top:30px;
}
.item-custom_hd h1{
  font-size: 20px;
  font-weight: bold;
}
.item-custom_hd h3{
  margin-top:10px;
  color:#666;
  font-size: 16px;
}
.item-custom_hd span{
  margin-left:10px;
  font-size: 16px;
  color:#999;
}

.item-custom_bd{
  width: 85%;
  margin:0 auto;
  margin-top:10px;
}
.item-custom_bd li{
  display: inline-block;
  padding: 3px 5px;
  color:#666;
  vertical-align: middle;
}

.item-custom_ft {
  margin-top:10px;
}

.item-custom_ft a {
  width: 170px;
  border: 1px solid #fb5b5f;
  background-color: #fb5b5f;
  color:#fff;
}

.item-custom_ft a:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 990px) {
    .item-rend_box {
        flex: 0 0 100%;
    }

    .item-rend_box {
        margin-bottom: 30px;
    }

    .item-rend_hd {
        padding: 15px;
        height: auto;
    }
}

/*通栏*/
/*.sett{z-index:100;width:100%;background:#52626f;height:75px;position:fixed;left:0;bottom:0;padding-top:20px}
.sett .sett_li dl{float:left;}
.sett .sett_li dl dt{background:#fb5b5f; border-radius:50%;width:45px;height:45px;line-height:45px;text-align:center;color:#ffffff;font-size:25px;}
.sett .sett_li dl dd{padding:0px 40px 0 5px;}
.sett .sett_li dl dd h1{color:#ffffff;font-size:20px;}
.sett .sett_li dl dd h2{color:#ffffff;font-size:14px;margin-top:5px;}
.sett .sett_li span{color:#fb5b5f;font-size:24px;padding:0 40px;}
.sett .sett_li button{background:#6fb834; border-radius:50px;color:#ffffff;padding:8px 35px;font-size:18px;border:none}*/
.sett {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.8);
}

.sett .sett-box {
    display: flex;
    align-items: center;
}

.sett .sett-box .sett-item {
    flex: 0 0 50%;
}

.sett .sett-box .sett-item .sett-price {
    color: #fff;
    font-size: 24px;
}

.sett .sett-box .sett-item:first-child,
.sett .sett-box .sett-item:last-child {
    flex: 0 0 25%;
}

.sett .sett-box .sett-item .pageBtn,
.sett .sett-box .sett-item .jsBtn,
.sett .sett-box .sett-item .contactBtn {
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 30px;
    cursor: pointer;
}

.sett .sett-box .sett-item .jsBtn,
.sett .sett-box .sett-item .contactBtn {
  background-color:#fff;
  color:#333;
}
.sett .sett-box .sett-item .pageBtn:hover {
    background-color: #fff;
    color: #52626f;
}

.sett .sett-box .sett-item .contactBtn:hover,
.sett .sett-box .sett-item .jsBtn:hover {
    color: #fff;
    border-color: #fb5b5f;
    background-color: #fb5b5f;
}

@media only screen and (max-width: 990px) {
    .sett {
        bottom: 44px;
    }

    .sett .sett-box .sett-item .pageBtn,
    .sett .sett-box .sett-item .contactBtn,
    .sett .sett-box .sett-item .pageBtn,
    .sett .sett-box .sett-item .jsBtn {
        width: 100%;
        padding: 5px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .sett .sett-box .sett-item .sett-price {
        font-size: 16px;
    }
}

/*清单*/
.item_stee {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-top: 30px
}

.item_stee .item_stee_top {
    display: flex;
    padding: 15px 20px;
}

.item_stee .item_stee_left {
    flex: 0 0 30%;
    color: #ffffff;
    line-height: 1;
}

.item_stee .item_stee_right {
    flex: 0 0 70%;
}

.item_stee .item_stee_top .item_stee_left-title {
    font-size: 24px;
}
.item_stee .item_stee_top .item_stee_left-small {
    margin-top:5px;
    font-size: 14px;
}

.item_stee .item_stee_top a {
    border-radius: 50px;
    background: #ffffff;
    color: #fb5b5f;
    font-size: 20px;
    padding: 8px 30px;
    margin: 15px 30px 0 0;
    border: 1px solid #fff;
}

.item_stee .item_stee_top a:hover {
    background-color: #fb5b5f;
    color: #fff;
}

.item_stee .item_stee_li {
    padding: 20px;
}

.item_stee .item_stee_li ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -10px;
}

.item_stee .item_stee_li li {
    flex: 0 0 33.33%;
    padding: 10px;
}

.item_stee .item_stee_li li .contentBox {
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    height: 100%
}

.item_stee .item_stee_li li h1 {
    color: #333333;
    font-size: 24px;
}

.item_stee .item_stee_li li h2 {
    color: #666666;
    font-size: 14px;
    margin: 10px 0
}

.item_stee .item_stee_li li h3 {
    color: #fb5b5f;
    font-size: 14px;
}

.item_stee .item_sett_li_span {
    display: inline-block;
    width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 6px;
}

.item_stee .item_stee_ti {
    text-align: center;
    padding: 20px;
}

.item_stee .item_stee_ti .applytitle {
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.item_stee .item_stee_ti .applytitle span {
    font-size: 14px;
    color: #ffffff;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    width: 341px;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -170px;
}

.item_stee .item_stee_ti .form {
    margin-top: 50px;
}

.item_stee .item_stee_right ul {
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  text-align: right;
}

.item_stee .item_stee_right li {
  display: inline-block;
  text-align: center;
}

.item_stee .item_stee_right li input[type="text"] {
    padding: 0 10px 0 40px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    width: calc(100% - 15px);
    background-color: #fff;
}

.item_stee .item_stee_right li:nth-child(1) input {
    background-image: url(../images/yh.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.item_stee .item_stee_right li:nth-child(2) input {
    background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.item_stee .item_stee_right li input:focus {
    border: 1px solid #ed2736
}

.item_stee .item_stee_right li button {
    color: #ffffff;
    border-radius: 50px;
    background: #ed2736;
    font-size: 20px;
    padding: 7px 30px;
    border: none
}

.item_stee .item_stee_right li button:hover {
    opacity: 0.85
}

.item_stee .item_stee_right span {
    color: #999999;
    padding: 50px 0;
    display: block
}

.item_stee_li_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dedede;
    border-radius: 50%;
    color: #dedede;
    cursor: pointer;
}

.item_stee_li_close:hover {
    color: #fb5b5f;
    border-color: #fb5b5f;
}

.item_stee_li_add {
    cursor: pointer;
}


.item_stee .item_stee_ft {
  display: none;
  margin: 0 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dedede;
}

.item_stee .item_stee_ft .item_stee_ft-box{
  margin-bottom:10px;
}
.item_stee .item_stee_ft .item_stee_ft-box:last-child{
  margin:0;
}
.item_stee .item_stee_ft .item_stee_ft-box input[type="text"] {
    padding: 0 10px 0 40px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    width: 100%;
    background-color: #fff;
}

.item_stee .item_stee_ft .item_stee_ft-box:nth-child(1) input {
    background-image: url(../images/yh.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.item_stee .item_stee_ft .item_stee_ft-box:nth-child(2) input {
    background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.item_stee .item_stee_ft .item_stee_ft-box input:focus {
    border: 1px solid #ed2736
}

.item_stee .item_stee_ft .item_stee_ft-box button {
  display: block;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  background: #ed2736;
  font-size: 20px;
  padding: 7px 30px;
  border: none;
}

.item_stee .item_stee_ft .item_stee_ft-box button:hover {
    opacity: 0.85
}

@media only screen and (max-width: 990px) {

  .item_stee .item_stee_top {
    padding:10px;
  }
  .item_stee .item_stee_top span{
    font-size: 24px;
  }
  .item_stee .item_stee_li{
    padding: 10px 20px;
  }
  .item_stee .item_stee_li li {
      flex: 0 0 50%;
  }
  .item_stee .item_stee_left{
    flex: 0 0 100%;
    text-align: center;
  }
  .item_stee .item_stee_right{
    display: none;
  }
  .item_stee .item_stee_ft {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
    .item_stee .item_stee_ti .form ul {
        width: 100%;
    }

    .item_stee .item_stee_ti .form li {
        float: none;
    }

    .item_stee .item_stee_ti .form li input[type="text"] {
        margin-bottom: 15px;
        width: 100%;
    }

    .item_stee .item_stee_ti .form li button {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .item_stee .item_stee_li li {
        flex: 0 0 100%;
    }
}

/*翻页*/
.page {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 40px;
    margin-bottom: 150px;
}

.page a {
    display: inline-block;
    padding: 10px 70px;
    color: #666666;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #c9c9c9;
}

.page a:hover {
    background: url(../images/pagebj.jpg) no-repeat center center;
    color: #ffffff;
    box-shadow: 2px 2px 15px #a7cae6;
}

.card {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.card-prices {
    margin-bottom: 0;
    padding: 15px 30px;
    overflow: hidden;
}

.card-prices {
    color: #999999;
    font-size: 14px;
}

.card-prices i {
    color: #ff6709;
    font-size: 16px;
}

.card-left {
    margin-top: 5px;
    float: left;
    font-size: 12px;
}

.card-right {
    float: right;
}

.card.active {
    border-color: #fb5b5f;
}

.card .card-btns {}

.card .card-btns button i {
    width: 14px;
}

.card-btn {
    border: none;
}

.card-pro-btn {
    display: inline-block;
    padding: 10px 40px;
    color: rgb(111, 186, 44);
    margin: 0 2%;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgb(111, 186, 44);
}

.card.active .card-pro-btn {
    background-color: rgb(111, 186, 44);
    color: #ffff;
}

.card-mask {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    transition: all 0.5s ease;
}
.card:hover .card-mask {
    opacity: 1;
    visibility: unset;
}

.card-mask .card-digest {
  position: absolute;
  top: 20px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.card-mask .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 55%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    outline: none;
    border: 1px solid #fff;
    color: #fb5b5f;
    border-radius: 25px;
    text-align: center;
    opacity: 1;
}

.card-mask .card-btn.card-promote-btn{
  top:80%;
}

.card-mask .card-btn:hover {
    color: #fff;
    background-color: #fb5b5f;
    border-color: #fb5b5f;
}

.card-mask .card-btn i {
    margin-right: 5px;
}

.card-btn.card-btn-eye {
    margin-top: -50px;
}

.card-btn.card-btn-select {
    margin-top: 20px;
}

.promote .card-btn.card-btn-select {
    margin-top: 0px;
}

.card-select {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0.4em;
    width: 2em;
    line-height: 1.2em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #fb5b5f;
}

@media only screen and (max-width: 990px) {
    .card-mask {
        position: static;
        opacity: 1;
        visibility: unset;
        height: auto;
        text-align: center;
        padding: 10px 0;
        background-color: #f5f5f5;
    }

    .card-mask .card-btn {
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle;
        position: static;
        transform: translate(0);
        width: 40%;
        padding: 5px 15px;
        color: #333;
        font-size: 16px;
    }
    .card-mask .card-digest{
      display: none;
    }
}

.filter-tag.active,
.filter-btn.active {
    background-color: #fb5b5f;
    color: #fff;
}


/*温馨提示页面*/
.cozy {
    text-align: center;
}

.cozy_image {
    width: 200px;
}

.cozy_title{
  font-size: 24px;
  font-weight: bold;
  color:#fb5b5f;
}
.cozy_content{
  position: relative;;
  margin-top: 30px;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  color: #666;
}
.cozy_content:after{
  content:'';
  position: absolute;
  top:0;
  left:50%;
  width: 1px;
  height:100%;
  background-color:#dedede;
}

.cozy_prompt,.cozy_code {
  padding:10px 40px;
  flex: 0 0 50%;
}

.cozy_prompt{
  text-align: right;
}
.cozy_code{
  text-align: left;
}

.cozy_ft {
    margin-top: 30px;
}

.cozy_btn {
  display: inline-block;
  color: #333;
  padding: 10px 65px;
  margin: 0 15px;
  background-color: #fff;
  border: 1px solid #dedede;
  cursor: pointer;
  border-radius: 50px;
}

.cozy_btn:hover {
    background-color: #fb5b5f;
    border-color: #fb5b5f;
    color: #fff;
}
.cozy_btn_big{
  font-size: 18px;
}

@media only screen and (max-width: 479px) {
  .cozy_btn {
    padding: 12px 0;
    margin:0 5px;
    width:150px;
  }
  .cozy_prompt,.cozy_code {
    padding:15px 0;
    flex: 0 0 100%;
  }
  .cozy_content:after{
    top:50%;
    left:0%;
    height:1px;
    width: 100%;
  }
  .cozy_prompt{
    text-align: center;
  }
  .cozy_code{
    text-align: center;
  }
  .cozy_ft{
    margin-top: 20px;
  }

}



/*分页*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: rgb(111, 186, 44);
    border-color: rgb(111, 186, 44);
}

.pagination>li>a,
.pagination>li>span {
    color: rgb(111, 186, 44);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: rgb(111, 186, 44);
}

.page_footer {
    height: 68px;
}

/*加载更多按钮*/
.tpl_load {
    margin-top: 20px;
    text-align: center;
}

.load_btn {
    display: inline-block;
    padding: 12px 40px;
    color: #333;
    border: 1px solid #dedede;
    border-radius: 25px;
    cursor: pointer;
}

.load_btn:hover {
    background-color: #fb5b5f;
    border-color: #fb5b5f;
    color: #fff;
}


/*联系客服按钮*/

.contact_service-btn,.contact_service-btn:active,.contact_service-btn:focus{
  display: block;
  margin:0 auto;
  text-align: center;
  padding: 10px;
  color: #666;
  border-radius: 50px;
  opacity: 1;
  border: 1px solid #dedede;
  background-color: #fff;
}

.contact_service-btn:hover,{
  opacity: 0.8;
  color:#fff;
}

/*创建网站成功*/
.cozy_create{
  display: inline-block;
  margin-top:50px;
  font-size:16px;
  border-radius: 5px;
  overflow: hidden;
}
.cozy_create-intro{
  padding:15px 30px;
  text-align: left;
  background-color:#f5f5f5;
}
.cozy_create-text{
  margin-top:5px;
  color:#000;
}
.cozy_create-text:first-child{
  margin-top:0;
}
.cozy_create-url{
  display: block;
  padding:8px;
  color:#fff;
  background-color:#a0a0a0;
  cursor: pointer;
}
.cozy_create-url:hover{
  color:#fff;
  background-color:#ff1f24;
}
/*类型下拉菜单*/
.dorp-down{
  margin:15px 0;
  position: relative;
  border:1px solid #dedede;
  padding:5px 10px;
  display: none;
}
.dorp-down-selected i{
  float:right;
  font-size:20px;
  transition: 0.5s ease;
}
.dorp-down-box{
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 100%;
  border: 1px solid #dedede;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.dorp-down-item{
  padding:5px;
}
.dorp-down-box-show{
  opacity: 1;
  visibility: unset;
}

@media only screen and (max-width: 990px) {
  .dorp-down{
    display: block;
  }
  .filter-group {
    display: none;
  }
}
