.item-main {
    position: relative;
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.home-flash-pagination span:first-of-type {
    border-top-left-radius: calc(25rem/72);
    border-bottom-left-radius: calc(25rem/72);
}

.home-flash-pagination span:last-of-type {
    border-top-right-radius: calc(25rem/72);
    border-bottom-right-radius: calc(25rem/72);
}

.home-flash-pagination .swiper-pagination-bullet {
    width: calc(26rem/72);
    height: calc(6rem/72);
    margin: 0 !important;
    background: #fff;
    opacity: .59;
    border-radius: 0;
}

.home-flash-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    border-radius: calc(25rem/72);
}

.item-title p {
    text-align: center;
    font-size: calc(30rem/72);
    color: rgb(187, 158, 100);
    margin: calc(50rem/72) auto calc(58rem/72);
}

.item-detail {
    margin: 0 calc(30rem/72);
    /* height: calc(180rem/72); */
    border-radius: calc(4rem/72);
    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.item-detail>div {
    font-size: calc(24rem/72);
    width: 50%;
    display: flex;
}

.item-detail>div p {
    font-size: calc(24rem/72);
    color: rgb(102, 102, 102);
}

.item-detail>div p:first-child {
    color: rgb(151, 151, 151);
}

.item-detail>div:nth-child(2n+1) p:first-child {
    text-indent: calc(30rem/72);
}

.item-detail-top {
    margin-top: calc(46rem/72);
}

.item-detail-bottom {
    margin-top: calc(30rem/72);
    margin-bottom: calc(56rem/72);
}

.item-tab {
    margin: calc(52rem/72) calc(30rem/72) 0 calc(30rem/72);
    display: flex;
}

.item-tab img {
    width: calc(22rem/72);
    height: calc(22rem/72);
}

.item-tab p {
    font-size: calc(26rem/72);
    color: rgb(102, 102, 102);
    margin-left: calc(16rem/72);
    font-weight: bold;
}

.item-select-list {
    margin: calc(33rem/72) calc(30rem/72) 0;
    position: relative;
    z-index: 3;
}

.item-option {
    width: 100%;
    height: calc(50rem/72);
    border: calc(1rem/72) solid #bb9e64;
    border-radius: calc(4rem/72);
    text-indent: calc(38rem/72);
    line-height: calc(50rem/72);
    font-size: calc(24rem/72);
    color: rgb(187, 158, 100);
    position: relative;
}

.item-option:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(18rem/72);
    height: calc(10rem/72);
    background: url(/static/mobile/images/item/item_bottom_litile.png) no-repeat 0 0;
    -webkit-background-size: calc(18rem/72) calc(10rem/72);
    background-size: calc(18rem/72) calc(10rem/72);
    top: calc(20rem/72);
    right: calc(30rem/72);
}

.item-option-list {
    width: 100%;
    z-index: 2;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: calc(70rem/72);
    border: calc(1rem/72) solid #bb9e64;
    border-radius: calc(4rem/72);
    display: none;
}

.transparent-layer {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: transparent;
    display: none;
}

.on {
    display: block;
}

.item-option-list li {
    font-size: calc(24rem/72);
    width: 100%;
    height: calc(60rem/72);
    line-height: calc(60rem/72);
}

.item-option-list li a {
    display: inline-block;
    text-indent: calc(38rem/72);
    color: rgba(71, 71, 71, 71);
}

.item-option-list li:first-child {
    margin-top: calc(9rem/72);
    background-color: #f9f9f9;
}

.item-select-list .on {
    display: block;
}

.item-find {
    margin: calc(44rem/72) calc(30rem/72) calc(36rem/72);
}

.item-contract {
    display: flex;
}

.item-contract img {
    width: calc(24rem/72);
    height: calc(26rem/72);
    margin-right: calc(13rem/72);
    position: relative;
    top: calc(-2rem/72);
}

.item-find span {
    display: inline-block;
    color: rgb(102, 102, 102);
    font-size: calc(26rem/72);
    margin-right: calc(40rem/72);
}

.item-find a {
    display: inline-block;
    font-size: calc(24rem/72);
    color: rgb(187, 158, 100);
}

.item-find>div:first-child {
    margin-bottom: calc(28rem/72);
}

.item-programme {
    width: 100%;
    margin-bottom: calc(60rem/72);
    height: calc(160rem/72);
    background: url(/static/mobile/images/item/item-programme.jpg) no-repeat;
    -webkit-background-size: 100% calc(160rem/72);
    background-size: 100% calc(160rem/72);
}

