body {
    background-color: #fff;
    line-height: 1.5;
}
.video-play{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: -webkit-calc(100%-(40px));
    height: -moz-calc(100%-(40px));
    height: calc(100%-(40px));
    height: 95%;
}
.video-play .video-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 320px;
    margin: -160px 0 0 -275px;
    opacity: .7;
    transition: opacity .2s ease;
    background: url('../video/video.png') no-repeat;
}
.video-play:hover .video-play-btn{
    opacity: 1;
}
.connote-container>div>div {
    margin: auto;
}
.connote-container{
    /*font-family: " ";*/
    font-family: '微软雅黑';
}
.connote-container .profile-container {
    height: 900px;
    background-image: url('http://assets.zcloop.com/connote_bg1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.connote-container ul.title {
    margin: 40px auto 40px;
    width: 100%;
    /*font-family: " ";*/
    font-size: 18px;
    color: #edcf8d;
    text-align: center;
}
.connote-container ul.title li {
    display: inline-block;
}
.connote-container ul.title li:nth-child(2) {
    /*font-family: " ";*/
}
.connote-container ul.title li:nth-child(2) span {
    position: relative;
    font-size: 38px;
}
/*-----内涵------*/
.profile-container .profile {
    width: 100%;
    max-width: 1100px;
}
.profile-container .profile ul.title li:nth-child(2) {
    width: 266px;
}
.profile-container .profile ul.title li:nth-child(2) span::after {
    /*content: "COMPANY PROLILE";*/
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
}
.profile-container .profile ul.tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*font-family: " ";*/
    font-size: 20px;
}
.profile-container .profile ul.tab li {
    flex: 1;
    display: inline-block;
    margin: 0 5px;
    border: 1px #ddd solid;
    border-radius: 6px;
    text-align: center;
    padding: 3px 0px;
}
.profile-container .profile .tab-div {
    position: relative;
    margin-top: 30px;
}
.profile-container .profile .tab-div .tab-div-left {
    position: absolute;
    left: 0;
    top: 180px;
    z-index: 2;
    width: 50%;
}
.profile-container .profile .tab-div .tab-div-left p:first-child {
    width: 120px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #edcf8d;
}
.profile-container .profile .tab-div .tab-div-left p:last-child {
    font-size: 18px;
    text-indent: 20px;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 100;
}
.profile-container .profile .tab-div img {
    position: absolute;
    z-index: 1;
    right: 0;
}
/*-----内涵------*/
/*-----视频------*/
.video-container .swiper-container-video {
    height: 900px;
}
/*-----视频------*/
/*-----大事记------*/
.memorabilia-container {
    height: 900px;
    background-image: url('http://assets.zcloop.com/connote_memorabilia_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.memorabilia-container .memorabilia {
    position: relative;
    width: 1550px;
    height: 100%;
}
.memorabilia-container .memorabilia ul.title li:nth-child(2) {
    width: 190px;
}
.memorabilia-container .memorabilia ul.title li:nth-child(2) span::after {
    content: "BRAND MEMORABILIA";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.memorabilia-container .memorabilia .content {
    position: absolute;
    right: 70px;
    top: 22%;
    width: 660px;
    height: 500px;
}
.memorabilia-container .memorabilia .content .bg-block {
    position: absolute;
    top: 5%;
    left: 23%;
    width: 200px;
    height: 450px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}
.memorabilia-container .memorabilia .content .left {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 280px;
    height: 380px;
    padding: 70px 30px 0;
    background-color: #fff;
    box-shadow: 13px 18px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.memorabilia-container .memorabilia .content .left .title {
    margin-bottom: 20px;
    font-size: 60px;
    color: #edcf8d;
}
.memorabilia-container .memorabilia .content .left .text {
    line-height: 30px;
}
.memorabilia-container .memorabilia .content .left p {
    text-align: center;
}
.memorabilia-container .memorabilia .content .right {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 180px;
}
.memorabilia-container .memorabilia .content .right li {
    position: relative;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.memorabilia-container .memorabilia .content .right li span {
    transition: all .2s linear;
}
.memorabilia-container .memorabilia .content .right li span:hover {
    text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}
.memorabilia-on {
    text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
    transition: all .2s linear;
}
.memorabilia-on::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.memorabilia-on::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
/*-----大事记------*/
/*-----荣誉------*/
.effect-container-honor {
    position: relative;
}
.honor-button>div {
    margin: 0;
}
.honor-button i {
    color: #edcf8d;
    cursor: pointer;
}
.honor-button {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.honor-button .swiper-prev-honor,
.honor-button .swiper-next-honor{
    width: 66px;
    height: 66px;
    cursor: pointer;
}
.honor-button .swiper-prev-honor{
    background: url('../video/bin_prev.png') no-repeat;
}
.honor-button .swiper-next-honor{
    background: url('../video/bin_next.png') no-repeat;
}
.honor-container {
    height: 900px;
    background-image: url('http://assets.zcloop.com/connote_bg2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.honor-container .honor {
    width: 100%;
    max-width: 1200px;
}
.honor-container .honor ul.title li:nth-child(2) {
    width: 152px;
}
.honor-container .honor ul.title li:nth-child(2) span::after {
    content: "BRAND HONOR";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}
.honor-container .honor ul.tab,
.honor-container .honor ul.tab-sub {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
    /*font-family: " ";*/
    font-size: 20px;
}
.honor-container .honor ul.tab li,
.honor-container .honor ul.tab-sub li {
    display: inline-block;
    width: 150px;
    margin: 0 5px;
    border: 1px #ddd solid;
    border-radius: 6px;
    text-align: center;
    padding: 3px 0px;
}
.honor-container .honor ul.tab-two {
    font-size: 16px;
}
.honor-container .honor ul.tab-two li {
    width: 100px;
}
.honor-container .honor .swiper-container-honor {
    margin-top: 60px;
    height: 450px;
}
/*-----荣誉------*/
/*-----动态------*/
.dynamic-container {
    position: relative;
    height: 800px;
}
.dynamic-container .dynamic {
    width: 100%;
    max-width: 1550px;
}
.dynamic-container .dynamic ul.title li:nth-child(2) {
    width: 152px;
}
.dynamic-container .dynamic ul.title li:nth-child(2) span::after {
    content: "BRAND DYNAMIC";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.dynamic-container .dynamic .tab-content div {
    display: inline-block;
}
.dynamic-container .dynamic .tab-content div.left {
    flex: 4;
    position: relative;
}
.dynamic-container .dynamic .tab-content div.left ul {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 0;
    color: #edcf8d;
    /*font-family: " ";*/
}
.dynamic-container .dynamic .tab-content div.left ul h1 {
    font-size: 100px;
    line-height: 100px;
}
.dynamic-container .dynamic .tab-content div.left ul h2 {
    font-size: 40px;
    line-height: 40px;
}
.dynamic-container .dynamic .tab-content div.left ul li:nth-child(3),
.dynamic-container .dynamic .tab-content div.left ul li:nth-child(4) {
    margin: 10px 0;
    letter-spacing: 1px;
}
.dynamic-container .dynamic .tab-content div.left ul span {
    padding: 2px 5px;
    font-weight: bold;
    color: #fff;
    background-color: #edcf8d;
}
.dynamic-container .dynamic .tab-content div.left img {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 80px;
}
.dynamic-container .dynamic .tab-content div.right {
    flex: 2;
    padding-left: 20px;
    padding-top: 40px;
}
.dynamic-container .dynamic .tab-content div.right p:first-child {
    font-size: 30px;
    color: #edcf8d;
}
.dynamic-container .dynamic .tab-content div.right p:nth-child(2) {
    margin-top: 20px;
    height: 5px;
    width: 30px;
    background-color: #edcf8d;
}
.dynamic-container .dynamic .tab-content div.right p:nth-child(3) {
    padding-top: 60px;
}
.dynamic-container .dynamic .tab-content div.right p:nth-child(4) {
    padding-top: 40px;
}
.dynamic-container .dynamic .tab-content div.right p:last-child {
    margin-top: 55px;
    /*font-family: " ";*/
    width: 60px;
    height: 36px;
    line-height: 1;
    font-size: 24px;
    text-align: center;
    /*background-color: #edcf8d;*/
}
.dynamic-container .dynamic .tab-content div.right p:last-child a {
    display: block;
    width: 160px;
    height: 35px;
    /* border: 1px solid #edcf8d; */
    padding: 5px 40px;
    transition: all .2s linear;
    /* color: #edcf8d; */
    background: url('../video/more.png') no-repeat;
}
.dynamic-container .dynamic .tab-content div.right p:last-child .zcl_border:before {
    background-color: rgba(0, 0, 0, 0) !important;
}
.dynamic-container .dynamic .tab-content div.right p:last-child a:before {
    border-radius: 0px !important;
}
.dynamic-container .dynamic .tab-content div.right p:last-child a:hover {
    border-radius: 0px !important;
    color: #fff !important;
}
.dynamic-container .dynamic div.button {
    position: absolute;
    z-index: 9;
    left: 10%;
    bottom: 0;
}
.dynamic-container .dynamic div.button div {
    width: 50px;
    height: 60px;
}
.dynamic-container .dynamic div.button div i {
    width: 50px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #eee;
}
.dynamic-container .dynamic div.button div:hover {
    opacity: .9;
}
.dynamic-container .dynamic div.button div:first-child {
    background-color: #666;
}
.dynamic-container .dynamic div.button div:last-child {
    background-color: #333;
}
/*-----动态------*/
/*-----形象------*/
.image-container {
    height: 900px;
}
.image {
    width: 100%;
    max-width: 1300px;
}
.image ul.title li:nth-child(2) {
    width: 152px;
}
.image ul.title li:nth-child(2) span::after {
    content: "BRAND IMAGE";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}
.image p {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.image .swiper-container-image {
    margin-top: 60px;
    height: 600px;
}
.swiper-pagination-bullet-active {
    background-color: #FDCF6A;
}
/*-----形象------*/
/*---标签切换---*/
ul.tab li,
ul.tab-sub li {
    cursor: pointer;
}
ul.tab li:hover,
ul.tab-sub li:hover {
    color: #fff;
    border: 1px solid #edcf8d !important;
    background-color: #edcf8d;
}
.tab-div {
    display: none;
}
.tab-content {
    display: flex;
}
.tab-on {
    color: #fff;
    border: 1px solid #edcf8d !important;
    background-color: #edcf8d;
}
.tab-div-on {
    display: block;
}
/*---标签切换---*/
/*---品牌动态子页---*/
.dynamic-sub {
    padding: 20px 30px 0;
    /*font-family: " ";*/
}
.dynamic-sub .title {
    height: 50px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
}
.dynamic-sub .title span {
    display: inline-block;
    padding: 0 2px;
    height: 50px;
    line-height: 50px;
    color: #999;
    text-align: center;
}
.dynamic-sub .title span a {
    color: #999;
}
.dynamic-sub .title span a:hover {
    color: #e6b241;
}
.dynamic-sub .content {
    margin-top: 20px;
    text-align: center;
}
.dynamic-sub .content ul {
    display: inline-block;
    width: 32%;
    margin: 0 5px;
}
.dynamic-sub .content ul li {
    position: relative;
    margin: 10px 0;
}
.dynamic-sub .content ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    transition: all 1s ease;
}
.dynamic-sub .content ul li a::after {
    content: "粉红公益中国行";
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -105px;
    font-size: 30px;
    color: #fff;
}
.dynamic-sub .content ul li a:hover {
    opacity: 0;
}
.dynamic-sub .content ul img {
    width: 100%;
}
/*---品牌动态子页---*/
/*---=粉红公益---*/
.pink-container{
    /*font-family: " ";*/
}
div {
    margin: 0 auto;
}
.focus-img img {
    width: 100%;
}
.principal {
    height: 900px;
    background-image: url('./images/hsd/pink_principal_bg_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.principal .principal-content {
    position: relative;
    width: 1200px;
    height: 790px;
}
.principal .principal-content img.right-bg {
    position: absolute;
    right: 0;
    bottom: 200px;
}
.principal .principal-content .content-container {
    position: relative;
    width: 700px;
    height: 650px;
}
.principal .principal-content .content-container img {
    position: absolute;
    left: -30px;
    bottom: 0;
}
.principal .principal-content .content-container img.prin4 {
    left: -120px;
}
.principal .principal-content .content-container .intro {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: inline-block;
    width: 400px;
    height: 520px;
    background-color: #e82488;
    color: #fff;
    padding: 20px;
}
.principal .principal-content .content-container .intro .title {
    font-size: 40px;
}
.principal .principal-content .content-container .intro p {
    padding-bottom: 10px;
    line-height: 2.2 !important;
}
.principal .principal-content .menu-container {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 140px;
    width: 100%;
}
.principal .principal-content .menu-container ul {
    display: flex;
    justify-content: center;
    width: 100%;
}
.principal .principal-content .menu-container ul .fa {
    margin: 15px 20px;
    font-size: 100px;
    color: #e82488;
    cursor: pointer;
}
.principal .principal-content .menu-container li {
    display: inline-block;
    cursor: pointer;
}
.principal .principal-content .menu-container li:first-child,
.principal .principal-content .menu-container li:last-child {
    height: 140px;
}
.principal .principal-content .menu-container li img {
    vertical-align: top;
}
.principal .principal-content .menu-container i:hover {
    opacity: .7;
}
.filter {
    filter: grayscale(70%);
}
.filter-on {
    filter: grayscale(0);
}
/*  */
.health-btn {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    left: -10%;
    width: 115%;
    height: 100%;
}
.health-btn div {
    margin: 0;
    width: 38px;
    height: 60px;
    cursor: pointer;
}
.health-btn-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e82488'%2F%3E%3C%2Fsvg%3E");
}
.health-btn-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e82488'%2F%3E%3C%2Fsvg%3E");
}
.health {
    height: 900px;
    background-image: url('./images/hsd/pink_principal_bg_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.health .health-content {
    width: 100%;
    max-width: 1200px;
}
.health .health-content .title {
    margin-top: 40px;
    width: 700px;
    margin-bottom: 10px;
}
.health .health-content ul.hea-tab {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    font-family: " ";
    font-size: 16px;
}
.health .health-content ul.hea-tab li {
    display: inline-block;
    margin: 0 30px;
    padding: 0 20px;
    border: 1px #e82488 solid;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.health .health-content ul.hea-tab li:hover {
    color: #fff;
    background-color: #e82488;
}
.health .health-content .content {
    position: relative;
    margin-top: 40px;
    width: 1000px;
    height: 600px;
}
.health .health-content .content span {
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -40px;
    width: 500px;
    height: 580px;
    border: 4px #e82488 solid;
}
.health .health-content .content .main-content {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    width: 1000px;
    height: 600px;
}
.health .health-content .content .article {
    display: inline-block;
    width: 450px;
    height: 600px;
    line-height: 1.7;
    color: #333;
}
.hea-tab-on {
    color: #fff;
    background-color: #e82488;
}
.dashiji img.header {
    width: 100%;
}
.dashiji .content {
    position: relative;
    width: 100%;
    height: 1900px;
    background-color: #fff;
    overflow: hidden;
}
.dashiji .content .hongxian {
    position: absolute;
    top: 0;
    left: 50%;
}
.dashiji .content .cont1,
.dashiji .content .cont2,
.dashiji .content .cont3,
.dashiji .content .cont4,
.dashiji .content .cont5 {
    position: absolute;
}
.dashiji .content .content1 {
    position: relative;
    margin-top: 80px;
    width: 100%;
    max-width: 1400px;
    height: 900px;
}
.dashiji .content .content1 .cont2 {
    top: 120px;
    left: 820px;
    width: 520px;
}
.dashiji .content .content1 .cont2 img {
    margin-bottom: 10px;
}
.dashiji .content .content1 .cont3 {
    left: 254px;
    bottom: 0;
}
.dashiji .content .content1 .cont4 {
    width: 580px;
    right: 0;
    bottom: 0;
}
.dashiji .content .content2 {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 850px;
}
.dashiji .content .content2 .cont1 {
    top: 120px;
    left: 120px;
    width: 470px;
}
.dashiji .content .content2 .cont1 img {
    margin-bottom: 10px;
}
.dashiji .content .content2 .cont2 {
    top: 80px;
    right: 200px;
    width: 520px;
}
.dashiji .content .content2 .cont3 {
    left: 0;
    bottom: 0;
}
.dashiji .content .content2 .cont4 {
    right: 0;
    bottom: 0;
}
.dashiji .content .content2 .cont5 {
    left: 538px;
    bottom: 0;
}
.pink-video {
    /*height: 900px;*/
    background-image: url('./images/hsd/pink_video_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.pink-video .title {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 212px;
}
.pink-video .swiper-container {
    width: 1200px;
    height: 500px;
}
.pink-video .swiper-container .swiper-button-next,
.pink-video .swiper-container .swiper-button-prev {
    top: 38%;
    width: 100px;
    height: 160px;
    background-size: 60px;
}
.pink-video .swiper-container .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e82488'%2F%3E%3C%2Fsvg%3E");
}
.pink-video .swiper-container .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e82488'%2F%3E%3C%2Fsvg%3E");
}
.deu-move {
    width: 100%;
    max-width: 1400px;
}
.deu-move .list-tab{
    display: flex;
    justify-content: center;
    width: 100%;
}
.deu-move .list-tab li{
    margin: 0 5px;
    padding: 0 8px;
    font-family: " ";
    font-size: 18px;
    cursor: pointer;
}
.deu-move .list-tab li:hover, 
.list-tab-on,
.deu-move .list-tab .prev,
.deu-move .list-tab .next{
    color: #fff;
    background-color: #e82488;
}
.deu-move .title {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 312px;
}
.deu-move .content {
    position: relative;
    height: 700px;
}
.deu-move .content>img {
    position: absolute;
    top: 0;
    left: 0;
}
.deu-move .content>div {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}
.deu-move .content ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
}
.deu-move .content ul.list.tab-div{
    display: none;
}
.deu-move .content ul.list.tab-div-on{
    display: flex;
}
.deu-move .content ul.list li {
    display: inline-block;
    margin-bottom: 20px;
    width: 320px;
    height: 300px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.deu-move .content ul.list li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}
.deu-move .content ul.list li img {
    width: 100%;
}
.deu-move .content ul.list li p {
    font-size: 14px;
    padding: 5px;
}
.deu-move .content ul.list li p:nth-child(2) {
    font-size: 16px;
    color: #333;
}
.deu-move .content ul.list li p:nth-child(3) {
    font-size: 12px;
    color: #777;
}
.deu-ai img {
    display: block;
    width: 100%;
}
/*---=粉红公益---*/
/*-----------产品------------*/
.border {
    line-height: 40px;
}
.border-on {
    line-height: 36px;
    border: 2px #fff solid;
}
.jian-pl-tab-on {
    color: #81cac4;
}
.jian-pl-right-tab-on {
    font-size: 20px;
    font-weight: bold;
    /* color: #2b847d; */
}
.ku-pl-tab-on {
    color: #ea7715;
}
.ku-pl-right-tab-on {
    font-size: 20px;
    font-weight: bold;
    /* color: #85562F; */
}
.pro-pl-tab-on {
    color: #edcf8d;
}
.pro-pl-right-tab-on {
    font-size: 20px;
    font-weight: bold;
    /* color: #C89525; */
}
ul.jp-title {
    margin: 30px auto;
    width: 100%;
    font-family: " ";
    font-size: 16px;
    color: #81cac4;
    text-align: center;
}
ul.jp-title li {
    display: inline-block;
}
ul.jp-title li:nth-child(2) {
    font-family: " ";
}
ul.jp-title li:nth-child(2) span {
    position: relative;
    font-size: 38px;
}
ul.pro-title {
    margin: 30px auto;
    width: 100%;
    font-family: " ";
    font-size: 14px;
    color: #f3c665;
    text-align: center;
}
ul.pro-title li {
    display: inline-block;
}
ul.pro-title li:nth-child(2) {
    font-family: " ";
}
ul.pro-title li:nth-child(2) span {
    position: relative;
    font-size: 38px;
}
.jian-ku-menu {
    width: 100%;
    height: 60px;
}
.jian-ku-menu ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.jian-ku-menu ul li {
    flex: 1;
    height: 40px;
    text-align: center;
    margin: 10px 20px;
    cursor: pointer;
}
.jian-ku-menu ul li a {
    color: #fff;
}
/* 搜索框 */
.product-list .right .search {
    position: absolute;
    top: 0;
    right: 0;
}
.product-list .right form {
    position: relative;
}
.product-list .right .search input,
.product-list .right .search button {
    position: absolute;
    right: 0;
    border: none;
    outline: none;
}
.product-list .right .search input {
    width: 160px;
    height: 40px;
    padding-left: 10px;
}
.product-list .right button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
}
.product-list .right button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
}
/* 搜索框 */
.product-list {
    height: 1260px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    font-family: " ";
}
.product-list .content {
    position: relative;
    width: 100%;
    max-width: 1050px;
}
.product-list .content .left {
    position: absolute;
    left: 0;
    width: 240px;
}
.product-list .content .left ul {
    width: 210px;
    height: 320px;
    padding: 5px 15px 5px 10px;
    background-color: #fff;
}
.product-list .content .left ul li {
    position: relative;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.product-list .content .left ul li i {
    position: absolute;
    height: 50px;
    right: 10px;
    padding-top: 16px;
}
.product-list .content .right {
    position: absolute;
    right: 0;
    width: 780px;
}
.product-list .content .right ul.pl-top-tab {
    display: flex;
    width: 500px;
    height: 40px;
    background-color: #fff;
}
.product-list .content .right ul.pl-top-tab li {
    flex: 1;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.product-list .content .right .show-list {
    position: relative;
    margin-top: 20px;
    width: 780px;
    height: 1120px;
    font-family: "yueyuan";
}
.product-list .content .right .show-list .block-bg1,
.product-list .content .right .show-list .block-bg2 {
    width: 750px;
    height: 1090px;
}
.product-list .content .right .show-list .block-bg1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.product-list .content .right .show-list .block-bg2 {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}
.product-list .content .right .show-list .show-content {
    position: absolute;
    z-index: 3;
    padding: 50px 30px 0 50px;
    width: 100%;
    height: 100%;
}
.product-list .content .right .show-list .show-content .show {
    margin: 0;
    width: 580px;
}
.product-list .content .right .show-list .show-content .show>div {
    display: flex;
    width: 100%;
    height: 340px;
    margin-bottom: 10px;
}
.product-list .content .right .show-list .show-content .show>div img {
    display: inline-block;
    border: 4px #fff solid;
}
.product-list .content .right .show-list .show-content .show>div span {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 10px 0 10px;
    width: 340px;
    height: 310px;
    background-color: #fff;
}
.product-list .content .right .show-list .show-content .show>div span h2,
.product-list .content .right .show-list .show-content .show>div span p,
.product-list .content .right .show-list .show-content .show>div span a {
    text-align: center;
}
.product-list .content .right .show-list .show-content .show>div span a {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 30px;
    color: #fff;
}
.product-list .content .right .show-list .show-content .show>div span div {
    margin-top: 20px;
}
.product-list .content .right .show-list ul.pl-right-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 30px;
    height: 80%;
    color: #fff;
}
.product-list .content .right .show-list ul.pl-right-tab li {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.new-album {
    position: relative;
}
.new-album .album-min {
    position: absolute;
    bottom: 10%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.new-album .album-min img {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.new-album .album-min>div {
    margin: 0;
}
.new-album .content {
    display: flex;
    width: 100%;
    width: 1100px;
    justify-content: space-between;
    align-items: center;
}
.new-album .content>div {
    height: 100%;
}
.new-album .content span {
    display: block;
    padding: 25px 0;
    width: 40px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.new-album .content span:hover {
    opacity: .8;
}
.product-video .pv-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 40px;
}
.product-video .pv-content div {
    margin: 0;
}
.product-video .pv-content .left {
    width: 200px;
}
.product-video .pv-content .left i {
    display: block;
    width: 20px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;
    color: #929292;
}
.product-video .pv-content .right {
    width: 850px;
}
.product-video div.pro-video-menu {
    margin-top: 10px;
}
.product-video .swiper-pro-video {
    width: 200px;
    height: 510px;
}
.product-video div.swiper-pro-video-show {
    margin-top: 40px;
    height: 500px;
}
.fashion-match .content {
    display: flex;
    width: 100%;
    width: 1100px;
    justify-content: space-between;
    align-items: center;
}
.fashion-match .content span {
    display: block;
    padding: 25px 0;
    width: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.fashion-match .content span:hover {
    opacity: .8;
}
.fashion-match .content .swiper-fashion-video-show {
    width: 930px;
    height: 560px;
}
.fashion-match .bottom-menu {
    height: 140px;
}
.fashion-match .bottom-menu .menu {
    display: flex;
    width: 100%;
    width: 1000px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.fashion-match .bottom-menu .menu i {
    color: #fff;
    cursor: pointer;
}
.fashion-match .bottom-menu .menu i:hover {
    opacity: .8;
}
.fashion-match .bottom-menu .menu .swiper-fashion-video {
    width: 800px;
    height: 114px;
}
/*---简产品---*/
.jian-menu {
    background-color: #a7dad6;
}
.brand-position {
    height: 700px;
    background-image: url('http://assets.zcloop.com/jianproduct_position_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.brand-position ul.jp-title li:nth-child(2) {
    width: 152px;
}
.brand-position ul.jp-title li:nth-child(2) span::after {
    content: "BRAND POSITION";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.brand-position .bp-content {
    position: relative;
    width: 100%;
    max-width: 1050px;
}
.brand-position .bp-content .left-block {
    position: absolute;
    left: 0;
    padding: 10px;
    width: 490px;
    height: 490px;
    background-color: #81cac4;
}
.brand-position .bp-content .left-block div {
    width: 470px;
    height: 470px;
    border: 2px #fff solid;
}
.brand-position .bp-content .left-block div p {
    padding: 60px 20px 0 20px;
    font-family: " ";
    font-size: 18px;
    color: #fff;
    text-indent: 34px;
}
.brand-position .bp-content img {
    position: absolute;
    top: 40px;
    right: 0;
}
.jian-health {
    padding-bottom: 40px;
}
.jian-health ul.jp-title li:nth-child(2) {
    width: 452px;
}
.jian-health ul.jp-title li:nth-child(2) span {
    font-size: 36px;
}
.jian-health ul.jp-title li:nth-child(2) span::after {
    content: "CORE  DIFFERENT·HEALTH  DOUBLES";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
}
.jian-health .text {
    width: 100%;
    max-width: 900px;
}
.jian-health .text p {
    margin: 10px 0;
    font-family: " ";
    font-size: 18px;
    text-align: center;
}
.jian-health .text img {
    display: block;
    margin: 30px auto;
}
.jian-health .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    font-family: " ";
}
.jian-health .content .left {
    width: 100%;
    max-width: 560px;
}
.jian-health .content .left ul li {
    display: inline-block;
    width: 45%;
    padding: 10px 15px;
}
.jian-health .content .left ul li>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
}
.jian-health .content .left ul li h3,
.jian-health .content .left ul li p {
    text-align: center;
}
.jian-health .content .left ul li h3 {
    font-size: 22px;
    color: #81cac4;
}
.jian-health .content .swiper-right {
    width: 1000px;
    height: 600px;
}
.jian-product-list .right .search button {
    color: #81cac4;
}
.jian-product-list {
    background-image: url('http://assets.zcloop.com/jianproduct_big_bg.jpg');
}
.jian-product-list .content .left img {
    margin-left: 45px;
}
.jian-product-list .content .left ul li {
    border-bottom: 1px #81cac4 solid;
}
.jian-product-list .content .right .show-list .block-bg1 {
    background-color: #d6fffc;
}
.jian-product-list .content .right .show-list .block-bg2 {
    background-color: #81cac4;
}
.jian-product-list .content .right .show-list .show-content .show>div span h2 {
    color: #81cac4;
}
.jian-product-list .content .right .show-list .show-content .show>div span a {
    background-color: #2b847d;
}
.jian-product-list .content .right .show-list .show-content .show>div span a:hover {
    background-color: #81cac4;
}
.jian-video ul.jp-title li:nth-child(2) {
    width: 152px;
}
.jian-video ul.jp-title li:nth-child(2) span {
    font-size: 38px;
}
.jian-video ul.jp-title li:nth-child(2) span::after {
    content: "BRAND VIDEO";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}
.jian-video .pv-content h4 {
    color: #81cac4;
    border-bottom: 2px #81cac4 solid;
}
.jian-album {
    padding: 1px 0 20px;
    background-color: #97D3CE;
}
.jian-album ul.jp-title {
    color: #fff;
}
.jian-album ul.jp-title li:nth-child(2) {
    width: 152px;
}
.jian-album ul.jp-title li:nth-child(2) span {
    font-size: 38px;
}
.jian-album ul.jp-title li:nth-child(2) span::after {
    content: "THE NEW ALBUM";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.jian-album .content span {
    color: #97d3cf;
}
.jian-fashion {
    margin-bottom: 30px;
}
.jian-fashion ul.jp-title li:nth-child(2) {
    width: 152px;
}
.jian-fashion ul.jp-title li:nth-child(2) span {
    font-size: 38px;
}
.jian-fashion ul.jp-title li:nth-child(2) span::after {
    content: "FASHION MATCH";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.jian-fashion .content span {
    background-color: #97d3cf;
}
.jian-fashion .bottom-menu {
    background-color: #97d3cf;
}
.back-top {
    width: 80px;
    height: 70px;
    color: #929292;
    cursor: pointer;
}
.back-top a {
    color: #929292;
}
.back-top p {
    text-align: center;
}
/*---简产品---*/
/*---酷产品---*/
.ku-menu {
    background-color: #ea7715;
}
.ku-menu a {
    color: #fff;
}
.ku-brand-position,
.ku-health-function,
.ku-health-function .hf-content {
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.ku-brand-position {
    height: 900px;
    background-image: url("http://assets.zcloop.com/kuproduct_bposition_bg_2.jpg");
}
.ku-health-function {
    height: 900px;
    background-image: url("http://assets.zcloop.com/kuproduct_banner_2.jpg");
}
.ku-health-function .hf-content {
    position: relative;
    height: 100%;
    background-image: url("http://assets.zcloop.com/kuproduct_heafunc_bg.png");
    background-position: right center;
}
.ku-health-function .hf-content .content {
    position: absolute;
    right: 120px;
    width: 950px;
}
.ku-health-function .hf-content .content .title {
    display: block;
    margin: 20px auto 0;
    width: 240px;
}
.ku-health-function .hf-content .content p {
    margin-top: 30px;
    line-height: 32px;
    color: #fff;
}
.ku-health-function .hf-content .content .function {
    display: block;
    margin: 20px auto 0;
}
.ku-product-list .right .search button {
    color: #ea7715;
}
.ku-product-list {
    background-image: url('http://assets.zcloop.com/kuproduct_big_bg.jpg');
}
.ku-product-list .content .left img {
    width: 100%;
}
.ku-product-list .content .left ul li {
    border-bottom: 1px #ea7715 solid;
}
.ku-product-list .content .right .show-list .block-bg1 {
    background-color: #DD8D4A;
}
.ku-product-list .content .right .show-list .block-bg2 {
    background-color: #ea7715;
}
.ku-product-list .content .right .show-list .show-content .show>div span h2 {
    color: #ea7715;
}
.ku-product-list .content .right .show-list .show-content .show>div span a {
    background-color: #ea7715;
}
.ku-product-list .content .right .show-list .show-content .show>div span a:hover {
    background-color: #E58433;
}
.ku-album {
    background-color: #eb7f23;
}
.ku-album img.title {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 212px;
}
.ku-video img.title {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 212px;
}
.ku-video .pv-content h4 {
    color: #ea7715;
    border-bottom: 2px #ea7715 solid;
}
.ku-fashion {
    margin-bottom: 30px;
}
.ku-fashion img.title {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 212px;
}
.ku-fashion .content span {
    background-color: #ea7715;
}
.ku-fashion .bottom-menu {
    background-color: #ea7715;
}
/*---酷产品---*/
.product-menu {
    background-color: #f3c665;
}
.product-brand-position {
    height: 800px;
    background-image: url('http://assets.zcloop.com/product_bg_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.product-brand-position ul.pro-title li:nth-child(2) {
    width: 152px;
}
.product-brand-position ul.pro-title li:nth-child(2) span::after {
    content: "BRAND POSITION";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.product-brand-position .pbp-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin-top: 60px;
}
.product-brand-position .pbp-content div.left {
    padding-right: 40px;
}
.product-brand-position .pbp-content div.left p {
    margin-bottom: 20px;
    text-indent: 34px;
    line-height: 30px;
}
.product-brand-position .pbp-content div.left div.block {
    margin: 60px 0 0 0;
    width: 180px;
    height: 4px;
    background-color: #f3c665;
}
.product-health {
    height: 1000px;
}
.product-health ul.pro-title {
    margin-top: 60px;
}
.product-health ul.pro-title li:nth-child(2) {
    font-size: 20px;
    width: 326px;
}
.product-health ul.pro-title li:nth-child(2) span {
    font-size: 26px;
}
.product-health ul.pro-title li:nth-child(2) span::after {
    content: "CORE  DIFFERENT·HEALTH  DOUBLES";
    position: absolute;
    display: block;
    /* top: 40px; */
    width: 100%;
    font-size: 18px;
    /* letter-spacing: 1px; */
    text-align: center;
}
.product-health ul.ph-top {
    display: flex;
    justify-content: space-between;
}
.product-health ul.ph-top li {
    display: inline-block;
}
.product-health ul.ph-top li p {
    margin: 40px auto;
    width: 80%;
    line-height: 40px;
    text-indent: 32px;
}
.product-health ul.ph-top li img.health-img {
    display: block;
    margin: 20px auto;
}
.product-health ul.ph-bottom {
    display: flex;
    justify-content: center;
    width: 95%;
    border: 1px #f3c665 solid;
    margin: 40px auto 0;
    padding: 20px 0;
}
.product-health ul.ph-bottom li {
    display: inline-block;
    width: 22%;
    padding: 10px 15px;
}
.product-health ul.ph-bottom li>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
}
.product-health ul.ph-bottom li h3,
.product-health ul.ph-bottom li p {
    text-align: center;
}
.product-health ul.ph-bottom li h3 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #f3c665;
}
.product-health .swiper-right {
    width: 1000px;
    height: 600px;
}
.p-product-list .right .search button {
    color: #edcf8d;
}
.p-product-list {
    background-image: url('http://assets.zcloop.com/product_big_bg.jpg');
}
.p-product-list .content .left img {
    width: 100%;
}
.p-product-list .content .left ul li {
    border-bottom: 1px #edcf8d solid;
}
.p-product-list .content .right .show-list .block-bg1 {
    background-color: #fff;
}
.p-product-list .content .right .show-list .block-bg2 {
    background-color: #edcf8d;
}
.p-product-list .content .right .show-list .show-content .show>div span h2 {
    color: #edcf8d;
}
.p-product-list .content .right .show-list .show-content .show>div span a {
    background-color: #edcf8d;
}
.p-product-list .content .right .show-list .show-content .show>div span a:hover {
    background-color: #edcf8d;
}
.pro-album {
    background-color: #edcf8d;
}
.pro-album ul.pro-title {
    color: #fff;
}
.pro-album ul.pro-title li:nth-child(2) {
    width: 152px;
}
.pro-album ul.pro-title li:nth-child(2) span {
    font-size: 38px;
}
.pro-album ul.pro-title li:nth-child(2) span::after {
    content: "THE NEW ALBUM";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.pro-album img.title {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 212px;
}
.pro-video {
    background-image: url('http://assets.zcloop.com/product_bg_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.pro-video ul.pro-title li:nth-child(2) {
    width: 152px;
}
.pro-video ul.pro-title li:nth-child(2) span {
    font-size: 38px;
}
.pro-video ul.pro-title li:nth-child(2) span::after {
    content: "BRAND VIDEO";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}
.pro-video img.title {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 212px;
}
.pro-video .pv-content h4 {
    color: #edcf8d;
    border-bottom: 2px #edcf8d solid;
}
.pro-fashion {
    background-image: url('http://assets.zcloop.com/product_bg_1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.pro-fashion ul.pro-title li:nth-child(2) {
    width: 152px;
}
.pro-fashion ul.pro-title li:nth-child(2) span {
    font-size: 38px;
}
.pro-fashion ul.pro-title li:nth-child(2) span::after {
    content: "FASHION MATCH";
    position: absolute;
    display: block;
    top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.pro-fashion img.title {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 212px;
}
.pro-fashion .content span {
    background-color: #edcf8d;
}
.pro-fashion .bottom-menu {
    background-color: #edcf8d;
}
/*-----------产品------------*/
/*---缔妒之家---*/
.deu-home{
    font-family: " ";
}
.deu-home>div {
    width: 100%;
    max-width: 1300px;
}
.deu-home img.banner {
    width: 100%;
}
.deu-home ul.hometab {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.deu-home ul.hometab li {
    cursor: pointer;
}
.deu-home ul.hometab img,
.deu-home ul.hometab span {
    display: block;
}
.deu-home ul.hometab span {
    width: 100%;
    text-align: center;
    color: #eaca82;
}
.deu-home .content div.title {
    margin-bottom: 20px;
    border-bottom: 2px #eaca82 dashed;
    padding-bottom: 10px;
    color: #eaca82;
}
.deu-home .content div.title span {
    display: inline-block;
}
.deu-home .content div.title span p:first-child {
    font-size: 28px;
}
.deu-home .content div.title .block {
    width: 15px;
    height: 50px;
    background-color: #eaca82;
}
.deu-home .content div.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.deu-home .content div.list .list-item {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 48%;
    margin-bottom: 10px;
}
.deu-home .content div.list .list-item img,
.deu-home .content div.list .list-item span,
.deu-home .content div.list .list-item a {
    display: block;
}
.deu-home .content div.list .list-item img,
.deu-home .content div.list .list-item span {
    margin-right: 20px;
}
.deu-home .content div.list .list-item span {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #eaca82;
}
.deu-home .content div.list .list-item .list-item-right a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border: 1px #eaca82 solid;
    border-radius: 5px;
    color: #eaca82;
}
.deu-home .content div.list .list-item .list-item-right a:hover {
    color: #fff;
    background-color: #eaca82;
}
.deu-home .content div.list .list-item .list-item-right p {
    margin-bottom: 5px;
}
.deu-home .content div.list .list-item .list-item-right p:first-child {
    font-size: 14px;
}
.deu-home .content div.list .list-item .list-item-right p:nth-child(2) {
    font-size: 12px;
}
.deu-home .content div.list .list-item .list-item-right p:nth-child(3) {
    font-size: 12px;
    color: #929292;
}
.itab {
    filter: grayscale(10%);
    opacity: .8;
}
.itab-on {
    filter: grayscale(0);
    opacity: 1;
}
.itab-on::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
}
/*---缔妒之家---*/
/*---品牌馆---*/
.bg {
    font-family: " ";
    height: 930px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.bg .bg_color_0 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    background-color: rgba(0, 0, 0, .1);
    transition: all .2s linear;
}
.bg .bg_color_0:hover {
    background-color: rgba(0, 0, 0, 0);
}
.bg .content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 100%;
}
.bg .content .content-item {
    position: absolute;
}
.bg .content .content-item a {
    display: block;
    margin: 40px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}
.bg .content .content-item a:hover {
    opacity: .8;
}
.bg1 {
    background-image: url('http://assets.zcloop.com/brand_bg_01.jpg');
}
.bg1 .content-item {
    top: 25%;
    right: 0;
    width: 384px;
}
.bg1 .content-item a {
    background-color: #e6c682;
}
.bg2 {
    background-image: url('http://assets.zcloop.com/brand_bg_02.jpg');
}
.bg2 .content-item {
    top: 25%;
    left: 0;
    width: 290px;
}
.bg2 .content-item a {
    background-color: #81cac4;
}
.bg3 {
    background-image: url('http://assets.zcloop.com/brand_bg_03.jpg');
}
.bg3 .content-item {
    top: 25%;
    right: 10%;
    width: 233px;
}
.bg3 .content-item a {
    background-color: #7b2db3;
}
.bg4 {
    background-image: url('http://assets.zcloop.com/brand_bg_04.jpg');
}
.bg4 .content-item a {
    background-color: #eb7f23;
}
.bg4 .content-item {
    top: 55%;
    right: 0;
    width: 290px;
}
/*---品牌馆---*/
.swiper-next-button-color {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23edcf8d'%2F%3E%3C%2Fsvg%3E");
}
.swiper-prev-button-color {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23edcf8d'%2F%3E%3C%2Fsvg%3E");
}
/* 覆盖，避免污染 */
.zcl_border {
    transition: all .2s linear;
}
.zcl_border:before {
    border-radius: 6px;
    background-color: #edcf8d !important;
}
.zcl_border:hover {
    color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-color: transparent !important;
}
/* css3 */
/*当前元素设置相对定位*/
.ech-fade-l {
    position: relative;
    transition: all .3s;
    z-index: 1;
}
/*当前元素的:before和:after设置绝对定位*/
.ech-fade-l:before {
    position: absolute;
    transition: all .3s;
    content: "";
    display: block;
    background-color: #09f;
    z-index: -1;
    width: 100%;
    height: 100%;
}
/*颜色从左至右变化*/
.ech-fade-l:before,
.ech-bounce-l:before {
    top: 0;
    right: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
}
/*当前元素文字颜色变化*/
.ech-fade-l:hover {
    color: #fff;
}
/*水平方向进来的:before变化*/
.ech-fade-l:hover:before {
    transform: scaleX(1);
}
/* 登录页面 */
.login-bg {
    height: 800px;
    background-image: url("http://assets.zcloop.com/login_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.login-block {
    margin-right: 10%;
    padding-top: 140px;
    width: 600px;
    height: 800px;
    background-color: rgba(255, 255, 255, 0.6);
}
.login-block img {
    display: block;
    margin: auto;
}
.login-block .input {
    margin: 20px auto;
    width: 300px;
    height: 45px;
    background-color: #fff;
    border: 2px solid #eaca82;
    border-radius: 20px;
}
.login-block .submit {
    display: block;
    background-color: #eaca82;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    opacity: .8;
}
.login-block .submit:hover {
    opacity: 1;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex i {
    color: #666;
}
.flex input {
    margin-left: 10px;
    border: none;
    outline: none;
    width: 220px;
    height: 40px;
}
.login-block a {
    display: block;
    margin: auto;
    width: 300px;
    color: #666;
    text-align: right;
    font-size: 14px;
}
.login-block a:hover {
    color: #929292;
}
/* 招商加盟 */
.banner-text {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 15%;
    padding-top: 80px;
    width: 500px;
    text-align: center;
}
.banner-text .img-bg{
    position: relative;
    width: 453px;
    height: 515px;
    background: url('http://assets.zcloop.com/joinus_banner_t.png') center no-repeat;
}
.banner-text .text1 {
    font-size: 30px;
}
.banner-text .text2 {
    font-size: 50px;
}
.banner-text .text3 {
    /* margin: 10px 0; */
    color: #DD9F70;
}
.banner-text a {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -90px;
    bottom: 140px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #DD9F70;
    /* letter-spacing: 1.5; */
}
.banner-text a:hover {
    background-color: #EEB88F;
}
.joinus-search {
    padding: 13px 0;
    width: 100%;
    height: 80px;
    background-color: #DD9F70;
}
.joinus-search span {
    font-size: 52px;
    line-height: 52px;
    color: #fff;
}
.joinus-search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 1200px;
}
.joinus-search input[type="text"] {
    border: none;
    outline: none;
    margin: 0 10px;
    padding-left: 10px;
    width: 20%;
    height: 35px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #fff;
}
.joinus-search input[type="submit"] {
    border-radius: 5px;
    width: 100px;
    height: 50px;
    border: none;
    font-size: 37px;
    color: #DD9F70;
    background-color: #fff;
    cursor: pointer;
}
.joinus-search input[type="submit"]:hover {
    background-color: #f5f5f5;
}
#submenu-container ul {
    margin: auto;
    padding: 40px 0;
    width: 1200px;
    /* font-size: 0; */
    letter-spacing: -4px;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
#submenu-container div {
    margin: 0 10px 0 0;
}
#submenu-container img {
    display: block;
    width: 100%;
}
#submenu-container .text {
    position: relative;
    color: #666;
    transition: color .3s ease;
}
#submenu-container .text:hover {
    color: #9a9a9a;
}
#submenu-container a {
    position: absolute;
    top: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%;
    /* cursor: pointer; */
}
#submenu-container p:first-child {
    font-size: 42px;
    line-height: 45px;
}
#submenu-container small{
    font-size: 25px;
}
#submenu-container small.smalltext {
    font-size: 24px;
}
#submenu-container ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
    padding: 10px 0;
    width: 33.33%;
    font-size: 16px;
    letter-spacing: normal;
}
#outstanding{
    padding-top: 20px;
}
#diversification,
#hardpower,
#promotion{
    padding: 20px 0;
}
#diversification {
    background-color: #DD9F70;
}
#diversification>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
    color: #fff;
}
#diversification>div>div {
    margin: 0;
}
#diversification .right>div {
    padding: 15px 0 15px 40px;
    font-size: 20px;
}
#diversification .hr {
    width: 100%;
    height: 1px;
    background-color: #fff;
}
#hardpower>div {
    width: 1200px;
}
/* 次标题样式 */
.title-style h1{
    font-size: 77px;
    line-height: 80px;
}
.title-style small{
    padding-left: 15px;
    font-size: 28px;
}
.title-style2 p:first-child{
    font-size: 38px;
}
.title-style2 p:last-child,
.title-style3 p{
    font-size: 28px;
}
/* 标题样式 */
.header {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding: 20px 0;
    color: #333;
}
.header .title {
    flex: 4;
    color: #DD9F70;
    text-align: center;
}
.header .title small{
    padding: 0;
}
.header .title,
.header .title p {
    position: relative;
    top: -5px;
}
/* .header h1 {
    font-size: 40px;
} */
.header .text {
    flex: 10;
    padding-left: 20px;
}
.header p{
    font-size: 18px;
}
/* 标题样式 */
.swiper-outstanding {
    height: 100%;
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    left: 0;
    margin: 20px auto;
    width: 60%;
    height: 8px;
}
.swiper-scrollbar-drag {
    left: -33.333%;
}
#hardpower {
    background-color: #DD9F70;
}
#hardpower .header,
#hardpower .header .title {
    color: #fff;
}
.img-container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 20px;
    width: 1200px;
}
#promotion>div {
    margin: 20px;
}
#promotion {
    display: flex;
    justify-content: center;
    background-color: #f9ece3;
}
#promotion .header {
    display: block;
    width: 100%;
    padding: 0;
}
#promotion .title {
    text-align: left;
}
#promotion .title p {
    margin-left: 10px;
}
#promotion .header>p {
    margin: 10px 0;
}
#promotion .right {
    width: 700px;
    /* padding-top: 20px; */
}
#promotion video {
    width: 700px;
}
#promotion .img-container {
    width: 100%;
    padding: 10px 0 0 0;
}
#dvantage,
#selectdeu {
    width: 100%;
    height: 220px;
    background-color: #DD9F70;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
