@import 'http://www.jq22.com/jquery/font-awesome.4.6.0.css';


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: PingFang SC;
}

ul li {
    list-style: none;
}

.hint_cuo {
    color: red;
}


.position-fixed {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


header {
    width: 100%;
    height: 5.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0.375rem 0.5rem 0px rgba(147, 130, 130, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.875rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 999;

}

header .logo {
    width: 14.1875rem;
    height: 1.4375rem;
}

.shade {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 0;
    top: 5.5rem;
    display: none;
}

.shade-son {
    width: 26%;
    height: 100%;
}

.anchor-link {
    position: relative;
    top: -7.5rem;
    display: block;
    height: 0;
    overflow: hidden;
}

.link a {
    display: inline-block;
    width: 11.5rem;
}

.bak-menu {
    width: 2rem;
    height: 1.5rem;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bak-fork {
    width: 2rem;
    height: 1.5rem;
    background-image: url(../images/fork.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}




/* .copyright {
    width: 100%;
    height: 0.125rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    margin-top: 6.75rem;
} */

/* .copyright-txt {
    height: 4.125rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 4.125rem;
    text-align: center;
}

.copyright-txt a {
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
} */

.down {
    width: 1.75rem;
    height: 1.125rem;
    background-image: url(../images/make-progress.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.open .down {
    width: 1.75rem;
    height: 1.125rem;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

a {
    text-decoration: none
}

.accordion {
    width: 74%;
    height: 100%;
    max-width: 40rem;
    background: #fff;
    position: fixed;
    right: 0;
}

.accordion li a {
    color: #333333;
}

.accordion .link {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    line-height: 3rem;
    padding: 2.5rem 2.5rem;
    color: #4d4d4d;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion .link img {
    width: 1.75rem;
    height: 1.125rem;
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    left: 1.5rem;
    font-size: 2.25rem;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li i.fa-chevron-down {
    right: 2.5rem;
    left: auto;
    font-size: 2rem
}

.accordion li.open .link {
    color: #b63b4d
}

.accordion li.open i {
    color: #b63b4d
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    font-size: 1.75rem
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 1.5rem;
    padding-left: 5.25rem;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.submenu a:hover {
    color: #12B8D7;
}











.content {
    padding-top: 5.5rem;
}

.content .banner {
    height: 28.75rem;
    background-image: url(../images/index-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 1.875rem;
}

.index-introduce {
    width: 100%;
    font-size: 1.75rem;
    padding: 0 1.875rem;
    box-sizing: border-box;
    font-weight: 500;
    color: #666666;
    line-height: 2.625rem;
    margin-top: 4.8125rem;
    text-align: justify;
}

.index-title1 {
    height: 2.625rem;
    font-size: 2.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.625rem;
    padding-top: 3.9375rem;
    display: flex;
    align-items: flex-end;
}

.index-title1 .saas {
    width: 9.375rem;
    height: 2rem;
    border: 1px solid #FFFFFF;
    line-height: 2rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 0.8125rem;
}

.index-title2 {
    height: 2.4375rem;
    font-size: 2.5rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.4375rem;
    margin-top: 1.625rem;
}

.index-title3 {
    height: 1.9375rem;
    font-size: 2rem;
    line-height: 1.9375rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 1.5625rem;
}

.index-but a {
    display: inline-block;
    width: 10rem;
    height: 3.125rem;
    background: #FFDF03;
    line-height: 3.125rem;
    text-align: center;
    border-radius: 1.5625rem;
    font-size: 1.375rem;
    font-weight: 500;
    color: #DF3336;
    margin-top: 2.4375rem;
}

.index-first-page {
    width: 100%;
    margin-top: 5.875rem;
}

.content .title {
    text-align: center;
}

.content .title div:nth-child(1) {
    height: 2.1875rem;
    font-size: 2.125rem;
    font-weight: bold;
    color: #D92528;
    line-height: 2.1875rem;
}

.content .title div:nth-child(2) {
    height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.5rem;
    margin-top: 0.9375rem;
}

.index-first-page ul {
    margin-top: 3.75rem;
    padding: 0 1.875rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
}

.index-first-page ul li {
    width: 100%;
    height: 18.375rem;
    padding-right: 2.5rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0.25rem 1.75rem 2px rgba(0, 0, 0, 0.08);
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 5rem;
}

.index-first-page .index-first-page-list1-top {
    display: flex;
    align-items: center;
    margin-top: 3.125rem;
}

.index-first-page .index-first-page-list1-top-left {
    margin-right: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-first-page .index-first-page-list1-top-left img {
    width: 5rem;
    height: 5rem;
}

.index-first-page ul li:last-child .index-first-page-list1-top-left img {
    width: 5.9375rem;
    height: 3.125rem;
}

.index-first-page .index-first-page-list1-top-right {
    width: 29.1875rem;
    font-size: 1.75rem;
    font-weight: 500;
    color: #666666;
    line-height: 2.625rem;
    flex: 1;
}

.index-first-page-list1-top-left div {
    height: 2rem;
    font-size: 2.125rem;
    font-weight: 500;
    color: #333333;
    line-height: 2rem;
    margin-top: 1.5rem;
}

/* .index-first-page .index-first-page-list1-bot {
    width: 9.625rem;
    height: 2.625rem;
    background: #D92528;
    line-height: 2.625rem;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 1.25rem;
} */

.index-first-page .index-first-page-list1-bot a {
    display: inline-block;
    width: 9.625rem;
    height: 2.625rem;
    background: #D92528;
    line-height: 2.75rem;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 1.25rem;
}

.index-second-page {
    margin-top: 3.375rem;
    padding-bottom: 5rem;
    border-bottom: 1.875rem solid #F0F0F0;
}

.index-second-page-list {
    width: 100%;
    padding: 0 1.875rem;
    text-align: center;
    box-sizing: border-box;
    margin-top: 3.75rem;
}

.index-second-page-list img {
    width: 39.375rem;
    height: 43.75rem;
}

.index-second-page-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-second-page-list-left {
    width: 15.75rem;
    height: 18.375rem;
}

.index-second-page-list ul li {
    display: flex;
    align-items: center;
}

.index-second-page-list-top ul li:last-child {
    margin-top: 3.75rem;
}

.index-second-page-list ul li img {
    width: 5rem;
    height: 5rem;
    margin-right: 0.9375rem;
}

ul li .index-second-page-list-title div:nth-child(1) {
    height: 1.6875rem;
    font-size: 1.75rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.6875rem;
}

ul li .index-second-page-list-title div:nth-child(2) {
    height: 1.375rem;
    font-size: 1.375rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.375rem;
    opacity: 0.6;
    margin-top: 0.875rem;
}

.index-second-page-list-bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-second-page-list-bot li:nth-child(-n+2) {
    margin-top: 3.125rem;
}

.index-second-page-list-bot li:nth-child(n+3) {
    margin-top: 3.75rem;
}

.index-third-page {
    margin-top: 3.375rem;
    padding-bottom: 5rem;
    border-bottom: 1.875rem solid #F0F0F0;
}

.index-third-page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.875rem;
    box-sizing: border-box;
    margin-top: 3.625rem;
}

.index-third-page ul li {
    width: 13.5rem;
    height: 13.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 1.125rem 2px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    text-align: center;
    padding: 1.5625rem 0.625rem 0;
    box-sizing: border-box;
}

/* .index-third-page ul li {
    margin-right: 1.25rem;
} */

.index-third-page ul li:nth-child(3n) {
    margin-right: 0;
}

.index-third-page ul li:nth-child(-n+3) img {
    width: 6.75rem;
    height: 5.4375rem;
}

.index-third-page ul li:nth-child(n+4) img {
    width: 3.75rem;
    height: 3.75rem;
}

.index-third-page ul li:nth-child(n+4) {
    margin-top: 1.25rem;
}

.index-third-page ul li div:last-child {
    font-size: 1.5rem;
    font-weight: 400;
    color: #999999;
    line-height: 2.25rem;
    margin-top: 0.875rem;
}

.index-third-page ul li .index-third-page-list-title {
    height: 1.4375rem;
    font-size: 1.5rem;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 1.4375rem;
    margin-top: 1.25rem;
}

.index-cooperative-partner-page {
    margin-top: 3.375rem;
    padding-bottom: 5rem;
    border-bottom: 1.875rem solid #F0F0F0;
}

.index-cooperative-partner-page-son {
    margin-top: 3.75rem;
    padding: 0 1.875rem;
    box-sizing: border-box;
}

.index-cooperative-partner-page-title {
    font-size: 2.125rem;
    font-weight: bold;
    color: #000000;
}

.index-cooperative-partner-page-son ul {
    margin-top: 3.25rem;
    display: flex;
    flex-wrap: wrap;
}

.index-cooperative-partner-page-son ul li {
    padding: 0.3125rem 0.5rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0.25rem 1.75rem 2px rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
}

.index-cooperative-partner-page-son ul li:not(:nth-child(3n+1)) {
    margin-left: 1.25rem;
}

.index-cooperative-partner-page-son ul li:nth-child(n+4) {
    margin-top: 1.25rem;
}

.index-cooperative-partner-page-son ul img {
    width: 12.5rem;
    height: 7.5rem;
}

.index-fourth-page {
    margin-top: 3.5rem;
}

.index-fourth-page ul {
    margin-top: 0.875rem;
}

.index-fourth-page ul li {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    padding: 3.5rem 1.875rem 3.75rem 3.125rem;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
}

.index-fourth-page ul li .index-fourth-page-list-left {
    width: 10.4375rem;
    text-align: center;
}

.index-fourth-page ul li:nth-child(1) img {
    width: 6.875rem;
    height: 6.875rem;
}

.index-fourth-page ul li:nth-child(2) img {
    width: 10.4375rem;
    height: 6.875rem;
}

.index-fourth-page ul li:nth-child(3) img {
    width: 8.75rem;
    height: 7.5rem;
}

.index-fourth-page ul li:nth-child(n+4) img {
    width: 6.875rem;
    height: 6.875rem;
}



.index-fourth-page ul li .index-fourth-page-list-left div {
    height: 1.5rem;
    font-size: 1.5rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: #333333;
    line-height: 1.5rem;
    margin-top: 1.1875rem;
}

.index-fourth-page ul li .index-fourth-page-list-right {
    width: 30rem;
    font-size: 1.75rem;
    font-weight: 400;
    color: #666666;
    line-height: 2.625rem;
    text-align: justify;
}

.index-fourth-page .show {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.75rem;
}

.index-fourth-page .show .show-txt {
    font-size: 1.5rem;
    font-weight: 500;
    color: #666666;
    margin-right: 0.625rem;
}

.index-fourth-page .show .show-img {
    width: 1.5rem;
    height: 0.875rem;
}

.index-hide {
    background-image: url(../images/index-hide.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index-show {
    background-image: url(../images/index-show.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}






.content .begin-but {
    display: block;
    width: 17.5rem;
    height: 3.75rem;
    background: #D92528;
    line-height: 3.75rem;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

footer {
    width: 100%;
    height: 41.625rem;
    background-image: url(../images/footer-bck.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4rem 8.25rem 0 7.6875rem;
    box-sizing: border-box;

}

footer .ul {
    display: flex;
    justify-content: space-between;
}

footer .copyright {
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.7;
    text-align: center;
    margin-top: 1rem;
}

footer ul .title {
    height: 1.4375rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.4375rem;
}

footer ul .small-title {
    height: 1.3125rem;
    font-size: 1.375rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 1.3125rem;
    margin-top: 1.875rem;
}

footer ul .small-title a {
    display: inline-block;
    height: 1.3125rem;
    font-size: 1.375rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 1.3125rem;
}

footer .right-ul li img {
    width: 8.75rem;
    height: 8.75rem;
    margin: 1.25rem 0 0.9375rem 0;
}

footer .right-ul li:last-child {
    margin-top: 0;
}




/* 酒店云 */
.hotelCloud-banner {
    height: 20rem;
    background-image: url(../images/hotelCloud-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 1.875rem;
}

/* .index-title1 {
    padding-top: 3.125rem;
} */

/* .index-but {
    margin-top: 3.375rem;
}
 */
.hotelCloud-first-page {
    padding: 5.875rem 1.875rem 5rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
}

.hotelCloud-first-page-bak {
    height: 99.625rem;
    margin-top: 3.625rem;
    background-image: url(../images/hotelCloud-first-page-bak.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hotelCloud-second-page {
    margin-bottom: 10rem;
}

.hotelCloud-second-page ul {
    padding: 0 1.875rem 0 2.5rem;
    box-sizing: border-box;
    padding-top: 3.375rem;
}

.hotelCloud-second-page ul li:nth-child(n+2) {
    margin-top: 7.375rem;
}

.hotelCloud-second-page-list-img {
    width: 31.25rem;
    float: right;
}

/* .hotelCloud-second-page-list-txt {
    width: 41.125rem;
}
 */
.hotelCloud-second-page-list-txt img {
    width: 3.125rem;
    height: 0.625rem;
    margin-top: 2.5rem;
}

.hotelCloud-second-page-list-txt div:nth-child(2) {
    height: 1.9375rem;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.9375rem;
    margin-top: 1.25rem;
}

.hotelCloud-second-page-list-txt div:nth-child(3) {
    font-size: 1.875rem;
    font-weight: 500;
    color: #666666;
    line-height: 2.875rem;
    margin-top: 2.25rem;
    text-align: justify;
}



/* 飞天 */

.feiTian-content-son {
    padding: 0 1.875rem;
    box-sizing: border-box;
    margin-bottom: 14.75rem;
}

.feiTian-first-page {
    margin-top: 7rem;
}

.feiTian-first-page-list1 li {
    padding: 3.75rem 3.125rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0.25rem 2.3125rem 3px rgba(0, 0, 0, 0.08);
    border-radius: 0.625rem;
}

.feiTian-first-page-list1 li:first-child {
    margin-top: 2.5rem;
}

.feiTian-first-page-list1 li:nth-child(n+2) {
    margin-top: 1.875rem;
}

.feiTian-first-page-list1 li .feiTian-first-page-list1-txt {
    width: 14.5rem;
    text-align: center;
}

.feiTian-first-page-list1 li .feiTian-first-page-list1-txt div:nth-child(1) {
    height: 1.6875rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
}

.feiTian-first-page-list1 li .feiTian-first-page-list1-txt div:nth-child(2) {
    font-size: 1.5rem;
    font-weight: bold;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 1.875rem;
}

.feiTian-first-page-list1 li:nth-child(1) img {
    width: 9.1875rem;
    height: 6.0625rem;
}

.feiTian-first-page-list1 li:nth-child(2) img {
    width: 6.5625rem;
    height: 6.5625rem;
}

.feiTian-first-page-list1 li:nth-child(3) img {
    width: 7.1875rem;
    height: 6.25rem;
}

.feiTian-first-page-list2 li {
    text-align: center;
    margin-top: 10rem;
}

.feiTian-first-page-list2 li div:nth-child(1) {
    height: 1.9375rem;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
}

.feiTian-first-page-list2 li div:nth-child(2) {
    font-size: 1.875rem;
    font-weight: 500;
    color: #666666;
    line-height: 2.875rem;
    text-align: justify;
    margin-top: 2.1875rem;
}

.feiTian-first-page-list2 li img {
    width: 100%;
    height: 25.875rem;
    margin-top: 2.5rem;
}


/* 旅游云 */

.lvYouYun-content-son {
    padding: 0 1.875rem;
    box-sizing: border-box;
    margin-bottom: 8.8125rem;
}

.lvYouYun-first-page {
    margin-top: 8.25rem;
}

.lvYouYun-first-page-list {
    margin-top: 3.625rem;
}

.feiTian-first-page-list1 {
    margin-top: 6.875rem;
}

.lvYouYun-first-page-list-img {
    width: 30.3125rem;
    float: right;
    margin-right: 3rem;
}

.lvYouYun-first-page-list1 {
    margin-top: 6.875rem;
    padding-left: 1rem;
}

.lvYouYun-first-page-list1 li {
    margin-top: 5rem;
}

.lvYouYun-first-page-list1 li .lvYouYun-first-page-list1-top div:nth-child(1) {
    width: 6.25rem;
    height: 6.25rem;
    background: #FFFFFF;
    box-shadow: 0px 0.5rem 1.125rem 2px rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lvYouYun-first-page-list1 li .lvYouYun-first-page-list1-top img {
    width: 3.375rem;
    height: 3.375rem;

}

.lvYouYun-first-page-list1 li .lvYouYun-first-page-list1-top div:nth-child(2) {
    height: 1.9375rem;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.9375rem;
    margin-top: 3.125rem;
    margin-left: 1.25rem;
}

.lvYouYun-first-page-list1 li .lvYouYun-first-page-list1-bot {
    font-size: 1.875rem;
    font-weight: 500;
    color: #666666;
    line-height: 2.875rem;
    margin-top: 1.75rem;
    text-align: justify;
}









/* Irevr */
.Irevr-first-page {
    padding: 5.875rem 6.875rem 5rem 5rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
}

.Irevr-first-page-bak {
    height: 37.125rem;
    background-image: url(../images/Irevr-first-page-bak.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 3.375rem;

}

/* 酒店代理 */


.hotelAgent-first-page {
    margin-top: 7rem;
}

.hotelAgent-first-page ul {
    padding: 0 7.6875rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.5rem;
}

.hotelAgent-first-page ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hotelAgent-first-page ul li div:nth-child(1) {
    width: 10rem;
    height: 10rem;
    background: #FFFFFF;
    box-shadow: 0px 0.5rem 1.75rem 2px rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotelAgent-first-page ul li div:nth-child(2) {
    width: 11.25rem;
    font-size: 1.875rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.125rem;
    text-align: center;
    margin-top: 1.6875rem;
}

.hotelAgent-first-page ul li:nth-child(n+3) {
    margin-top: 5.5rem;
}

.hotelAgent-second-page {
    margin-top: 9.375rem;
    margin-bottom: 13.4375rem;
}

.hotelAgent-second-page ul {
    padding: 0 1.875rem;
    box-sizing: border-box;
    margin-top: 2.5rem;
}

.hotelAgent-second-page ul li:nth-child(n+2) {
    margin-top: 7.5rem;
}

.hotelAgent-second-page ul li img {
    width: 100%;
    height: 25.875rem;
}

.hotelAgent-second-page-list-txt {
    text-align: center;
}

.hotelAgent-second-page-list-txt div:nth-child(1) {
    height: 1.875rem;
    font-size: 2rem;
    line-height: 1.875rem;
    font-weight: bold;
    color: #333333;
    margin-top: 3.125rem;
}

.hotelAgent-second-page-list-txt div:nth-child(2) {
    font-size: 1.875rem;
    font-weight: 500;
    color: #666666;
    line-height: 4.125rem;
    margin-top: 2.5rem;
}


/* 关于泰坦云 */

.aboutTaiTanYun-first-page {
    margin-top: 7rem;
    padding: 0 1.875rem;
    box-sizing: border-box;
}

.aboutTaiTanYun-first-page-con {
    font-size: 1.625rem;
    font-weight: 500;
    color: #666666;
    line-height: 2.875rem;
    margin-top: 2.5rem;
}

.aboutTaiTanYun-first-page-con div {
    margin-top: 2.5rem;
    text-align: justify;
}

.aboutTaiTanYun-first-page-con div:last-child {
    margin-top: 5rem;
}

.aboutTaiTanYun-first-page ul {
    margin-top: 3.75rem;
}

.aboutTaiTanYun-first-page ul li {
    height: 14.0625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 1.5rem 1.75rem 2px rgba(0, 0, 0, 0.06);
    border-radius: 0.625rem;
    padding: 0 2.5rem;
    box-sizing: border-box;
    font-size: 270p;
}

.aboutTaiTanYun-first-page ul li:nth-child(n+2) {
    margin-top: 1.875rem;
}

.aboutTaiTanYun-first-page ul li .num {
    font-weight: bold;
    color: #D92528;
}

.aboutTaiTanYun-first-page ul li div {
    text-align: center;
}


.aboutTaiTanYun-first-page ul li .txt {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666666;
    line-height: 2.625rem;
    text-align: center;
}

.aboutTaiTanYun-second-page {
    margin-top: 12.5rem;
}

.aboutTaiTanYun-second-page-son {
    padding: 0 1.875rem;
    box-sizing: border-box;
}

.aboutTaiTanYun-second-page-list {
    width: 100%;
    height: 25rem;
    padding: 0 5.625rem;
    box-sizing: border-box;
    background-image: url(../images/aboutTaiTanYun-second-page-list-bck.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 3.75rem;
}

.aboutTaiTanYun-second-page-list ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.aboutTaiTanYun-second-page-list ul li img {
    width: 5.5rem;
    height: 5.5rem;
}

.aboutTaiTanYun-second-page-list ul li div:nth-child(2) {
    height: 2.0625rem;
    font-size: 2.25rem;
    font-weight: 600;
    color: #FFFEFE;
    line-height: 2.0625rem;
    margin-top: 2.5rem;
}

.aboutTaiTanYun-second-page-list ul li div:nth-child(3) {
    height: 1.5rem;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.aboutTaiTanYun-third-page {
    margin-top: 12.5rem;
    /*     padding: 0 1.875rem;
    box-sizing: border-box; */
}

/* 荣誉轮播 */

.slide {
    width: 100%;
    height: 40.125rem !important;
    overflow: hidden;
    position: relative;
    margin-bottom: 9.375rem;

}

.slide .img {
    overflow: hidden;
    position: absolute;
    transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0.5rem 3.4375rem 0.3125rem rgba(0, 0, 0, 0.06);
}

.slide .img img {
    width: 26.375rem;
    height: 18.1875rem;
    margin: 0.4375rem;
}

.slide .img1 {
    width: 20rem;
    height: 17.5rem;
    top: 27%;
    left: 3%;
    z-index: 1;
}

.slide .img2 {
    width: 23.75rem;
    height: 21.25rem;
    top: 22%;
    left: 7%;
    z-index: 2;
}

.slide .img3 {
    width: 36.25rem;
    height: 25rem;
    top: 17%;
    left: 11.5%;
    z-index: 3;
}

.slide .img4 {
    width: 23.75rem;
    height: 21.25rem;
    top: 22%;
    left: 42%;
    z-index: 2;
}

.slide .img5 {
    width: 20rem;
    height: 17.5rem;
    top: 27%;
    left: 54%;
    z-index: 1;
}

.slide-bt {
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.slide-bt span {
    width: 0.75rem;
    height: 0.75rem;
    background: #c9caca;
    float: left;
    margin: 0.3125rem;
    border-radius: 50%;
}

.slide .slide-bt .on {
    background: #D92528
}


/* iReve注册 */

.register-content {
    margin-bottom: 9.1875rem;
}

.register-content .head {
    width: 100%;
    height: 7.5rem;
    background: #D92528;
    margin-top: 5.5rem;
    padding: 0 1.875rem 0 2.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-content .head-left {
    height: 2.5625rem;
    font-size: 2.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.5625rem;
}

.register-content .head-right {
    display: flex;
    align-items: center;
}

.register-content .head-right div {
    width: 9.5rem;
    height: 3.3125rem;
    border: 2px solid #FFFFFF;
    line-height: 3.5625rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
}

.register-content .head-right img {
    width: 1rem;
    height: 1.5625rem;
    margin: 0 1.25rem;
}

.register-content .head-right div:last-child {
    opacity: 0.5;
}


.register-content-list {
    margin-top: 0.8125rem;
    padding: 0 3.125rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
}

.register-content-list div {
    height: 7.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}

.clearfix .dt_l {
    width: 9.4375rem;
    height: 1.875rem;
    font-size: 1.875rem;
    font-weight: 500;
    color: #999999;
    line-height: 1.875rem;
    margin-right: 1.5rem;
}

.clearfix .dd_r input[type="radio"] {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.8125rem;
}

.clearfix .dd_r input {
    height: 2rem;
    font-size: 1.875rem;
    font-weight: 500;
    color: #333333;
    line-height: 2rem;
    border: 0;
}

.clearfix .dd_r select:first-child {
    width: 8.75rem;
}

.clearfix .dd_r select {
    width: 9.875rem;
    height: 3.125rem;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
    border: 2px solid #C8C8C8;
}

.p_t8 a {
    display: inline-block;
    width: 6.25rem;
    height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #D92528;
    line-height: 1.5rem;
}

.no_input a {
    display: inline-block;
    width: 18.75rem;
    height: 4.625rem;
    background: #D92528;
    line-height: 4.625rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 600;
    color: #FFFFFF;
    border: 0;
}

input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #CCCCCC;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #CCCCCC;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CCCCCC;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #CCCCCC;
}

/* 泰坦金融 */
.taiTanFinance-banner {
    width: 100%;

    padding: 3.9375rem 1.875rem 4.625rem;
    box-sizing: border-box;
    background-image: url(../images/taiTanFinance-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.taiTanFinance-banner div:nth-child(1) {
    height: 2.625rem;
    font-size: 2.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.625rem;
}

.taiTanFinance-banner div:nth-child(n+2) {
    font-size: 1.75rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.625rem;
    text-align: justify;
    margin-top: 3.5rem;
}

.taiTanFinance-first-page {
    margin-top: 5.875rem;
    padding: 0 1.875rem 2.5rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
}

.taiTanFinance-first-page-son {
    margin-top: 1.875rem;
    background-image: url(../images/taiTanFinance-first-page.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 31.25rem;
}

.taiTanFinance-second-page {
    margin-top: 3.375rem;
    padding: 0 1.875rem 5rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
    text-align: center;
}

.taiTanFinance-second-page-son img {
    width: 43.125rem;
    height: 4.25rem;
    margin-top: 3.625rem;
}

.taiTanFinance-second-page-son ul {
    display: flex;
    font-size: 1.625rem;
    font-weight: 500;
    color: #333333;
    margin-top: 1.25rem;
}

.taiTanFinance-second-page-son div {
    font-size: 1.875rem;
    font-weight: 500;
    color: #999999;
    margin-top: 3.125rem;
}

.taiTanFinance-third-page {
    margin-top: 3.375rem;
    padding: 0 1.875rem 5rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
}

.taiTanFinance-third-page-son {
    width: 100%;
    height: 18.875rem;
    background-image: url(../images/taiTanFinance-third-page.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 3.625rem;
}

.taiTanFinance-fourth-page-list ul li {
    margin-top: 6.875rem;
}

.taiTanFinance-fourth-page-list ul li div:nth-child(1) {
    display: flex;
    align-items: center;
}

.taiTanFinance-fourth-page-list ul li div:nth-child(1) span {
    font-size: 2.125rem;
    font-weight: bold;
    color: #333333;
    margin-left: 0.8125rem;
}

.taiTanFinance-fourth-page-list ul li div:nth-child(2) {
    font-size: 1.75rem;
    font-weight: 500;
    color: #666666;
    line-height: 2.625rem;
    margin-top: 2.375rem;
}

.taiTanFinance-fourth-page-list .sml-img {
    width: 3.125rem;
    height: 3.125rem;
}

.taiTanFinance-fifth-page {
    margin-top: 3.375rem;
    margin-bottom: 10rem;
}

.taiTanFinance-fifth-page-son {
    margin-top: 3.75rem;
    display: flex;
    justify-content: center;
}

.taiTanFinance-fifth-page-son div {
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0.875rem 1.4375rem 0.4375rem rgba(0, 0, 0, 0.06);
    border-radius: 0.625rem;
}

.taiTanFinance-fifth-page-son div img {
    width: 10.1875rem;
    height: 10.1875rem;
}

.taiTanFinance-fifth-page-son div:first-child {
    margin-right: 4.625rem;
}









/* 注册完成页面 */
.accomplish-con {
    width: 100%;
    margin-top: 6.25rem;
    margin-bottom: 11.25rem;
    text-align: center;
    padding: 0 5rem;
    box-sizing: border-box;
}

.accomplish-con div:nth-child(1) {
    font-size: 2.25rem;
    font-weight: bold;
    color: #333333;
}

.accomplish-con div:nth-child(2) {
    font-size: 1.75rem;
    font-weight: 500;
    color: #999999;
    line-height: 2.625rem;
    margin-top: 2.5rem;
}

.accomplish-con div:nth-child(3) a {
    display: inline-block;
    width: 18.75rem;
    height: 4.625rem;
    background: #D92528;
    line-height: 4.625rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 7.5rem;
    font-size: 1.875rem;
    font-weight: 500;
    color: #FFFFFF;
}







/* .register-content {
    margin-bottom: 9.1875rem;
}

.register-content .head {
    width: 100%;
    height: 7.5rem;
    background: #D92528;
    margin-top: 5.5rem;
    padding: 0 1.875rem 0 2.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-content .head-left {
    height: 2.5625rem;
    font-size: 2.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.5625rem;
}

.register-content .head-right {
    display: flex;
    align-items: center;
}

.register-content .head-right div {
    width: 9.5rem;
    height: 3.3125rem;
    border: 2px solid #FFFFFF;
    line-height: 3.5625rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
}

.register-content .head-right img {
    width: 1rem;
    height: 1.5625rem;
    margin: 0 1.25rem;
}

.register-content .head-right div:last-child {
    opacity: 0.5;
}

.register-content-list ul {
    margin-top: 0.8125rem;
    padding: 0 3.125rem;
    box-sizing: border-box;
    border-bottom: 1.875rem solid #F0F0F0;
}

.register-content-list ul li {
    height: 7.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}

.register-content-list ul li .title {
    width: 8.4375rem;
    height: 1.875rem;
    font-size: 1.875rem;
    font-weight: 500;
    color: #999999;
    line-height: 1.875rem;
    margin-right: 2.5rem;
}

.register-content-list ul li input {
    height: 2rem;
    font-size: 1.875rem;
    font-weight: 500;
    color: #CCCCCC;
    line-height: 2rem;
    border: 0;
}

.register-content-list ul li input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.register-content-list ul li input::-moz-placeholder {
    color: #CCCCCC;
}

.register-content-list ul li input:-moz-placeholder {
    color: #CCCCCC;
}

.register-content-list ul li select {
    width: 8.75rem;
    height: 3.125rem;
    font-size: 1.625rem;
    font-weight: 500;
    color: #333333;

    border: 2px solid #C8C8C8;
}

#canvas {
    font-size: 1.4375rem;
    font-weight: bold;
    margin: 0 1.25rem 0 6.25rem;
}

.identifying-code-txt {
    display: inline-block;
    width: 6rem;
    height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #D92528;
    line-height: 1.5rem;
}

.register-content-list:last-child ul {
    border: 0;
}

.register-content-list .register-but {
    width: 100%;
    text-align: center;
    margin-top: 6.25rem;
}

.register-content-list .register-but button {
    width: 18.75rem;
    height: 4.625rem;
    background: #D92528;
    line-height: 4.625rem;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 600;
    color: #FFFFFF;
    border: 0;
}

.register-content-list .register-but .protocol {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.75rem;
}

.register-content-list .register-but .protocol input {
    width: 2rem;
    height: 2rem;
    margin-right: 1.25rem;
    border: 0.5px;
}

.register-content-list .register-but .protocol div {
    font-size: 1.25rem;
    font-weight: 400;
    color: #999999;
}

.register-content-list .register-but .protocol div span {
    font-size: 1.25rem;
    font-weight: 400;
    color: #0075FF;
}

.register-content-list:nth-child(2) ul li:first-child .radio input {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.8125rem;
}

.register-content-list ul li .radio {
    display: flex;
    align-items: center;
    margin-right: 2.5rem;
}

.register-content-list ul li .radio div {
    font-size: 1.875rem;
    font-weight: 500;
    color: #333333;
} */




















/* 联系我们 */
.aboutUs-content {
    margin-top: 5.5rem;
}

.aboutUs-content .head {
    background: #D92528;
    border-radius: 0px 0px 6.25rem 0px;
    padding: 3.75rem 1.875rem;
    box-sizing: border-box;
}

.aboutUs-content .head .title {
    height: 2.625rem;
    font-size: 2.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.625rem;
}

.aboutUs-content .head ul {
    margin-top: 2.8125rem;
}

.aboutUs-content .head ul li {
    font-size: 1.875rem;
    font-weight: Medium;
    color: #FFFFFF;
    display: flex;
    margin-top: 1rem;
}

.aboutUs-content .head ul .title2 {
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 3.125rem;
}

.aboutUs-content .con {
    margin-top: 5.8125rem;
    padding: 0 1.875rem;
    box-sizing: border-box;
    margin-bottom: 11.125rem;
}

.aboutUs-content .con div {
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    line-height: 3.25rem;
}

.aboutUs-content .con ul {
    margin-top: 3.125rem;
}

.aboutUs-content .con ul li {
    font-size: 1.875rem;
    font-weight: 500;
    color: #333333;
    line-height: 2.875rem;
}

.aboutUs-content .con a {
    display: inline-block;
    margin-top: 5rem;

}


input:focus {
    outline: none !important;
    border: 0px !important;
}


.clearfix select {
    -webkit-appearance: none;
    appearance: none;
}


select {
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/downward.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 0.4375rem) 50%;
    background-size: 1.1875rem 0.75rem;
    border-radius: 3px;
    padding: 0;
}