@charset "utf-8";

.mr_t_140 {
    margin-top: 140px;
}

.header {
    width: 100%;
    height: 76px;
}

.header_logo {
	width: 287px;
	height: 24px;
	margin-top: 27px;
    margin-left: -9px;
}

.header_nav .left {
    height: 52px;
}

.header_nav .left>li {
    cursor: pointer;
    float: left;
    margin: 0 20px;
    text-align: center;
    font-weight: 600;
    /* position: relative; */
}

.header_nav .china {
    line-height: 18px;
    transition: all 0.3s;
}

.header_nav .english {
    margin-top: 9px;
    font-size: 9px;
    color: #9f9f9f;
    line-height: 9px;
    transition: all 0.3s;
}

.header_nav .left>li a {
    position: relative;
    padding:10px;
}
.header_nav li a::after,.header_nav .left>li.nav_active>a::after{
  position: absolute;
  content: "";
  height:0;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #165b55;
  transition: all 0.3s;
  z-index: -1;
}
.header_nav li:hover a,.header_nav li.nav_active a {
    color: #fff !important;
    position: relative;
}
.header_nav li:hover .english,.header_nav li.nav_active .english{
  color:#d2d2d2;
}
.header_nav .left>li:hover>a::after,.header_nav .left>li.nav_active>a::after {
  height: 100%;
}

.header_nav .left>li>a:hover>a::after,.header_nav .left>li>a.nav_active::after {
    top: 67px;
    left: 0;
    right: 0;
    margin: auto;
}

.droplist {
    width: 100%;
    height: 175px;
    background: #f0f0f0;
    position: absolute;
    z-index: 99999;
    top: 82px;
    left: 0;
    transition: all .12s ease-out;
    display: none;
    visibility: hidden;
}

