@charset "utf-8";

body {
    font-family: "Microsoft Yahei", Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
}

/************************************基础开始*************************************/

.base_content {
    min-width: 1200px;
    padding: 35px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.base_content.orange {
    background-color: #ff9600;
}

.base_content.black {
    background-color: #2e2e38;
}

.base_content.gray,
.synopsis_content {
    background-color: #f7f9fc;
}

.base_content.team {
    padding-bottom: 0;
    background-image: url(../images/personal/team_bg.png);
    background-position: center 286px;
    background-size: auto;
}

.base_content.bg_productservice {
    background-image: url(../images/productservice_bg.png);
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.content.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content.row .base_title_content {
    width: 468px;
    align-items: flex-start;
    padding: 0;
}

.content.row .base_title_content h2 {
    line-height: 46px;
}

.content.row .base_title_content p {
    margin-top: 20px;
    text-align: left;
}

.content.reverse {
    flex-direction: row-reverse;
}

.content.row .base_title_content.small {
    width: 390px;
}

.base_title_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 98px;
}

.base_title_content h2 {
    font-size: 36px;
    color: #333;
}

.base_title_content h2.line::after {
    content: '';
    width: 46px;
    height: 5px;
    margin: 26px auto 0;
    display: block;
    background-image: linear-gradient(to right, #ff8600, #fe5722);
}

.base_title_content p {
    line-height: 24px;
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
    color: #949699;
}

.base_title_content.white h2,
.base_title_content.white p {
    color: white;
}

.base_img {
    padding-top: 60px;
    text-align: center;
}

/************************************基础结束*************************************/

.information_content > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 64px;
}

.information_box {
    width: 380px;
    height: 392px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow:  0 10px 20px rgba(0, 0, 0, .04);
}

.information_content > ul > li:nth-child(1) .information_head {
    background-image: url(../images/information_bg01.png);
}

.information_content > ul > li:nth-child(2) .information_head {
    background-image: url(../images/information_bg02.png);
}

.information_content > ul > li:nth-child(3) .information_head {
    background-image: url(../images/information_bg03.png);
}

.information_head {
    height: 124px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    background-position: center;
    background-size: cover;
}

.information_head h2 {
    font-size: 24px;
    color: #fff;
}

.information_head span {
    margin-top: 14px;
    font-size: 15px;
    color: #fff;
}

.information_main {
    height: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.information_list {
    max-height: 154px;
    padding: 7px 20px 0;
    overflow: hidden;
}

.information_list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 21px;
}

.information_list ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
}

.information_list ul li a {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.information_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 30px;
}

.information_link a {
    width: 150px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #ff8600;
    border: 1px solid #ff8600;
    transition: all .2s;
}

.information_link a:hover {
    color: #fff;
    background-color: #ff8600;
}
  

/* ----------------------- banner开始 ----------------------- */

.banner_content {
    width: 100%;
    height: 540px;
    position: relative;
}

.banner_box {
    width: 100%;
    min-width: 1200px;
}

.banner_box > ul {
    position: relative;
    z-index: 1;
}

.banner_box > ul > li {
    width: 100%;
    height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner_box > ul > li:not(:first-child) {
    display: none;
}

.banner_box > ul > li > a {
    height: 100%;
    display: block;
}

.banner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}

.banner h2 {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
}

.banner p {
    line-height: 58px;
    margin-top: 28px;
    font-size: 30px;
    color: #fff;
}

.banner span {
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-top: 38px;
    text-align: center;
    font-size: 18px;
    color: #fe5722;
    background-color: #fff;
}

.banner_pagination {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 92px;
    z-index: 2;
}

.banner_pagination > span {
    width: 50px;
    height: 2px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, .6);
    display: inline-block;
    cursor: pointer;
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 功能亮点 */

.highlights_content {
    width: 100%;
    transform: translateY(50%);
    position: absolute;
    left: 0;
    top: 400px;
    z-index: 1;
}

