body {
    margin: 0;
}

button,
a {
    cursor: pointer;
}

ul {
    list-style: none;
    /* 去掉默认的列表标记 */
    padding: 0;
    /* 去掉默认的内边距 */
    margin: 0;
    /* 去掉默认的外边距 */
}

li {
    list-style-type: none;
    /* 确保没有列表标记 */
    padding: 0;
    /* 去掉内边距 */
    margin: 0;
    /* 去掉外边距 */
}

h5,
h4 {
    margin: 0;

}

input:focus {
    outline: none;
}

.auto1200 {
    margin: auto;
    width: 1200px;
}

@font-face {
    font-family: 'MyCustomFont2';
    src: url('../fonts/FetteMittelschrift-Regular.ttf') format('truetype');
}

.header {
    height: 66px;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 999;
}

.header>.left {
    display: flex;
    align-items: center;
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.header>.left div,
.header>.left img {
    cursor: pointer;
}

.header>.left>.div1 {
    margin: 0 40px;
    height: 45px;
    line-height: 45px;
}

.header>.left>.div2 {
    height: 45px;
    line-height: 45px;
}

.header>.left>.border_bottom {
    color: #333;
    font-weight: 700;
    border-bottom: 2px solid #d161f6;
}

.header>.right {
    display: flex;
    align-items: center;
}

.header>.right .button1 {
    width: 96px;
    height: 34px;
    background: #d161f6;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    border: none;
    transition: all .3s;
}

.header>.right .button1:hover {
    background: #ca4df4;
}

.header>.right .icon_item {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin: 0 20px;
}

.header>.left>.div2:hover,
.header>.right .icon_item:hover {
    color: #333;
    font-weight: 700;
}


.header>.right .button2 {
    color: #fff;
    background: #001238 linear-gradient(233deg, #ffa373, #ea5ef7 48%, #776cf3);
    padding: 10px 28px;
    border: none;
    border-radius: 20px;
}

.banner {
    height: 825px;
    background-image: url('../images/vipon6/banner1.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner>.box {
    width: 1380px;
    margin: 66px auto 0;
    overflow: hidden;
}

.banner>.box>.left {
    width: 636px;
    float: left;
    position: relative;
    left: 60px;
}

.banner>.box>.left h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-top: 104px;
    word-wrap: normal;
}

.banner>.box>.left .p1 {
    font-size: 18px;
    color: #efedfe;
    margin-top: 22px;
}

.banner>.box>.left .underline {
    width: 36px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    margin-top: 29px;
}

.banner>.box>.left ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 49px;
}

.banner>.box>.left ul li {
    font-size: 18px;
    color: #fff;
    width: 160px;
    margin: 0 59px 24px 0;
}

.banner>.box>.left ul li i {
    color: #fef76d;
}

.banner>.box>.left .btn {
    margin-top: 30px;
}