.item-tablist {
    margin: 0 calc(30rem/72) calc(60rem/72) calc(30rem/72);
}

.item-tab-btn {
    width: 100%;
    font-size: calc(26rem/72);
    color: rgb(151, 151, 151);
    display: flex;
    justify-content: space-between;
    /* margin-bottom: ; */
}

.item-tablist .item-on {
    color: rgb(187, 158, 100);
    font-weight: bold;
    position: relative;
}

.item-tablist .item-on::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(31rem/72);
    height: calc(2rem/72);
    left: calc(30rem/72);
    bottom: calc(-10rem/72);
    background-color: rgb(187, 158, 100);
}

.item-tab-ul {
    margin-top: calc(40rem/72);
}

.item-tab-ul li {
    width: 100%;
    font-size: calc(24rem/72);
    color: rgb(132, 132, 132);
    border-radius: calc(4rem/72);
    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
    display: none;
}

.item-tab-ul .item-block {
    display: block;
}

.item-text>div {
    margin: calc(0rem/72) calc(25rem/72);
    padding: calc(22rem/72) 0 calc(42rem/72);
    line-height: calc(40rem/72);
    letter-spacing: calc(3rem/72);
    font-size:  calc(24rem/72);
    color:#848484;
    font-family: "MicrosoftYaHei";
}

.item-tab-ul .item-table {
    box-shadow: none;
}

.item-money {
    margin-top: calc(50rem/72);
}

.item-table>div:first-child {
    margin-top: calc(60rem/72);
}

.item-money-title {
    font-size: calc(24rem/72);
    color: #666666;
    text-indent: calc(10rem/72);
}

.item-money-table {
    margin-top: calc(26rem/72);
    width: 100%;
    border: calc(1rem/72) solid #dbdbdb;
    border-radius: calc(4rem/72);
    font-size: calc(24rem/72);
    color: #848484;
    line-height: calc(65rem/72);
}

.item-money-table dl {
    display: flex;
}

.item-money-table dl dd:first-child {
    width: 20%;
}

.item-money-table dl dd:nth-child(2) {
    width: 80%;
}

.item-money-table dl dd {
    border-bottom: calc(1rem/72) solid #dbdbdb;
}

.item-money-table dl:last-child dd {
    border-bottom: none;
}

.item-money-table dl dd:first-child {
    border-right: calc(1rem/72) solid #dbdbdb;
    text-align: center;
}

.item-money-table dl dd:last-child {
    text-indent: calc(22rem/72);
}

.item-money-line {
    display: flex;
    align-items: center;
}

.item-money-line span {
    display: inline-block;
    margin: 0 auto;
}

.item-money-table .item-money-list {
    /* line-height: calc(40rem/72); */
    /* padding-top: calc(12rem/72); */
    text-indent: 0;
    margin-left: calc(22rem/72);
}

.item-money-bottom {
    margin-top: calc(30rem/72);
    margin-bottom: calc(60rem/72);
    line-height: calc(40rem/72);
}

.item-tab-ul .item-process-main {
    box-shadow: none;
}

.item-tablist .item-process {
    margin-top: calc(60rem/72);
}

.item-process-title {
    display: flex;
}

.item-process-title img {
    width: calc(42rem/72);
    height: calc(42rem/72);
    position: relative;
    top: calc(0rem/72);
    margin-left: calc(15rem/72);
}

.item-process-title span {
    display: inline-block;
    margin-left: calc(18rem/72);
    margin-top: calc(10rem/72);
    font-size:calc(24rem/72) ;
    color: #666;
}

.item-line {
    width: 100%;
    height: calc(70rem/72);
    border-left: calc(1rem/72) solid #bb9e64;
    margin: calc(4rem/72) 0 calc(4rem/72) calc(32rem/72);
}

.item-process-text {}

.item-protext {
    display: flex;
}

.item-protext img {
    width: calc(30rem/72);
    height: calc(30rem/72);
    position: relative;
    top: calc(0rem/72);
    margin-left: calc(17rem/72);
    margin-top: calc(2rem/72);
    margin-bottom: calc(2rem/72);
}

.item-protext span {
    display: inline-block;
    margin-left: calc(20rem/72);
    margin-top: calc(9rem/72);
    font-size: calc(24rem/72);
    color: #666666;
}

