/* DIY CODE MAIN */
:root{
    --tb--tint: #f5f5f5;
    --tb--line: #f0f0f0;
}

.darking:root{
    --tb--tint: #1d2025;
    --tb--line: #1d2025;
}
.home-focus #focusslide {
    float: left;
    width: 60%;
    height: auto !important;
    max-width: 720px;
}

.home-headline-wrap .sliderright {
    float: right;
    width: 38.75%;
    max-width: 465px;
}

.home-headline-wrap .sliderright .item {
    width: 48.5%;
    max-width: 225px;
    height: auto;
    margin: 0 0 3% 3%;
    float: right;
}

.home-headline-wrap .sliderright .item:nth-child(2n) {
    margin-left: 0;
}

.home-headline-wrap .sliderright .item:nth-child(3),.home-headline-wrap .sliderright .item:nth-child(4) {
    margin-bottom: 0;
}

.home-headline-wrap .sliderright .item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

@media (max-width: 600px) {
    #bigslide {
        margin-bottom: 15px;
    }

    .home-focus #focusslide {
        width: 100%;
    }

    .home-focus #focusslide.hastitle .swiper-slide {
        height: auto !important;
    }

    .home-focus #focusslide.hastitle .swiper-slide a {
        height: auto !important;
    }

    .home-headline-wrap .sliderright {
        background-color: var(--tb--white);
        float: right;
        width: 100%;
        max-width: 100%;
        padding: 15px 10px;
    }

    .home-headline-wrap .sliderright .item {
        width: 23.5%;
        max-width: 100%;
        height: auto;
        margin: 0 0 0 2%;
        float: right;
    }

    .home-headline-wrap .sliderright .item:nth-child(2n) {
        margin-left: 2%;
    }

    .home-headline-wrap .sliderright .item:nth-child(4) {
        margin-left: 0;
    }

    .home-box .title h3 {
        margin-left: 15px;
    }
}

/*
.home-video-wrap {
	padding:15px 15px 0;
	overflow:hidden;
	background-color:var(--tb--white);
	margin-bottom:15px;
	border-radius:6px;
}
*/
.video_btn {
    position: absolute;
    top: -25px;
    right: 4px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 110px;
    text-align: right;
    white-space: nowrap;
}

.video_btn span {
    color: #FF5E52;
}

.video_btn span:hover {
    color: #FF5E52;
}

.video_btn .label-open,
.video_btn .label-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    line-height: 1;
}

.video_btn .label-open i,
.video_btn .label-close i {
    margin-right: 6px;
    flex: 0 0 auto;
}

.video_btn .label-open {
    display: flex;
}

.video_btn .label-close {
    display: none;
}

.video_btn.act .label-open {
    display: none;
}

.video_btn.act .label-close {
    display: flex;
}

.video_btn#catlist-toggle {
    right: 4px;
}

.video_btn#light {
    right: 58px;
}

.video_btn#light svg {
    width: 16px;
    height: 16px;
}

.video_player {
    position: relative;
}

.video_player.active {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9999;
    width: 100%;
    max-width: 1200px;
}

.video_player.active .video_btn {
    color: #fff
}

.video_player.active .video_btn svg {
    fill: #fff
}

.video_player .video_player_list {
    overflow: hidden;
    position: relative
}

.bg.light {
    z-index: 150;
    background-color: rgba(0,0,0,0.9)
}

.bg.cart {
    z-index: 100;
    background-color: rgba(0,0,0,0.8)
}

