.phone_header {
    position: relative;
    width: 100%;
    height: 190px;
    padding-top: 10px;
    overflow: hidden;
}

.phone_header:after {
    width: 140%;
    height: 190px;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
    content: "";
    border-radius: 0 0 50% 50%;
    background-image: linear-gradient(178deg, #2A44FD 0%, #868BD2 100%);
    backface-visibility: hidden;
    transform: translateZ(0);
}

.header_title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.phone_content {
    padding: 0 15px 60px 15px;
    margin-top: -130px;
}

.service_banner_box_img {
    position: relative;
    width: 100%;
    height: 178px;
    border-radius: 18px;
    overflow: hidden;
}

.service_banner_box_model {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    color: #fff;
    line-height: 36px;
    padding: 0 11px;
    font-size: 14px;
    background: rgba(0, 0, 0, .49);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10;
}

.service_swiper_pagination {
    text-align: center;
    margin-top: 5px;
}

.service_swiper_pagination span {
    width: 13px;
    height: 5px;
    border-radius: 3px;
    background: #1C57B3;
}

.phone_block_body {
    padding: 12px;
    margin-top: 18px;
    border-radius: 12px;
    background: #FFFFFF;
}

.phone_block_title {
    display: flex;
    align-items: center;
}

.phone_block_icon {
    width: 3px;
    height: 16px;
    border-radius: 2px;
    background: #2165F8;
    margin-right: 8px;
}

.phone_block_text {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.phone_forum_index {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.phone_forum_index a {
    width: calc((100% - 60px) / 5);
    text-align: center;
    margin: 0 15px 12px 0;
}

.phone_forum_index img {
    width: 37px;
    height: 37px;
}

.phone_forum_index p {
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
}

.phone_forum_index a:nth-child(5) {
    margin-right: 0;
}

.phone_block_pack {
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    background: #F1F4FE;
    margin-top: 5px;
}

.phone_block_pack img {
    width: 28px;
    height: 13px;
    margin-right: 13px;
}

.phone_news_box_item {
    width: 100%;
    height: 36px;
    flex: 1;
    overflow: hidden;
    padding-right: 20px;
}

.phone_news_box_item dl dd, .phone_news_box_item dl dd a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone_block_item {
    margin-top: 15px;
}

.phone_block_item_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone_block_item_header a {
    color: #2165F8;
    font-size: 12px;
}

.phone_block_item_body {
    margin-top: 13px;
}

.item_studio_index {
    width: 100%;
    height: 162px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.item_studio_index::-webkit-scrollbar {
    display: none;
}

.phone_studio_index_item {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 7px;
}

.phone_studio_index_item img {
    width: 100%;
    height: 110px;
}

.phone_studio_index_text {
    padding: 8px 10px;
}

.phone_studio_index_text h3 {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.phone_studio_index_text p {
    font-size: 10px;
    color: #999999;
    margin-top: 4px;
}

.artisan_selection {
    margin-top: 8px;
}

.artisan_selection_choose {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    border-radius: 7px;
    background: #FFFFFF;
}

.artisan_selection_choose .tab_key {
    width: 25%;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.artisan_selection_choose .checked {
    position: relative;
    color: #1E56B3;
    font-size: 12px;
    width: 25%;
    text-align: center;
}

.artisan_selection_choose .checked::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    border-radius: 5px;
    background-color: #1E56B3;
}

.artisan_selection_item {
    padding: 10px;
    border-radius: 5px;
    background: #FFFFFF;
    margin-top: 6px;
}

.artisan_selection_item a {
    display: flex;
}

.artisan_selection_item_logo {
    min-width: 101px;
    height: 76px;
}

.artisan_selection_item_text {
    flex: 1;
    margin: 2px 0 2px 6px;
}

.artisan_selection_item_title {
    min-height: 46px;
    font-size: 14px;
    color: #333333;
}

.artisan_selection_item_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.artisan_selection_item_word {
    padding: 2px 5px;
    font-size: 12px;
    color: #3A0CF4;
    border-radius: 5px;
    background: rgba(235, 230, 255, .7);
}
.artisan_selection_item_video {
    padding: 2px 5px;
    font-size: 12px;
    color: #0C6FF4;
    border-radius: 5px;
    background: rgba(234, 238, 255, .7);
}
.artisan_selection_item_ppt {
    padding: 2px 5px;
    font-size: 12px;
    color: #F41C0C;
    border-radius: 5px;
    background: rgba(255, 215, 184, .7);
}
.artisan_selection_item_pdf {
    padding: 2px 5px;
    font-size: 12px;
    color: #F40C0C;
    border-radius: 5px;
    background: rgba(255, 230, 230, .7);
}

.artisan_selection_item_time {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #333333;
}

.artisan_selection_item_time img {
    width: 11px;
    height: 11px;
    margin-right: 3px;
}

.unveil_index_item {
    width: 100%;
    padding: 15px;
    margin-top: 11px;
    border-radius: 7px;
    background: #fff;
}

.unveil_index_item_title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.unveil_index_item_text {
    font-size: 12px;
    color: #666666;
    margin-top: 7px;
    line-height: 19px;
    letter-spacing: 1px;
}

.unveil_index_item_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
}

.unveil_index_item_status {
    color: #2165F8;
}

.unveil_index_item_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 9px;
    color: #333333;
    font-size: 12px;
    border-top: 1px solid #f5f5f5;
}

.unveil_index_item_active {
    color: #FA8B14;
    margin-left: 5px;
}