blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    width: 100%;
    margin: 0 auto;
    line-height: 24px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}
button{outline:none;}
a {
    text-decoration: none;
}

li {
    list-style: none;
}


.header {
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    line-height: 110px;
    /*background: url(/static/images/login-bg.png) #56bc94;*/
    text-align: center;
}

.fl {
    float: left
}

.fr {
    float: right;
}

.hearder_logo {
    width: 47%;
}

.logo_div {
    line-height: 30px;
    padding-top: 28px;
   /*padding-right: 26%;*/
}

.htitle {
    font-size: 18px;
    color: #000;
}

.hdesc {
    color: rgb(80, 80, 80);
}

.logo_img {
    margin-top: 27px;
}

.btn_login {
    width: 97px;
    height: 44px;
    border-radius: 12px;
    border: 0px;
    background: rgb(46, 184, 222);
    color: #fff;
    margin-right: 60px;
}

.layui-main {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}


.nav {
    height: 65px;
    background: rgb(46, 184, 222)
}

.layui-nav {
    position: relative;
      /*padding: 0 180px;*/
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box !important;
        width: 1200px;
    margin: 0 auto;
}

.layui-nav .layui-nav-item, .layui-tab-title li {
    display: inline-block;
    vertical-align: middle;
}

.layui-nav .layui-nav-item {
    position: relative;
    line-height: 65px;
}

.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #fff;
    -webkit-transition: all .3s;
    font-size: 18px;
}

.content {
  margin-top: 50px;
    width: 97%;
    margin: 0 auto;
    background: rgba(245, 245, 245, 1);
    border-radius: 11px;
    padding: 10px 20px;
    min-height: 500px;
}

.footer {
    height: auto;
    background: #000;
    padding: 10px 0px;
}

.footer_logo {
    padding: 20px 0;
}

.text-center {
    text-align: center;
}

.copyright {
    color: rgba(150, 150, 150, 1);
}

.content_list {
    width: 1200px;
    min-height: 600px;
    text-align: center;
    margin: 0 auto;
}

.adv_item {

    border-radius: 20px;
    border: solid 1px #b1b1b1;
    height: 209px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.adv_title {
    position: absolute;
    font-size: 30px;
    color: #000;
    left: 20px;
    top: 14px;
}

.adv_img {
    position: absolute;
    left: 15px;
    top: 75px;
    width: 245px;
}

.adv_img img {
    width: 100%;
}

.adv_desc {
    position: absolute;
    left: 335px;
    top: 50px;
    /* width: 502px; */
    height: 105px;
    padding-right: 50px;
    text-align: left;
}

.adv_desc p {
    font-size: 14px;
    color: #505050;
}

.adv_view {
    position: absolute;
    left: 335px;
    top: 115px;
}

.adv_view img {
    width: 30px;
    height: 24px;
    float: left;
}

.adv_view label {
    line-height: 26px;
    color: #28ae47;
}

.adv_btn {
    position: absolute;
    left: 66%;
    top: 155px;
}

.adv_btn button {
    width: 128px;
    height: 44px;
    border-radius: 12px;
    border: 0px;
    font-size: 18px;
    /* text-align: center; */
    padding-left: 18px;
}

.btn_price {
    background: #de2e6a;
    color: #fff;
}

.btn_look {
    background: #2eb8de;
    color: #fff;
    margin-left: 30px;
}

.adv_btn img {
    width: 26px;
    float: left;
}

.adv_btn label {
    line-height: 35px;
    float: left;
}