.bg.light,.bg.cart {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.bg.light.active,.bg.cart.active {
    opacity: 1;
    visibility: visible
}

.videocat_list {
    position: absolute;
    top: 0;
    right: -350px;
    bottom: 0;
    width: 350px;
    background-color: rgba(51,51,51,0.9);
    visibility: hidden;
    z-index: 5;
    transition: 0.3s;
}

.videocat_list.active {
    visibility: visible;
    right: 0
}

.videocat_list .off-catlist {
    top: 0;
    left: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.videocat_list .videocat_main {
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 0;
    left: 0;
    padding: 0 30px;
    overflow-y: auto;
}

.videocat_list h3 {
    color: #CCCCCC;
}

.videocat_list p {
    margin-bottom: 12px;
    color: #999;
    text-align: justify
}

.videocat_list ul {
    margin-bottom: 30px
}

.videocat_list ul li {
    padding: 4px 4px 4px 12px;
    line-height: 30px;
    border-bottom: 1px solid #666;
    color: #999;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.videocat_list ul li:before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 4px transparent solid;
    border-right-width: 0;
    border-left-color: #ccc;
    position: absolute;
    top: 15px;
    left: 0
}

.videocat_list ul li a {
    color: #ddd;
    height: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding-right: 8px
}

.videocat_list ul li span {
    color: #999;
    white-space: nowrap
}

.videocat_list ul li span .price{
    font-style: normal;
}

.videocat_list ul li.current a {
    color: #45B6F7
}

.videocat_list ul li.current:before {
    border-left-color: #45B6F7
}

.videocat_list ul li:hover:before {
    border-left-color: #45B6F7
}

.videocat_list ul li:hover a {
    color: #45B6F7
}

.mejs__video .speed {
    display: none;
}

.erphpdown-video {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.erphpdown-video img {
    opacity: 0.2;
    filter: alpha(opacity=20);
    width: 100%;
    height: 100%;
}

.erphpdown-video .erphpdown-video-tips {
    position: absolute;
    padding: 15px;
    top: 50%;
    height: 320px;
    margin-top: -160px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 0;
}

.erphpdown-video .erphpdown-video-tips .vbtn {
    color: #000;
    background-color: #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 100px;
}

.erphpdown-video .erphpdown-video-tips p {
    line-height: 36px;
}

.erphpdown-video .erphpdown-video-tips p b {
    font-size: 26px;
    color: #ff5e52;
}

.erphpdown-video .erphpdown-video-tips p span a {
    color: #FF0;
    text-decoration: underline;
    margin-left: 5px;
}

.erphpdown-video .erphpdown-video-tips h4 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 36px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget_ui_videos .thumbnail {
    position: relative;
}

.widget_ui_videos .thumbnail::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    border-radius: 0 0 6px 6px;
}

.widget_ui_videos .thumbnail .player {
    position: absolute;
    left: 10px;
    bottom: 2px;
    z-index: 2;
}

.widget_ui_videos .thumbnail .player i {
    font-size: 20px;
    color: #FFF;
}

.widget_ui_videos .thumbnail .player i:hover {
    color: var(--tb--main);
}

.widget_ui_videos .btm {
    position: absolute;
    bottom: 10px;
}

.loop-videos-container {
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
    overflow: hidden
}

.loop-videos-container:before,.loop-videos-container:after {
    display: table;
    content: "";
    line-height: 0
}

.loop-videos-container:after {
    clear: both
}

.product_sift {
    background-color: var(--tb--white);
    padding: 20px 20px 0;
    margin-bottom: 20px;
    border-radius: 6px;
}

.product_sift .sift_li {
    white-space: nowrap;
    border-bottom: 1px solid var(--tb--line);
    margin-bottom: 20px;
    padding: 0 60px 0 100px;
    overflow: hidden;
}

.product_sift .sift_li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.product_sift .sift_li ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 20px 0;
    color: #999;
    padding: 5px 8px;
}

.product_sift .sift_li ul li a {
    color: #666;
    font-size: 13px;
}

.product_sift .sift_li .current-cat {
    color: #fff;
    background: #45b6f7;
    border-radius: 3px;
    padding: 5px 8px;
}

.product_sift .sift_li .current-cat a {
    color: #fff;
}

.product_sift .sift_li h4 {
    margin-left: -100px;
    text-align: right;
    min-width: 60px;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.product_sift .sift_order {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.product_sift .sift_order ul li:nth-child(2) {
    display: none
}

.product_sift a.more {
    width: auto;
    color: #999;
    float: right;
    margin-right: -60px
}

.product_sift a.more:hover {
    color: #45b6f7
}

@media (max-width: 1200px) {
    .product_sift {
        padding: 12px 12px 0
    }

    .product_sift .sift_li {
        display: block;
        padding: 0;
        margin-bottom: 12px;
        position: relative
    }

    .product_sift .sift_li ul li {
        margin: 0 12px 12px 0
    }

    .product_sift .sift_li h4 {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0 0 8px;
        float: none
    }

    .product_sift .sift_li a.more {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0
    }
}

.loop-videos-content {
    position: relative;
    margin-right: -1.5%;
}

.loop-videos-content .loop-item {
    position: relative;
    display: inline-block;
    margin-right: 1.5%;
    margin-bottom: 15px;
    width: 23.5%;
    vertical-align: top;
    background-color: var(--tb--white);
    border-radius: 6px;
}

.loop-videos-content .loop-item:hover {
    border-color: #ddd;
    border-bottom-color: #d6d6d6
}

.loop-videos-content .loop-item h2 {
    font-size: 1.1em;
    margin: 0.5em 0;
    font-weight: normal;
    line-height: 1.8em;
    height: 3.6em;
    padding: 0 10px;
    overflow: hidden;
}

.loop-videos-content .loop-item .thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.loop-videos-content .loop-item .thumb {
    width: 100%;
}

.loop-videos-content .loop-item .thumbnail .time {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #fff;
    z-index: 2;
}

.loop-videos-content .loop-item .thumbnail::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: gradient(linear, 0 50%, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
}

.loop-videos-content .loop-item .thumbnail .player {
    position: absolute;
    left: 15px;
    bottom: 5px;
    z-index: 2;
}

.loop-videos-content .loop-item .thumbnail .player i {
    font-size: 30px;
    color: #FFF;
}

.loop-videos-content .loop-item .thumbnail .player i:hover {
    color: var(--tb--main);
}

.loop-videos-content .loop-item .meta {
    text-align: center;
    padding: 0 15px 15px;
    margin-bottom: 0;
    color: #aaa;
    font-size: 14px;
}

.loop-videos-content .loop-item .meta .pv {
    display: none;
}

.loop-videos-content .loop-item .meta a {
    color: #aaa;
}

.loop-videos-content .loop-item .meta .pv,.loop-videos-content .loop-item .meta .pc {
    float: right;
}

.loop-videos-content .loop-item .meta .pc {
    margin-left: 10px
}

@media (max-width: 600px) {
    .title h3 {
        margin-top: 15px;
        font-size: 16px;
    }

    .erphpdown-video {
        font-size: 14px;
    }

    .erphpdown-video .erphpdown-video-tips {
        top: 50%;
        height: 220px;
        margin-top: -110px;
    }

    .erphpdown-video .erphpdown-video-tips p {
        line-height: 16px;
    }

    .erphpdown-video .erphpdown-video-tips h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .erphpdown-video .erphpdown-video-tips .vbtn {
        padding: 8px 50px;
    }

    .videocat_list {
        right: -300px;
        width: 300px;
    }

    .videocat_list .videocat_main {
        top: 15px;
        bottom: 15px;
        padding: 0 20px;
    }

    .videocat_list .videocat_main h3 {
        font-size: 16px;
    }

    .loop-videos-content .loop-item {
        width: 48%
    }

    .loop-videos-container {
        margin: 0;
        padding: 15px
    }

    .loop-videos-content {
        margin-right: -3%
    }

    .loop-videos-content .loop-item {
        border: none;
        width: 47%;
        margin-right: 3%;
    }

    .loop-videos-content .loop-item h2 {
        font-size: 1em;
        line-height: 1.5em;
        height: 3em;
        padding: 0 10px;
    }

    .loop-videos-content .home-item h2 {
        padding: 0;
    }

    .loop-videos-content .home-item .thumbnail {
        border-radius: 6px;
    }

    .loop-videos-content .home-item .thumbnail::before {
        border-radius: 0 0 6px 6px;
    }
}

.container .article-content {
    font-size: 16px;
    line-height: 30px;
}

.container .article-content ul{
    padding-left: 1.4em;
    margin-left: 0;
}

.container .article-content ul li {
    padding-left: 0.1em;
}

.container .article-content h3 {
    position: relative;
    display: inline-block;
    font-size: 17px;
    margin: 0 auto 10px auto;
    padding-left: 17px;
}

.container .article-content h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    width: 4px;
    border-radius: 10px;
    background-color: var(--tb--main);
}

.container .article-content h2 {
    position: relative;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding-left: 17px;
}

.container .article-content h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    width: 4px;
    border-radius: 10px;
    background-color: var(--tb--main);
}

.container .article-content p {
    margin-bottom: 15px;
}

.container .article-content p a {
    text-indent: 0em;
}

.container .article-content p img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.comt-ctrl p label {
    color: #999;
    font-weight: normal;
}

.text-success {
    color: #666
}

.homeads {
    overflow: hidden;
    padding: 0;
    margin: 0 -2% 0px 0
}

.homeads li {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 2%
}

.homeads img {
    max-width: 100%;
    min-height: 30px
}

.homeads h4 {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #656565;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 14px;
    margin: -1px
}

.homeads time {
    color: #fff;
    background-color: #FF5E52;
    display: inline-block;
    padding: 2px 5px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0
}

.homeads a {
    display: block;
    position: relative
}

.icon32 {
    clear: both;
    text-align: center;
    border-bottom: 1px solid var(--tb--line);
    padding: 5PX
}

#sociables span {
    float: left;
    margin: 0 5px 0 0;
    line-height: 32px
}