.item-process-new {
    margin-left: calc(32rem/72);
    padding-top: calc(18rem/72);
    padding-bottom: calc(70rem/72);
    border-left: calc(1rem/72) solid #bb9e64;
}

.item-process-new p {
    line-height: calc(32rem/72);
    margin-left: calc(23rem/72);
    font-size: calc(20rem/72);
    color: #848484;
}

.item-process>div:last-child .item-process-new {
    border-left: none;
    padding-bottom: 0;
}

.item-process-bottom {
    margin-top: calc(40rem/72);
    margin-bottom: calc(60rem/72);
    font-size: calc(19rem/72);
    color: #9a9a9a;
}

.item-line-back {
    width: 100%;
    height: calc(6rem/72);
    background-color: #f5f5f5;
    margin-top: calc(80rem/72);
}

.item-list {
    margin: calc(60rem/72) calc(0rem/72) 0;
}

.item-info {
  
}

.item-info-title {
    display: flex;
    margin: 0 calc(30rem/72);
}

.item-info-title>div:first-child {
    font-size: calc(26rem/72);
    color: rgb(102, 102, 102);
    font-weight: bold;
    margin-right: calc(30rem/72);
}

.item-info-title>div:nth-child(2) {
    display: flex;
}

.item-info-list {
    display: flex;
}

.item-info-list>div {
    margin-right: calc(30rem/72);
}

.item-info-list>div a {
    color: rgb(132, 132, 132);
    line-height: calc(30rem/72);
    font-size: calc(22rem/72);
}

.item-info-list a.on-block {
    color: rgb(187, 158, 100);
}

.item-info-nav {
    margin-top: calc(50rem/72);
    overflow: hidden;
}

.swiper-nav .swiper-wrapper .swiper-slide {
    width: calc(260rem/72);
    height: calc(260rem/72);
    margin: calc(10rem/72) calc(20rem/72) calc(10rem/72) 0;
    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
    border-radius: calc(10rem/72);
    overflow: hidden;
    border-radius: calc(10rem/72);
}

.swiper-nav .swiper-wrapper .swiper-slide:first-child {
    margin-left: calc(10rem/72);
}

.swiper-nav {
    position: relative;
}

.swiper-nav>div {
    width: 100%;
    background-color: #fff;
    height: calc(280rem/72);
    position: absolute;
}
.swiper-nav>div>div:first-child{
    margin:0 calc(30rem/72);
    overflow: hidden;
}

.swiper-nav>div:first-child {
    position: relative;
}

.swiper-more {
    width:0;
    height: calc(260rem/72);
    position: absolute;
    font-size: calc(22rem/72);
    z-index: 10;
    right: calc(18rem/72);
    top: calc(10rem/72);
    background-color: #fff;
}
.swiper-more a{
    display: flex;
}

.swiper-more i {
    display: inline-block;
    width: calc(35rem/72);
    background: url(/static/mobile/images/item/xiangzuo.png) no-repeat calc(0rem/72) calc(100rem/72);
    -webkit-background-size: calc(32rem/72) calc(32rem/72);
    background-size: calc(32rem/72) calc(32rem/72);
    margin-right: calc(20rem/72);
    margin-left: calc(10rem/72);
}

.swiper-more span {
    display: inline-block;
    width: calc(25rem/72);
    color: rgb(187, 158, 100);
    line-height: calc(30rem/72);
    padding-top: calc(10rem/72);
}

.item-info-img {
    width: 100%;
    height: calc(150rem/72);
    overflow: hidden;
}

.item-info-img img {
    height: calc(150rem/72);
}

.item-info-text {
    font-size: calc(22rem/72);
    color: rgb(102, 102, 102);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: calc(10rem/72);
    line-height: calc(27rem/72);
}

.item-info-time {
    font-size: calc(18rem/72);
    color: rgb(193, 193, 195);
    margin-top: calc(10rem/72);
    text-indent: calc(10rem/72);
}

.item-news {
    margin: calc(60rem/72) calc(30rem/72) 0;
    overflow: hidden;
    position: relative;
}

.item-news-title {
    margin-bottom: calc(50rem/72);
    font-size: calc(26rem/72);
    color: rgb(102, 102, 102);
    font-weight: bold;
    position: relative;
}

.item-news-list {
    /* margin:0  calc(30rem/72); */
    overflow: hidden;
}

.item-news-list .swiper-slide {
    width: calc(256rem/72);
}

