:root {
    --max1500: 1500px;
    --max1350: 1350px;
    --font28: 28px;
    --font18: 18px;
    --font14: 14px;
    --line30: 30px;
    --top50: 50px;
    --mar: 60px auto;
}
 .nav2_icon{
        width: 100%;
        height: 150px;
        
    }
.s {
    border: 1px solid red;
}

.f1 {
    flex: 1;
}

.f3 {
    flex: 3;
}

.news_hertre_cen {
    display: flex;
    justify-content: start;
    align-items: center;
}

.hertre {
    width: 100%;
    z-index: 999;
}

.hertre_top {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: #485058;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hertre_top_max {
    width: var(--max1500);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.en {
    background-image: url(../images/top_05.jpg);
    background-size: 18px 18px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: var(--font14);
    color: #ffffff;

}

.en a.en_a {
    color: #b3d5ff;
    margin-left: 5px;
}

.ddan {
    font-size: var(--font14);
    color: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
}

.longs {
    font-size: var(--font14);
    color: #ffffff;
}

.hertre_cen {
    /*	width: var(--max1500);*/
    width: 100%;
    height: 100%;
    /*	margin: 0px -10px;*/
    position: absolute;
    display: flex;
    justify-content: space-between;
    /*	flex-wrap: wrap;*/
    align-items: center;
    height: 80px;
}



.logo {
    width: 340px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*margin: 0px 30px;*/
    margin-top:20px ;
}

.logo img {
    width: 100%;
    height: auto;
}

.suoou {
    /*	width: 100%;*/
    display: flex;
    /*	flex-wrap: wrap;*/
    justify-content: space-around;
    align-items: flex-end;
}

.gouwu {
    width: 34px;
    height: auto;
    position: relative;
}

.gouwu img {
    width: 100%;
    height: auto;
}

.gouwu p {
    width: 15px;
    height: 15px;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}

.gouwu_top {
    display: none;
}

.suoou_l {
    /*	width: calc(100% - 80px);*/
    overflow: hidden;
    max-width: 300px;
    min-width: 300px;
    /*	margin-right: 20px;*/
}

.suoou_l form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}


.suoou_l form select {
    width: 66px;
    height: 35px;
    border: 1px solid #1455a7;
    border-radius: 5px;
    background: #f4fbff;
    font-size: var(--font14);
    color: #1455a7;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/sanjian_11.jpg);
    background-size: 9px 6px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.suoou_l form .seach_t {
    width: calc(100% - 70px);
    height: 35px;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    background: #ffffff;
    font-size: var(--font14);
    color: #999999;
    padding: 0 10px;
}

.suoou_l form .seach_s {
    position: absolute;
    width: 90px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: var(--font14);
    background: #144fa7;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.remem {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.remem p {
    color: #999999;
    font-size: var(--font14);
    display: block;
    margin-right: 10px;
}

.remem a {
    color: #1455a7;
    font-size: var(--font14);
    display: block;
    margin-right: 10px;
}

.nav {
    max-width: 700px;
    height: 80px;

}

.nav ul {
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    font-size: 22px;
    /*    color: #ffffff;*/
    text-align: center;
    position: relative;
    transition: all 0.2s;
    padding: 0 10px;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.nav ul li img {
    width: 8px;
    height: auto;
    margin-left: 5px;
}

.nav ul li a.nav_cen {
    /*background: #257ac9;*/
    color: #ffffff;
}

.nav ul li:hover {
    background: #257ac9;
}

.nav_ul {
    position: absolute;
    background: #fff;
    top: 100px;
    width: max-content;
    overflow: hidden;
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1);
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: auto;
}

.nav ul li a {
    color: #bcbec1;
}

.nav_ul a {
    width: 100%;
    display: block;
    font-size: var(--font14);

    line-height: 36px;
    text-align: center;
    transition: all 0.3s;
}

.nav_ul a:hover {
    color: #cc922f;
}

.nav form {
    width: 96%;
    overflow: hidden;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 10px auto;

}

.nav form select {
    width: 66px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background: #f4fbff;
    font-size: 12px;
    color: #1455a7;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/sanjian_11.jpg);
    background-size: 9px 6px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.nav form .seach_t {
    width: calc(100% - 70px);
    height: 35px;
    border: none;
    border-radius: 5px;
    /*    background: #ffffff;*/
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
}

.nav form .seach_s {
    position: absolute;
    width: 70px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 12px;
    background: #257ac9;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);

}

.active svg {
    transform: rotate(90deg);
}

path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
    transform-origin: 36% 40%;
}

path:nth-child(2) {
    stroke-dasharray: 29 299;
}

path:nth-child(3) {
    transform-origin: 35% 63%;
}

path:nth-child(4) {
    stroke-dasharray: 29 299;
}

path:nth-child(5) {
    transform-origin: 61% 52%;
}

path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    max-height: 700px;
}

.banner h1 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-size: 50px;
    color: #ffffff;
}

.baogao_title_more {
    
    width: var(--max1500);
    overflow: hidden;
    margin: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*    margin-top: 50px;*/
margin-top: 10px;
    width: 260px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #EFF4FF;
    border-radius: 999px 999px 999px 999px;
    border: 1px solid #376FF3;

}

.seach_wu22{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 28px;
}


.baoga_titleo_more_name {
    color: #376FF3;
}

.baoga_titleo_more_name a{
    color: #376FF3;
}

.baogao_title {
    width: var(--max1500);
    overflow: hidden;
    margin: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}


.baogao_title_name {
    width: 284px;
    height: 37px;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    line-height: 37px;
    text-align: center;
}