.post-copyright {
    margin-top: 15px;
    height: 35px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis
}

.sub-menu li {
    font-size: 15px
}

.index_lanmu {
    margin-bottom: 14px
}

.article-wechats {
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--tb--line);
}

.article-wechatitem {
    background-color: var(--tb--tint);
    display: inline-block;
    text-align: left;
    width: 320px;
    border-radius: 4px;
    padding: 15px 15px 15px 110px;
    overflow: hidden;
    position: relative;
}

.article-wechatitem img {
    width: 80px;
    height: 80px;
    float: left;
    margin-left: -95px
}

.article-wechatitem-tit {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden
}

.article-wechatitem-desc {
    font-size: 12px;
    color: #bbb;
    height: 35px;
    line-height: 17px;
    overflow: hidden
}

.article-wechatitem-users {
    position: absolute;
    color: #7BD172;
    font-size: 12px
}

.header {
    -webkit-transform: translateZ(0)
}

.relates .relates-t {
    display: block
}

.site-nav .sub-menu li a {
    font-weight: normal
}

.wpcf7-form {
    list-style: none;
    margin: 25px auto 50px auto;
    line-height: 32px;
    max-width: 600px;
}

.wpcf7-form li {
    padding-left: 60px;
    margin-bottom: 15px
}

.wpcf7-form label {
    float: left;
    margin-left: -120px;
    width: 110px;
    text-align: right;
    line-height: 34px;
}

.wpcf7-form input {
    background-color: var(--tb--bdbg);
    border: 1px solid var(--tb--line);
    color: var(--tb--base);
    border-radius: 3px;
    padding: 8px 15px;
    width: 90%
}

.wpcf7-form textarea {
    background-color: var(--tb--bdbg);
    border: 1px solid var(--tb--line);
    color: var(--tb--base);
    border-radius: 3px;
    padding: 8px 15px;
    width: 90%;
    height: 150px;
    resize: vertical;
    min-height: 80px;
}