.banner>.box>.left .btn button {
    width: 206px;
    height: 45px;
    background: linear-gradient(233deg, #ea5ef7, #776cf3);
    border-radius: 6px;
    color: #fff;
    border: none;
    margin-right: 38px;
}

.banner>.box>.left .btn a {
    color: #efedfe;
}

.banner>.box>.right {
    float: right;
    margin-top: 50px;
}

.ourservices {
    background: #fff;
    padding-bottom: 100px;
}

.ourservices .description_item {
    position: relative;
    top: -120px;
    z-index: 99;
    margin: 0 auto;
    width: 1200px;
    height: 196px;
    background: #fff;
    box-shadow: 0 10px 12px 0 hsla(210, 2%, 64%, .08);
    border-radius: 12px;
    padding: 30px 45px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.ourservices .description_item li {
    display: flex;
    width: 21%;
}

.ourservices .description_item li img {
    width: 70px;
    height: 52px;
}

.ourservices .description_item li p:nth-child(1) {
    margin: 3px 0 8px 0;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.ourservices .description_item li p:nth-child(2) {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

.ourservices .auto1200>.top {
    padding-bottom: 30px;
    display: flex;
}

.ourservices .auto1200 .top h5 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 45px;
    position: relative;
}

.ourservices .auto1200 .top h5 i {
    position: absolute;
    right: 0;
    bottom: -25px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.ourservices .auto1200 .top span {
    font-size: 14px;
    color: #999;
    line-height: 57px;
    margin-left: 16px;
}

.ourservices .auto1200 .boby {
    width: 1200px;
    height: 551px;
    background: #fafbfc;
    border-radius: 20px;
    padding: 30px 60px 0;
    box-sizing: border-box;
}

.ourservices .auto1200 .boby .boby_top {
    width: 1080px;
    height: 96px;
    background: rgba(209, 97, 246, .1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.ourservices .auto1200 .boby .boby_top li span:nth-child(1) {
    color: #d161f6;
    font-size: 43px;
    font-family: 'MyCustomFont2', sans-serif;
}

.ourservices .auto1200 .boby .boby_top li span:nth-child(2) {
    color: #d161f6;
    position: relative;
    top: -23px;
}

.ourservices .auto1200 .boby .boby_top li span:nth-child(3) {
    color: #666;
    margin-left: 8px;
    font-size: 14px;
}

.ourservices .auto1200 .boby img {
    margin-top: 38px;
    width: 1085px;
}

.ShootingBuyerShows {
    padding: 100px 0;
    background: linear-gradient(225deg, #eceefa, #f7f8fa 20%, #f7f8fa 61%, #f2edfa) !important;
}

.ShootingBuyerShows .auto1200 .hear {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ShootingBuyerShows .auto1200 .hear .left {
    display: flex;
}

.ShootingBuyerShows .auto1200 .hear .left h5 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 45px;
    position: relative;
}

.ShootingBuyerShows .auto1200 .hear .left h5 i {
    position: absolute;
    right: 0;
    bottom: -25px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.ShootingBuyerShows .auto1200 .hear .left span {
    font-size: 14px;
    color: #999;
    line-height: 57px;
    margin-left: 16px;
}

.ShootingBuyerShows .auto1200 .hear .right ul {
    display: flex;
}

.ShootingBuyerShows .auto1200 .hear .right ul li {
    padding: 24px 20px 4px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.ShootingBuyerShows .auto1200 .hear .right ul .activeStyle {
    font-weight: 600;
    color: #333 !important;
    position: relative;
}

.ShootingBuyerShows .auto1200 .hear .right ul .activeStyle:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    content: "";
    width: 18px;
    height: 3px;
    background: linear-gradient(233deg, #ea5ef7, #776cf3);
    border-radius: 2px;
}

.ShootingBuyerShows .auto1200 .datastyle {
    position: relative;
    min-height: 565px;
}

.ShootingBuyerShows .auto1200 .datastyle>div {
    position: absolute;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start;
    opacity: 0;
    transition: all .3s;
    display: flex;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 8px 0 #f1f4f7;
    border-radius: 10px;
    padding: 8px;
    width: 216px;
    margin: 0 12px 30px 12px;
    position: relative;
    top: 0;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    transition: all .2s;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a:hover {
    border-bottom: 3px solid #796cf3;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    top: -7px;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_img {
    height: 154px;
    border-radius: 10px;
    overflow: hidden;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_img>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_pic {
    padding: 16px 8px 9px 8px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_pic h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_pic>div {
    font-size: 15px;
    color: #ff2c4c;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_title {
    padding: 0 8px 8px 8px;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_title .title_style {
    background: rgba(0, 217, 173, .1);
    border-radius: 9px;
    font-size: 12px;
    color: #00d9ad;
    padding: 1px 6px;
    text-align: center;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .item_title span {
    font-size: 12px;
    color: #999;
}

.ShootingBuyerShows .auto1200 .datastyle .item {
    opacity: 1;
    z-index: 100;
}

.ShootingBuyerShows .auto1200>button {
    background: #3442ff linear-gradient(233deg, #ea5ef7, #776cf3);
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    width: 300px;
    height: 40px;
    border: none;
    margin: 0 auto;
    display: block;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .play_template {
    height: 154px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 8px;
    left: 9px;
    border-radius: 10px;
    opacity: 0;
    transform: scale(0.8) rotate(-10deg);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ShootingBuyerShows .auto1200 .datastyle>div>a:hover .play_template {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.ShootingBuyerShows .auto1200 .datastyle>div>a .play_template>i {
    font-size: 32px;
    color: #bfbfbf;
}

.vipon_box {
    background: linear-gradient(225deg, #f2edfa, #f7f8fa 27%, #f7f8fa);
}

.vipon_box>.box {
    padding-top: 100px;
    padding-bottom: 100px;
}

.vipon_box>.box>.top {
    padding-bottom: 30px;
    display: flex;
}

.vipon_box>.box>.top>h5 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 45px;
    position: relative;
}

.vipon_box>.box>.top>h5>i {
    position: absolute;
    right: 0;
    bottom: -25px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.vipon_box>.box>.top>span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 57px;
    margin-left: 16px;
}

.vipon_box>.box>.vipon_content {
    display: flex;
}

.vipon_box>.box>.vipon_content>.vipon_img {
    width: 590px;
}

.vipon_box>.box>.vipon_content>.vipon_img img {
    width: 100%;
    object-fit: cover;
}

.vipon_box>.box>.vipon_content>.vipon_text {
    margin-left: 68px;
    width: 610px;
}

.vipon_box>.box>.vipon_content>.vipon_text>h5 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 40px;
    padding: 66px 0 15px 0;
}

.vipon_box>.box>.vipon_content>.vipon_text>.subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    padding-bottom: 40px;
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list {
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li {
    padding: 0 20px;
    position: relative;
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li h4 {
    font-size: 42px;
    color: #333;
    font-family: 'MyCustomFont2', sans-serif;
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li h4 span {
    font-size: 24px;
    position: relative;
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li h4 span:before {
    position: absolute;
    right: -11px;
    top: -16px;
    content: url("../images/vipon6/up.png");
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li:nth-child(2) h4 span:before,
.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li:nth-child(4) h4 span:before {
    content: url("../images/vipon6/down.png");
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li>div {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 4px;
    white-space: nowrap;
}

.vipon_box>.box>.vipon_content>.vipon_text>.vipon_list li>div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: #eee;
    top: 7px;
    right: 0;
}

.vipon_box>.box>.vipon_content>.vipon_text>.button_box {
    padding-top: 60px;
}

.vipon_box>.box>.vipon_content>.vipon_text>.button_box button:nth-child(1) {
    background: linear-gradient(233deg, #ea5ef7, #776cf3);
    color: #fff;
    border: none;
    width: 180px;
    height: 40px;
    font-size: 14px;
    border-radius: 6px;
}

.buyshow>.box {
    padding-top: 100px;
}

.buyshow>.box>.top {
    display: flex;
    justify-content: space-between;
}

.buyshow>.box>.top>.left {
    display: flex;
    padding-bottom: 30px;
}

.buyshow>.box>.top>.left>h5 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    position: relative;
}

.buyshow>.box>.top>.left>h5>i {
    position: absolute;
    right: 0;
    bottom: 4px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.buyshow>.box>.top>.left>span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 57px;
    margin-left: 16px;
}

.buyshow>.box>.top>.right>ul {
    display: flex;
}

.buyshow>.box>.top>.right>ul>li {
    padding: 24px 20px 4px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.buyshow>.box>.top>.right>ul>.activeStyle {
    font-weight: 600;
    color: #333 !important;
    position: relative;
}

.buyshow>.box>.top>.right>ul>.activeStyle:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    content: "";
    width: 18px;
    height: 3px;
    background: linear-gradient(233deg, #ea5ef7, #776cf3);
    border-radius: 2px;
}

.buyshow>.box>.data {
    flex-flow: wrap;
    place-content: flex-start;
    display: flex;
}

.buyshow>.box>.data>.fbItem {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 8px 0 #f1f4f7;
    border-radius: 10px;
    padding: 20px 20px 54px 20px;
    width: 216px;
    height: 345px;
    margin: 0 12px 30px 12px;
    position: relative;
    transition: all .2s;
    border-bottom: 3px solid #fff;
    top: 0;
}

.buyshow>.box>.data>.fbItem:hover {
    border-bottom: 3px solid #796cf3;
    top: -7px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.buyshow>.box>.data>.fbItem>.user_info {
    display: flex;
}

.buyshow>.box>.data>.fbItem>.user_info>.header_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
}

.buyshow>.box>.data>.fbItem>.user_info>.header_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buyshow>.box>.data>.fbItem>.user_info>.info_des {
    margin-left: 14px;
    flex: 1;
}

.buyshow>.box>.data>.fbItem>.user_info>.info_des>.name {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 400;
}

.buyshow>.box>.data>.fbItem>.user_info>.info_des>.fan_style {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.buyshow>.box>.data>.fbItem>.user_info>.info_des>.fan_style>i {
    font-size: 16px;
    color: rgb(153, 153, 153);
    margin-right: 4px;
}

.buyshow>.box>.data>.fbItem>ul {
    flex-flow: row wrap;
    justify-content: center;
    padding: 17px 0 30px 0;
    display: flex;
}

.buyshow>.box>.data>.fbItem>ul>li {
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #eee;
    padding: 4px 10px;
    margin: 3px;
    font-size: 12px;
    color: #999;
    transition: all .2s;
}

.buyshow>.box>.data>.fbItem>ul>li:hover {
    border: 1px solid #796cf3;
    color: #796cf3;
}

.buyshow>.box>.data>.fbItem>.fb_price {
    padding-top: 14px;
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 20px;
    right: 20px;
    border-top: 1px solid #eee;
}

.buyshow>.box>.btn {
    justify-content: center;
    padding-bottom: 100px;
    display: flex;
}

.buyshow>.box>.btn>button {
    background: #3442ff linear-gradient(233deg, #ea5ef7, #776cf3);
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    width: 300px;
    height: 40px;
    border: none;
}

.Deal_Promotion {
    background: linear-gradient(225deg, #f2edfa, #f7f8fa 27%, #f7f8fa);
}

.Deal_Promotion>.box {
    padding-top: 100px;
}

.Deal_Promotion>.box>.top {
    padding-bottom: 30px;
    display: flex;
}

.Deal_Promotion>.box>.top>h5 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 45px;
    position: relative;
}

.Deal_Promotion>.box>.top>h5>i {
    position: absolute;
    right: 0;
    bottom: -14px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.Deal_Promotion>.box>.top>span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 57px;
    margin-left: 16px;
}

.Deal_Promotion>.box>ul {
    flex-flow: wrap;
    place-content: flex-start;
    min-height: 665px;
    display: flex;
}

.Deal_Promotion>.box>ul>.dealItem {
    padding: 14px;
    margin: 0 15px 40px 15px;
    width: 210px;
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    transition: all .2s;
    border-bottom: 3px solid #fff;
    top: 0;
}

.Deal_Promotion>.box>ul>.dealItem:hover {
    border-bottom: 3px solid #796cf3;
    border-radius: 10px;
    top: -7px;
}

.Deal_Promotion>.box>ul>.dealItem:before {
    position: absolute;
    left: 8px;
    top: 0;
    right: 8px;
    bottom: -10px;
    display: block;
    content: "";
    padding: 14px;
    box-shadow: 0 4px 8px 0 #f1f4f7;
    border-radius: 10px;
    border: 1px solid #eee;
    transform: perspective(800px) rotateX(30deg);
}

.Deal_Promotion>.box>ul>.dealItem>div {
    width: 182px;
    position: relative;
    top: 17px;
    padding-bottom: 40px;
}

.Deal_Promotion>.box>ul>.dealItem>div>.deal_head {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0 4px 8px 0 #f1f4f7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: -1px;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Deal_Promotion>.box>ul>.dealItem>div>.deal_head>img {
    width: auto;
    height: auto;
    max-width: 38px;
    max-height: 38px;
}

.Deal_Promotion>.box>ul>.dealItem>div>.deal_name {
    padding-top: 45px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 400;
}

.Deal_Promotion>.box>ul>.dealItem>div>ul {
    flex-flow: row wrap;
    justify-content: center;
    padding: 17px 0;
    margin-bottom: 2px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
}

.Deal_Promotion>.box>ul>.dealItem>div>ul>li {
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #eee;
    padding: 5px 10px;
    margin: 3px;
    font-size: 12px;
    cursor: pointer;
    color: #999;
    transition: all .2s;
}

.Deal_Promotion>.box>ul>.dealItem>div>ul>li:hover {
    border: 1px solid #796cf3;
    color: #796cf3;
}

.Deal_Promotion>.box>ul>.dealItem>div>.fb_price {
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 20px;
    right: 20px;
    padding-top: 14px;
}

.Deal_Promotion>.box>.btn {
    justify-content: center;
    padding-bottom: 100px;
    display: flex;
}

.Deal_Promotion>.box>.btn>button {
    background: #3442ff linear-gradient(233deg, #ea5ef7, #776cf3);
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    width: 300px;
    height: 40px;
    border: none;
}

.Customerfeedback {
    overflow: hidden;
}

.Customerfeedback>div>.top {
    display: flex;
}

.Customerfeedback>div>.top>h5 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 45px;
    position: relative;
}

.Customerfeedback>div>.top>h5>i {
    position: absolute;
    right: 0;
    bottom: -25px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.Customerfeedback>div>.top>span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 57px;
    margin-left: 16px;
}

.Customerfeedback>div>ul {
    padding-top: 30px;
    transition: all .3s;
    display: flex;
}

.Customerfeedback>div>ul>li {
    width: 277px;
    margin-bottom: 30px;
    transition: all .3s;
}

.Customerfeedback>div>ul>li>img {
    width: 100%;
    transition: all .3s;
}

.Customerfeedback>div>ul>li:hover {
    transform: scale(1.05);
    z-index: 100;
}

.Customerfeedback>div>ul>li>img:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.masking-out {
    height: 300px;
    width: 1200px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            #f7f8fa 100%);
    z-index: 10;
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

.Customerfeedback>div>.look {
    text-align: center;
    margin-top: 40px;
}

.Customerfeedback>div>.look>span {
    cursor: pointer;
    color: #555;
    font-size: 14px;
}

.searchfor {
    height: 46px;
    background: #fff;
    border-radius: 6px;
    margin-top: 40px;
    display: flex;
}

.searchfor>.module {
    width: 180px;
    display: flex;
    align-items: center;
    height: 46px;
}

.searchfor>.module>ul {
    width: 100%;
    height: 34px;
    background: #f8f8f8;
    border-radius: 6px;
    margin: 0 14px 0 6px;
    display: flex;
    color: #333;
}

.searchfor>.module>ul>li {
    width: 33%;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    background: #f8f8f8;
    transition: all .3s;
    border: 1px solid #f8f8f8;
    border-radius: 6px;
    font-size: 14px;
}

.searchfor>.module>ul>li:nth-child(1) {
    background: #faeffe;
    border-radius: 6px;
    border: 1px solid rgba(209, 97, 246, .5);
}

.searchfor>.module>.segmentation {
    width: 1px;
    height: 20px;
    background: #f1f1f1;
    border-radius: 6px 0 0 6px;
}

.searchfor>input {
    flex: 1;
    border: none;
    margin-left: 20px;
}

.searchfor>input::placeholder {
    color: #999999;
}

.searchfor>button {
    width: 140px;
    height: 46px;
    background: #d161f6;
    border-radius: 0 6px 6px 0;
    color: #fff;
    border: 1px solid #d161f6;
    font-size: 18px;
}

.screen {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.screen>.filter_header {
    padding: 16px 30px 6px 30px;
}

.screen>.filter_header>.filter_item {
    display: flex;
    align-items: baseline;
    padding: 1px 0;
}

.screen>.filter_header>.filter_item>span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    padding-right: 24px;
    flex-shrink: 0;
}

.screen>.filter_header>.filter_item>ul {
    display: flex;
    flex-wrap: wrap;
}

.screen>.filter_header>.filter_item>ul>li {
    margin-bottom: 10px;
    padding: 12px 20px;
    color: #606266;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}

.screen>.filter_header>.filter_item>ul>li:hover {
    color: #d161f6;
}

.screen>.filter_header>.filter_item>ul>li:nth-child(1) {
    color: #d161f6;
    background: rgba(209, 97, 246, .1);
    border-radius: 4px;
}

.seek {
    height: 60px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px 30px;
    box-sizing: border-box;
}

.seek>.seek_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.seek>.seek_div>.seek_div_left {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.seek>.seek_div>.seek_div_rigth {
    display: flex;
    align-items: center;
}

.seek>.seek_div>.seek_div_rigth>.seek_sort {
    display: flex;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.seek>.seek_div>.seek_div_rigth>.seek_sort>span {
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.seek>.seek_div>.seek_div_rigth>.seek_sort>.seek_icon {
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    zoom: .8;
}

.seek>.seek_div>.seek_div_rigth>.seek_sort>.seek_icon>i {
    line-height: .4;
    color: #ccc;
}

.seek>.seek_div>.seek_div_rigth>.seek_divd {
    display: flex;
    align-items: center;
}

.seek>.seek_div>.seek_div_rigth>.seek_divd>span {
    white-space: nowrap;
    color: #666;
    font-size: 14px;
}

.seek>.seek_div>.seek_div_rigth>.seek_divd .el-input__inner {
    margin: 0 10px;
    height: 30px !important;
    width: 80px;
}

.product {
    margin-top: 20px;
}

.product>.product_ul {
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
}

.product>.product_ul>.product_li {
    height: 448px;
    flex: 0 0 calc(25% - 20px);
    margin-bottom: 30px;
    margin-right: 20px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}

.product>.product_ul>.product_li>.product_li_img {
    width: 100%;
    height: 287px;
    overflow: hidden;
    cursor: pointer;
}

.product>.product_ul>.product_li>.product_li_img>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.product>.product_ul>.product_li>.product_list {
    height: 131px;
    background: #fff;
    transition: all .3s ease-in-out;
    position: absolute;
    width: 285px;
    box-sizing: border-box;
    bottom: 30px;
    padding: 20px 16px;
}

.product>.product_ul>.product_li>.product_list:hover {
    height: 295px;
}

.product>.product_ul>.product_li>.product_list>.product_list_div1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product>.product_ul>.product_li>.product_list>.product_list_div1>.product_list_left {
    display: flex;
    align-items: center;
}

.product>.product_ul>.product_li>.product_list>.product_list_div1>.product_list_left>.product_list_no {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.product_list_no {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-right: 5px;
}

.product_list_typelv {
    color: #00d9ad;
    border: 1px solid #00d9ad;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 11px;
}

.product_list_typeho {
    color: #f44eff;
    border: 1px solid #f44eff;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 11px;
}

.product_list_typelan {
    color: #00b2ff;
    border: 1px solid #00b2ff;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 11px;
}

.product_list_typechen {
    color: #f56422;
    border: 1px solid #f56422;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 11px;
}

.product>.product_ul>.product_li>.product_list>.product_list_div1>.product_list_rigth {
    font-size: 15px;
    font-weight: 600;
    color: #ff2c4c;
}

.product>.product_ul>.product_li>.product_list .product_list_div2 {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.product>.product_ul>.product_li>.product_list .product_list_div2 li {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    padding-right: 5px;
    border-right: 2px solid #c5c5c5;
    margin-right: 5px;
}

.product>.product_ul>.product_li>.product_list .product_list_div2 li:last-child {
    border-right: none;
}

.product>.product_ul>.product_li>.product_list>.product_list_videos {
    margin-top: 16px;
    height: 185px;
    overflow: hidden;
}

.product>.product_ul>.product_li>.product_list>.product_list_videos>li {
    background: linear-gradient(270deg, #fff, #f1f0fd), linear-gradient(270deg, #fff, #fff0f9), linear-gradient(270deg, #fff, #f1f0fd), linear-gradient(270deg, #fff, #fcf3ff);
    border-radius: 4px;
    color: #d161f6;
    font-size: 12px;
    margin: 0 20px 15px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    float: left;
    overflow: hidden;
    max-width: 100px;
    padding: 3px;
    transition: all .3s;
}

.product>.product_ul>.product_li>.product_list>.product_list_videos>li>i {
    margin: 1px 3px 0 0;
}

.product>.product_ul>.product_li>.product_list>.product_list_videos>li>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product>.product_ul>.product_li>.btn {
    height: 30px;
    background: #d161f6;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 285px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}

.product>.product_ul>.product_li>.btn:hover {
    background: #be38eb;
}

.product>.product_ul>.product_li>.btn>.test1 {
    font-size: 14px;
}

.product>.product_ul>.product_li>.btn>.icon {
    margin-bottom: 2px;
    opacity: 0;
    transition: all .3s;
    margin-right: 2px;
}

.product>.product_ul>.product_li>.btn:hover .icon {
    opacity: 1;
}

.product>.product_ul>.product_li>.logo_id {
    position: absolute;
    right: -2px;
    top: -4px;
}

.product>.product_ul>.product_li>.logo_id>p {
    position: relative;
}

.product>.product_ul>.product_li>.logo_id>p>i {
    color: #fd9;
    font-size: 23px;
    position: absolute;
    right: 0;
}

.product>.product_ul>.product_li>.logo_id>p>span {
    position: absolute;
    right: 7px;
    top: 7px;
    white-space: nowrap;
    color: #4e3003;
    font-size: 12px;
}

.product_div {
    margin-top: 50px;
    padding-bottom: 50px;
}

.product_div>img {
    display: block;
    margin: 0 auto;
}

.product_div>p {
    text-align: center;
    margin: 20px;
    font-size: 14px;
    color: #555;
}

.paging {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.remreru {
    width: 60px;
    height: 80px;
    position: fixed;
    right: 30px;
    bottom: 200px;
    cursor: pointer;
    transition: all .3s;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.remreru>img {
    display: block;
    margin: 0 auto;
    margin-top: 14px;
}

.remreru>p {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 4px;
}

.dialogVisible2 .dialog {
    width: 380px;
    height: 520px;
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto !important;
    overflow: hidden;
}

.dialogVisible2 .top {
    background: linear-gradient(180deg, #fdf0fe, #fff);
    overflow: hidden;
    height: 318px;
}

.dialogVisible2 .top h3 {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin: 20px 0 0;
    text-align: center;
}

.dialogVisible2 .top .qr_code {
    display: flex;
    justify-content: center;
    width: 230px;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, .07);
    padding: 10px;
    margin: 0 auto;
    border-radius: 30px;
    box-sizing: border-box;
}

.dialogVisible2 .dialog_description {
    height: 202px;
    background: url('../images/vipon6/bj1.webp');
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0 47px;
}

.dialogVisible2 .dialog_description h2 {
    color: #fff;
    margin: 20px 0 16px 0;
    text-align: center;
    font-weight: 400;
    font-size: 100%;
}

.dialogVisible2 .dialog_description h2 .img_1 {
    margin: 0 7px 3px 0;
}

.dialogVisible2 .dialog_description h2 .img_2 {
    transform: rotate(180deg);
    margin: 0 0 3px 7px;
}

.dialogVisible2 .dialog_description li {
    color: #fff;
    float: left;
    min-width: 125px;
    margin-bottom: 14px;
    font-size: 12px;
}

.dialogVisible2 .dialog_description li:nth-child(even) {
    margin-right: 36px;
}

.dialogVisible2 .dialog_description li img {
    width: 13px;
    position: relative;
    top: -2px;
}

/* 组件样式 */
.el-dropdown-link {
    cursor: pointer;
    color: rgb(102, 102, 102);
    display: flex;
    align-items: center;
}

.el-icon-arrow-down {
    font-size: 12px;
}

.el-dropdown-menu__item {
    width: 140px;
}

.el-dropdown-menu__item:hover {
    background: #faeffe !important;
    color: #d161f6 !important;
}

.el-dialog {
    border-radius: 20px !important;
}

.el-input__inner:focus {
    border-color: #d161f6 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    border: 1px solid #d161f6 !important;
    color: #d161f6 !important;
    border-radius: 5px !important;
    background-color: #fff !important;
}

.el-select-dropdown__item.selected {
    color: #d161f6 !important;
}

.el-pagination .el-select .el-input .el-input__inner {
    color: #999 !important;
}

.el-pagination .el-select .el-input .el-input__inner:hover {
    border-color: #d161f6;
}

.el-pagination.is-background .el-pager li {
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #dcdee2;
    font-weight: 400;
    color: #999 !important;
}

.el-pagination__jump,
.el-pagination__total {
    color: #999 !important;
}

.loading {
    position: fixed;
    top: 400px;
    left: 50%;
    width: 50px;
    perspective: 200px;
    z-index: 10000000;
}

.loading:before,
.loading:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    animation: jumping 0.5s infinite alternate;
    background: #d161f6;
}

.loading:before {
    left: 0;
}

.loading:after {
    right: 0;
    animation-delay: 0.15s;
}

@keyframes jumping {
    0% {
        transform: scale(1) translateY(0px) rotateX(0deg);
        box-shadow: 0 0 0 rgba(153, 153, 153, 0);
    }

    100% {
        transform: scale(1.2) translateY(-25px) rotateX(45deg);
        background: #919191;
        box-shadow: 0 25px 40px #8b8b8b;
    }
}

.dialogVisible2 .el-dialog__header,
.dialogVisible2 .el-dialog__body {
    padding: 0 !important;
}

.el-dialog__headerbtn {
    z-index: 9;
}

.el-dialog__headerbtn .el-dialog__close {
    font-weight: 900 !important;
    color: #000 !important;
}

.el-dialog__headerbtn .el-dialog__close:hover {
    color: #000 !important;
}

.el-dialog__headerbtn:hover .el-dialog__close {
    color: #000 !important;
}

.Add_customer_service_popup {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.59);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.Add_customer_service_popup>.item_box {
    width: 380px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.Add_customer_service_popup>.item_box>.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.Add_customer_service_popup>.item_box>.top {
    background: linear-gradient(180deg, #fdf0fe, #fff);
    height: 318px;
    overflow: hidden;
}

.Add_customer_service_popup>.item_box>.top>h3 {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin: 20px 0 0;
    text-align: center;
}

.Add_customer_service_popup>.item_box>.top>.qr_code {
    display: flex;
    justify-content: center;
    width: 230px;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, .07);
    padding: 10px;
    margin: 0 auto;
    border-radius: 30px;
    box-sizing: border-box;
}


.Add_customer_service_popup>.item_box>.dialog_description {
    height: 202px;
    background: url('../images/vipon6/bj1.webp');
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0 47px;
}

.Add_customer_service_popup>.item_box>.dialog_description h2 {
    color: #fff;
    margin: 20px 0 16px 0;
    text-align: center;
    font-weight: 400;
    font-size: 100%;
}

.Add_customer_service_popup>.item_box>.dialog_description li {
    color: #fff;
    float: left;
    min-width: 125px;
    margin-bottom: 14px;
    font-size: 12px;
}

.Add_customer_service_popup>.item_box>.dialog_description li:nth-child(even) {
    margin-right: 36px;
}

.Add_customer_service_popup>.item_box>.dialog_description li img {
    width: 13px;
    position: relative;
    top: -2px;
}

#home .banner_new {
    height: 585px;
    background: linear-gradient(233deg, #ffa373, #ea5ef7 48%, #776cf3);
    position: relative;
}

#home .banner_new h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    text-align: center;
    padding-top: 50px;
}

#home .banner_new .banner_img {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#home .content_title[data-v-5adaa874] {
    font-size: 40px;
    font-family: GothamHTF, 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 42px;
    padding-top: 160px;
    text-align: center;
    padding-bottom: 18px;
    margin: 0;
}

#home .content_description[data-v-5adaa874] {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ced2da;
    line-height: 20px;
    text-align: center;
}

#home .services_box[data-v-5adaa874] {
    border-radius: 20px;
    position: relative;
    z-index: 0;
    font-size: 20px !important;
    overflow: hidden;
    display: flex;
}

#home .services_box .services_content[data-v-5adaa874] {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    margin: 19px 0 2px 21px;
    padding: 51px 30px 31px 70px;
    width: 100%;
    position: relative;
    z-index: 0;
    font-size: 20px !important;
    overflow: hidden;
}

#home .services_box .services_content .services_flex[data-v-5adaa874] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 60px;
}

#home .services_box .services_content .services_header[data-v-5adaa874] {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    padding-bottom: 6px;
}


#home .services_box .services_content .services_description[data-v-5adaa874] {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ced2da;
    line-height: 22px;
}

#home .advantage_item .advantage_img[data-v-5adaa874] {
    border-radius: 20px;
    padding: 20px;
}

#home .advantage_item .advantage_title[data-v-5adaa874] {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding-top: 16px;
    padding: 16px 24px 8px 24px;
}

#home .advantage_item .advantage_description[data-v-5adaa874] {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ced2da;
    line-height: 22px;
    text-align: center;
    padding: 0 24px;
}

#home .apply_for_shooting[data-v-5adaa874] {
    background: #3442ff linear-gradient(233deg, #ea5ef7, #776cf3);
    border-radius: 20px;
    width: 340px;
    border: none;
    color: #fff;
    height: 40px;
    margin-top: 42px;
}