.user_login {
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.user_name{
    margin-left: 10px;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 37px !important;
    line-height: 37px;
}

.out_login{
    margin-left: 10px;
}

.droplist ul {
    width: 868px;
}

.droplist li {
    width: 124px;
	text-align: center;
	font-size: 12px;
	float: left;
}

.droplist li a {
    color: #36393d !important;
}

.droplist .icon {
    width: 78px;
    margin: auto;
    margin-top: 18px;
}

.droplist .text,.droplist .en{
    line-height: 18px;
}

.droplist .text {
    margin-top: 6px;
    line-height: normal;
    font-size: 12px;
    color: #36393d;
}

.droplist .en {
    font-size: 9px;
    margin-top: 5px;
    color: #9f9f9f;
}

.header_nav .hover .droplist {
	display: block;
	visibility: visible
}

.header .icon_seach,.header .icon_user {
    padding: 12px 0;
}
.xiugaiIcon{
    margin-left: 12px;
}
.header .icon_seach {
    width: 16px;
    height: 17px;
}

.header .icon_user {
    width: 15px;
    height: 18px;
    margin-left: 12px;
}

.footer {
    width: 100%;
    padding: 90px 0 75px;
}

.footer a {
    width: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding:4px;
    font-size:14px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.footer .left a::after{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background: #165b55;
  left:0;
  bottom:0;
  transition: all 0.3s;
  z-index: -1;
}
.footer .left a:hover {
    color: #fff;
}
.footer .left a:hover::after{
  height: 100%;
}
.footer .mr_l_100 {
    margin-left: 100px;
}

.footer .mr_t_5 {
    margin-top: 5px;
}

.footer .wx_code {
	width: 74px;
	height: 74px
}

.footer .contact div {
    margin-top: 5px;
}

.footer .contact div:first-child {
    margin-top: 0;
}

.footer .tqm {
    opacity: 0;
    padding: 8px;
    border-radius: 6px;
    background: #fff;
    margin-left: -20px;
}

.footer .download:hover .tqm {
    opacity: 1;
}

.page_line {
    width: 100%;
    border-top: 1px dashed #8a8b8d;
    opacity: 0.5;
}

.page_pagination {
    text-align: center;
    white-space: nowrap;
}

.page_pagination .block {
    display: inline-flex;
    line-height: 25px;
}

.page_pagination ul li {
    margin: 0 4px;
    width: 23px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

.page_pagination ul li.active {
    background: #000;
    color: #fff;
}

.page_pagination .mr_l_10 {
    margin-left: 10px;
}

/* 首页 */

.home_img {
    min-height: 720px;
    background: url(../images/index/mbm-bg-01.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
}

.home_banner {
    height: 660px;
    margin-top: 20px;
}

.home_banner .swiper-wrapper,.home_banner a {
    height: 620px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.home_banner .swiper-pagination-bullet {
    margin: 0 14px !important;
}

.home_banner .swiper-pagination-bullet-active {
	background: #2f3340;
}

.home_title .icon {
    width: 62px;
    height: 61px;
}

.home_title .text {
    top: 14px;
    left: 14px;
    z-index: 99;
    letter-spacing: 1px;
    color: #000;
}
.home_title .en_txt{
  font-size:14px;
  color:#9f9f9f;
  position: absolute;
  top: 36px;
  left: 14px;
  font-weight: bold;
}
.home_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, #06c7b6, #0aa967);
    margin-top: 14px;
}

.homeList {
    margin-top: -90px;
}

.homeList .cn {
    font-family: FUTURA medium;
}

.homeList .en {
    font-family: 思源黑体BOLD;
}

.homeList li {
    width: 100%;
    margin-top: 120px;
    letter-spacing: 1px;
    position: relative;
}

.homeList li a,.homeList li .item_img,.homeList li .item_desc {
    height: 463px;
}

.homeList li .item_img {
    width: 797px;
}

.homeList li .item_desc {
    width: 373px;
}

.homeList li  .item_desc_pos {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.homeList .item_text {
    color: #292929;
    line-height: 33px;
    text-align: justify;
}

.homeList .item_more {
    color: #8a8a8a;
}

.homeList_line {
    position: absolute;
    width: 454px;
    height: 60px;
    border-bottom: 1px solid rgba(138, 138, 138, 0.39);
    left: 0;
    right: 0;
    margin: auto;
}

.homeList_line .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #f7e6c1;
}

.home_line_gray {
    width: 454px;
    height: 60px;
    border-bottom: 1px solid rgba(138, 138, 138, 0.39);
    margin: auto;
    margin-top: 115px;
}

.home_video, .home_video #video {
    height: 670px;
}

.home_about_desc,.home_about_title {
    color: #919191;
}

.home_about_desc {
    letter-spacing: 2px;
    line-height: 48px;
    text-align: justify;
}

.home_about_list .item_img {
    display: inline-block;
    width: 573px;
    height: 382px;
}

.home_about_list .item_img:first-child {
    margin-right: 54px;
}

.home_list_ban {
    height: 570px;
}

.home_list_desc {
    height: 183px;
}

.home_list_title {
    margin-top: 35px;
}

.home_list li {
    float: left;
    width: 295px;
    margin-top: 20px;
    margin-right: 4px;
    border: 1px solid #e9e9e9;
}

.home_list li:hover {
    border-color: #165b55;
}

.home_list li:nth-child(4n) {
    margin-right: 0;
}

.home_list li .item_img {
    width: 100%;
    height: 217px;
}

.home_list li .item_desc {
    margin-top: 8px;
    padding: 0 15px;
}

.home_list li .item_title {
    height: 92px;
    line-height: 92px;
    background: #f8f8f8;
    color: #212121;
}

.home_list li .item_tag {
    width: 21px;
    padding: 8px 2px;
    text-align: center;
    font-size: 14px;
    word-wrap: break-word;
    border: 1px solid #165b55;
    border-radius: 5px;
    left: 10px;
    top: 10px;
}

.home_detail_title {
    width: 1090px;
    height: 71px;
    margin: auto;
    margin-top: 80px;
}

/* 产品 */

.prd_top {
    width: 100%;
    min-width: 1660px;
    height: 905px;
}

.prd_top_bg {
    width: 57%;
    height: 100%;
    background: #a5bfbc;
}

.prd_top_info {
    width: 1660px;
    left: 0;
    right: 0;
    margin: auto;
}

.prd_top_text {
    width: 468px;
    margin-top: 443px;
}

.prd_top_list {
    margin-top: 220px;
}

.prd_top_list .items {
    width: 360px;
    /* height: 577px; */
}
.prd_top_list .items:nth-child(n+2){
    margin-left:26px;
}
@media screen and (max-width:1660px)
{

}

.prd_top_list .mr_l {
    margin-left: 26px;
}

.prd_top_text .logo {
    width: 237px;
    height: 65px;
}

.prd_top_text .desc {
    line-height: 32px;
    margin-top: 35px;
}

.prd_top_list a {
    color: #fff;
}

.prd_top_list .desc_title {
    bottom: 0;
    width: 100%;
    height: 126px;
    /* padding-left: 24px;
    padding-top: 10px; */
    letter-spacing: 4px;
}

.prd_top_list .desc_title span {
    margin-left: 20px;
}

.prd_top_list .bg01 {
    background: rgba(36, 69, 78, 0.5);
}

.prd_top_list .bg02 {
    background: rgba(185, 156, 134, 0.4);
}

.prd_top_list .bg03 {
    background: rgba(73, 70, 70, 0.4);
}

.prd_top_list .nums {
    font-size: 101px;
}

.prd_top_list .desc_top {
    top: 27px;
}
.desc_top_ename{
    width: 200px;
}
.prd_top_list .desc_top .line {
    width: 147px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.prd_top_list .desc_top_right {
    right: 20px;
}

.prd_top_list .mr_r_37 {
    margin-right: 37px;
}

.setView {
    height: 648px;
}

.set_title {
    letter-spacing: 3px;
}

.set_left {
    width: 297px;
}

.set_left .title {
    margin-top: 202px;
}

.set_left .text {
    line-height: 24px;
	text-align: justify;
}

.set_line {
    width: 1px;
    height: 308px;
    background:#c1c1c1;
}

.set_right {
    width: 842px;
}

.set_right ul,.set_line {
    margin-top: 152px;
}

.set_right .desc {
    color: #7e7e7f;
    line-height: 36px;
    /* padding-bottom: 156px; */
}

.set_right li {
    width: 203px;
    height: 304px;
    margin-right: 10px;
}

.single_left {
    margin-top: 70px;
    width: 152px;
}

.single_left .fontBold {
    color: #000;
    width: 56px;
    text-align: center;
}

.single_class li {
    width: 56px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 6px;
    margin-top: 4px;
    text-align: center;
    float: none;
    cursor: pointer;
    font-weight: 500;
}

.single_class li:hover,.single_class li.active {
    position: relative;
}

.single_class li:hover::after,.single_class li.active::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #9ecadc, #10c7ba, #ee9393);
}

.single_list,.cabinet_list {
    width: 1048px;
    /*display: none;*/
    margin-top:70px;
}

.single_list li,.cabinet_list li {
    margin-right: 37px;
    margin-bottom: 34px;
    width: 234px;
    position: relative;
}
.single_list li:hover .img .rxcp_i_last,.cabinet_list li:hover .img .rxcp_i_last{
  opacity: 1;
}
.single_list li:hover,.cabinet_list li:hover {
    color: #165b55;
    cursor: pointer;
}

.single_list li .wxcode,.cabinet_list li .wxcode {
    position: absolute;
    bottom: 28px;
    right: 0;
    z-index: 999;
    display: none;
}

.single_list li:hover .wxcode,.cabinet_list li:hover .wxcode {
    display: block;
}

.single_list .wxcode_img {
    width: 107px;
    height: 107px;
}

.single_list .wxcode_title {
    font-size: 10px;
    margin-top: 8px;
    color: #8c8c8c;
}

.single_list li .img,.cabinet_list li .img {
    width: 235px;
    height: 234px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#eee;
    position: relative;
}

.single_list li .mr_t_16,.cabinet_list li .mr_t_16 {
    margin-top: 16px;
}

.single_list li:nth-child(4n) {
    margin-right: 0;
}

.cabinet_list li {
    margin-right: 35px;
}

.cabinet_list li:nth-child(3n) {
    margin-right: 0;
}

.cabinet_list li:nth-child(3n),.cabinet_list li:nth-child(3n) .img{
    width: 505px;
}

.made_list li {
    width: 576px;
    float: none;
    margin-top: 50px;
}

.made_list .made_01 {
    height: 324px;
}

.made_list .made_02 {
    height: 409px;
}

.made_list .made_03 {
    height: 433px;
}

.made_list .made_04 {
    height: 419px;
}

.made_list .made_05 {
    height: 383px;
}

.made_list .made_06 {
    height: 478px;
}

.made_list .img {
    width: 100%;
    height: 676px;
}

.scene_title,.scene_list li:hover {
    color: #165b55;
}

.scene_list {
    color: #8a8b8d;
}

.scene_list li {
    width: 390px;
    margin-right: 15px;
    margin-top: 40px;
}

.scene_list li:nth-child(3n) {
    margin-right: 0;
}

.scene_list .item_img {
    width: 100%;
    height: 259px;
}

.mr_t_236 {
    margin-top: 236px;
}

.newprd_left .title span {
    color: #8d8d8d;
}
.newprd_right li {
    width: 225px;
}
.newprd_right li:first-child {
    width: 370px;
}

.detail_swiper {
    width: 677px;
    height: 1040px;
    padding: 0 39px;
}

.detail_swiper .swiper-slide {
    position: relative;
    height: 100%;
}

.detail_swiper .slide_img {
    width: 677px;
    height: 619px;
    position: absolute;
    top: 0;
}

.detail_swiper .swiper-button-next:after, .detail_swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #c8c8c8;
}

.detail_swiper .swiper-button-prev,.detail_swiper .swiper-button-next {
    top: 47.2%;
    transform: translateY(-47.2%);
}

.detail_swiper .swiper-button-prev {
    left: 0;
}

.detail_swiper .swiper-button-next {
    right: 0;
}

.detail_swiper .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #7d7d80;
}

.detail_swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #000;
}