.wpcf7-form .wpcf7-submit {
    padding: 8px 20px;
    border-radius: 3px;
    background-color: var(--tb--main);
    opacity: 0.85;
    filter: alpha(opacity=85);
    color: #fff;
    border: none;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.price {
    color: #FF5E52 !important
}

.shijian {
    font-size: 14px;
    color: #FF5E52;
}

.breadcrumbs .container {
    padding-right: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-wrapper {
}

.single .tab-wrapper .content {
    padding: 0;
    background-color: transparent;
    border: 0px;
    border-radius: 0px
}

.tab-menu {
    background-color: var(--tb--white);
    padding: 0 20px;
    border-radius: 6px 6px 0 0;
}

.tab-menu li {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 20px 0px 10px 0;
    margin-right: 25px;
    cursor: pointer;
    z-index: 0;
    color: var(--tb--gray);
}

.tab-menu .post-like {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 20px 0px 10px 0;
    cursor: pointer;
    z-index: 0;
    color: var(--tb--gray);
}

.tab-menu .actived {
    color: var(--tb--main)
}

.tab-menu .post-like i {
    margin-right: 5px;
}

.tab-menu li:hover {
    color: #ff5e52;
}

.tab-menu .act {
    font-weight: bold;
    color: #ff5e52;
}

.tab-content>div {
    background-color: var(--tb--white);
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 100px 20px;
    min-height: 600px;
    border-radius: 0 0 6px 6px;
}

.tab-content .tree li {
    font-size: 16px;
    width: 90%;
    text-align: left;
    margin: auto;
    height: 60px;
    line-height: 60px;
    list-style: none;
    border-bottom: 1px solid var(--tb--line);
}

.tab-content .tree li span {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 70%;
}

.tab-content .tree li time {
    float: right;
}

.tab-content .tree .current a {
    color: #ff5e52;
}
.tab-content .tree li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    height:100%;
}

.tab-content .tree li .tree-item-left{
    float:none;
    width:auto;
    min-width:0;
    max-width:calc(100% - 90px);
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:6px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:left;
}

.tab-content .tree li .tree-item-left .iconfont{
    flex:0 0 auto;
}

.tab-content .tree li .tree-item-left .price{
    flex:0 0 auto;
    font-style:normal;
    margin:0;
}

.tab-content .tree li .tree-item-left .tree-item-title{
    flex:1 1 auto;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.tab-content .tree li time{
    float:none;
    flex:0 0 auto;
    margin-left:12px;
}
.line {
    position: absolute;
    width: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #ff5e52;
    bottom: 0;
    left: 0;
}

.tab-content>div h1 {
    width: 100%;
    display: inline-block;
    border-bottom: 14px solid cornflowerblue;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.themeinfo {
    padding: 30px 0;
    background-color: var(--tb--white);
    margin-bottom: 15px;
    margin-top: -20px;
    border-top: 1px solid var(--tb--line);
}

.proPhoto {
    float: left;
    text-align: center;
    display: block;
    overflow: hidden;
    width: 40%;
    padding: 0;
}

.proPhoto img {
    max-width: 100%;
}

.proChoice {
    width: 60%;
    float: right;
    padding: 0 30px;
}

.proChoice h1 {
    float: left;
    line-height: 36px;
    width: 100%;
    height: auto;
    font-weight: lighter;
    font-size: 24px;
    border-bottom: 1px solid var(--tb--line);
    padding-bottom: 10px;
}

.viplist {
    margin-top: 15px;
}

.viplist img {
    width: 100%;
}

.xprice {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.xprice_val {
    float: left;
    display: inline;
    font-size: 36px;
    color: #e74e52;
    margin-top: 10px;
    margin-right: 10px;
}

.gw_btns {
    clear: both;
    display: inline-block;
    text-align: left;
}

.gw_btns a {
    float: left;
}

.gw_btns .btn-primary {
    margin-right: 15px;
}

.protishi {
    display: inline-block;
    overflow: hidden;
    color: var(--tb--main);
    font-size: 16px;
    margin-top: 10px;
}

.proservice li {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    text-align: left;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid var(--tb--line);
}

.proservice li strong {
    display: block;
}

.tag-box2 {
    width: 100%;
    padding-top: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.tag-box2 a {
    border: none;
    display: inline-block;
    background-color: var(--tb--bdbg);
    color: var(--tb--base);
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
}

.tag-box2 a:hover {
    color: var(--tb--base);
}

.video_bg {
    background: url(../img/video/videobg.png) center center no-repeat #333;
    background-size: 100% 100%;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 50px 35px;
}

.video_bg .container {
    padding: 30px;
    background: #fff;
}

.videocat_list section::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.videocat_list section::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
}

.videocat_list section::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.5)
}

@media (max-width: 600px) {
    .tab-menu {
        border-radius: 0;
    }

    .tab-content>div {
        border-radius: 0;
    }

    .tab-content .tree li {
        width: 100%;
    }
    .home-video-wrap {
        border-radius: 0;
        padding: 15px 15px 0;
        background-color: var(--tb--white);
    }

    .video_bg {
        margin-top: 0;
        padding: 0;
    }

    .video_bg .container {
        padding: 0;
    }

    .container .article-content p {
        margin-bottom: 10px
    }

    .sticky li {
        width: 100%
    }

    .sticky li a {
        padding: 10px 20px 10px 160px
    }

    .sticky img {
        margin: 8px 0 0 -135px;
        width: 125px;
        height: 82px
    }

    .sticky p {
        height: 60px;
    }

    .login-qq,.login-weixin,.login-weibo {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        width: 32px;
        border-radius: 16px;
    }

    .article-wechatitem {
        max-width: 320px;
        width: auto
    }

    .menu-item .fa-angle-down {
        display: none
    }

    .ts-1-1 {
        display: none
    }

    .ts-1-2 {
        width: 100%;
        border-left: 0px
    }

    .ts-1-3 {
        width: 100%;
        border-left: 0px
    }

    .ts-1-4 {
        width: 100%;
        border-left: 0px
    }

    .themeinfo {
        padding: 15px 0;
    }

    .proPhoto {
        float: left;
        display: block;
        width: 100%;
        overflow: hidden;
        max-height: 400px;
    }

    .proPhoto img {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .proChoice {
        display: block;
        margin-top: 15px;
        padding: 0 15px 15px 15px;
        width: 100%;
    }

    .proChoice h1 {
        float: left;
        line-height: 28px;
        font-size: 18px;
        color: #3c3c3c;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .viplist {
        margin-top: 10px;
    }

    .xprice {
        margin-bottom: 5px;
    }

    .xprice_val {
        margin-top: 5px;
    }

    .protishi {
        margin-top: 5px;
    }
}

.author-info {
    width: 100%;
    color: #888;
    font-size: 12px;
    background: url("../img/author.jpg") var(--tb--white) center top no-repeat;
    background-size: 100%;
    position: relative;
}

.zuozeipc {
    width: 50px;
    position: absolute;
    top: -1px;
    left: 10px;
    display: none;
}

.author-avatar {
    padding-top: 50px;
}

.author-avatar a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-border: 3px solid #fff;
    -moz-border: 3px solid #fff;
    position: relative;
}

.author-avatar .avatar {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.author-name {
    height: 36px;
    line-height: 36px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 2px;
}

.author-name span {
    font-size: 14px;
    font-weight: lighter;
    background: #ffa600;
    color: #fff;
    padding: 2px 6px;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.author-des {
    padding: 15px;
    background: var(--tb--bdbg);
    text-indent: 2em;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 1px;
}

.author-social {
    text-align: center;
    margin: 35px auto;
}

.author-social span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
}

.author-social span:hover {
    filter: alpha(opacity:80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8
}

.author-social span a {
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
}

.author-social span a i {
    margin-right: 5px;
}

.author-social .author-blog {
    background-color: #ff5e5c;
}

.author-social .author-weibo {
    background-color: #19b5fe;
}

.sul ul {
    clear: both;
    overflow: hidden;
    color: #999;
    max-width: 600px;
    margin: auto;
    line-height: 30px;
}

.sul ul li {
    margin-left: 20px;
    list-style: circle;
    color: #9EAAB2;
}

/* DIY CODE USER */
.userside {
    z-index: 5
}

.usertitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: center
}

.usertitle h2 {
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: lighter;
}

.usertitle h2 span {
    font-size: 14px;
    color: #FF5E52;
    display: block;
    display: none;
}

.usertitle h2 .iconfont {
    font-size: 14px;
    color: #FF5E52;
    display: block;
}

.usertitle h2 .novip {
    color: var(--tb--gray)
}

.usertong-h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    border-bottom: 1px solid var(--tb--line)
}

.usertong-h2 span {
    display: block;
    color: #FF5E52;
}

.usertong-h2 .iconfont {
    display: none;
}

.usertong {
    padding-top: 25px
}

.usertong ul {
    overflow: hidden;
    font-size: 14px;
    padding-top: 10px;
    list-style: none;
    padding-left: 1em
}

.usertong ul li {
    line-height: 25px;
    padding-bottom: 5px
}

.usertong ul li code{
    font-weight: bold ;
    color: #FF5E52;
}

.usermenu {
    box-sizing: content-box;
}

.usermenu li {
    margin-bottom: 5px;
}

.usermenu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 20px;
    line-height: 1.4;
    font-size: 16px;
    word-break: break-word;
}

.usermenu li a i {
    flex: 0 0 18px;
    width: 18px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

.usermenu li:last-child a {
    border-bottom: none;
}

.usernote {
    clear: both;
    overflow: hidden;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
}

.usernote li {
    margin-left: 20px;
    list-style: circle;
    color: var(--tb--gray);
}

.usernote table tr td {
    text-align: center !important;
}

.usernote table tr th {
    text-align: center !important;
}

@media (max-width: 600px) {
    .userside {
        padding: 10px 0 0 0;
    }

    .usertitle {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .usertitle h2 span {
        font-size: 16px;
        display: block;
        font-weight: normal;
    }

    .usertitle h2 .iconfont {
        display: none;
    }

    .usertong-h2 {
        display: none;
    }

    .usermenu {
        z-index:9999999999;
        margin: 0 0 10px;
        background-color: var(--tb--bdbg)
    }
    .usermenus {
        z-index:9999999999;
    }

    .usermenus ul {
        font-size: 16px;
        padding: 5px 7.5px;
        margin-bottom: 0;
        overflow-x: scroll;
        white-space: nowrap
    }

    .usermenus ul::-webkit-scrollbar {
        display: none
    }

    .usermenus li {
        display: inline-block;
        margin-bottom: 0
    }

    .usermenus li a {
        padding: 7.5px
    }
}

.ticket-new {
    width: 80%;
    list-style: none;
    margin: 40px 0 60px 40px;
    line-height: 32px;
}

.ticket-new h3 {
    margin: 20px 0 40px 20px
}

.ticket-new li {
    padding-left: 60px;
    margin-bottom: 15px
}

.ticket-new .tit {
    float: left;
    margin-left: -120px;
    text-align: right;
    width: 115px
}

.ticket-new b {
    float: left;
    margin-left: -120px;
    width: 110px;
    text-align: right;
    line-height: 34px;
}

.ticket-new label {
    font-size: 16px;
    cursor: pointer;
}

.ticket-radio {
    display: none
}

.ticket-radio+label {
    clear: both;
    -webkit-appearance: nonedisplay:inline-block;
    position: relative;
    border-radius: 3px;
    padding: 8px 15px;
    margin-bottom: 5px;
    background-color: var(--tb--tint);
    border: 1px solid var(--tb--tint);
}

.ticket-radio:checked+label {
    background-color: var(--tb--main);
    border: 1px solid var(--tb--main);
    color: #FFFFFF;
}

.pics {
    height: 80px;
}

.pic {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
    position: relative;
    border: 1px solid var(--tb--gray);
    border-radius: 4px;
    padding: 2px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
    object-fit: contain;
    object-position: center;
}

.pic-no {
    border: 1px dashed var(--tb--gray);
    color: #bbb;
    cursor: pointer
}

.pic-no .iconfont {
    line-height: 46px;
    font-size: 30px
}

.pic-delete {
    position: absolute;
    top: 100%;
    left: 26%;
    margin-top: 5px
}

.pic-delete .iconfont {
    font-size: 24px
}

.ticket-item h3 {
    font-size: 18px;
    font-weight: 700
}

.ticket-item-info {
    border-bottom: 1px solid var(--tb--line);
    padding-bottom: 24px;
    margin-bottom: 30px;
    color: #999
}

.ticket-item-info a{
    color: #FF5E52
}
.ticket-filter-bar a{
    color: #FF5E52
}

.ticket-item-content {
    overflow: hidden
}

.ticket-item-content dl {
    background: #00a4ff;
    padding: 10px 15px 12px;
    border-radius: 5px;
    max-width: 75%;
    margin: 0 70px 36px 70px;
    font-size: 14px;
    color: #fff;
    float: right;
    position: relative;
    clear: both;
    min-width: 120px
}

.ticket-item-content dl.ticket-item-reply {
    float: left;
    color: var(--tb--base);
    background: var(--tb--tint)
}

.ticket-item-content dl time {
    font-size: 12px;
    color: #ccc;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    right: 0
}

.ticket-item-content dl.ticket-item-reply time {
    left: 0
}

.ticket-item-content dl::before {
    content: '';
    border-top: 2px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #00a4ff;
    position: absolute;
    right: -12px;
    top: 12px
}

.ticket-item-content dl.ticket-item-reply::before {
    border-right: 12px solid var(--tb--tint);
    left: -12px;
    right: auto;
    border-left: none
}

.ticket-item-content dl.ticket-item-reply::after {
    border-right: 12px solid #fff;
    left: -10px;
    right: auto;
    border-left: none
}

.ticket-item-content .thumbs {
    overflow: hidden;
    padding-top: 5px
}

.ticket-item-content .thumbs img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    max-width: 100px;
    max-height: 100px;
    cursor: pointer
}

.ticket-item-content dt {
    position: absolute;
    top: 0;
    right: -70px
}

.ticket-item-content dl.ticket-item-reply dt {
    right: auto;
    left: -70px
}

.ticket-item-content dt img {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.ticket-item-content dt .avatar {
    border: 2px solid #eaeaea
}

.ticket-item-content dl.ticket-item-reply .avatar {
    border: 2px solid #ff5f33
}

.ticket-item-content dd {
    word-break: break-all;
    word-wrap: break-word
}

.ticket-item-content dd img {
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    float: left
}

.ticket-reply {
    padding: 40px 0;
    overflow: hidden
}

.ticket-reply h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700
}

.ticket-reply .pics {
    float: left
}

.ticket-reply .hdl {
    float: right;
    text-align: right
}

.ticket-reply .hdl p {
    margin-top: 10px;
}

.ticket-item-status {
    margin-top: 10px
}

.ticket-item-status .btn {
    padding: 3px 8px;
    font-size: 12px
}

.ticket-thumb-lg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}

.ticket-thumb-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7)
}