.swiper-news-text {
    font-size: calc(26rem/72);
    color: rgb(102, 102, 102);
    line-height: calc(35rem/72);
    margin-top: calc(20rem/72);
    padding: 0 calc(10rem/72)
}

.swiper-news-img {
    width: calc(256rem/72);
    height: calc(178rem/72);
    border-radius: calc(10rem/72);
    overflow: hidden;
}

.swiper-news-img img {
    width: calc(256rem/72);
    height: calc(178rem/72);
}

.item-news-list .swiper-wrapper .swiper-slide {
    margin-right: calc(20rem/72);
}

.item-advantage {
    margin: 0 calc(30rem/72);
    margin-top: calc(60rem/72);
    font-size: calc(26rem/72);
    color: rgb(102, 102, 102);
    position: relative;
}

.item-adwan-title {
    font-size: calc(26rem/72);
    color: rgb(102, 102, 102);
    font-weight: bold;
}

.item-adan {
    box-shadow: 0 0 calc(10rem/72) rgb(0, 0, 0, 0.1);
    margin-bottom: calc(45rem/72);
    height: calc(70rem/72);
    line-height: calc(70rem/72);
    margin-top: calc(35rem/72);
    position: relative;
}

.item-analysis .swiper-analysis .swiper-wrapper>div {
    width: calc(625rem/72);
    height: calc(344rem/72);
    background: #fefdfc;
    border-radius: calc(10rem/72);
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 calc(1rem/72) rgba(0, 0, 0, 0.3); */ 
}

.item-analysis .swiper-analysis .swiper-wrapper>div img {
    width: 100%;
    margin:0px ;
    padding:0px;
    height: calc(274rem/72);
}

.analusis-title {
    height: calc(65rem/72);
    font-size: calc(26rem/72);
    line-height: calc(68rem/72);
    color: #666;
    text-indent: calc(30rem/72);
    border-bottom-left-radius: calc(10rem/72);
    border-bottom-right-radius: calc(10rem/72);
    border-bottom:1px solid rgb(0, 0, 0, 0.1);
    border-left:1px solid rgb(0, 0, 0, 0.1);
    border-right:1px solid rgb(0, 0, 0, 0.1);
}

.item-jiexi {
    margin-top: calc(60rem/72);
}

.item-jiexi-title {
    font-size: calc(26rem/72);
    line-height: calc(26rem/72);
    color: rgb(102, 102, 102);
    font-weight: bold;
    margin: 0 calc(30rem/72);
    margin-bottom: calc(50rem/72);
}

.item-recommend {
    /* margin: 0 calc(30rem/72); */
    margin-bottom: calc(50rem/72);
}

.item-news-more {
    float: right;
    position: absolute;
    top: calc(0rem/72);
    right: calc(22rem/72);
    font-size: calc(22rem/72);
    color: rgb(148, 148, 148);
}

.item-news-more::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(9rem/72);
    height: calc(18rem/72);
    background: url(/static/mobile/images/item/right.png) no-repeat 0 0;
    -webkit-background-size: calc(9rem/72) calc(18rem/72);
    background-size: calc(9rem/72) calc(18rem/72);
    top: calc(0rem/72);
    right: calc(-20rem/72);
}

.item-advantage {
    position: relative;
}

.item-advantage span {
    font-size: calc(24rem/72);
    color: rgb(132, 132, 132);
    text-indent: calc(20rem/72);
}

.item-advantage>div:nth-child(2) img {
    width: calc(79rem/72);
    height: calc(80rem/72);
    position: absolute;
    top: calc(-30rem/72);
    left: calc(15rem/72);
}

.item-advantage>div:nth-child(2) span {
    text-indent: calc(110rem/72);
}

.item-jiajia {
    margin-top: calc(70rem/72);
}

.item-advantage>div:nth-child(3) img {
    width: calc(80rem/72);
    height: calc(82rem/72);
    position: absolute;
    top: calc(-32rem/72);
    right: calc(15rem/72);
}

.item-advantage>div:nth-child(4) img {
    width: calc(80rem/72);
    height: calc(82rem/72);
    position: absolute;
    top: calc(-32rem/72);
    left: calc(15rem/72);
}

.item-advantage>div:nth-child(4) span {
    text-indent: calc(110rem/72);
}

.item-advantage>div:nth-child(5) img {
    width: calc(80rem/72);
    height: calc(82rem/72);
    position: absolute;
    top: calc(-32rem/72);
    right: calc(15rem/72);
}