.detail_swiper .slide_info {
    position: absolute;
    bottom: 0;
}

.detail_swiper .info_title {
    color: #000;
}

.detail_swiper .info_list {
    border-top: 1px dashed #eee;
    font-size: 14px;
}

.detail_swiper .info_list li {
    width: 100%;
    border-bottom: 1px dashed #eee;
    height: 66px;
    line-height: 66px;
}

.detail_bot_title {
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 18px;
}

.detail_buy li {
    width: 394px;
    margin-right: 9px;
}

.detail_recommend li {
    width: 291px;
    margin-right: 12px;
}
.detail_recommend li:nth-child(4n){
    margin-right:0;
}
.detail_recommend li p {
    margin-top: 14px;
}

.project_swiper .wrapper_1200,.project_swiper .swiper-button-prev,.project_swiper .swiper-button-next {
    height: 672px;
}

.project_swiper .swiper-container {
    width: 1200px;
    position: static;
}

@media screen and (max-width:1600px) {
    .project_swiper .swiper-container,.project_swiper .swiper-slide {
        width: 1000px;
    }
}

.project_swiper .swiper-slide {
    background: none;
    position: relative;
}

.project_swiper .item_desc {
    display: none;
}

.project_swiper .swiper-slide-active .item_desc {
    display: block;
}