.ticket-thumb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.7)
}

@media (max-width: 600px) {
    .ticket-new {
        width: 100%;
        margin: 10px auto
    }

    .ticket-new li {
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 25px
    }

    .ticket-new b {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: left;
        line-height: 20px
    }

    .ticket-new label {
        font-size: 14px
    }

    .ticket-new .btn {
        width: 100%
    }

    .ticket-td {
        display: none
    }

    .ticket-item h3 {
        font-size: 16px
    }
}

.charge {
    max-width: 600px;
    margin: auto
}

.charge .charge-header {
    margin: 0 0 20px;
    text-align: center;
    padding: 10px 0
}

.charge ul li {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px color: var(--tb--gray);
}

.charge .charge-header h1 {
    font-size: 46px;
    color: #FF5E52
}

.charge .charge-header .desc {
    text-align: center;
    color: #999;
    position: relative;
    margin-top: -10px
}

.charge .form-control {
    width: 65%;
    float: left;
    padding: 14px;
    border-radius: 3px 0 0 3px;
    height: 55px;
    border-right: none;
    font-size: 18px;
    font-weight: lighter;
}

.charge .form-control:focus {
    border-color: #45b6f7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87,100,226,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(87,100,226,.6)
}

.charge .form-control.error {
    border-color: #ff766c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(250,127,127,.6)
}