.highlights_box {
    width: 1200px;
    height: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.highlights_list {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.highlights_img {
    width: 60px;
    height: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.highlights_describe {
    display: flex;
    flex-direction: column;
}

.highlights_describe > span {
    font-size: 18px;
    color: #333;
}

.highlights_describe > small {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

/* ----------------------- banner结束 ----------------------- */

/************************************首页开始*************************************/

.pt2021home_highlights_tabs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 62px;
    border-bottom: 1px solid #e1e3e6;
}

.pt2021home_highlights_tabs ul li {
    padding-bottom: 18px;
    font-size: 18px;
    color: #666;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all .2s;
    cursor: pointer;
}

.pt2021home_highlights_tabs ul li.active,
.pt2021home_highlights_tabs ul li:hover {
    color: #ff8600;
    border-color: #ff8600;
}

.pt2021home_highlights_img_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
}

.pt2021home_highlights_iconl,
.pt2021home_highlights_iconr {
    width: 50px;
    height: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
    cursor: pointer;
}

.pt2021home_highlights_iconl {
    background-image: url(../images/home/icon_arrow_l1.png);
}

.pt2021home_highlights_iconl:hover {
    background-image: url(../images/home/icon_arrow_l2.png);
}

.pt2021home_highlights_iconr {
    background-image: url(../images/home/icon_arrow_r1.png);
}

.pt2021home_highlights_iconr:hover {
    background-image: url(../images/home/icon_arrow_r2.png);
}

.pt2021home_highlights_img_box ul li {
    width: 1020px;
    height: 480px;
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 0 44px;
    user-select: none;
    box-shadow: 0 0 80px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 8px;
}

.pt2021home_highlights_img_box ul li.active {
    display: flex;
}

.pt2021home_highlights_img_left,
.pt2021home_highlights_img_right {
    width: 50%;
}

.pt2021home_highlights_img_left {
    height: 100%;
    padding-top: 44px;
    padding-right: 24px;
}

.pt2021home_highlights_img_left h3 {
    line-height: 48px;
    font-size: 24px;
    color: #333;
}

.pt2021home_highlights_img_text {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

.pt2021home_highlights_img_text dd {
    line-height: 35px;
    display: flex;
    flex-direction: row;
    margin-top: 22px;
    text-align: justify;
    font-size: 16px;
    color: #666;
}

.pt2021home_highlights_img_text dd::before {
    content: '';
    width: 4px;
    height: 4px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 16px 12px 0 0;
    border-radius: 50%;
    background-color: #999;
}

.pt2021home_highlights_img_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pt2021home_highlights_img_icon dd {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}

.pt2021home_highlights_img_icon dd span {
    margin-top: 22px;
    font-size: 15px;
    color: #666;
}

.pt2021home_business_tabs ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}

.pt2021home_business_tabs ul li {
    width: 120px;
    height: 44px;
    line-height: 42px;
    margin: 0 27px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border: 1px solid #e1e3e5;
    transition: all .1s;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}

.pt2021home_business_tabs ul li:not(:last-child)::before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e1e3e5;
    position: absolute;
    top: 50%;
    right: -44px;
    z-index: 1;
}

.pt2021home_business_tabs ul li.active,
.pt2021home_business_tabs ul li:hover {
    color: #fff;
    border: none;
    background-image: linear-gradient(to right, #ff9600, #ff8600);
    box-shadow: 0 10px 10px rgba(255, 134, 0, .18);
}

.pt2021home_business_img {
    padding-top: 60px;
    text-align: center;
}

.pt2021home_business_img img {
    display: none;
}

.pt2021home_business_img img.active {
    display: inline-block;
}

#pt2021home-4-1 ul li {
    width: 160px;
}

.pt2021home_quick_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 80px;
}

.pt2021home_quick_right {
    width: 356px;
    padding-top: 20px;
}

.pt2021home_quick_right h3 {
    line-height: 48px;
    margin-bottom: 13px;
    font-size: 22px;
    color: #333;
}

.pt2021home_quick_right p {
    line-height: 31px;
    margin-top: 14px;
    text-align: justify;
    font-size: 16px;
    color: #7d7e80;
}

.pt2021home_quick_right a {
    width: 180px;
    height: 44px;
    line-height: 42px;
    margin-top: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    background-color: #ff9600;
    border-radius: 50px;
}

.productservice_content {
    padding-top: 77px;
}

.productservice_title > h2 {
    line-height: 88px;
    font-size: 60px;
    color: #fff;
}

.productservice_title > p {
    line-height: 36px;
    margin-top: 7px;
    font-size: 18px;
    color: #fff;
}

.productservice_list {
    padding-top: 102px;
}

.productservice_list > ul {
    height: 180px;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}

.productservice_list > ul > li {
    width: 16.6666%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 34px;
}

.productservice_icon,
.productservice_icon > img {
    width: 50px;
    height: 50px;
}

.productservice_describe {
    padding-top: 20px;
    text-align: center;
}

.productservice_describe h3 {
    font-size: 16px;
    color: #333;
    display: block;
}

.productservice_describe span {
    margin-top: 10px;
    font-size: 14px;
    color: #808080;
    display: block;
}

/************************************首页结束*************************************/

/***********************************用户端开始************************************/

.ptusertwobg {
    height: 0px;
    padding-bottom: 38.0208%;
    background-color: #f5f7fc;
    background-image: url(../images/user/pt2021_user_bg2.png);
    background-position: center bottom;
    background-size: contain;
}

.pt2021user_highlights_content {
    padding-top: 76px;
}

.pt2021user_highlights_content ul {
    display: flex;
    flex-direction: row;
}

.pt2021user_highlights_content ul:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}

.pt2021user_highlights_content ul li {
    width: 20%;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pt2021user_highlights_content ul li:not(:last-child) {
    border-right: 1px solid #f5f5f5;
}

.pt2021user_highlights_content ul li img {
    width: 50px;
    height: 50px;
}

.pt2021user_highlights_content ul li span {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.pt2021user_highlights_content ul li small {
    margin-top: 12px;
    font-size: 12px;
    color: #999;
}

/***********************************用户端结束************************************/

/***********************************商家端开始************************************/

.pt2021shop_thirdparty_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
}

.pt2021shop_thirdparty_left {
    width: 520px;
}

.pt2021shop_thirdparty_left ul li {
    display: flex;
    flex-direction: row;
    padding: 22px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
}

.pt2021shop_thirdparty_left ul li img {
    width: 54px;
    height: 54px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 22px;
}

.pt2021shop_thirdparty_text {
    width: 10px;
    min-height: 54px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pt2021shop_thirdparty_text h3 {
    font-size: 18px;
    color: #000;
}

.pt2021shop_thirdparty_text p {
    line-height: 24px;
    margin-top: 12px;
    font-size: 14px;
    color: #95989d;
}

.pt2021shop_settled_content ul {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
}

.pt2021shop_settled_content ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pt2021shop_settled_content ul li:not(:last-child)::after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images//shop/icon_settled_arrow.png);
    transform: translateX(50%);
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

.pt2021shop_settled_content ul li img {
    width: 80px;
    height: 80px;
}

.pt2021shop_settled_content ul li h3 {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.pt2021shop_settled_content ul li span {
    margin-top: 20px;
    font-size: 14px;
    color: #808080;
}











/***********************************商家端结束************************************/