.project_swiper .swiper-button-prev,.project_swiper .swiper-button-next {
    color: rgba(255, 255, 255, 0);
    width: 184px;
    background: #b9b7ba;
    top: 22px;
    font-weight: 600;
}

.project_swiper .swiper-button-prev {
    left: 0;
}

.project_swiper .swiper-button-next {
    right: 0;
}

.project_swiper .swiper-button-prev img,.project_swiper .swiper-button-next img {
    width: 102px;
    height: 102px;
    margin-left: 10px;
    opacity: 0.7;
}

.project_swiper .item_desc {
    width: 283px;
    height: 269px;
    right: 0;
    bottom: 0;
    background: rgba(24, 93, 87, 0.8);
}

.project_swiper .title {
    margin-top: 73px;
}

.project_swiper .line {
    width: 172px;
    height: 1px;
    background: #fff;
}

.project_swiper .address {
    width: 226px;
    line-height: 37px;
    text-align: justify;
    margin-top: 20px;
}

.project_item {
    margin-top: 120px;
}

.project_item li {
    width: 382px;
    margin-top: 35px;
    margin-right: 27px;
}

.project_item li:nth-child(3n) {
    margin-right: 0;
}

.project_item li .item_img {
    height: 230px;
}

.project_item li .item_text {
    margin-top: 20px;
}