.charge .cbtn {
    width: 35%;
    float: left;
    border-radius: 0 3px 3px 0;
    border: 0;
    padding: 14px;
    font-size: 18px;
    height: 55px;
    cursor: pointer;
}

.charge .vbtn {
    display: block;
    cursor: pointer;
    margin: 15px auto;
    text-align: center;
}

.charge h4 {
    font-size: 15px;
    color: #bbb;
    padding-top: 10px;
    clear: both;
    margin-left: 15px
}

.charge h4.error {
    color: #ff766c
}

.charge h4.success {
    color: #44b60c
}
.charge .pay {
    clear: both;
    padding-top: 15px;
    float: right;
}

.charge .pay .method-choose {
    display: none;
}

.charge .pay .alipay {
    background: url(../img/pay/alipay.png) no-repeat top left;
    background-position: 50% 50%;
    background-size: 100%;
    border-radius: 5px;
}

.charge .pay .wxpay {
    background: url(../img/pay/wxpay.png) no-repeat center;
    background-position: 50% 50%;
    margin-right: 10px;
    background-size: 100%;
    border-radius: 5px;
}

.charge .pay .paypal {
    background: url(../img/pay/paypal.png) no-repeat center;
    background-position: 50% 50%;
    margin-right: 10px;
    background-size: 100%;
    border-radius: 5px;
}

.charge .pay .stripe {
    background: url(../img/pay/stripe.png) no-repeat center;
    background-position: 50% 50%;
    margin-right: 10px;
    background-size: 100%;
    border-radius: 5px;
}

.charge .pay .method-choose + label {
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.charge .pay .alipayicon .method-choose:checked + label {
    border: 2px solid #108ee9;
}

.charge .pay .wxpayicon .method-choose:checked + label {
    border: 2px solid #09bb07;
}

.charge .pay .paypalicon .method-choose:checked + label {
    border: 2px solid #0070ba;
}

.charge .pay .stripeicon .method-choose:checked + label {
    border: 2px solid #635bff;
}

.charge label {
    display: inline-block;
    cursor: pointer;
    max-width: 100%;
}

.charge .vip-radio {
    text-align: center;
    z-index: 2;
    font-size: 16px;
    width: 100%
}

.charge .vip-radio li {
    float: left;
    margin-right: 15px;
    list-style: none
}

.charge .vip-radio .regular-radio {
    display: none
}

.charge .vip-radio .regular-radio+label {
    clear: both;
    -webkit-appearance: nonedisplay:inline-block;
    position: relative;
    border-radius: 3px;
    padding: 8px 15px;
    margin-bottom: 5px;
    background-color: var(--tb--bdbg);
    border: 1px solid var(--tb--bdbg);
    min-width: 250px;
}

.charge .vip-radio .regular-radio+label i {
    color: #F00;
}

.charge .vip-radio .regular-radio+label span {
    margin: 0 5px;
    font-size: 18px;
    color: #FF5E52
}

.charge .vip-radio .regular-radio+label span del {
    margin-left: 5px;
    font-size: 14px;
}

.charge .vip-radio .regular-radio:checked+label {
    color: #FFFFFF;
    background-color: #FF5E52;
    border: 1px solid #FF5E52
}

.charge .vip-radio .regular-radio:checked+label span {
    color: #FFFFFF
}

.charge .vip-radio .regular-radio:checked+label i {
    color: #FFFFFF
}

@media (max-width: 600px) {
    .charge .charge-header {
        margin: 0 0 10px
    }

    .charge h4 {
        font-size: 14px
    }

    .charge .vip-radio {
        font-size: 14px
    }

    .charge .usertong-h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px
    }

    .charge .usertong-h2 span {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden
    }

    .charge .usertong ul li {
        line-height: 25px;
        margin-bottom: 5px;
        font-size: 12px
    }
}