#selectdeu h1{
    font-size: 77px;
}
#selectdeu ul {
    display: flex;
    justify-content: center;
}
#selectdeu li {
    padding: 0 5px;
    font-weight: 400;
    font-size: 32px;
}
#selectdeu li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-color: #fff;
    border-radius: 50%;
}
#gratitude .content {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    width: 1400px;
    color: #DD9F70;
}
#funds h1,
#experience h1,
#experience h2,
#gratitude h1 {
    font-size: 40px;
    text-align: center;
    color: #DD9F70;
}
#experience h2{
    font-size: 56px;
}
#experience h1,
#funds h1,
#gratitude h1 {
    font-size: 77px;
    margin-bottom: 10px;
}
#funds p,
#gratitude p{
    font-size: 18px;
}
#funds p,
#gratitude p {
    padding: 10px 50px 10px 0;
    color: #333;
}
#gratitude .menu {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    width: 100%;
    width: 1440px;
    height: 100%;
    align-items: center;
    color: #666;
}
#gratitude .menu img:hover {
    box-shadow: 0 4px 5px #333;
}
#gratitude .content {
    background-color: #fff;
}
#gratitude i {
    margin: auto;
    color: #999;
    transition: color .5s ease;
}
#gratitude i:hover {
    color: #333;
}
.swiper-gratitude {
    height: 100%;
}
.swiper-gratitude-menu-prev,
.swiper-gratitude-menu-next{
    cursor: pointer;
    width: 30px;
    height: 48px;
}
.swiper-funds,
.swiper-gratitude-menu {
    width: 90%;
    height: 100%;
}
#funds {
    padding: 60px 0;
    color: #DD9F70;
    background-color: #f9ece3;
}
#funds .content img {
    display: block;
    margin: auto;
    width: 90%;
}
#funds .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    background-color: #f9ece3;
}
#funds .right,
#funds .left {
    flex: 1;
}
#funds .right {
    padding-right: 30px;
}
#experience {
    padding: 60px 0;
    width: 1400px;
}
#experience .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#experience .top>div {
    padding-left: 40px;
}
#experience .top p {
    margin-top: 20px;
    font-size: 25px;
}
#experience .bottom {
    padding-top: 30px;
}
#experience ul {
    display: inline-block;
    width: 48%;
}
#experience ul h3 {
    font-size: 28px;
    color: #DD9F70;
}
#experience ul li p{
    font-size: 20px;
}
#experience ul li {
    display: inline-block;
    padding-top: 10px;
    width: 90%
}
#dvantage>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    line-height: 120px;
    color: #fff;
}
#dvantage {
    padding: 0;
    height: 120px;
}
#dvantage h1 {
    font-size: 70px
}
#dvantage h3 {
    font-size: 40px;
    /* margin: 0 10px; */
}
#dvantage a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #DD9F70;
    font-size: 32px;
    font-weight: bold;
    background-color: #fff;
}
#dvantage a:hover {
    background-color: #f5f5f5;
    box-shadow: 0 1px 5px #999;
}
#contact {
    width: 1000px;
    padding: 30px 0;
    overflow: hidden;
}
#contact input {
    margin: 10px 0;
}
#contact input[type='text']{
    width: 180px;
    height: 28px;
}
#contact select{
    width: 80px;
    height: 28px;
}
#contact input[type='checkbox'],
#contact input[type='radio']{
    width: 18px;
    height: 18px;
}
#contact .form {
    margin-left: 15px;
    font-size: 26px;
}
#contact p {
    margin: 10px 0;
}
.advisory {
    display: inline-block;
    margin-left: 20px;
    line-height: 60px;
    text-align: center;
}
.advisory,
#submit {
    margin-top: 20px;
    width: 180px;
    height: 60px;
    border: none;
    font-family: '微软雅黑';
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    background-color: #DD9F70;
    cursor: pointer;
}
.advisory:hover,
#submit:hover {
    opacity: .9;
    box-shadow: 0 1px 5px #999;
}
.swiper-joinus-next,
.swiper-funds-next {
    box-sizing: content-box;
    border: 10px solid rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23929292'%2F%3E%3C%2Fsvg%3E");
}
.swiper-joinus-prev,
.swiper-funds-prev {
    box-sizing: content-box;
    border: 10px solid rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23929292'%2F%3E%3C%2Fsvg%3E");
}
.swiper-joinus-next:hover,
.swiper-funds-next:hover {
    border: 10px solid #666;
    background-color: #666;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-joinus-prev:hover,
.swiper-funds-prev:hover {
    border: 10px solid #666;
    background-color: #666;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/*
* 粉红视频改 
*
*/
#pic {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 1200px;
    z-index: 2;
    margin: 60px auto 0;
}
#pic ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#pic ul li {
    position: absolute;
}
#pic ul img {
    position: relative;
    top: 0;
    left: 0;
}
/*图片位置*/
#pic ul .pic1 {
    top: -180px;
    left: 2px;
    z-index: 1;
}
#pic ul .pic2 {
    top: 110px;
    left: 88px;
    z-index: 2;
}
#pic ul .pic3 {
    top: 80px;
    left: 174px;
    z-index: 3;
}
#pic ul .pic4 {
    top: 50px;
    left: 260px;
    z-index: 4;
}
#pic ul .pic5 {
    top: 80px;
    left: 436px;
    z-index: 3;
}
#pic ul .pic6 {
    top: 110px;
    left: 620px;
    z-index: 2;
}
#pic ul .pic7 {
    top: -180px;
    left: 696px;
    z-index: 1;
}
/*图片A标签width和height*/
#pic ul .pic1 a {
    height: 60px;
    width: 96px;
}
#pic ul .pic2 a {
    height: 180px;
    width: 288px;
}
#pic ul .pic3 a {
    height: 240px;
    width: 384px;
}
#pic ul .pic4 a {
    height: 300px;
    width: 480px;
}
#pic ul .pic5 a {
    height: 240px;
    width: 384px;
}
#pic ul .pic6 a {
    height: 180px;
    width: 288px;
}
#pic ul .pic7 a {
    height: 180px;
    width: 288px;
}
/*图片明暗*/
#pic ul li.pic1 {
    opacity: 0.2;
}
#pic ul li.pic2 {
    opacity: 0.6;
}
#pic ul li.pic3 {
    opacity: 0.9;
}
#pic ul li.pic4 {
    opacity: 1;
}
#pic ul li.pic5 {
    opacity: 0.9;
}
#pic ul li.pic6 {
    opacity: 0.6;
}
#pic ul li.pic7 {
    opacity: 0.2;
}
/*图片width*/
#pic ul li.pic1 img {
    width: 196px;
}
#pic ul li.pic2 img {
    width: 488px;
}
#pic ul li.pic3 img {
    width: 584px;
}
#pic ul li.pic4 img {
    width: 680px;
}
#pic ul li.pic5 img {
    width: 584px;
}
#pic ul li.pic6 img {
    width: 488px;
}
#pic ul li.pic7 img {
    width: 196px;
}
/*箭头部分*/
#pic span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 230px;
    z-index: 30;
    cursor: pointer;
    opacity: 0.7;
}
#pic:hover span {
    opacity: 1;
}
#pic span img {
    width: 80px;
    height: 80px;
    display: block;
}
#pic span.prev {
    left: 180px;
}
#pic span.next {
    right: 180px;
}
/** 幻灯图片弹窗播放功能 **/
/* 弹窗背景 */
.lightimg{
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .9);
}
/* 内容 */
.light-content{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
}
/* 关闭按钮 */
.close{
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.close:hover,
.close:focus{
    color:#999;
    text-decoration: none;
    cursor: pointer;
}
.light-slides{
    display: none;
}
.light-slides img{
    display: block;
    margin: auto;
    width: 600px;
}
/* 上一页&下一页按钮 */
.light-prev,
.light-next{
    position: absolute;
    top: 50%;
    widows: auto;
    padding: 10px 16px;
    margin-top: -50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    transition: all .6s ease;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}
.light-next{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.light-prev:hover,
.light-next:hover{
    background-color: rgba(0, 0, 0, .8);
}
.numbertext {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
/* 导航栏固定顶部 */
.flxed{
    position: fixed;
    z-index: 20;
    top: 0;
}