.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 100px;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_content_center {
    width: 1200px;
    margin: 0 auto;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    height: 28px;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_title span {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    padding-left: 10px;
}

.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_list {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    padding-top: 20px;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item {
    float: left;
    width: 385px;
    margin-left: 20px;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item:first-child {
    margin-left: 0;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top {
    width: 100%;
    height: 280px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top h4 {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
}

.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top p {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 30px;
}
.components-ProductServicePages-ThreedtourPage-Features--deskFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top .components-ProductServicePages-ThreedtourPage-Features--top_img {
    display: block;
    width: 100%;
}


/*mobile****************************************/
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 50px;
}

.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    margin-top: 5px;
    line-height: 20px;
}

.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list {
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* font-size: 0; */
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list::-webkit-scrollbar {
    display: none;
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item {
    display: inline-block;
    width: 285px;
    font-size: 0;
    margin-left: 20px;
    vertical-align: middle;
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item:first-child {
    margin-left: 0;
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top {
    width: 100%;
    height: 340px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top h4 {
    height: 32px;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 32px;
    position: relative;
    margin-bottom: 10px;
}

.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top p {
    width: 100%;
    white-space:normal;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 70px;
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item:first-child  .components-ProductServicePages-ThreedtourPage-Features--top p {
    margin-bottom: 50px;
}
.components-ProductServicePages-ThreedtourPage-Features--mobileFeatures_list .components-ProductServicePages-ThreedtourPage-Features--list_item .components-ProductServicePages-ThreedtourPage-Features--top .components-ProductServicePages-ThreedtourPage-Features--top_img {
    display: block;
    width: 100%;
}

.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_content_center {
    width: 1200px;
    margin: 0 auto;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    height: 28px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_title span {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    padding-left: 10px;
}

.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_list {
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    padding-top: 20px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item {
    float: left;
    width: 385px;
    margin-left: 20px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item:first-child {
    margin-left: 0;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top h4 {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
}

.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top p {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 30px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--deskArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top .components-ProductServicePages-ThreedtourPage-Arithmetic--top_img {
    display: block;
    width: 100%;
}


/*mobile****************************************/
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    margin-top: 5px;
    line-height: 20px;
}

.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list {
    width: 100%;
    height: 410px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* font-size: 0; */
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list::-webkit-scrollbar {
    display: none;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item {
    display: inline-block;
    width: 285px;
    font-size: 0;
    margin-left: 20px;
    vertical-align: middle;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item:first-child {
    margin-left: 0;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top {
    width: 100%;
    height: 320px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top h4 {
    height: 32px;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 32px;
    position: relative;
    margin-bottom: 10px;
}

.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top p {
    width: 100%;
    white-space:normal;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 26px;
}

.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item:nth-child(2)  .components-ProductServicePages-ThreedtourPage-Arithmetic--top p {
    margin-bottom: 44px;
}
.components-ProductServicePages-ThreedtourPage-Arithmetic--mobileArithmetic_list .components-ProductServicePages-ThreedtourPage-Arithmetic--list_item .components-ProductServicePages-ThreedtourPage-Arithmetic--top .components-ProductServicePages-ThreedtourPage-Arithmetic--top_img {
    display: block;
    width: 100%;
}

.components-player--lay {
  background-color: transparent;
}

.components-player--video {
  height: 550px;
  width: 100%;
}

@media (max-width: 767px) {
  .components-player--video {
    height: 190px;
  }
}
.components-player--videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.components-player--player {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: fill;
}

.components-player--playerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_content {
    width: 100%;
    margin-bottom: 100px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_content_center {
    width: 1200px;
    margin: 0 auto;
    height:425px;
    background: #F5F7FA;
    border-radius: 10px;
    position: relative;
    padding-left: 730px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_content_center_right {
    width: 420px;
    padding-top: 118px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_content_center_right h4 {
    font-size: 30px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 40px;
    margin-bottom: 10px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_content_center_right p {
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 20px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_content_center_right .components-ProductServicePages-ThreedtourPage-ToolIntro--btns_1 {
    display: block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background: #286efa;
    text-align: center;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_content_center_right .components-ProductServicePages-ThreedtourPage-ToolIntro--btns_1:hover {
    background: #0057ff;
    color: #fff;
}


.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_show {
    position: absolute;
    width: 650px;
    /* height: 433px; */
    height: 365px;
    left: 30px;
    top: 50%;
    transform: translate(0,-50%);
    box-sizing: border-box;
    background-color: #282828;
    border-radius: 5px;
    overflow: hidden;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_show_content {
    position: relative;
    width: 100%;
    height: 100%;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_show_content_img {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--deskIntroVideo2_show_content_img img {
    display: block;
    width: 16px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--modalclass {
    width: 720px!important;
    height: 480px;
}
/*mobile****************************************/
.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_content {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_content_center_top {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_content_center_top h4 {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_content_center_top p {
    font-size: 14px;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_content_center_top .components-ProductServicePages-ThreedtourPage-ToolIntro--btns_1 {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background: #286EFA;
    margin-bottom: 30px;
}

.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_show {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}

.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_show_content {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #000;
}
.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_show_content .components-ProductServicePages-ThreedtourPage-ToolIntro--img1 {
    display: block;
    width: 100%;
}
/* .mobileIntroVideo2_show_content:after {
    content: ' ';
    display: block;
    padding-top: 60%;
    visibility: hidden;
} */
.components-ProductServicePages-ThreedtourPage-ToolIntro--mobileIntroVideo2_show_content_v {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    background-color: #000;
}

.components-ProductServicePages-ThreedtourPage-EasilyUses--deskEasilyUses_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.components-ProductServicePages-ThreedtourPage-EasilyUses--deskEasilyUses_content_center {
    width: 1200px;
    margin: 0 auto;
    height: 350px;
    background: linear-gradient(135deg, #3662EC 0%, #388DF5 100%);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 90px;
    padding-right: 490px;
    position: relative;
}

.components-ProductServicePages-ThreedtourPage-EasilyUses--deskEasilyUses_content_center .components-ProductServicePages-ThreedtourPage-EasilyUses--img2 {
    position: absolute;
    right: 116px;
    top: 88px;
    display: block;
    width: 314px;
}
.components-ProductServicePages-ThreedtourPage-EasilyUses--deskEasilyUses_title {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 20px;
}
.components-ProductServicePages-ThreedtourPage-EasilyUses--deskEasilyUses_title2 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 20px;
}
.components-ProductServicePages-ThreedtourPage-EasilyUses--deskEasilyUses_link {
    display: block;
    width: 76px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #0055FF;
}

/*mobile****************************************/
.components-ProductServicePages-ThreedtourPage-EasilyUses--mobileEasilyUses_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 50px;
}
.components-ProductServicePages-ThreedtourPage-EasilyUses--mobileEasilyUses_content_center {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(180deg, #3662EC 0%, #388DF5 100%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
}

.components-ProductServicePages-ThreedtourPage-EasilyUses--mobileEasilyUses_content_center .components-ProductServicePages-ThreedtourPage-EasilyUses--img2 {
    font-size: 0;
    display: inline-block;
    width: 82%;
}
.components-ProductServicePages-ThreedtourPage-EasilyUses--mobileEasilyUses_title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 20px;
}
.components-ProductServicePages-ThreedtourPage-EasilyUses--mobileEasilyUses_title2 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 40px;
}

.components-ProductServicePages-ThreedtourPage-EasilyUses--mobileEasilyUses_link {
    display: inline-block;
    width: 76px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #0055FF;
    margin-bottom: 30px;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_content_center {
    width: 1220px;
    margin: 0 auto;
}

.components-ProductServicePages-ThreedtourPage-Cases--deskCases_title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    height: 28px;
    padding-left: 10px;
}


.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list {
    width: 100%;
    height: 1000px;
    padding-top: 10px;
    box-sizing: border-box;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item {
    float: left;
    width: 33.3%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content {
    width: 100%;
    display: block;
    height: 386px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content span {
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 3;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    z-index: 2;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content:hover img {
    transform: scale(1.2);
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content .components-ProductServicePages-ThreedtourPage-Cases--bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    padding-left: 15px;
    background: rgba(0,0,0,0.5);
    z-index: 3;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content .components-ProductServicePages-ThreedtourPage-Cases--bottom h4 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.components-ProductServicePages-ThreedtourPage-Cases--deskCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content .components-ProductServicePages-ThreedtourPage-Cases--bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*mobile****************************************/
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 100px;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_title {
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list {
    width: 100%;
    zoom: 1;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content {
    display: block;
    width: 100%;
    position: relative;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content::after {
    content: ' ';
    display: block;
    padding-top: 100%;
    visibility: hidden;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content_content {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    background-color: #000;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content_content span {
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 3;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content_content img {
    display: block;
    height: 100%;
    width: 100%;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content_content .components-ProductServicePages-ThreedtourPage-Cases--bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    padding-left: 10px;
    background: rgba(0,0,0,0.5);
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content_content .components-ProductServicePages-ThreedtourPage-Cases--bottom h4 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    margin-top: 2px;
}
.components-ProductServicePages-ThreedtourPage-Cases--mobileCases_list .components-ProductServicePages-ThreedtourPage-Cases--list_item_content_content .components-ProductServicePages-ThreedtourPage-Cases--bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