.user-main {
    position: relative
}

.user-main textarea {
    resize: vertical;
    min-height: 80px
}

.user-main em {
    font-style: normal
}

.user-main dfn {
    font-style: normal;
    color: #FF5E52
}

.user-main table {
    width: 100%;
    border: none!important;
    border-collapse: collapse
}

.user-main table tr th {
    border: none!important;
    text-align: left;
    padding: 20px 15px;
    font-size: 16px
}

.user-main table tr td {
    border: none!important;
    text-align: left;
    color: var(--tb--gray);
    padding: 15px
}

.user-main table tr td h5 {
    font-size: 14px;
    font-weight: 400
}

.user-main table tr td h5 a {
    color: var(--tb--base)
}

.user-main thead th {
    background-color: var(--tb--tint);
    color: var(--tb--base)
}

.user-main tbody tr:nth-child(2n) {
    background-color: var(--tb--tint)
}

.user-main tbody tr:nth-child(2n-1) {
    background-color: inherit
}

.user-meta li {
    padding-left: 40px;
}

.user-meta li label {
    color: var(--tb--base);
    overflow: hidden;
    white-space: nowrap;
}

.user-main .user-commentlist time {
    color: var(--tb--gray);
}

.user-main .user-commentlist a {
    color: var(--tb--gray);
}

.user-main .user-commentlist .note {
    color: var(--tb--base);
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    .usertitle img {
        margin-bottom:10px;
    }

    .user-main {
        min-height: 350px;
    }

    .user-main .user-commentlist time {
        display: none;
    }

    .user-main table tr th {
        padding: 10px;
        font-size: 14px
    }

    .user-main table tr td {
        padding: 10px
    }

    .mhidden {
        display: none
    }

    .user-meta {
        line-height:24px;
    }
    
    .user-meta li {
        padding-left: 0;
    }
    
    .user-meta li label {
        font-size:14px;
        line-height:24px ;
    }
}

/* DIY CODE BUG */
:root {
    --tb--base: #666;
}

.darking:root {
    --tb--base: #ccc;
    --tb--dark: #22292e;
    --tb--white: #22292e;
    --tb--gray: #777;
}

.darking .comt-box {
    border-color: var(--tb--main) !important;
}

.widget_ui_tags .items a {
    color: var(--tb--gray);
}

.resetpass {
    text-align: center;
}

.product-content .-item footer {
    font-size: 14px;
}

.product-content .-item h2 {
    margin: 10px;
    text-align: left;
}

.m-navbar li.current-menu-item>a {
    background-color: var(--tb--main);
    color: #FFFFFF;
}

.ias_trigger {
    margin: 20px;
}

hr {
    border: 0px;
    height: 1px;
    background-color: var(--tb--line);
}

.rewards-popover {
    background-color: var(--tb--bdbg)
}