.baogao_title_desc {
    width: 281px;
    height: 21px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 21px;
    text-align: center;
}


.shuju {
    width: var(--max1500);
    overflow: hidden;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px 5px rgb(0, 0, 0, 0.2);
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.shuju ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*	align-items: center;*/
}

.shuju ul li {
    width: 33.333333%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.shuju_box {
    position: relative;
    height: 260px;
    /*border: 1px solid #D8D8D8;*/
}

.shuju_box_bottom{
    bottom: 0px;
     border-bottom: 1px dashed #D8D8D8;
     position: absolute;
     width: 80%;
}

    /*.shuju_box:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    bottom: 40px;*/
    /*    height: 1px;*/
    /*    background-color: #D8D8D8*/
    /*}*/

  /*.shuju_box:before {*/
  /*      content: "";*/
  /*      position: absolute;*/
  /*      top: 40px;*/
  /*      right: 0;*/
  /*      bottom: 40px;*/
  /*      width: 1px;*/
  /*      background-color: #D8D8D8*/
  /*  }*/

    /*.shuju_box:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 40px;*/
    /*    right: 0;*/
    /*    bottom: 40px;*/
    /*    width: 1px;*/
    /*    background-color: #D8D8D8*/
    /*}*/

  /*  .shuju_box:nth-child(4) {*/
  /*      border-style: none;*/
  /*  }*/

  /*  .shuju_box:nth-child(5) {*/
  /*      border-style: none;*/
  /*  }*/


  /*  .shuju_box:nth-child(6) {*/
  /*      border-style: none;*/
  /*  }*/
    
    
  /*   .shuju_box{*/

  /*      border-bottom: 1px solid #D8D8D8 ;*/
  /*  }*/

.task{
    position: absolute;
    top: 50px;
    width: 1px;
    height: 35%;
    background-color: #D8D8D8;
}

.task_border{
    position: absolute;
    top: 290px;
    width: 85%;
    left: 8%;
    height: 1px;
    background-color: #D8D8D8;
}



.task0{
    left: 33.333333%;
}

.task1{
    left: 66.666%;
}


.task3{
    left: 33.333333%;
    top: 310px;
}


.task4{
    left: 66.666%;
    top: 310px;
}

/*.shuju_box:before {*/

/*content: "";*/

/*position: absolute;*/

/*left: 0;*/

/*top: -2px;*/

/*width: 50%;*/

/*height: 2px;*/

/*background-color: red*/

/*}*/

/*.shuju_box:not(:nth-child(3), :nth-child(6)):before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    width: 1px;
    background-color: #D8D8D8
}
*/



.shuju ul li img {
    width: 60px;
    height: 60px;
}



.shuju_r {
    /*    width: 203px;*/
    height: 24px;

    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin-top:30px;

}

.shuju_r_desc{
    height: 16px;
    color: #636d79;
    margin-bottom:20px;
    margin-top:10px;
}

.shuju_detail {
    width: 82px;
    height: 19px;

    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    text-align: center;
    /*border-bottom: 1px dashed #D8D8D8;*/

}

.shuju_r h1 {
    font-size: var(--font18);
    color: #144fa7;
}

.shuju_r p {
    font-size: var(--font14);
    line-height: 18px;
    color: #999999;
    margin-top: 10px;
}

.baogao {
    width: 100%;
    overflow: hidden;
    /*    margin-top: var(--top50);*/
    /*    background: #dfebf7;*/
}

.baogao_max {
    width: var(--max1500);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
}

.baogao_l {
    width: 230px;
    overflow: hidden;
}

.baogao_l h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.baogao_l a {
    display: block;
    width: 185px;
    line-height: 60px;
    background: rgb(0, 0, 0, 0.2);
    font-size: var(--font18);
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 60px;
}

.baogao_max ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.baogao_max ul li {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;

}

.baogao_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*    height: 268px;*/
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #D2DAEE;
    padding: 20px;
}


.baogao_max ul li:nth-child(-n+2) {
    margin-right: 0px;
}


.baogao_img {
    width: 130px;
    height: 130px;
}

.star {
    max-width: 15px;
    width: auto;
    height: 15px;
    margin-right: 5px;
    margin-top: -18px;
}