.design_banner,.design_banner .swiper-wrapper,.design_banner a {
    width: 100%;
    height: 662px;
}

.design_banner {
    margin-top: 24px;
}

.design_list1 li {
    width: 290px;
    height: 176px;
    border: 1px solid #9f9f9f;
    margin-right: 10px;
    margin-top: 10px;
}

.design_list1 li:nth-child(4n) {
    margin-right: 0;
}

.design_list2 {
    margin-top: 10px;
}

.design_list2 li {
    width: 588px;
    margin-right: 12px;
    margin-top: 55px;
}

.design_list1 li:nth-child(4n),.design_list2 li:nth-child(2n) {
    margin-right: 0;
}

.design_list2 .item_img {
    width: 100%;
    height: 328px;
}

.design_list2 .item_title {
    margin-top: 16px;
}

.design_list2 .item_desc {
    color: #989898;
    margin-top: 10px;
    height: 62px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.design_platform {
    height: 786px;
}

.design_join {
    text-align: center;
}

.design_join div {
    display: inline-flex;
    line-height: 38px;
}

.design_join .icon {
    padding: 0 18px;
    height: 38px;
    background: #165b55;
    border-radius: 18px;
    text-align: center;
    color: #fff;
}

.design_box {
    background: #fafafa;
    height: 482px;
    margin-top: 70px;
}

#design_map {
    width: 613px;
    height: 100%;
}

.design_scroll {
    width: 501px;
    padding-top: 140px;
    position: relative;
}

.design_ul {
    padding-left: 14px;
    height: 223px;
    overflow: hidden;
    color: #464647;
    background: #fff;
}

.design_ul li {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.design_ul li div {
    width: 202px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.1);
    color: #464647;
    border-radius: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 16px
}

.design_ul li:nth-child(2n) div {
    width: 232px;
}

.design_ul li .item_name {
    color: #165b55;
    margin-right: 6px;
}