.user-tips {
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.branding {
    border-top: 1px solid var(--tb--line);
}

.darking .ipt {
    border-color: var(--tb--main) !important;
}

.m-icon-nav {
    z-index: 9999;
}

.p_indent .article-content .wpcf7-form li p {
    text-indent: 0;
}

.mulu-table tbody tr:nth-child(2n) {
    background-color: var(--tb--tint)
}

.mulu-table tbody tr:nth-child(2n-1) {
    background-color: inherit
}
@media (max-width: 600px) {
    .excerpts-title {
        padding: 0;
        margin: 0;
        background: none;
    }

    .excerpts-title h3 {
        margin: 15px;
    }

    .excerpt .meta {
        white-space: nowrap;
        overflow: hidden;
    }

    .m-excerpt-desc .excerpt-text .note {
        display: none;
    }

    .pagination li.prev-page, .pagination li.next-page {
        display: block;
        width: 100px;
        margin: 10px auto
    }
}
.mo-topics ul>li .-info h2 {
    margin: 0px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
@media (max-width: 460px) {
    .mo-topics ul>li {
        width: 180px;
    }
}
@media (min-width: 600px) {
    .btn{
        font-size: 16px;
    }
}

/* USER INPUT NORMALIZE */
.user-main .user-meta input[type="text"].ipt,
.user-main .user-meta input[type="email"].ipt,
.user-main .user-meta input[type="password"].ipt,
.user-main .user-meta input[type="number"].ipt,
.user-main .user-meta textarea.ipt,
.user-main .user-meta select.ipt,
.user-main .ticket-new input[type="text"].ipt,
.user-main .ticket-new input[type="email"].ipt,
.user-main .ticket-new textarea.ipt {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}


/* SIGN IN OR SIGN UP */
.sign-mask{background-color:rgba(0,0,0,.7);}
.sign form{background:#232323;}

.sign h4{
    margin:0 0 18px;
    color:#999;
    line-height:1.5;
}

.sign .child-sign-head{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:nowrap;
    width:100%;
}

.sign .child-sign-title{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    color:#fff;
    line-height:1.4;
    white-space:nowrap;
}

.sign .child-sign-sep{
    display:inline-block;
    color:#666;
    font-size:14px;
    line-height:1;
    white-space:nowrap;
}

.sign .child-sign-toggle{
    display:inline-block;
    margin:0;
    padding:0;
    color:#50b674;
    font-size:13px;
    font-weight:400;
    line-height:1.4;
    cursor:pointer;
    white-space:nowrap;
    transition:opacity .2s ease,color .2s ease;
}

.sign .child-sign-toggle:hover{
    color:#6fd18f;
}

.sign h4 .signup-loader,
.sign h4 .signin-loader{
    display:inline-block;
    margin:0;
    padding:0;
    color:#999;
    font-size:12px;
    line-height:1.4;
    cursor:pointer;
    white-space:nowrap;
}

.sign .child-sign-head > .signup-loader,
.sign .child-sign-head > .signin-loader{
    margin-left:auto !important;
    float:none !important;
}

.sign h4 .signup-loader:hover,
.sign h4 .signin-loader:hover{
    color:#fff;
}

.sign a{color:#999;}
.sign a:hover{color:#fff;}

.sign form input[type="text"],
.sign form input[type="email"],
.sign form input[type="password"]{
    color:#fff;
    background:#303030;
    border:1px solid #333;
}

.sign form input[type="text"]:focus,
.sign form input[type="email"]:focus,
.sign form input[type="password"]:focus{
    color:#fff;
    background:#2a2a2a;
    border-color:#50b674;
    outline:none;
    box-shadow:none;
}

.sign .sign-panel-scan{
    text-align:center;
}

.sign .gaaailogin-qrcode{
    margin:14px auto 12px;
    width:220px;
    max-width:100%;
    height:220px;
    min-height:220px;
    text-align:center;
    color:#999;
    background:url(../img/loading.gif) no-repeat center center;
    background-size:64px 64px;
}

.sign .gaaailogin-qrcode .gaaailogin-qrcode-img{
    display:block;
    margin:auto;
    width:100%;
    height:100%;
}

.sign .ews-title{
    margin:15px auto 10px;
    text-align:center;
    font-size:16px;
    font-weight:600;
    color:#50b674;
    letter-spacing:1px;
}

.sign .ews-box{
    text-align:center;
}

.sign .ews-box .ews-input{
    width:150px;
    height:35px;
    box-sizing:border-box;
    padding:6px 12px;
    border:1px solid #444;
    border-radius:3px;
    background:#303030;
    color:#fff;
}

.sign .ews-box .ews-button{
    height:35px;
    box-sizing:border-box;
    padding:7px 12px;
    border:none;
    border-radius:3px;
    background:#07C160;
    color:#fff;
    font-size:14px;
    cursor:pointer;
}

.sign .ews-tips{
    margin:10px auto 0;
    text-align:center;
    font-size:13px;
    color:#999;
}

.sign .sign-agreement{
    margin:10px auto 0;
    text-align:center;
    font-size:12px;
    line-height:1.7;
    color:#666;
}

.sign .sign-agreement a{
    margin-left:4px;
    color:#888;
}

.sign .sign-agreement a:hover{
    color:#fff;
}

.sign .sign-trans{
    margin-top:10px;
    text-align:center;
    color:#FF5E52;
    cursor:pointer;
}

.sign .sign-submit{
    margin-top:16px;
}

.sign .sign-submit label{
    color:#999;
}

.sign .sign-sociala{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-top:14px;
    text-align:center;
}

.sign .sign-sociala a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border-radius:50%;
    text-decoration:none;
    transition:transform .2s ease,opacity .2s ease,background .2s ease;
}

.sign .sign-sociala a:hover{
    transform:translateY(-1px);
    opacity:.92;
    background:rgba(255,255,255,.04);
}

.sign .sign-sociala .iconfont{
    margin:auto;
    font-size:30px;
    line-height:1;
}

.sign .sign-sociala .login-weixin{color:#50b674;}
.sign .sign-sociala .login-qq{color:#3F92D6;}
.sign .sign-sociala .login-weibo{color:#FF766C;}

.sign .sign-sociala .login-google{
    color:#fff;
}

.sign .login-google-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#fff;
    color:#444;
    font-size:0px;
    font-weight:700;
    line-height:1;
    box-shadow:0 1px 3px rgba(0,0,0,.18);
}

.sign .login-google-badge::before{
    content:"G";
    display:block;
    font-size:18px;
    font-weight:700;
    line-height:1;
    background:conic-gradient(from -45deg,#4285F4 0 25%,#DB4437 25% 50%,#F4B400 50% 75%,#0F9D58 75% 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

/* 新增：扫码 / 账号 模式切换 */
.sign form.-in.mode-scan .sign-panel-scan{
    display:block;
}

.sign form.-in.mode-scan .sign-account-item,
.sign form.-in.mode-scan .sign-account-submit{
    display:none;
}

.sign form.-in.mode-account .sign-panel-scan{
    display:none;
}

.sign form.-in.mode-account .sign-account-item,
.sign form.-in.mode-account .sign-account-submit{
    display:block;
}

@media (max-width:480px){
    .sign .child-sign-head{
        gap:6px;
    }

    .sign .child-sign-title{
        font-size:16px;
    }

    .sign .child-sign-toggle{
        font-size:12px;
    }

    .sign h4 .signup-loader,
    .sign h4 .signin-loader{
        font-size:12px;
    }

    .sign .gaaailogin-qrcode{
        width:220px;
        height:220px;
        min-height:220px;
    }
}
    
.text-justify-on .widget_ui_posts .text, .text-justify-on .widget_ui_textorbui, .text-justify-on .relates li, .text-justify-on .article-content, .text-justify-on .widget_ui_comments ul li, .text-justify-on .excerpt .note, .text-justify-on .excerpt-minic-index, .text-justify-on .excerpt-minic .note {
    text-align: left;
}

#submit {
    width: 120px;
}