.star_border {
    margin-top:10px ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.baogao_r {
    width: calc(100% - 150px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;

    /*    height: 168px;*/
}

.baogao_r .baogao_r_title {
    width: 100%;
    font-size: var(--font18);
    color: #333333;
    line-height: var(--line30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
}

.baogao_r_title_desc {

    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;

}

.baogao_r h1 span {
    color: #144fa7;
    font-weight: 600;
}

.baogao_r p {
    width: max-content;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: var(--font14);
    color: #999999;
    border: 2px solid #bfbfbf;
}

.baogao_r a {
    width: 100%;
    background-image: linear-gradient(to right, #1550a7, #fff);
    line-height: 44px;
    display: block;
    font-size: var(--font18);
    color: #fff;
    padding: 0 20px;
}

.baogao_more {
    height: 60px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #D2DAEE;
    border-radius: 0px 0px 10px 10px;

}

.baogao_more_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.baogao_more_you {
    width: 71px;
    height: 19px;
    font-size: 14px;
    color: #376FF3;
    line-height: 19px;
    text-align: left;

}

.baogao_more_you_icon {
    padding: none !important;
    margin-left: 10px;
    width: 16px !important;
    height: 16px !important;
}

.lingyu {
    width: var(--max1500);
    overflow: hidden;
    margin: 0 auto;
    margin-top: var(--top50);
}

.gongyon {
    position: relative;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    padding-left: 50px;
}

.gongyon::after {
    content: "";
    width: 17px;
    height: 17px;
    background: #3cd85d;
    position: absolute;
    left: 0;
    top: 0;
}

.gongyon::before {
    content: "";
    width: 17px;
    height: 17px;
    background: #144fa7;
    position: absolute;
    left: 20px;
    top: 8px;
}

.lingyu img {
    width: 100%;
    height: auto;
}

.jinpin {
    background: #dff0e2;
}

.jinpin .baogao_max {
    background-image: url(../images/25ascsd.png);
}

.jinpin .baogao_r a {
    background-image: linear-gradient(to right, #158e56, #fff);
}

.xinwen {
    width: var(--max1500);
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.xinwen_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    animation: cubic-bezier();
}

.xinwen_top a {
    font-size: var(--font18);
    color: #666666;
}

.xinwen_max {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.xinwen_l {
    padding: 10px;
    width: 33.33%;
    overflow: hidden;
    position: relative;
}

.article_logo {
    width: 100% !important;
    height: 260px;
}

.article_title {
    /*    width: 510px;*/
    /*    height: 34px;*/
    font-size: 18px;
    color: #000000;
    /*    line-height: 34px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

.article_desc {
    /*    width: 510px;*/
    /*    height: 48px;*/
    font-size: 14px;
    color: #666666;
    /*    line-height: 24px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*    padding: 10px;*/
}

/*.xinwen_l img {
    width: 100%;
    height: auto;
}*/

.xinwen_l h1 {
    width: 100%;
    font-size: var(--font18);
    color: #fff;
    text-align: center;
    line-height: 55px;
    background: rgb(0, 0, 0, 0.4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.xinwen_r {
    width: calc(100% - 620px);
    overflow: hidden;
}

.xinwen_text {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    position: relative;
}

.xinwen_text a {
    color: #144fa7;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
}

.xinwen_r ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.xinwen_r ul li {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: var(--font18);
    color: #144fa7;
    font-weight: 900;
    margin-top: 10px;
}

.xinwen_r ul li a {
    font-weight: 900;
}

.hezuo {
    width: 100%;
    /*    overflow: hidden;*/
    /*margin: var(--top50);*/
    /*margin-bottom: var(--top50);*/
    display: flex;
  
    justify-content: center;
    /*    background-image: linear-gradient(to right, #e8f2fe, #dbeaff);*/
}

.hezuo_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    /*    margin: 30px auto;*/
}

.hezuo_max a{
    text-align: center;
    margin: 10px;
}

/*.hezuo img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/


.footer {
    width: 100%;
    overflow: hidden;
    background: #111518;
}

.footer_max {
    width: var(--max1500);
    overflow: hidden;
    margin: 30px auto;
}

.footer_top {
    width: 100%;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    /*align-items: center;*/
}

.footer_top ul {
     /*width: 500px; */
    flex: 1;
    /*overflow: hidden;*/
    /*width: 220px;*/
    /*border-left: 1px solid #7691b7;*/
    text-align: left;
}

.foot_ico_{
    border: 1px solid #636d79;
    border-radius:50%;
    padding: 14px;
    width: 38px;
    height: 38px;
    overflow: hidden; /* 隐藏超出部分 */
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.footer_right_address{
    color: white;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: flex-start; /* 水平居中 */
    margin-bottom:10px ;
}


.footer_right_address_title{
    text-align: left;
    margin-left: 20px;
}

.footer_right_address_title_{
     color: #616d79;   
     font-size: 12px;
     margin-top:5px;
}

.footer_left_content{
    color: #636d79;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer_pay_ico{
    width: 100px;
    height: 40px;
}

.footer_left_ico{
     width: 210px;
    height: 50px;
}

.footer_left_icos{
    margin-top:20px;
       display: flex;
    align-items: center; /* 垂直居中 */
    justify-content:space-around;
}
.foot_ico{
    width: 20px;
    height: 20px;
}

.footer_top ul h1 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer_top ul li a {
    font-size: 14px;
    color: #ffffff;
}

.footer_top ul li {
    font-size: var(--font18);
    color: #d7d7d7;
    margin-top: 10px;
}

.erweima {
    width: 330px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.erweima_img {
    width: calc(50% - 10px);
    overflow: hidden;
}

.erweima_img img {
    width: 100%;
    height: auto;
}

.erweima_img h1 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.lixmom {
    width: max-content;
    overflow: hidden;
}

.lixmom p {
    font-size: var(--font18);
    color: #fff;
    margin-bottom: 25px;
    background-size: 24px 24px;
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.lixmom p:nth-child(2) {
    background-image: url(../images/top_32.jpg);
}

.lixmom p:nth-child(3) {
    background-image: url(../images/top_35.jpg);
}

.beian {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #959595;
    text-align: center;
    margin-top: 90px;
}

.banner1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*height: 300px;*/
    /*height: 200px;*/
}

.banner1 img {
    width: 100%;
    height: auto;
}

.whitecolor{
    color:#FFFFFF !important;
}

.banner1 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #ffffff;
}

.lan {
    margin-top:80px ;
    width: 100%;
    overflow: hidden;
    /*    background: #f4fbff;*/
    /*margin-top: 100px;*/
}


.lianxi {
    width: var(--max1500);
    overflow: hidden;
    margin: var(--mar);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.lian_l {
    width: 230px;
    overflow: hidden;
}

.lian_l h1 {
    font-size: var(--font28);
    color: #040000;
    font-weight: 600;
    padding-left: 15px;
    border-left: 6px solid #fff;
}

.lian_l p {
    font-size: var(--font14);
    color: #040000;
    padding-left: 15px;
    border-left: 6px solid #fff;
}

.lian_l ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;
}

.lian_l ul li {
    width: 100%;
    overflow: hidden;
    font-size: var(--font28);
    line-height: 60px;
    color: #000;
    padding-left: 15px;
    border-left: 6px solid #eaeaea;
}

.lian_l ul li.lian_nav {
    color: #144fa7;
    border-left: 6px solid #144fa7;
}
.news2{
    width: var(--max1500);
    margin: 0 var(--mar) 0 var(--mar);
}

.lian_l ul li:hover {
    color: #144fa7;
    border-left: 6px solid #144fa7;
}

.lian_r {
    width: calc(100% - 230px);
    overflow: hidden;
    background: #fff;
    /*padding: 50px 60px;*/
}

.content>h1 {
    font-size: var(--font28);
    color: #040000;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.content>h1::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #144fa7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content>p {
    font-size: var(--font14);
    color: #040000;
    margin-top: 15px;
}

.content form {
    width: 850px;
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content form label {
    width: calc(50% - 60px);
    overflow: hidden;
    border-bottom: 1px solid #999999;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    box-sizing: border-box;
}

.content form label p {
    width: 100px;
    overflow: hidden;
    font-size: var(--font14);
    color: #040000;
    line-height: 60px;
}

.content form label p span {
    color: #ff0000;
}

.content form label input {
    width: calc(100% - 100px);
    height: 30px;
    border: none;
    font-size: var(--font14);
    color: #040000;
}

.content form label.bu {
    width: 100%;
}

.content form label textarea {
    width: 100%;
    height: 150px;
    border: none;
    font-size: var(--font14);
    color: #040000;
    resize: none;
}

.content form .submit {
    /*display: block;*/
    width: 300px;
    height: 55px;
    background: #efefef;
    margin-top: 20px;
    font-size: 20px;
    color: #040000;
    border: none;
    
}

.tli {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about h1 {
    font-size: var(--font28);
    color: #000000;
}

.about p {
    font-size: var(--font28);
    color: #000000;
    line-height: 50px;
    margin-top: 20px;
    text-indent: 2em;
}

.map {
    width: 100%;
    height: 570px;
    margin-top: 20px;
}

.map img,
.map div,
.map p {
    transition: auto;
}

#allmap {
    width: 100%;
    height: 100%;
}


/*分页*/
.pagination {}
.pagination li {display: inline-block;margin-right: 10px;padding: 10px;border: 1px solid #e2e2e2;min-width: 20px;text-align: center; margin-bottom:10px}
.pagination li.active {background: #144fa7;color: #fff;border: 1px solid #009688;}
.pagination li a {display: block;text-align: center;}


.layui-rows {
    width: var(--max1500);
    overflow: hidden;
    margin-left: auto;
    margin-right:auto;
    margin-top:20px ;
    margin-bottom: 20px;
      /*margin-top: 20px;*/
    /*background: #fff;*/
    /*padding: 30px 60px;*/
    /*border: 1px solid red;*/
    /*box-shadow: 5px 5px 5px 2px rgb(0, 0, 0, 0.1);*/

     
}

.zuxun {
    width: var(--max1500);
    overflow: hidden;
    margin: var(--mar);
      margin-top: 20px;
    /*background: #fff;*/
    padding: 30px 60px;
    /*box-shadow: 5px 5px 5px 2px rgb(0, 0, 0, 0.1);*/

     
}

.zuxun ul {
    width: 100%;
    overflow: hidden;
     
     
}

.zuxun ul li {
    width: 100%;
    overflow: hidden;
  
    display: flex;
    flex-wrap: wrap;
    margin:  10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed grey;
    /*justify-content: space-between;*/
}

.zuxun ul li:nth-child(1) {
    margin-top: 0px;
}

.zuxun_img {
    width: 240px;
    height: 140px;
    padding: 10px;
}

.zuxun_img img {
    width: 100%;
    height: auto;
}

.zuxun_r {
    width: calc(100% - 160px);
    overflow: hidden;
    /*border-bottom: 3px solid #b2b2b2;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    padding-bottom: 10px;
}

.tem {
    width: 220px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tem h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.tem p {
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin-left: 10px;
}


.zuxun_r h1 {
    width: 100%;
    font-size: var(--font18);
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
}

.zuxun_r p {
    width: 100%;
    font-size: var(--font14);
    color: grey;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
}

.zuxun_text a {
    font-size: var(--font14);
    color: #0044cf;
    font-weight: 600;
}


.page {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.page .active,
.page .total {
    width: 70px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    color: #999;
    border: 1px solid #000;
    margin: 0px 4px;
    border-radius: 5px;
}

.page .active {
    color: #ffffff;
    background-color: #376ff3;
    border: 1px solid #376ff3;

}

/*.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
    color: #999;
    border: 1px solid #000;
}*/

.zuizin {
    background: initial;
    box-shadow: inherit;
    overflow: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.zuizin_l {
    width: calc(100% - 450px);
    background: #fff;
    padding: 30px 40px;
    box-shadow: 5px 5px 5px 2px rgb(0, 0, 0, 0.1);
}

.zuizin_l ul li .zuxun_r {
    width: 100%;
}

.denxishi {
    width: 400px;
}

.denxishi ul {
    width: 100%;
    overflow: inherit;
}

.denxishi ul li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 40px;
    position: relative;
    padding: 30px 20px;
    display: block;
    box-shadow: 5px 5px 5px 2px rgb(0, 0, 0, 0.1);
}

.denxishi ul li:nth-child(1) {
    margin-top: 0px;
}

.denxishi ul li>h2 {
    width: max-content;
    line-height: 36px;
    color: #fff;
    font-size: var(--font14);
    background: #2970b9;
    padding: 0 15px;
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
}

.denxishi ul li>img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.denxishi ul li>h1 {
    font-size: var(--font28);
    color: #000000;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}

.denxishi ul li>p {
    font-size: var(--font14);
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
}

.denxishi_max {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.denxishi_max h1 {
    width: max-content;
    background-image: url(../images/buxn_16.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 50px 15px 15px;
    font-size: var(--font14);
    color: #fff;
}

.denxishi_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--font14);
    color: #000;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 15px;
}


.show {
    width: var(--max1500);
    overflow: hidden;
    margin: 60px auto;
    padding: 30px;
    background: #fff;
}

.show_top {
    width: 100%;
    overflow: hidden;
    padding: 40px 30px;
    background: #f8f8f8;
    border-bottom: 1px solid #c6c6c6;
}

.show_top h1 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.shwo_tem {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.shwo_tem p {
    font-size: var(--font14);
    color: #000000;
}

.shwo_tem span {
    font-size: var(--font14);
    color: #144fa7;
    margin-left: 60px;
}

.show_text {
    width: 100%;
    overflow: hidden;
    padding: 40px 0px;
    font-size: var(--font18);
    line-height: 40px;
}

.fenye {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
    display: flex;
}

.fenye div {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--font18);
    color: #2970b9;
}

.fenye div a {
/*    display: block;*/
/*    width: 130px;*/
    line-height: 50px;
    font-size: var(--font18);
    color: #666666;
/*    text-align: center;*/
    margin-left: 30px;
/*    background: #2970b9;*/
}



.dinghi .lian_r {
    width: 100%;
}

.xuane {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.xuane ul {
    width: 100%;
    overflow: hidden;
}

.xuane ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #999999;
}

.xuane_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
}

.xuane_top h1 {
    width: calc(100% - 30px);
    overflow: hidden;
    font-size: var(--font18);
    color: #040000;
    padding-left: 10px;
    position: relative;
}

.xuane_top h1::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #bbbbbb;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xuane_top img {
    width: 18px;
    height: auto;
}

.xuane_ttext {
    width: 100%;
    overflow: hidden;
    padding: 20px 10px;
    display: none;
    transition: auto;
}







.liebie{
    width: var(--max1500);
    overflow: hidden;
    margin: 30px auto;;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.liebie_l{
    width: 230px;
    overflow: hidden;
}
.liebie_l h1{
    font-size: var(--font28);
    color: #040000;
    font-weight: 600;
}
.liebie_l ul{
    width: 100%;
    overflow: hidden;
    /*margin-top: 15px;*/
    /*margin-bottom: 30px;*/
}
.liebie_l ul li{
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #000;
    border: 1px solid #DDDDDD;
    border-radius: 100px;
    margin-bottom: 15px;
}
.liebie_l ul li.liebie_nav{
    background-color: #376FF3;
}

.liebie_l ul li.liebie_nav a{
    color: #ffffff;
}

.liebie_l ul li:hover{
    color: #376FF3;
}
.liebie_r{
    width: calc(100% - 250px);
    overflow: hidden;
}
.liebie_r>h1{
    font-size: var(--font28);
    color: #040000;
    border-bottom: 1px solid #929799;
    padding-bottom: 20px;
}
.liebie_r ul{
    width: 100%;
    overflow: hidden;
}
.liebie_r ul li{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #929799;
    /*padding: 20px 20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.liebie_r .liebie_img{
    width: 210px;
    overflow: hidden;
    padding: 15px;
    
}
.liebie_img img{
    width: 100%;
    /*height: auto;*/
    height: 200px;
    
     box-shadow: 3px 3px 5px grey;
}
.liebie_r .liebie_text{
    width: calc(100% - 210px);
    overflow: hidden;
    /*border-left:1px solid #929799;*/
    /*padding: 15px;*/

}
.liebie_text>h1{
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 15px;
}
.liebie_text>p{
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
    padding-left: 15px;
}
.chuiun{
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.chuiun p{
    font-size: 20px;
    color: #868a8d;
    margin-right: 50px;
}
.chuiun span{
    font-size: 20px;
    color: #144fa7;
}
.sub{
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #868a8d;
    line-height: 30px;
    margin-top: 10px;
}
.liebie_text form{
    width: 100%;
    overflow: hidden;
    display: block;
    padding-left: 15px;
    padding-bottom: 5px;
     min-height:10px;
       height: auto;
}
.form_mio{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.form_mio p{
    font-size: var(--font18);
    color: #000000;
    width: 115px;
    margin-top: 10px;
}
.form_radio{
    width: calc(100% - 115px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.form_radio label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 50px;
    cursor: pointer;
    font-size: var(--font18);
    color: #000000;
    margin-top: 10px;
}
.form_radio label input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    border:1px solid red;
    outline:none;
    cursor:pointer;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    vertical-align:middle;
    margin-right: 10px;
}
.form_radio label input:after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    display:block;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    background:red;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all ease-in-out 300ms;
    -moz-transition:all ease-in-out 300ms;
    transition:all ease-in-out 300ms;
}
.form_radio label.hong input:after {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}
.form_radio label.hong{
    color: red;
   
}
.form_radio50 label{
    width: 30%;
    margin-right: 0px;
}
.form_radio50 label span{
    color: #ff0000;
}

.goumai_before{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 15px;*/
    padding: 5px;
    /*border-top: 1px solid #868a8d;*/
}
.goumai_price{

    font-weight: 600;
    font-size: 24px;
    color: #F10F0F;
    line-height: 32px;
    text-align: left;
     margin-left: 10px;
}

.goumai_price2{

    font-weight: 600;
    font-size: 24px;
    color: #F10F0F;
    line-height: 40px;
    text-align: left;
    margin-left: 20px;
}

.car_icon{
    margin-right: 5px;
    margin-top: -5px;
}
.goumai{
    width: 100%;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.goumai  a{
    width: 150px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: var(--font18);
    color: #376FF3;
    /*background: #e63a36;*/
    margin-left: 15px;
    border: 1px solid #376FF3;
    border-radius: 6px;
}
.goumai a:nth-child(2){
    background: #376FF3;
    color: white;
}
.liebie_r_breadcrumb{
    margin: 10px 0px ;
    font-size: 25px;
}






.yan_show_breadcrumb{
    margin: 20px 0px 0px 20px;
}



.yan_show{
    width: var(--max1500);
    overflow: hidden;
    background: #fff;
/*    margin: var(--mar);*/
    margin: 10px auto;
/*    padding: 10px;*/
}

.yan_show .goumai_before{
   
    border: none;
    flex-direction: column;
}
.yan_show_top{
    width: 100%;
    overflow: hidden;
/*    background: #f8f8f8;*/
/*    padding: 20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.yan_show_img{
    width: 310px;
    overflow: hidden;
/*    border: 1px solid #e4e4e4;*/
/*    background: #fff;*/
}
.yan_dinh{
    width: 100%;
    height: 390px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.yan_show_img img{
    width: 100%;
    max-height: 80%;
    padding: 15px;
    height: 300px;
/*    max-width: 80%;*/
}
.yan_show_img ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
/*    border: 1px solid #bbbbbb;*/
}
.yan_show_img ul li{
    width: 30%;
    background: #e4e4e4;
    line-height: 40px;
    text-align: center;
    font-size: var(--font18);
    color: #000;
/*    border-left: 1px solid #bbbbbb;*/
}
.yan_show_img ul li:nth-child(1){
    border: none;
}
.yan_show_img ul li:nth-child(2){
    width: 40%;
}
.yan_show_right{
    width: calc(100% - 310px);
    overflow: hidden;
}
.yan_show_right .liebie_text{
    width: 100%;
}
.yan_show_right .chuiun{
/*    border-bottom: 1px solid #c6c6c6;*/
    padding-bottom: 20px;
}
.xunhun{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.xunhun_max{
    width: 25%;
    overflow: hidden;
    font-size: var(--font18);
    color: #000000;
    margin-top: 20px;
}
.xunhun_max span{
    color: #ff0000;
}
.buy_class{
    display: flex;
    justify-content: space-between;
    margin-top:30px ;
}

.checkborder{
   border: 1px solid grey;
   border-radius: 5px;
   padding: 10px;
}

.goumai_taidui{
    width: 50%;
    overflow: hidden;
    /*margin-top: 30px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.goumai_taidui a{
    width: calc(25% - 15px);
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: var(--font18);
    color: #376FF3;
    /*background: #e63a36;*/
    margin-left: 15px;
    border: 1px solid #376FF3;
    border-radius: 6px;
}
.goumai_taidui a:nth-child(2){
    background: #376FF3;
    color: white;
}
.goumai_taidui a:nth-child(3){
    background: #469af0;
}
.goumai_taidui a:nth-child(4){
    background: #144fa7;
}
.yan_show_con{
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    padding: 20px;
    margin-top: 25px;
}
.yan_show_con h1{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.yan_show_text{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    font-size: var(--font18);
    line-height: 36px;
    color: #898989;
}
.pingji{
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}
.pingji ul{
    width: 100%;
    overflow: hidden;
/*    background: #ededed;*/
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.pingji ul li{
    font-size: 16px;
    color: #000000;
    padding:10px 20px;
/*    border-left: 1px solid #767676;*/
    background-color: #F5F5F5;
    cursor: pointer;
    border-radius: 6px;
    margin-right: 5px;
}
.pingji ul li.pingji_nav{
    color: #ffffff;
    background-color: #376FF3;

}
.pingji ul li:nth-child(1){
    border: none;
}
.pingji_biom{
    width: 100%;
    overflow: hidden;
/*    margin-top: 25px;*/
}
.pingji_text{
    width: 100%;
    overflow: hidden;
    font-size: var(--font18);
/*    background: #f8f8f8;*/
    padding: 10px;
    line-height: var(--line30);
}






.login {
    /*	width: 100%;*/
    height: 100%;
    background-image: url(../../images/login_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.login_border {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_max {

    /*    width: 770px;*/
    /*height: 770px;*/
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 20px 50px 0px rgba(81, 172, 214, 0.06);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-container {
    position: relative;
}

.login_top {
    width: 770px;
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: start;
}

.title {
    font-weight: 600;
    font-size: 35px;
    color: #333333;
    line-height: 53px;
    margin: 0px 35px;

}


.title2 {
    font-weight: 600;
    font-size: 35px;
    color: #333333;
    line-height: 53px;
    margin: 0px 40px;
}

.desc {
    /*    text-align: left;*/
    color: #999999;
    line-height: 27px;
    font-weight: 400;
}

.bg_you {
    flex: 1;
    width: auto;
    /*	 position: absolute;*/
    /*    right: 0px;*/

    height: 100%;
    /* 高度自动调整 */
    overflow: hidden;
    /* 超出div部分的图片将被隐藏 */

}


.login_max form {
    text-align: center;

    margin-top: 30px;
}


.login_max form input {
    width: calc(100% - 130px);
    height: 40px;

    font-size: 26px;
    /*    color: #666666;*/
}

input::-webkit-input-placeholder {
    /* Chrome, Opera, Safari */
    color: #909090;
    font-size: 14px;
    /*  padding-left: 50px;*/
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #909090;
    font-size: 14px;
    opacity: 1;
    /* 修复老版本Firefox的不透明度问题 */
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
    font-size: 14px;
    opacity: 1;
    /* 修复Firefox的不透明度问题 */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #909090;
    font-size: 14px;
}

.login_max form>input {

    margin-top: 20px;

}

.usernameicon {
    background-image: url(../../images/mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 55px;
    left: 80px;
    position: relative;
}

.eye {
    background-image: url(../../images/eye.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 55px;
    right: -350px;
    position: relative;
}
.eye_close {
    background-image: url(../../images/eye-close.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 55px;
    right: -350px;
    position: relative;
}
.eyeclass3{
        right: -430px;
    }

.passwordicon {
    background-image: url(../../images/password.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    top: 85px;
    left: 80px;
    position: relative;
}

#login_username {
    padding-left: 50px;
    color: #909090;
    font-size: 14px;
    /*	margin-top: 20px;*/
    border: 1px solid #eef0f4;
    border-radius: 5px;

}

#login_password {
    padding-left: 50px;
    border: 1px solid #eef0f4;
    border-radius: 5px;
    color: #909090;
    font-size: 14px;

}

.login_logo {
    position: absolute;
    width: 180px;
    top: 40px;
    left: 30px;
}


input:focus {

    border: 1px solid #376ff3 !important;
    /* 设置边框颜色 */
}

#submitIn {
    width: 80%;
    height: 60px;
    background: #376FF3;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    font-size: 25px;
    color: #fff;
    margin-top: 40px;
}
#submitToReg {
    width: 80%;
    height: 60px;
    background: #376FF3;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    font-size: 25px;
    color: #fff;
    margin-top: 40px;
}

.wangiu {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.wangiu a {
    font-size: 16px;
    /*    color: #666666;*/
}

.wangiu a:nth-child(2) {
    margin-right: -55px;
    color: #0984d8;
    text-align: right;
}

.account {
    text-align: center;
    margin: 20px 0px;
}





.user_page {
    /*	padding-left: 20px;*/
}







.shopping-car-container {
    width: 100%;
    overflow: hidden;
    margin: 50px auto;
}

.car-headers-menu {
    width: 100%;
    background: #f2f2f2;
    padding: 15px 30px;

}

.panel-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.goods-content {
    width: 100%;
    overflow: hidden;

}

#checkAll {
    margin-left: 10px;
}

.col-md-2 {
    width: 390px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods-image-column img {
    width: 90px;
    height: auto;
}

.mixosimo {
    width: calc(100% - 115px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.mixosimo span {
    font-size: 14px;
    color: #000000;
    line-height: 30px;

}

.mixosimo p {
    font-size: 14px;
    color: #000000;
}

.col-md-1 {
    width: 65px;
}

.col-md-3 {
    width: 245px;
    text-align: center;
}

.col-md-4 {
    width: 100px;
    text-align: center;
}

.col-md-5 {
    width: 130px;
    text-align: center;
}

.col-md-6 {
    width: 100px;
    text-align: center;
}

.col-md-7 {
    width: 100px;
    text-align: center;
}

.panel-body {
    padding: 15px 30px;
}

.item-delete {
    background: none;
    height: 30px;
}

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

.goods-price,
.goods-params,
.goods-money-count {
    line-height: 30px;
}

.bottom-menu-include {
    width: 100%;
    overflow: hidden;
    padding: 0;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bottom-menu,
.mixnim {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.asc {
    margin-left: 35px;
}

.micms {
    margin-left: 40px;
    margin-right: 20px;
}

#selectGoodsMoney,
#selectGoodsCount {
    color: #dc6935;
    font-weight: 600px;
}

.shopping-car-container {
    font-size: 15px !important;
}

.schjksc {
    width: 140px;
    height: 60px;
    background: #dc6935;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 60px;
    cursor: pointer;
}

.gouaswu {
    width: var(--max1500);
    overflow: hidden;
    background: #fff;
    margin: auto;
    padding: 50px 30px;
    margin-top: 30px;
}

.modal {
    padding-right: 0px !important;
}

.buzhou {
    width: 500px;
    max-width: 96%;
    overflow: hidden;
    margin: auto;
}

.buzhou ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.buzhou ul::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #cccccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.buzhou ul li {
    width: 26px;
    height: 26px;
}

.buzhou ul li span {
    display: block;
    width: 26px;
    height: 26px;
    background: #cccccc;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    position: relative;
    z-index: 9;
}

.buzhou ul li.buzhou_lax span {
    background: #3393f2;
}

.buzhou ul li::after {
    content: "";
    width: 25%;
    height: 2px;
    background: #3393f2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 8;
    transition: all 1.5s;
}

.buzhou ul li:nth-child(2)::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #3393f2;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    z-index: 8;
}

.buzhou ul li:nth-child(3)::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #3393f2;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translateY(-50%);
    z-index: 8;
}

.buzhou ul li.buzhou_lax:nth-child(2)::after {
    width: 50%;
}

.buzhou ul li.buzhou_lax:nth-child(2) span {
    background: #3393f2;
}

.buzhou ul li.buzhou_lax:nth-child(3)::after {
    width: 25%;
}

.buzhou ul li.buzhou_lax:nth-child(3) span {
    background: #3393f2;
}


.hedui {
    width: 100%;
    overflow: hidden;
    margin: 50px auto;
    border: 1px solid #ababab;
    display: none;
}





.hedui_label {
    width: 1200px;
    max-width: 96%;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hedui_label>label {
    width: calc(50% - 60px);
    overflow: hidden;
    border-bottom: 1px solid #999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    box-sizing: border-box;
}

.hedui_label>label p {
    width: 60px;
    overflow: hidden;
    font-size: var(--font14);
    color: #040000;
    line-height: 60px;
}

.hedui_label>label p span {
    color: #ff0000;
}

.hedui_label>label input {
    width: calc(100% - 60px);
    height: 60px;
    border: none;
    font-size: var(--font14);
    color: #040000;
}

.hedui form>h1 {
    font-size: 18px;
    color: #555353;
    padding: 0px 30px;
    line-height: 60px;
    background: #f2f2f2;
}

.fangshji {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 30px;
}

.fangshji h1 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}

.fangshji h1 span {
    color: #ff0000;
}

.xinsin {
    width: 1200px;
    max-width: 96%;
    overflow: hidden;
    margin: 35px auto;
}

.xinsin .goods-counts input {
    border: none;
    display: block;
}

.qundr {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.qundr_l {
    width: 370px;
    overflow: hidden;
}

.qundr_l h1 {
    font-size: 16px;
    color: #333333;
}

.qundr_l label {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ababab;
    margin-top: 25px;
}

.youhui {
    width: calc(100% - 120px);
    height: 35px;
    border: none;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
}

.tioim {
    width: 120px;
    height: 35px;
    background: #2970b9;
    border: none;
    font-size: 14px;
    color: #fff;
}

.qundr_r {
    width: 220px;
    overflow: hidden;
}

.qundr_r label {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

}

.qundr_r label:nth-child(1) {
    margin-top: 0px;
}

.qundr_r label p {
    font-size: 16px;
    color: #333333;
    width: 60px;
}

.qundr_r label div {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.qundr_r label div input {
    width: 100px;
    border: none;
    font-size: 16px;
    color: #333333;
}

.qundr_r label div span {
    font-size: 16px;
    color: #333333;
}

.qundr_r label div.readonly input,
.qundr_r label div.readonly span {
    color: #ee4957;
}

.fangshi {
    width: 1200px;
    max-width: 96%;
    overflow: hidden;
    margin: 35px auto;
}

.fangshi_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.fangshi_top label {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 40px;
}

.fangshi_top label img {
    width: auto;
    height: 35px;
    margin-left: 5px;
}

.fangshi_top label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #bbbbbb;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.fangshi_top label input:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ff0000;
    border-radius: 12px;
    transform: scale(0);
    transition: all ease-in-out 300ms;
}

.fangshi_top label.hong input:after {
    transform: scale(1);
}

.fangshi_top label.hong input {
    border: 1px solid #ff0000;
}

.fangshi_top label.hong {
    color: #ff0000;
    
}

.submita {
    display: block;
    width: 300px;
    height: 40px;
    background: #ee4957;
    margin: auto;
    margin-top: 40px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.chonggong {
    width: 1200px;
    max-width: 96%;
    overflow: hidden;
    margin: 50px auto;
    display: none;
}

.chonggong_img {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.chonggong_img img {
    width: 370px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.chonggong_img h1 {
    text-align: center;
    font-size: 60px;
    color: #2e77ee;
    margin-top: 30px;
}

#city,
#district,
#province {
    width: 60%;
    height: 60px;
    margin-bottom: 15px;
}





.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

html #layuicss-layer {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer,
.layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-load {
    background: url(loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
    background: url(icon.png) no-repeat
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layer-anim {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-00 {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 17px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 0 15px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff
}

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 300px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    _left: -40px;
    width: 30px;
    height: 30px
}

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 60px;
    height: 24px;
    background: url(loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
    width: 37px;
    height: 37px;
    background: url(loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
    background: url(loading-2.gif) no-repeat
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #000;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
    top: 5px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 5px 10px 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #fff;
    border-color: #E9E7E7;
    color: #333
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95;
    border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

.layui-layer-iconext {
    background: url(icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 260px;
    height: 36px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px;
    padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
    padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
    padding-top: 0
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
    padding-left: 0;
    overflow: visible
}

.layui-layer-tab .layui-layer-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 300px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.layui-layer-tab .layui-layer-title span.layui-this {
    height: 51px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
    z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
    border-left: none
}

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
    display: none
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
    display: block
}

.layui-layer-photos {
    background: 0 0;
    box-shadow: none
}

.layui-layer-photos .layui-layer-content {
    overflow: hidden;
    text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-imgnext,
.layui-layer-imgprev {
    position: fixed;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
    left: 30px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

.layui-layer-imgprev:hover {
    background-position: -33px -5px;
    _background-position: -120px -5px
}

.layui-layer-imgnext {
    right: 30px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

.layui-layer-imgnext:hover {
    background-position: -33px -50px;
    _background-position: -120px -50px
}

.layui-layer-imgbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000\9;
    filter: Alpha(opacity=60);
    background-color: rgba(2, 0, 0, .35);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.layui-layer-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media screen and (max-width:1100px) {
    .layui-layer-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}