.design_pos {
    position: absolute;
    width: 100%;
    height: 223px;
    background: linear-gradient(to bottom, #fff, rgba(255,255,255,0.1) 40%);
}

.textColor_grayb0 {
    color: #b0b0b2;
}

.textColor_gray32 {
    color: #323234;
}

.sample .line36 {
    line-height: 36px;
}

.sample .line {
    height: 1px;
    background: #b0b0b2;
}

.sample .desc {
    width: 725px;
    margin: 80px auto;
}

.news_title,.news_list li {
    margin-top: 65px;
}

.news_list li {
    width: 361px;
    padding-top: 20px;
    border-top: 1px solid #919191;
    margin-right: 58px;
}

.news_list li:nth-child(3n) {
    margin-right: 0;
}

.news_list li .letspace {
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
}

.news_list li .item_desc {
    line-height: 26px;
    color: #6f6f72;
    text-align: justify;
    font-size: 12px;
    height: 78px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list li .item_img {
    width: 100%;
    height: 272px;
}

.download_list {
    margin-top: 25px;
    color: #292929;
}

.download_list li {
    margin: 65px 0;
    width: 386px;
    margin-right: 20px;
}

.download_list li:nth-child(3n) {
    margin-right: 0;
}

.download_list li .item_img {
    width: 172px;
    height: 201px;
    background: #d9d9d9;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
}

.download_list li .item_bot div {
    display: inline-block;
}

.download_list li .item_icon {
    width: 10px;
    height: 10px;
    background: #f7e6c1;
}

.download_list li .item_desc {
    position: relative;
    height: 201px;
}

.download_list li .item_bot {
    position: absolute;
    bottom: 0;
}

.download_list li .item_btn {
    border-bottom: 1px solid #000;
    margin-left: 5px;
}

.about_img02 {
    width: 1219px;
}

.contact_item {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #8c8c8d;
}

.contact_item .code {
    width: 195px;
    margin-top: -10px;
}

.contact_item .link {
    text-decoration: underline;
    font-weight: 300;
    margin-top: 3px;
}

.contact_item .iconList div {
    display: inline-block;
}

.contact_item .iconList li:hover {
    cursor: pointer;
    opacity: 0.5;
}

.contact_item .icon_weixin,
.contact_item .icon_weibo {
    width: 46px;
}

.contact_item .icon_douyin {
    width: 38px;
}

.contact_item .icon_weibo {
    margin-left: 27px;
}

.contact_item .icon_douyin,
.contact_item .icon_red {
    margin-left: 24px;
}

.contact_item .icon_red {
    width: 61px;
}

.contactDialog .icon_close {
    width: 3px;
    position: absolute;
    right: 0px;
    padding: 16px;
    margin-right: 8px;
    margin-top: 6px;
}

.contactView .icon_close::before,
.contactView .icon_close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    right: 16px;
    width: 20px;
    right: 7px;
    margin-top: -1px;
    background: #b0afaf;
}

.contactView .icon_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contactView .icon_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contactDialog {
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.contactDialog.bg1 {
    width: 261px;
    height: 254px;
}

.contactDialog.bg2 {
    width: 527px;
    height: 139px;
}

.contactDialog .img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.contactView_weixin,
.contactView_douyin {
    width: 211px;
}

.contactView_weibo {
    width: 401px;
}

.contactView_red {
    width: 422px;
}

/* 遮罩弹窗 */

.modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.modal-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-content {
    width: 480px;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;
}

.btn {
    font-size: 14px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    border: none;
}

.btn-primary {
    border-radius: 14px;
    background-color: #333;
    color: #fff;
}

/* 搜索框 */

.searchView_right {
    width: 895px;
    margin-left: 12px;
    margin-top: 27px;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #aaabac;
    /* position: absolute;
    right: 0;
    z-index: 999; */
}

.searchView_right .icon {
    width: 20px;
    cursor: pointer;
}

.searchView_right img {
    margin-top: 11px;
}

.searchView_right input {
    width: 863px;
    font-size: 20px;
    color: #dadad9;
    margin-left: 8px;
}

.searchView_right input,.searchbox_inputs input {
    border: none;
    height: 42px;
}

/* 搜索页面 */
.searchbox_inputs {
    width: 604px;
    height: 44px;
    margin: auto;
    margin-top: 120px;
    border-radius: 5px;
    border: 1px solid #aaabac;
}

.searchbox_inputs input {
    width: 548px;
    font-size: 16px;
    color: #565d69;
    padding: 0 10px;
}

.searchbox_inputs .icon {
    padding: 12px 10px;
    margin-top: 2px;
    cursor: pointer;
}

.searchbox_inputs img {
    width: 16px;
}

.searchbox_line {
    width: 100%;
    height: 1px;
    background: #e5e6e7;
}

.searchbox_tab {

    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchbox_tab li {
    width: 172px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    margin-right: 22px;
    background: #e5e6e7;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.searchbox_tab li:last-child {
    margin-right: 0;
}

.searchbox_tab li.active {
    background: #323334;
}

.searchbox_con {
    display: none;
}

.searchbox_title {
    color: #565d69;
    margin-top: 50px;
}

.searchbox_list li {
    margin-top: 50px;
    text-align: center;

}
.searchbox_list li .img{
    position: relative;
    height:235px;
}
.searchbox_list li p {
    margin-top: 17px;
    font-size: 16px;
    height:20px;
}
.searchbox_product_list li{
    width:235px;
    margin-right:6px;
}
.searchbox_product_list li:nth-child(5n){
    margin-right:0;
}
.searchbox_chanpin li:nth-child(4n),.searchbox_taocan li:nth-child(3n) {
    margin-right: 0;
}
.searchbox_list li:hover .rxcp_i_last{
    opacity: 1;
}
.searchbox_chanpin li {
    width: 235px;
    margin-right: 86px;
    text-align: center;
}

.searchbox_chanpin div {
    height: 234px;
}

.searchbox_taocan li {
    width: 359px;
    margin-right: 41px;
}


/* 退出登录 */
.signoutView {
    width: 416px;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;
}

.signoutView_con {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    padding: 30px;
}

.signoutView_title {
    color: #17233d;
    font-weight: 500;
}

.signoutView_desc {
    color:#515a6e;
    font-size: 14px;
    line-height: 1.5;
}

/* 登录 */

.loginView_con {
    position: relative;
    width: 520px;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    padding: 20px 20px 30px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.loginView_con .icon_close {
    z-index: 1;
    position: absolute;
    top: 2px;
    right: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 15px;
}

.loginView_con .icon_close image {
    width: 13px;
}

.ivu-form-item {
    margin-bottom: 24px;
    vertical-align: top;
    zoom: 1;
}

.ivu-form-item:after, .ivu-form-item:before {
    content: "";
    display: table;
}

.ivu-form .ivu-form-item-label {
    text-align: right;
    vertical-align: middle;
    float: left;
    line-height: 1;
    padding: 10px 12px 10px 0;
    box-sizing: border-box;
}

.ivu-form-label-top .ivu-form-item-label {
    float: none;
    display: inline-block;
    padding: 0 0 10px 0;
}

.ivu-form-item-label:before {
    /*content: "*";
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-family: SimSun;
    font-size: 14px;
    color: #ed4014;*/
}

::-webkit-input-placeholder {
    color: #dfdfdf;
}
:-moz-placeholder {/* Firefox 18- */
color: #dfdfdf;
}
::-moz-placeholder{/* Firefox 19+ */
color: #dfdfdf;
}
:-ms-input-placeholder {
color: #dfdfdf;
}

.ivu-input {
    display: inline-block;
    padding-right: 30px;
    padding-left: 40px;
    width: 460px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    color: #7a7a7a;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.userView_xuanze1 input{
    padding-left:15px;
}

.forgot {
    width: 480px;
    margin: 0 auto;
    padding: 40px 30px;
    border: 1px solid #e6e6e6;
    margin: 60px auto;
}

.loginView_forgot a {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    display: block;
    width: auto;
}

.loginView_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #165b55;
}

.icon_phone {
    width: 15px;
    height: 20px;
    top: 15px;
    left: 17px;
}

.icon_code {
    width: 16px;
    height: 19px;
    top: 18px;
    left: 17px;
}

.icon_password {
    width: 13px;
    height: 17px;
    top: 16px;
    left: 17px;
}

.loginView_nopad {
    width: 722px;
    height: 440px;
    padding: 0;
}

.loginView_nopad .side_img {
    width: 234px;
    height: 440px;
}

.loginView_nopad .side_right {
    width: 487px;
}

.loginView_nopad .side_right_con {
    padding: 0 60px;
}

.loginView_nopad .title {
    font-size: 23px;
    position: relative;
}

.loginView_nopad .title::after {
    /*content: "";
    width: 37px;
    height: 4px;
    background: #165b55;
    border-radius: 2px;
    position: absolute;
    bottom: -4px;
    left: 55px;*/
}

.loginView_nopad .ivu-input-phone {
    width: 287px;
}

.loginView_nopad .ivu-input-code {
    width: 174px;
}

.loginView_nopad .yzmView {
    padding: 0;
    width: 103px;
    margin-left: 6px;
    color: #606060;
}

.loginView_nopad .loginView_btn {
    margin-top: 60px;
}

.loginView_nopad .tipsView {
    color: #b2b2b2;
    font-size: 12px;
}

.loginView_nopad .icon_wx {
    display: table;
    white-space: nowrap;
    text-align: center;
    background: transparent;
    font-weight: 500;
    color: #17233d;
    font-size: 16px;
    padding: 0 28px;
}

.loginView_nopad .icon_wx::before,.loginView_nopad .icon_wx::after {
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    border-top: 1px solid #e8eaec;
    transform: translateY(50%);
}

.loginView_nopad .icon_wx .inner {
    width: 37px;
    display: inline-block;
    padding: 0 24px;
}

.qrcodeView {
    width: 326px;
    height: 263x;
}

.qrcodeView .icon_close {
    top: 5px;
    right: 5px;
}

.qrcodeView .icon_close image {
    width: 17px;
}

.qrcodeView_title {
    color: #1b1b1b;
}

.qrcodeView_img {
    width: 105px;
    margin: auto;
    margin-top: 70px;
}

.qrcodeView_text {
    color: #7f7e7e;
}

.selectView {
    height: 229px;
}

.selectView_text {
    color: #7f7e7e;
}

.selectView_text .mr_t_10 {
    margin-top: 12px;
}

.selectView_btn {
    width: 167px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    margin-top: 30px;
}

.selectView_btn:nth-child(2) {
    margin-top: 20px;
}

.createView {
    width: 407px;
    height: 446px;
}

.createView_con {
    width: 344px;
    margin: auto;
}

.createView .ivu-input {
    width: 264px;
}

.createView_btn {
    margin-top: 110px;
}

.bondView .ivu-input-code {
    width: 158px;
}

.bondView .yzmView {
    padding: 0;
    width: 96px;
    margin-left: 6px;
    color: #606060;
}

.modalView,.J_login,.J_scan,.J_wxscan,.J_select,.J_create,.J_bond {
    display: none;
}
/* ******************************** */
.index_cpdt_last{
  margin:50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.index_cpdt_last .list{
  width: 32%;
  height: 520px;
  margin-right: 2%;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.index_cpdt_last .list:nth-child(3n){
  margin-right: 0;
}
.index_cpdt_last .list img{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index_cpdt_last .list span{
  position: absolute;
  bottom: 56px;
  left:38px;
  font-size:16px;
  color:#fff;
  font-weight: bold;
}
.index_cpdt_last .list:hover img{
  transform: scale(1.05,1.05);
}

.index_rxcp_last{
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.index_rxcp_last .list{
  width: 282px;
  margin-right: 24px;
  margin-bottom: 42px;
}
.index_rxcp_last .list:nth-child(4n){
  margin-right: 0;
}
.index_rxcp_last .list .i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 282px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.index_rxcp_last .list .i img{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.rxcp_i_last{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.rxcp_i_last .rxcp_prev{
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/xtjd/rxcp_prev.png) no-repeat center;
  background-size:cover;
  z-index: 12;
  cursor: pointer;
    border-radius: 100%;
}
.rxcp_i_last .rxcp_next{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/xtjd/rxcp_next.png) no-repeat center;
  background-size:cover;
  z-index: 12;
  cursor: pointer;
    border-radius: 100%;
}
.index_rxcp_last .list .i:hover .rxcp_i_last{
  opacity: 1;
}
.index_rxcp_last .list .txt{
  text-align: center;
  font-size:14px;
  color:#165b55;
  font-weight: bold;
}
.index_rxcp_item_more{
  text-align: right;
  color:#333;
}
.selectView_xuanze1{
    height: auto;
    top:0;
    transform: translateY(0);
}
.selectView_xuanze1_last{
    display: flex;
    flex-wrap: wrap;
}
.selectView_xuanze1_last .list{
    display: flex;
    align-items: center;
    width:50%;
    margin:0px auto;
    margin-top:24px;
    position: relative;
}
.selectView_xuanze1_last .list input{
    margin-right: 5px;
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 10;
    opacity: 0;
}

.selectView_xuanze1_last .list div{
    font-size:16px;
    color:#666;
    position: relative;
    padding-right: 2px;
}
.selectView_xuanze1_last .list div:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -20px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
    cursor: pointer;
}
.selectView_xuanze1_last .list input:checked + div:before{
    content: '';
    display: block;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
    background-color: #165b55;
    color: #ffffff
}
.selectView_xuanze1_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.selectView_xuanze1_btn .btn_li{
    width:48%;
    margin:0 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    background: rgb(230,230,230);
    color:#fff;
    font-size:16px;
    border:0px;
    cursor: pointer;
}
.selectView_xuanze1_btn .btn_li:last-child{
    background: rgb(230,230,230);
    /*width: 100%;*/
}
.selectView_xuanze1_btn .btn_li:hover{
    background: #165b55;
}
.userView_xuanze1{
    height: auto;
    top:0;
    transform: translateY(0);
}
.userView_xuanze1 .tg_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:42px;
    background: #2d5a55;
    font-size:16px;
    color:#fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top:40px;
    border:0px;
    cursor: pointer;
}
