
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%; 
}
 
body {
    font-family: PingFang SC, 'Poppins', Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    background: #fff;
    color: #1b1b1b;
}

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

a, img {
    border: 0;
	text-decoration:none;
	/*! object-fit: cover; */
}

.top-box {
    position: relative;
}

    .top-box .top-logo, .top-box .top-banner, .top-box .form-wrapper {
        float: left;
    }

.clear {
    clear: both;
}
/*????????????end*/


/* PC?????????
 ======================================================================================================*/
.container {
    width: 1300px;
    margin: 0 auto;
    clear: both;
}

.header-top {
    width: 100%;
    height: 40px;
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}

.header-top-left {
    float: left;
    color: #8b8b8b;
}

.header-top-right {
    float: right;
    color: #8b8b8b;
}

.header-top-left a {
    text-decoration: none;
    color: #000;
    line-height: 40px; 
    margin: 0 3px;
    font-size: 12px;
}

    .header-top-left a:hover, .header-top-right a:hover {
        color: #216eca;
    }

.Language-box a {
    margin: 7px 5px 0;
    height: 26px;
    line-height: 24px;
    padding: 0 5px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    background: linear-gradient(#fcfcfc, #f3f3f3);
    background: -webkit-linear-gradient(#fcfcfc, #f3f3f3);
    background: -o-linear-gradient(#fcfcfc, #f3f3f3);
    background: -moz-linear-gradient(#fcfcfc, #f3f3f3);
    border-radius: 4px;
    text-decoration: none;
    color: #8b8b8b;
}

    .Language-box a:hover {
        text-decoration: none;
        color: #fff;
        background: #202b63;
    }

.top-box {
    padding-top: 15px;
}

    .top-box .top-logo {
        width: 180px;
        margin-bottom: 19px;
    }

    .top-box .top-banner {
        width: 540px;
        height: 60px;
        margin-left: 60px;
    }

        .top-box .top-banner a {
            width: 540px;
            height: 60px;
            display: inline-block;
        }

            .top-box .top-banner a img.advertisement1 {
                width: auto;
                max-width: none;
            }

.top-box .form-wrapper {
    width: 580px;
    height: 37px;
    border: 1px solid #a7a7a7;
    margin-top: 27px;
    margin-left: 270px;
    border-radius: 29px;
    box-shadow: 0 0 5px #cccccc;
}

        .top-box .form-wrapper input {
            border: 0;
            line-height: 35px;
            padding: 0 0 0 22px;
            margin: 0;
            background: none;
            font-size: 12px;
            width: 555px;
            float: left;
        }

        .top-box .form-wrapper button {
            width: 15px;
            height: 15px;
            background: none;
            border: 0;
            background-image: url(img/search.png);
            cursor: pointer;
            position: relative;
            right: 11px;
            top: 2px;
        }

    .top-box .top-user {
        float: right;
        margin-top: 17.5px;
    }

        .top-box .top-user a {
            color: #2b65b2;
            text-decoration: none;
            font-size: 1.6rem;
            font-size: 16px;
            cursor: pointer;
            margin-left: 6px;
        }

            .top-box .top-user a.register-button i {
                display: inline-block;
                width: 21px;
                height: 21px;
                margin-right: 3px;
                background: url(img/register-icon.png);
                vertical-align: text-bottom;
            }

.login-button i {
    display: inline-block;
    width: 18px;
    height: 19px;
    margin-right: 3px;
    margin-top: -1px;
    background: url(img/login-icon.png);
    background-size: 100%;
    vertical-align: middle;
}
/*??????css??????*/
.lr_systembtn {
    line-height: 33px;
    position: relative;
    z-index: 1000004;
}

    .lr_systembtn .lr_abtn {
        width: 100%;
        height: 35px;
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #666666;
    }

        .lr_systembtn .lr_abtn:hover {
            color: #333333;
            background-position: left bottom;
        }

        .lr_systembtn .lr_abtn span {
            padding-left: 28px;
        }

.lr_menu {
    width: 184px;
    padding: 8px 6px 8px 6px;
    background-color: #ffffff;
    border: #ACACAC solid 1px;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    top: 35px;
    font-size: 14px;
    right: 0px;
    z-index: 1000005;
    display: none;
}
    /*.lr_menu:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }*/

    .lr_menu dl {
        width: 100%;
        display: block;
        overflow: hidden;
    }

        .lr_menu dl dt a.lr_menuA {
            width: 100%;
            display: block;
            color: #666666;
            border-bottom: #ACACAC dashed 1px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            background-repeat: no-repeat;
            background-position: 6px center;
            font-weight: 500;
        }

    .lr_menu a.lr_menuA:hover {
        background-color: #E2E2E2;
        color: #2b65b2;
        text-decoration: none;
    }

    .lr_menu dt {
    }

        .lr_menu dt a {
            font-weight: bold;
            text-indent: 14px;
        }

    .lr_menu dd a {
        text-indent: 24px;
        background-position: 16px center;
    }

    .lr_menu em, .lr_menu span {
        display: block;
        width: 30px;
        height: 16px;
        font-size: 30px;
        overflow: hidden;
        _position: relative;
        margin-left: 140px;
    }

    .lr_menu em {
        margin-top: -25px;
        color: #ACACAC;
        font-style: normal;
    }

    .lr_menu span {
        margin-top: -14px;
        color: white;
    }

.top-box .top-user a.Signout i {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 3px;
    background: url(img/Signout-icon.png);
    background-origin: -80px 0;
    vertical-align: text-bottom;
}

.Phone-banner {
    font-size: 0;
    height: 0;
    display: none;
}

.phone-show, .phonemiddle-show {
    font-size: 0;
    height: 0;
    display: none;
}

@media screen and (max-width: 999px) {
    .phone-show, .phonemiddle-show {
        display: block;
        width: 320px;
        height: 60px;
        margin: 10px auto;
    }

        .phone-show a .phonemiddle-show a {
            display: block;
            width: 320px;
            height: 60px;
        }
}

.PC-indexbanner {
    margin: 15px auto;
    clear: both;
    height: 60px;
}

    .PC-indexbanner a {
        float: left;
        width: calc(50% - 5px);
        height: 60px;
        display: inline-block;
    }

        .PC-indexbanner a img.advertisement2 {
            width: auto;
            max-width: none;
        }

        .PC-indexbanner a:last-child {
            margin-right: 0;
            margin-left: 7px;
        }

        .PC-indexbanner a.PC-indexbanner-r {
            margin-left: 7px;
        }

.phone-noshow, .banner-box2 {
    width: 580px;
    height: 60px;
}

.index-table {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.index-table-right {
    float: right;
    width: 50%;
}

.index-notice {
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1169px) {
    .index-notice {
        width: auto;
        padding: 0 8px;
    }
}

.tab1 {
    width: 98%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    margin-bottom: 9.5px;
}

.menu {
    height: 30px;
    margin-bottom: -1px;
    *z-index: 8888;
    *position: relative;
}

    .menu li {
        float: left;
        width: 20%;
        padding: 0 8px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        color: #989898;
        font-size: 14px;
        font-size: 1.4rem;
        overflow: hidden;
    }

        .menu li.off {
            background: linear-gradient(to bottom,#e9f6ff,#fff);
            border-top: 1px solid #0a6ec3;
            border-left: 1px solid #d0d0d0;
            border-right: 1px solid #d0d0d0;
            border-bottom: 1px solid #fff;
            color: #086ec2;
        }

.tab2s {
    width: 100%;
    height: 30px;
    margin-bottom: -1px;
    *z-index: 8888;
    *position: relative;
}

    .tab2s li {
        float: left;
        width: 20%;
        padding: 0 5px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        color: #989898;
        font-size: 13px;
        overflow: hidden;
    }

    .tab2s li { /*Donna-padding*/
        text-decoration: none;
        color: #989898;
        font-size: 13px;
		padding: 0 8px;
    }

        .tab2s li.tab2s_current {
            background: linear-gradient(to bottom,#e9f6ff,#fff);
            border-top: 1px solid #0a6ec3;
            border-left: 1px solid #d0d0d0;
            border-right: 1px solid #d0d0d0;
            border-bottom: 1px solid #fff;
            color: #086ec2;
        }

        .tab2s li.tab2s_link a {
        }

.tab2s-down {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    padding: 5px;
    height: auto;
}

.menudiv {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    padding: 5px;
    height: auto;
}

.table-title {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.table-title p {
font-size: 14px !important;
 padding-left: 5px;
}
    .table-title span {
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
        font-weight: bold;
        color: #0a6ec3;
        width: 100%;
    }

        .table-title span a {
            font-weight: bold;
            color: #0a6ec3;
            text-decoration: none;
            font-size: 17px;
            border-bottom: 2px solid #244fd0;
            padding-bottom: 5px;
        }

    .table-title a.table-more {
        text-decoration: none;
        color: #989898;
    }

    .table-title time {
        font-style: normal;
        width: auto;
        display: inline-block;
    }

    .table-title .time {
        font-style: normal;
        width: 12%;
        *width: 80px;
        display: inline-block;
    }

    .table-title .time, .table-title a.table-more {
        font-size: 1rem;
        font-size: 12px;
        color: #fd0000;
        position: absolute;
        right: 0;
        top: 3px;
    }

.table-more img {
    width: 22px;
    height: 22px;
}

.TableNotice {
    width: 100%;
    *width: 98%;
    padding: 0 1%;
    line-height: 24px;
    background: #faf5cb;
    color: #900000;
    border-top: 1px solid #d6c53a;
}

    .TableNotice span {
        color: #4C71B3;
    }

    .TableNotice a {
        text-decoration: none;
        color: #900000;
    }

.TableNotice_Contract {
    width: 100%;
    *width: 98%;
    padding: 0 1%;
    line-height: 24px;
    background: #ca2824;
    color: #fff;
    border-top: 1px solid #d6c53a;
}

    .TableNotice_Contract span {
        color: #fff;
    }

    .TableNotice_Contract a {
        text-decoration: none;
        color: #fff;
    }

.table-cont, .price-table {
    width: 100%;
    border-left: 1px solid #cad2d5;
    border-top: 1px solid #cad2d5;
    font-size: 1.5rem;
    font-size: 14px;
    table-layout: fixed;
}

    .table-cont tr th {
        background: #d6e6f3;
        height: 32px;
        color: #0a6ec3;
    }

    .price-table tr th {
        background: #d6e6f3;
        height: 42px;
        color: #0a6ec3;
    }

.table-even tr th {
    background: #f7e8d3;
}

.table-cont tr, .price-table tr {
    background: #fff;
}

    .table-cont tr:hover, .price-table tr:hover {
        background: #d8d8d8;
    }

    .table-cont tr td {
        height: 27px;
    }

    .price-table tr td {
        height: 32px;
    }

        .table-cont tr td img, .price-table tr td img {
            width: 13px;
            height: 11px;
            margin-right: 2px;
        }

        .table-cont tr td.trend img, .price-table tr td.trend img {
            width: 21px;
            height: 21px;
            margin: 2px 3px 0 3px;
            vertical-align: bottom;
        }

    .table-cont tr th, .table-cont tr td, .price-table tr th, .price-table tr td {
        border-right: 1px solid #cad2d5;
        border-bottom: 1px solid #cad2d5;
        text-align: center;
        overflow: hidden;font-size: 11px;
    }

        .table-cont tr td.table-list-title, .price-table tr td.table-list-title {
            text-align: left;
            padding-left: 10px;
        }

            .table-cont tr td.table-list-title a, .price-table tr td.table-list-title a {
                text-decoration: none;
                color: #1b1b1b;
                cursor: text;
            }

        .table-cont tr th a, .table-cont tr td a, .price-table tr th a, .price-table tr td a {
            text-decoration: none;
            color: #1b1b1b;
            cursor: text;
            font-size: 12px;
        }

    .table-cont tr:nth-child(odd), .price-table tr:nth-child(odd) {
        background: #f6f6f6;
    }

        .table-cont tr:nth-child(odd):hover, .price-table tr:nth-child(odd):hover {
            background: #d8d8d8;
        }
/*.table-cont tr.table-tr-bg , .price-table tr.table-tr-bg{
	background:#f6f6f6;
}
.table-cont tr.table-tr-bg:hover , .price-table tr.table-tr-bg:hover{
	background:#d8d8d8;
}*/

.table-hoverbg tr:hover, .table-hoverbg tr:hover {
    background: #fff;
}

.table-hoverbg tr.table-tr-bg:hover, .table-hoverbg tr.table-tr-bg:hover {
    background: #f6f6f6;
}

table.brand_company {
    border-collapse: separate;
    border-spacing: 2px 0;
    font-size: 12px;
    table-layout: fixed;
    word-wrap: break-word;
    line-height: 14px;
}

    table.brand_company td {
        color: #ffffff;
        background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
        height: 30px;
        border-top: 1px solid #ececec;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -ms-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        table.brand_company td a {
            color: #000000;
            text-decoration: none;
        }

table.friendship {
    border: 1px solid #dedede;
    margin-bottom: 20px;
}

    table.friendship tr:first-child {
        background: #f7bc51;
        color: #613712;
    }

        table.friendship tr:first-child td {
            text-align: left;
            padding-left: 5px;
            height: 25px;
        }

    table.friendship tr td {
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede;
        text-align: center;
        height: 30px;
    }

        table.friendship tr td a {
            color: #613712;
            text-decoration: none;
        }

            table.friendship tr td a:hover {
                color: #9c622e;
                text-decoration: none;
            }

.DramContract_tag {
    margin-bottom: 15px;
}

.index-SSD-table {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
    *width: 570px;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid #313d6f;
    background: linear-gradient(to bottom, #e9f6ff, #fff, #fff, #fff, #fff, #fff, #fff);
}

.banner-box1 {
    width: 100%;
}

.banner-box1-left {
    width: 368px;
    float: left;
}

.banner-box1-list {
    width: 240px;
    float: right;
}

    .banner-box1-list ul {
        list-style: none;
    }

        .banner-box1-list ul li {
            width: 240px;
            height: 114px;
            margin-bottom: 9px;
        }

            .banner-box1-list ul li a.advertisement3 {
                width: auto;
                max-width: auto;
            }

#bannerslider {
    overflow: hidden;
    width: 368px;
    height: 215px;
    position: relative;
}

    #bannerslider .pics, #bannerslider .pics li {
        width: 368px;
        height: 215px;
    }

        #bannerslider .pics li {
            float: left;
        }
        #bannerslider .pics li  img{
            height: 215px;
        }

    #bannerslider #listnav {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

        #bannerslider #listnav li.listnav {
            background: #F47500;
            color: #fff;
        }

        #bannerslider #listnav li {
            cursor: pointer;
            background: #343434;
            color: #e6e6e6;
            width: 16px;
            height: 16px;
            line-height: 16px;
            margin-left: 4px;
            display: inline-block;
            text-align: center;
        }

.featured-review {
    width: 100%;
    margin-top: 0;
}

.featured-review-title {
    width: 100%;
    height: 36px;
    border-bottom: 2px solid #c5c5c5;
    color: #e81e1a;
    position: relative;
}

    .featured-review-title b {
        font-size: 1.6rem;
        font-size: 16px;
    }

    .featured-review-title p {
        width: 100%;
        border-bottom: 4px solid #e81e1a;
        position: absolute;
        top: 8px;
        left: 0;
    }

.featured-review-list {
    width: 100%;
}

.review-list {
    clear: both;
    border-bottom: 1px dashed #dedede;
    padding: 15px 0;
    overflow: hidden;
}


.review-list  .figure a img{
width: 100px;
height: 61px;
object-fit: initial;
}


.review-list-last {
    border-bottom: 0px dashed #dedede;
}

.review-list .figure {
    width: 24%;
    float: left;
    margin: 0 3px 0 0;
}

    .review-list .figure a {
        cursor: pointer;
    }

.review-list-cont {
    width: 75%;
    float: right;
}

    .review-list-cont h4 {
        width: 100%;
        font-size: 1.5rem;
        font-size: 15px;
        /*overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
        height: 60px;
        overflow: hidden;
        margin-top: 0;
        line-height: 20px;
        font-weight: normal;
    }

        .review-list-cont h4 a {
            color: #3c3c3c;
            text-decoration: none;
        }

    .review-list-cont p {
        /*font-size: 1.4rem;
        font-size: 14px;
        height: 36px;
        overflow: hidden;
        line-height: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-top: 5px;*/ display: none;
    }

.New-Article{
    width: 65.8%;
    float: left;
}
.footer-left {
    width: 80%;
    float: left;
}
.Public-sidebar-right{
    width: 30.6%;
    float: right;
}
.footer-right {
    width: 20%;
    float: right;
}
.New-Article, .Public-sidebar-right {
    margin: 20px 0;
}

.Article-box-title {
    list-style: none;
    width: 100%;
    height: 44px;
    *height: 38px;
    margin-bottom: 30px;
    border: 1px solid #E1E1E1;
}

    .Article-box-title li {
        float: left;
        list-style: none;
    }

        .Article-box-title li a {
            display: block;
            width: auto;
            padding: 10px;
            text-decoration: none;
            color: #5b595a;
            font-size: 1.5rem;
            font-size: 15px;
            position: relative;
        }

            .Article-box-title li a.Article-boxtitle-active .icon-list-bullet {
                display: inline-block;
                width: 13px;
                height: 13px;
                vertical-align: middle;
                background: url(img/glyphicons-halflings.png) no-repeat;
                margin-right: 9px;
            }

            .Article-box-title li a .icon-list-bullet {
                display: inline-block;
                width: 15px;
                height: 15px;
                vertical-align: bottom;
                background: url(img/glyphicons-halflings2.png) no-repeat;
                margin-right: 9px;
                width: 13px;
                height: 13px;
                vertical-align: middle;
            }

            .Article-box-title li a:hover .icon-list-bullet {
                background: url(img/glyphicons-halflings.png) no-repeat;
            }

            .Article-box-title li a.Article-boxtitle-active {
                background: #e68b00;
                color: #fff;
                font-weight: bold;
            }

                .Article-box-title li a.Article-boxtitle-active:before {
                    content: "";
                    position: absolute;
                    border: 8px solid transparent;
                    border-bottom: 0;
                    border-top-color: #e68a01;
                    bottom: -7px;
                    left: 45%;
                    margin-left: -4px;
                }

/*.Article-box-title li a:hover {
                background: #e68b00;
                color: #fff;
                font-weight: bold;
            }

                .Article-box-title li a:hover:before {
                    content: "";
                    position: absolute;
                    border: 8px solid transparent;
                    border-bottom: 0;
                    border-top-color: #e68a01;
                    bottom: -7px;
                    left: 45%;
                    margin-left: -4px;
                }*/
@media screen and (max-width: 330px){
	.Article-box-title li a {
    padding: 10px 8px;
	}
}

.Article-box-cont, .report-box-cont {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e1e1e1;
    overflow: hidden;
}

.Article-box-cont-lastchild, .report-box-cont-lastchild {
    border-bottom: 0px dashed #e1e1e1;
    *border-bottom: 0px dashed #e1e1e1;
    border-bottom: 0px dashed #e1e1e1\9;
}

.Article-box-cont:last-child, .report-box-cont:last-child {
    border-bottom: 0px dashed #e1e1e1;
}

.Article-box-figure {
    width: 25%;
    float: left;
    text-align: center;
    vertical-align: middle;
    min-height: 100px;
}
.Article-box-figure img {

    min-height: 108px;
    border: 1px solid #ddd;
    max-height: 120px;
}

.Article-content {
    width: 72%;
    margin-left: 3%;
    float: right;
}

    .Article-content h3 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 24px;
        color: #222222;
        font-weight: 600;
    }

        .Article-content h3 a {
            color: #212121;
            text-decoration: none;
        }

.Article-date {
    font-size: 12px;
    color: #989898;
    line-height: 22px;
}

.Article-essay {
    width: 100%;
    height: 45px;
    margin: 3px 0;
    overflow: hidden;
}

.Article-sort {
    width: 100%;
    clear: both;
    line-height: 24px;
}

    .Article-sort .sort-left {
        width: 80%;
        float: left;
        text-indent: 20px;
        font-size: 12px;
    }

    .Article-sort .sort-right {
        /*! width: 19%; */
height: 28px;
		padding: 0px 10px !important;	
		margin-right: 5px;
        float: right;
        text-align: center;
        border-radius: 14px;
    }

    .Article-sort .sort-left a {
        text-decoration: none;
        color: #989898;
        font-size: 12px;
    }

    .Article-sort .sort-right a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

.price-left {
    background: url(img/yellow-icon.png) no-repeat left;
}

.price-right {
    background-color: #e68b00;
}

.index-Article-more {
    width: 100%;
    margin-bottom: 0;
}

    .index-Article-more a {
        display: block;
        width: 100%;
        background-color: #fae6c9;
        height: 30px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        color: #343333;
    }

        .index-Article-more a:hover {
            background: #f3cf9a;
        }

.sidebar-header {
    width: 100%;
    height: 39px;
    line-height: 39px;
    background: url(img/border-header.png) repeat;
    text-align: left;
}

    .sidebar-header h4 {
        display: inline-block;
        padding: 0 15px;
        *width: 80px;
        width: 80px\9;
        text-align: center;
        color: #fff;
        background-color: #e68b00;
    }

.Learning_block {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #e1e1e1;
}

    .Learning_block:last-child {
        border-bottom: 0px dashed #e1e1e1;
    }

    .Learning_block a {
        text-decoration: none;
        color: #2c83c7;
    }

    .Learning_block p.Learning_title a {
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
    }

        .Learning_block p.Learning_title a i {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(img/download.png) no-repeat;
            background-size: 100%;
            margin-right: 8px;
            vertical-align: middle;
        }

    .Learning_block a.buynow {
        line-height: 32px;
    }

.RightButtom, .RightButtomDXI {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-indent: 15px;
    text-decoration: none;
}

    .RightButtom:hover, .RightButtomDXI:hover {
        color: #fff;
        background: #e68b00;
        text-decoration: none;
    }

    .RightButtom i, .RightButtomDXI i {
        width: 24px;
        display: inline-block;
        height: 24px;
        vertical-align: middle;
        margin-right: 8px;
    }

    .RightButtom i {
        background: url(img/Folder_download.png) no-repeat;
        background-size: 100%;
    }

    .RightButtomDXI i {
        background: url(img/Folder_downloadDXI.net.png) no-repeat;
        background-size: 100%;
    }

.RightButtom {
    background: #00b1b1;
}

.RightButtomDXI {
    background: #e68b00;
}

.QQ_price {
    padding: 20px 0;
}

    .QQ_price a {
        /*text-decoration:none;*/
        color: #1b1b1b;
    }

        .QQ_price a:hover {
            text-decoration: none;
            color: #2b65b2;
        }

#DXI-cont {
    width: 100%;
    text-align: center;
}

    #DXI-cont img {
        width: 100%;
        max-width: 569px;
    }

.QQ_Number {
    display: block;
    width: 80%;
    padding: 2px 0;
    text-align: center;
    margin: 10px auto;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    cursor: pointer;
    background: -o-linear-gradient(top, #fefefe, #e8e8e8);
    background: -webkit-gradient(linear,top,from(#fefefe),to(#e8e8e8));
    background: -webkit-linear-gradient(top, #fefefe, #e8e8e8);
    background: -moz-linear-gradient(top, #fefefe, #e8e8e8);
    background: linear-gradient(top, #fefefe, #e8e8e8);
}

    .QQ_Number:hover {
        background: -o-linear-gradient(top, #e8e8e8, #fefefe);
        background: -webkit-gradient(linear,top,from(#e8e8e8),to(#fefefe));
        background: -webkit-linear-gradient(top, #e8e8e8, #fefefe);
        background: -moz-linear-gradient(top, #e8e8e8, #fefefe);
        background: linear-gradient(top, #e8e8e8, #fefefe);
    }

    .QQ_Number img {
        width: 80px;
        height: 40px;
    }

.QQ-box {
    /*width: 80%;*//**?????????????????????????????????????????????-??????????????????-Ruby-20220610**/
    margin: 0 auto;
    padding: 20px 0;
}

.wechat_wrapper {
    width: 100%;
    padding: 20px 0;
}

.QQ_lef {
    float: left;
    /*margin-left: 20px;*//**?????????????????????????????????????????????-??????????????????-Ruby-20220610**/
    margin-right: 10px;
}

    .QQ_lef img {
        width: 105px;
        height: 105px;
    }

.fadeInUp {
    animation-name: fadeInUp;
}

.col-md-3 {
    width: 20%;
    margin: 3% 2.5%;
    float: left;
    position: relative;
    text-align: center;
}

.service {
    background: #ececec;
    padding: 25px 10px 10px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

    .service:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid #fff;
        border-left: 30px solid transparent;
    }

    .service:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 30px solid rgba(255,255,255,.5);
        border-right: 30px solid transparent;
    }

.service-text {
    color: #5f5f5f;
    line-height: 42px;
}

.service h2 {
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 20px;
}

.service span.QQ1, .service span.QQ2, .service span.QQ3, .service span.QQ4 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}

.service span.QQ1 {
    color: #39b54a;
}

.service span.QQ2 {
    color: #448ccb;
}

.service span.QQ3 {
    color: #f26522;
}

.service span.QQ4 {
    color: #ed145b;
}

.service img {
    width: 31px;
    height: 18px;
}

.QQprice_ul {
    width: 100%;
    height: auto;
    background: #ececec;
    margin-bottom: 30px;
}

    .QQprice_ul ul li {
        display: inline-block;
        margin: 0 15px;
    }

.QQprice_ul_title {
    background: #F1D05B;
    padding: 5px;
}

.QQprice_ul ul {
    background: #ececec;
    margin-bottom: 30px;
    padding: 10px 0;
}


@media screen and (max-width: 999px) {
    .QQ-box {
        width: 92%;
    }

    .col-md-3 {
        width: 46%;
        margin: 3% 2%;
        float: left;
        position: relative;
        text-align: center;
    }

    .phone-noshow {
        display: none;
    }
}

.day-new {
    list-style: none;
    margin: 20px 0 30px 0;
    padding: 0 10px;
}

    .day-new li a {
        text-decoration: none;
        color: #1b1b1b;
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 30px;
    }

.day-new-header {
    color: #2c83c7;
}

    .day-new-header span {
        color: #1b1b1b;
    }

.sidebar-cont {
    list-style: none;
    margin: 20px 0;
    padding: 0 10px;
}

    .sidebar-cont li {
        border-bottom: 1px dashed #e1e1e1;
    }

        .sidebar-cont li:last-child {
            border-bottom: 0px dashed #e1e1e1;
        }

        .sidebar-cont li a {
            display: block;
            line-height: 36px;
            text-decoration: none;
            color: #1b1b1b;
            cursor: pointer;
        }

            .sidebar-cont li a i {
                display: block;
                font-style: normal;
                width: 85%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .sidebar-cont li a span {
                float: right;
            }
/*footer*/
.footer {
    width: 100%;
    background: #272936;
    color: #fff;
    overflow: hidden;
    text-shadow: 1px 1px 1px #13151d;
}

.footer-right {
    margin: 30px 0;
}

.footer-list {
    line-height: 32px;
    margin: 50px 0;
}

    .footer-list a {
        padding: 0 12px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

        .footer-list a:first-child {
            padding: 0 12px 0 0;
        }

        .footer-list a:hover {
            text-decoration: underline;
            color: #3CF;
        }

.footer-wechat {
    width: 55%;
    margin: 0 5%;
    text-align: center;
    display: inline-block;
    float: right;
}

.footer-right-cont {
    width: 100%;
    margin: 0;
}

.show {
    display: none;
}

/*IndustryNews banner ??????*/
.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.frame {
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    background: #FFF;
}

.title {
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    overflow: hidden;
}

.block {
    margin: 10px 10px 0;
}

.temp {
    margin: 1px;
}

.slideshow {
    clear: both;
    max-height: 300px;
}

    .slideshow li {
        position: relative;
        overflow: hidden;
    }

    .slideshow .title {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        height: 38px;
        font-size: 14px;
        text-indent: 10px;
    }

    .slideshow .title {
        background: rgba(0, 0, 0, 0.3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000);
        color: #FFF;
        overflow: hidden;
    }

.title-cont {
    width: 80%;
/*    height: 74px;*/
    overflow: hidden;
    margin: 3px 0;
    line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

    .title-cont a {
        font-size: 17px;
        line-height: 30px;
    }

.slidebar li {
    float: left;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}

.slidebar li {
    background: rgba(255, 255, 255, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF, endColorstr = #50FFFFFF);
    color: #e68b00;
    font-weight: normal;
}

    .slidebar li.on {
        background: rgba(230, 139, 0, 1);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF, endColorstr = #50FFFFFF);
        color: #fff;
        font-weight: normal;
    }

ul, li {
    list-style: none;
}

a:hover {
    text-decoration: underline;
    color: #a50001;
}

.frame {
    background: none;
    border: 0px solid #fff;
    margin-bottom: 0px;
}

.temp {
    margin: 0;
}

.slidebar {
    position: absolute;
    bottom: 10px;
    right: 4px;
}

.slideshow .title {
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000, endColorstr = #90000000);
    color: #FFF;
    overflow: hidden;
}

.slideshow .title {
    text-indent: 0px;
}

.block {
    margin: 0;
    position: relative;
}

#frameHlicAe {
    margin: 0px !important;
    border: 0px !important;
}

.comiis_wrap960, .comiis_wrapad {
    margin: 0 auto;
    width: 100%;
}

.comiis_wrapad {
    margin-top: 18px;
    margin-bottom: 5px;
}

.comiis_wrapad {
    overflow: hidden;
}

    .comiis_wrapad img {
        float: left;
        margin-top: 0px;
		height: 100%;
    	width: 100%;
    }

#slidesImgs li {
    width: 100%;
    display: none;
/*    max-height: 300px;*/
	height: 300px;
}

.popBox {
    width: 100%;
}

.popBoxtabs {
    width: 99.5%;
    padding-left: 0.5%;
    margin-bottom: 20px;
    background: #f5f5f5;
    font-size: 15px;
    color: #555555;
	
}

    .popBoxtabs li {
        display: inline-block;
    }

    .popBoxtabs a {
        height: 41px;
        display: inline-block;
        padding: 0 4px;
        line-height: 41px;
        color: #555555;
        text-decoration: none;
		font-size: 14px;
    }

        .popBoxtabs_focus{
        color: #2c83c7 !important;
    }


.popBoxtabs_current a {
    color: #2c83c7;
}

.popBox_cont_item {
    display: none;
}

    .popBox_cont_item:first-child {
        display: block;
    }

.popBox_cont h4 {
    color: #2c83c7;
}
/* stacey-20190516 */
.New_item_block{
	background: #f5f5f5;
	
}
.New_item_block span{ 
	line-height: 41px;
	float: left;
	margin-left: 8px;
}
@media (min-width: 321px) and (max-width: 768px){
	.popBoxtabs{
/*		float:left;*/
		float: none;
		margin-bottom: 0;
		width:100%;/*Donna-20211230??????????????????????????????width:87%*/
	}
	.popBoxtabs a{
		line-height:30px;
		height: auto;
	}
	.New_item_block{
		display:inline-block; 
		padding: 5px; 
		margin-bottom: 15px;
		line-height: 30px;
		
	}
	.New_item_block span{
		/* width: 13%; */
		line-height: 30px;
	}
}

/*@media (max-width:468px){
	.New_item_block span{width: 13%;}
	.popBoxtabs{width:87%;}
	
	
}*/


.Service_vip_pic {
    width: 116px;
    height: 102px;
    display: block;
}

    .Service_vip_pic img {
        border: 0;
    }

/*??????CSS?????? */
.jogger {
    width: 100%;
    text-align: center;
}

    .jogger a {
        display: inline-block;
        padding: 9px 120px;
        margin: 1px;
        color: #a8a9ab;
        text-decoration: none;
        background: #fff;
        cursor: pointer;
        border-radius: 60px;
        border: 1px solid #ddd;
    }

        .jogger a:hover {
            background: #e68b00;
            color: #fff;
        }

        .jogger a:active {
            background: #e68b00;
            color: #fff;
        }

    .jogger span.current {
        display: inline-block;
        padding: 3px 8px;
        margin: 1px;
        color: #fff;
        text-decoration: none;
        background: #e68b00;
        cursor: pointer;
    }

    .jogger span.disabled {
        display: inline-block;
        padding: 3px 8px;
        margin: 1px;
        color: #a8a9ab;
        text-decoration: none;
        background: #3a3a3a;
        cursor: pointer;
    }

.PaidUser {
    width: 100%;
    margin-bottom: 15px;
}

    .PaidUser a {
        display: block;
        width: 100%;
        cursor: pointer;
    }
/*report ??????????????????*/
.report-banner {
    width: 100%;
    margin-bottom: 15px;
}

    .report-banner a {
        display: block;
        width: 100%;
        cursor: pointer;
    }

.report-classify {
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
    background: #f5f5f5;
    text-indent: 1em;
    font-size: 16px;
    color: #555555;
}

    .report-classify a {
        margin: 0 10px;
        color: #555555;
        text-decoration: none;
    }

        .report-classify a:hover {
            color: #2b65b2;
        }

        .report-classify a:active {
            color: #2b65b2;
        }

.report-content {
    width: 100%;
    float: right;
}

    .report-content h3 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 24px;
        color: #222222;
        font-weight: 600;
    }

        .report-content h3 a {
            color: #212121;
            text-decoration: none;
        }

.report-date, .report-date:hover, .report-usergrade, .report-usergrade:hover {
    color: #989898;
    text-decoration: none;
}

.report-essay {
    width: 100%;
    line-height: 21px;
    margin: 6px 0;
    overflow: hidden;
}

.report-sort {
    width: 100%;
    color: #989898;
    line-height: 24px;
}

    .report-sort a {
        margin-right: 5px;
    }
/*price ??????????????????*/
.price-sort-title {
}

.rush {
    width: 100%;
    line-height: 35px;
    background: #ca2824;
    color: #fff;
    font-size: 16.5px;
    padding-left: 32px;
    letter-spacing: 1px;
    position: relative;
}

    .rush .img {
        display: block;
        width: 33px;
        height: 32px;
        background: url(img/p01.png) no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

.pricesort {
    width: 100%;
    padding: 1%;
    background: #f8f8f8;
}

    .pricesort p {
        line-height: 32px;
    }

        .pricesort p span {
            display: inline-block;
            width: 80px;
            text-align: right;
            color: #202b63;
            font-weight: 700;
        }

        .pricesort p a {
            margin-right: 8px;
            padding: 5px 5px;
            text-decoration: none;
            color: #1b1b1b;
            font-size: 14px;
        }

            .pricesort p a.onpricesort, .pricesort p a:hover {
                background: #202b63;
                color: #fff;
            }

.price-sort-box {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px dashed #e1e1e1;
}

    .price-sort-box:last-child, .price-sort-lastbox {
        border-bottom: 0px dashed #e1e1e1;
    }

.price-more {
    text-align: center;
    margin: 12px 0;
}

    .price-more input {
        width: 25%;
        height: 42px;
        line-height: 42px;
        border-radius: 5px;
        margin: 0 auto;
        color: #202b63;
        border: 0;
        background: none;
        border: 1px solid #b8b8b8;
        background: linear-gradient(to top,#f8f8f8,#ffffff);
    }

        .price-more input:hover {
            color: #e64c00;
            border: 1px solid #e68b00;
            background: linear-gradient(to top,#fff5e6,#ffffff);
        }

.tabHeader {
    width: 100%;
    margin: 10px 0;
}

    .tabHeader span {
        font-size: 18px;
        color: #2b65b2;
        font-weight: bold;
    }

    .tabHeader i {
        font-style: normal;
        color: #2b65b2;
    }

    .tabHeader p {
        font-style: normal;
        font-size: 12px;
        color: #F00;
        margin-top: 10px;
    }

.tabTime b {
    color: #273B84;
}

.tabTime span {
    color: #093;
}

.tabTime img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.tabTime a {
    color: #2b65b2;
}

.tabFooter {
    width: 100%;
    margin: 15px 0;
}

    .tabFooter ul li {
        margin: 15px 0;
    }

.div_rate_list {
    width: 100%;
    font-size: 12px;
}

    .div_rate_list ul {
        width: auto;
        margin: 0 auto;
    }

        .div_rate_list ul li {
            float: left;
            width: 15.4%;
            text-align: center;
            background: #F1EDDC;
            padding: 17px 0;
            margin: 15px 1px;
        }

            .div_rate_list ul li span {
                color: #F00;
            }

            .div_rate_list ul li.div_rate_list-first {
                width: 20.5%;
                background: #EEE6B5;
                line-height: 20px;
                padding: 5px 0;
                color: #990000;
            }

                .div_rate_list ul li.div_rate_list-first i {
                    font-style: normal;
                    color: #946D56;
                }

                    .div_rate_list ul li.div_rate_list-first i time {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                        line-height: 12px;
                    }

/*Newspage??????????????????*/
.newscont, .newspage-header, .newstitle-bottom, .newspage-footer {
    width: 100%;
}

.breadcrumb {
    width: 100%;
    background: #efefef;
    padding: 10px 8px;
}

    .breadcrumb span.base {
        display: inline-block;
        color: #828282;
    }

    .breadcrumb wbr {
        display: inline-block;
        line-height: 20px;
    }

    .breadcrumb a {
        color: #828282;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            color: #2b65b2;
            text-decoration: none;
        }

.newspage-header h1 {
    font-weight: 500;
    font-size: 1.8em;
}

.newstitle-bottom {
    border-bottom: 1px solid #efefef;
    line-height: 32px;
}

    .newstitle-bottom p {
        float: left;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .newstitle-bottom input:focus {
        outline: none;
    }

    .newstitle-bottom p a {
        color: #1b1b1b;
        text-decoration: none;
    }

.newstitle-bottom-button {
    float: right;
}

    .newstitle-bottom-button a {
        /*width: 24px;
        height: 24px;*/
        display: inline-block;
        overflow: hidden;
    }

.weixin-button {
    background: url(img/jiathis_ico_24x24.png) no-repeat;
    background-position: 0px -2712px;
}

.linkedin-button {
    background: url(img/jiathis_ico_24x24.png) no-repeat;
    background-position: 0px -1728px;
}

.sina-button {
    background: url(img/jiathis_ico_24x24.png) no-repeat;
    background-position: 0px -144px;
}

.qq-button {
    background: url(img/jiathis_ico_24x24.png) no-repeat;
    background-position: 0px -3024px;
}

.jia-button {
    background: url(img/jiathis_ico_24x24.png) no-repeat;
    background-position: 0px -2112px;
}

.newspage-cont {
    width: 100%;
    margin: 20px 0;
    word-wrap: break-word;
}

    .newspage-cont p {
        margin: 5px 0;
        line-height: 30px;
    }

        .newspage-cont p.newspang-cont-imgBox {
            text-align: center;
            width: 100%;
        }

            .newspage-cont p.newspang-cont-imgBox img {
                width: 72%;
            }

        .newspage-cont p img {
            display: block;
            margin: 0 auto;max-width: 100%;
width: auto;
        }

.dx_fans {
    position: relative;
    margin: 50px 0;
}

    .dx_fans ul li {
        float: left;
        width: 25%;
    }

        .dx_fans ul li p {
            margin: 0;
            line-height: 16px;
        }

        .dx_fans ul li a {
            text-decoration: none;
        }

        .dx_fans ul li p.name {
            font-size: 15px;
        }

        .dx_fans ul li p.sub {
            font-size: 13px;
            color: #777777;
        }

        .dx_fans ul li a p.name {
            color: #1b1b1b;
        }

        .dx_fans ul li a:hover p.name {
            color: #2b65b2;
        }

        .dx_fans ul li .dx-fans-img {
            float: left;
            padding-right: 10px;
        }

.DXI-box {
    width: 100%;
    padding: 20px 0;
}

    .DXI-box time {
        width: 100%;
    }

    .DXI-box .dxi-title img {
        display: inline-block;
        width: 13px;
    }

    .DXI-box .dxi-title a {
        color: #2b65b2;
    }

.hiddenweechat {
    position: absolute;
    top: -200px;
    width: 190px;
    height: 190px;
    background: #ccc;
}

#jqtextcall {
    display: block;
}

.content_disclaimer {
    width: 100%;
    padding: 2%;
    background: #efefef;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.contact_disclaimer {
    width: 49%;
    padding: 1% 2%;
    margin-bottom: 0;
    float: left;
    margin-right: 2%;
    background: #efefef;border-right: 1px solid #ddd;
}
.contact_disclaimer:nth-child(2) {
 margin-right: 0;
}
.contact_disclaimer span {
font-weight: bold;
line-height: 35px;
height: 35px;
}
.contact_disclaimer:nth-child(3) {

    margin-right:0;
    float: left;
}
.MI_H_Price_notice {
    color: #e00000;
    padding: 15px 0;
}

.content_disclaimer ul {
    margin: 15px 0 10px 0;
}

    .content_disclaimer ul li {
        color: #828282;
    }

.content_Keywords {
    margin: 10px auto;
}

    .content_Keywords p, .content_Keywords ul {
        float: left;
    }

        .content_Keywords ul li {
            float: left;
            padding: 0 5px;
            color: #ddd;
        }

            .content_Keywords ul li a {
                text-decoration: none;
                color: #2b65b2;
            }

                .content_Keywords ul li a:hover {
                    color: #2b65b2;
                }

.prevnext-posts {
    display: table;
    vertical-align: middle;
    margin: 20px 0;
    width: 100%;
    border: 0px solid #e0e0e0;
    border-width: 1px 0 1px 0;
}

    .prevnext-posts a {
        width: 50%;
        -float: left;
        text-align: center;
        color: #3a3a3a;
        padding: 25px 0px;
        text-decoration: none;
    }

        .prevnext-posts a:only-child {
            border-left: none !important;
        }

        .prevnext-posts a.next {
            border-left: 1px solid #e0e0e0;
            padding-left: 15px;
            padding-right: 45px;
            background: url(img/next-post-arrow.png) no-repeat right center;
            vertical-align: middle;
            display: table-cell;
        }

        .prevnext-posts a.prev {
            padding-left: 45px;
            padding-right: 15px;
            background: url(img/prev-post-arrow.png) no-repeat left center;
            vertical-align: middle;
            display: table-cell;
        }

        .prevnext-posts a:hover {
            color: #3a3a3a;
            background-color: #F3F3F3;
        }

        .prevnext-posts a p {
            margin-bottom: 0px;
            text-transform: uppercase;
        }

            .prevnext-posts a p.title {
                text-transform: none;
                font-size: 15px;
                color: #a9a9a9;
            }

.similar_articlelist ul {
    margin: 20px 0;
}

    .similar_articlelist ul li {
        width: 100%;
        line-height: 30px;
    }

        .similar_articlelist ul li a {
            color: #3a3a3a;
            text-decoration: none;
        }

.inpage-box {
    width: 100%;
    padding: 30px 20px;
}

.remark-box {
    color: #F00;
    margin: 15px 0;
    width: 100%;
    /*display:block;*/
}

.inpage-box form ul li {
    margin: 15px 0;
}

    .inpage-box form ul li .group_right_red {
        color: #F00;
    }

    .inpage-box form ul li label {
        display: inline-block;
        /*width: 110px;*/
        text-align: left;
    }

    .inpage-box form ul li input {
        height: 42px;
        line-height: 42px;
    }

    .inpage-box form ul li select {
        height: 42px;
        line-height: 42px;
        padding: 8px 0;
        margin: 0;
        vertical-align: middle;
        width: 35%;
    }

        .inpage-box form ul li select.message {
            width: 12%;
        }

    .inpage-box form ul li i {
        font-style: normal;
        color: #b2b2b2;
        font-size: 12px;
    }

        .inpage-box form ul li i:before {
            content: '\a';
            white-space: pre;
        }

    .inpage-box form ul li input[type="text"], .inpage-box form ul li input[type="password"], .inpage-box form ul li input[type="email"], .inpage-box form ul li input[type="tel"], .inpage-box form ul li input[type="url"] {
        width: 45%;
        vertical-align: middle;
    }

    .inpage-box form ul li input[type="submit"], .inpage-box form ul li input[type="button"] {
        width: 25%;
        margin-left: 107px;
        margin-top: 20px;
    }

    .inpage-box form ul li input.tbx-message {
        width: 32.2%;
        vertical-align: middle;
    }

    .inpage-box form ul li input.tbx-yzm {
        width: 32.2%;
        vertical-align: middle;
    }

    .inpage-box form ul li a.membership_fee {
        margin: 5px 3px 0;
    }

    .inpage-box form ul li input.tbx_authcode {
        width: 20%;
        vertical-align: middle;
    }

    .inpage-box form ul li .proceed {
        width: 60%;
        height: 240px;
        padding: 10px;
        /*margin-left: 117px;*/
        overflow: hidden;
        overflow-y: scroll;
        border: 1px solid #a9a9a9;
    }

.register-img {
    width: 120px;
}

#GetPhoneCode {
    width: 100px;
    text-align: center;
    margin-left: 3px;
    margin-top: 0;
    vertical-align: middle;
    line-height: 20px;
}

.Membership-top, .membership-buttom {
    margin: 20px 0;
    width: 100%;
}

.Membership-topleft {
    float: left;
    width: 60%;
}

.Membership-topright {
    float: left;
    width: 40%;
}

.membership_fee, .cantact_sales, .Spot_DetailButtom, .Spot_DetailButtomSLC, .Spot_DetailButtomMLC {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    margin: 0 3px;
}

    .membership_fee:hover, .cantact_sales:hover, .Spot_DetailButtom:hover, .Spot_DetailButtomSLC:hover, .Spot_DetailButtomMLC:hover {
        text-decoration: none;
        color: #fff;
    }

.membership_fee {
    background: #00b1b1;
    border: 1px solid #202b63;
}

.Spot_DetailButtom {
    background: #202b63;
    border: 1px solid #202b63;
}

.Spot_DetailButtomSLC {
    background: #202b63;
    border: 1px solid #202b63;
}

.Spot_DetailButtomMLC {
    background: #5aceef;
    border: 1px solid #5aceef;
}

.cantact_sales {
    background: #e68b00;
    border: 1px solid #628e00;
}

.box-wrap {
    width: 100%;
}

.box-item {
    background: #f2f2f2;
    padding: 0 10px;
}
.copyright {
	width: 100%;
	padding: 0 2%;
	margin-bottom: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #efefef;
	border: 1px solid #ddd;
}
    .box-item .box-name {
        position: relative;
        background: #f2f2f2;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        margin-top: 30px;
        cursor: pointer;
    }

    .box-item .box-cnt {
        padding: 25px;
        display: none;
    }

.box-wrap .box-name {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

    .box-wrap .box-name i {
        position: absolute;
        right: 0;
    }

        .box-wrap .box-name i:after {
            content: '+';
            font-size: 22px;
            color: #333;
            font-style: normal;
            display: block;
        }

    .box-wrap .box-name.active i:after {
        content: '-';
    }

.box-cntleft {
    width: 75%;
    float: left;
}

.box-cntright {
    width: 22%;
    float: left;
}

    .box-cntright img {
    }

ul.tabUl {
    padding: 25px;
    list-style: disc;
}

    ul.tabUl li {
        list-style: disc;
    }

.box-cntleft ul li {
    margin: 15px 0;
    list-style: disc;
}

.t-h4 {
    position: relative;
    font-size: 20px;
    color: #2b65b2;
    height: 35px;
    margin: 30px 0 0 0;
    line-height: 35px;
}

.box-cnt img {
   /* width: 65%;*/
    max-width: 30%;
}

.KeywordPost, .KeywordPostList_box {
    padding: 15px 0;
}

    .KeywordPost a {
        text-decoration: none;
        color: #2c83c7;
    }

.KeywordPostList_box {
    width: 100%;
}

    .KeywordPostList_box a {
        display: inline-block;
        padding: 8px 15px;
        margin: 8px 12px;
        color: #555555;
        text-decoration: none;
        border: 1px solid #E1E1E1;
        border-radius: 5px;
    }

        .KeywordPostList_box a:hover {
            color: #fff;
            background: #2b65b2;
            text-decoration: none;
            border: 1px solid #2b65b2;
            border-radius: 5px;
        }


/*About_Us????????????*/
.user-menu-warp {
    width: 100%;
    background: #efefef;
    margin: 30px auto;
}

.menu-warp {
    width: 20%;
    height: 100%;
    float: left;
    border: 1px solid #f8f8f8;
}

    .menu-warp div.DXI-left {
        padding-top: 30px;
    }

    .menu-warp p {
        padding: 2px 10px;
    }

        .menu-warp p i {
            display: inline-block;
            width: 13px;
            height: 7px;
            margin-left: 5px;
        }

.Dxi_num i {
    width: 49px;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
}

.Dxi_num b {
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.Purchase-buttom {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.menu-warp a, .user-content-title li a {
    color: #333;
    text-decoration: none;
}

.menu-warp ul li {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #f8f8f8;
}

    .menu-warp ul li.active {
        color: #3ca5f6;
        border-left: 2px solid #2b65b2;
        background: #fff;
        margin-right: -1px;
    }

.user-content-warp {
    margin-left: 20%;
    background: #fff;
    padding: 0 30px;
    width: 80%;
}

.user-content-title {
    height: 60px;
    margin-bottom: -1px;
    border-bottom: 1px solid #f0f0f0;
}

    .user-content-title li {
        float: left;
        line-height: 58px;
        font-size: 18px;
        padding: 0 25px;
        display: block;
    }

        .user-content-title li.active {
            color: #333;
            border-bottom: 2px solid #2b65b2;
        }

            .user-content-title li.active a, .menu-warp ul li.active a {
                color: #2b65b2;
            }

.about-us-box, .contact_wrapper {
    width: 100%;
    padding: 20px 15px;
    padding: 0;
}

.about-us-box, .contact_wrapper h3 {
    width: auto;
    padding: 20px 0;
}
    /*.about-us-box{
	clear:both;
}*/
    .about-us-box p {
        margin: 15px 0;
    }

        .about-us-box p b {
            font-size: 16px;
        }

        .about-us-box p img.vipeventImg {
            width: 246px;
            max-widht: 246px;
            margin: 15px 5px;
        }

    .about-us-box hr {
        margin: 30px 0;
        height: 1px;
        border: none;
        border-top: 1px dashed #d3d3d3;
    }

    .about-us-box p a.about-logo {
        width: 350px;
        display: block;
    }

    .about-us-box p a.about-logo img {
		width: 180px;/
    }

.contact_wrapperul {

    margin-top: 20px;
    border-width: 0 1px 1px 1px;
    float: left;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
 width: 100%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    padding: .5%;
}

.contact_wrapperur {
    width: 53%;

    margin-top: 40px;
    border-width: 0 1px 1px 1px;
    float: left;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    margin-right: 0;
    margin-bottom: 4%;
    padding: 10PX 20PX;
}
.contact_wrapperul:nth-child(n+4) {
	margin-right: 0;
}.index_about .i_item{
	width: 50%;
	float: left;
}
.b_title{
	display: block;
	overflow: hidden;
}
.t_title h2{
	font-size:26px;
	float: left;
	margin: 0;
	padding: 0;
	color: #3a3a3a;
}
.t_title h3{
	display: block;
    overflow: hidden;
    font-size: 16px;
	color: #5a5a5a;
    line-height: 34px;
	margin: 0;
	padding: 0;
    padding-left: 10px;
}
.t_title p{
	font-size:12px;
	color: #939393;
	display: block;
	overflow: hidden;
	text-transform:uppercase;
}
    .contact_wrapperul li {
        border-bottom: 1px dashed #d3d3d3;
        line-height: 35px;
		padding: 0 12px;
        width: 50%;
        float: left;
    }
    .contact_wrapperul li:nth-child(1) {
        border-bottom: 1px dashed #d3d3d3;
        line-height: 35px;
		padding: 0 12px;
        width: 100%;
        float: left;
    }
    .contact_wrapperul h3{
        line-height: 31px;
		padding: 12px 0 0 12px;
        font-size: 20px;
    }

    .contact_wrapperul  p {
        border-bottom: 1px solid #d3d3d3;
        line-height: 35px;
		padding: 0 12px;
    }


    .contact_wrapperul li i {
        margin-right: 9px;
		
        font-size: 20px;
    }
        .contact_wrapperul li:first-child {color: #202b63;font-size: 20px;margin: 5px auto;
        }

        .contact_wrapperul li:last-child {
            border-bottom: 0px dashed #d3d3d3;
        }

@media screen and (max-width: 999px) {
    .user-menu-warp {
        margin: 5px auto;
    }

    .intro-flow li input[type="text"], .intro-flow li input[type="password"], .intro-flow form ul li select {
        height: 40px;
        line-height: 42px;
        vertical-align: middle;
        width: 50%;
    }
}

/*About_Us???????????? end*/
/*nav*/

/*20210521 - Ruby - Menu open by hover on desktop, click on mobile - Start */

			.animenu_toggle_mobile_arrow { display: none; }

			li .animenu__nav__child.show-nav { height: auto !important; }

			@media (min-width: 1000px) and (max-width: 1169px){
				.animenu__nav > li > a.animenu_have_child:before {
					border: 0 !important;
				}
				.animenu_toggle_mobile_arrow { 
					display: inline-block !important; 
					position: absolute;
					top: 0;
					margin-right: -10px;
					right: 10px;
					height: 42px;
					width: 90px;
					cursor: pointer;
				}
				.animenu_toggle_mobile_arrow:before {          
					content: "";
					position: absolute;
					border: 4px solid transparent;
					border-bottom: 0;
					border-top-color: currentColor;
					top: 50%;
					right: 20px;
					color: #fff;
				}
			}

			@media screen and (max-width: 1200px){
				.animenu__nav > li > a.animenu_have_child:before {
					border: 0 !important;
				}
				.animenu_toggle_mobile_arrow { 
					display: inline-block !important; 
					position: absolute;
					top: 0;
					margin-right: -10px;
					right: 10px;
					height: 42px;
					width: 90px;
					cursor: pointer;
				}
				.animenu_toggle_mobile_arrow:before {          
					content: "";
					position: absolute;
					border: 4px solid transparent;
					border-bottom: 0;
					border-top-color: currentColor;
					top: 50%;
					right: 20px;
					color: #fff;
				}
			}

/*20210521 - Ruby - Menu open by hover on desktop, click on mobile - End */
/*20210526 - donna - Menu open by hover on desktop, click on mobile - Start */
.animenu_toggle_mobile_arrow-1 { display: none; }

li .animenu__nav__child-1.show-nav { height: auto !important; }

.animenu__nav > li > a.animenu_have_child-1:before {
border: 0 !important;
}
@media (min-width: 1000px) and (max-width: 1169px){

.animenu_toggle_mobile_arrow-1 {
display: inline-block !important;
position: absolute;
top: 0;
margin-right: -10px;
right: 10px;
height: 42px;
width: 90px;
cursor: pointer;
}
.animenu_toggle_mobile_arrow-1:before {          
content: "";
position: absolute;
border: 4px solid transparent;
border-bottom: 0;
border-top-color: currentColor;
top: 50%;
right: 20px;
color: #fff;
}
}
@media screen and (max-width: 1200px){
.animenu__nav > li > a.animenu_have_child-1:before {
border: 0 !important;
}
.animenu_toggle_mobile_arrow-1 {display: inline-block !important;position: relative;position: absolute;top: 0%;margin-right: -10px;right: 10px;height: 42px;width: 90px;cursor: pointer;}
.animenu_toggle_mobile_arrow-1:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;right: 20px;color: #fff;/* z-index: 99; */}
	
}
li.nav-click-li {
    position: relative;
}
 


/*nav*/
.animenu__toggle {
    display: none;
    cursor: pointer;
    background-color: #202b63;
    border: 0;
    padding: 5px;
    width: 30px;
    height: 30px;
}

    .animenu__toggle:hover {
        background-color: #e68b00;
    }

.animenu__toggle__bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}

    .animenu__toggle__bar + .animenu__toggle__bar {
        margin-top: 4px;
    }

.animenu__toggle--active .animenu__toggle__bar {
    margin: 0;
    position: absolute;
}

    .animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
        opacity: 0;
    }

    .animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.animenu {
    display: block;
    width: 100%;
    background-color: #202b63;
    *z-index: 99999;
    *position: relative;
    z-index: 99999;
}

    .animenu ul {
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }

    .animenu li, .animenu a {
        display: inline-block;
        font-size: 13px;
    }

    .animenu a {
        color: #fff;
        text-decoration: none;
    }

.animenu__nav {
    background-color: #202b63;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .animenu__nav > li {
        position: relative;
        border-right: 1px solid #0a1447;
        box-shadow: 1px 0 0 #485790;
        text-align: center;min-width: 14%;
        float: left;
    }

        .animenu__nav > li > a {
            text-transform: uppercase;
            padding: 10px 5px ;
        }

		.animenu__nav > li.Price_width > a {
			padding: 10px 47px;
		}
		
        .animenu__nav > li > a.animenu_have_child:before {
			content: "";
			position: absolute;
			border: 4px solid transparent;
			border-bottom: 0;
			border-top-color: currentColor;
			top: 50%;
			margin-top: -2px;
			right: 7px;
		}
		.animenu__nav > li > ul > li >.nav_a_ul:before {
			content: "";
			position: absolute;
			border: 4px solid transparent;
			border-bottom: 0;
			border-top-color: currentColor;
			top: 50%;
			margin-top: -2px;
			right: 10px;
		}
        .animenu__nav > li:hover > ul {
            opacity: 1;
            visibility: visible;
            margin: 0;
        }

        .animenu__nav > li:hover > a {
            color: #fff;
            background-color: #e68b00;
        }

/*
		@media screen and (max-width: 1200px){
			.animenu__nav > li > ul > li >.nav_a_ul:before{display: none;}
		}
*/
/*============donna_????????????_??????a??????================*/
.animenu .nav_a_ul{
padding: 10px;
    width: 100%;
    font-size: 15px;
    font-size: 1.4rem;
    border-color: #373737;
	position: relative;
}
.animenu .nav_a_ul{
    color: #fff;
    text-decoration: none;
    }
.animenu__nav > li:hover > .nav_a_ul {
    color: #fff;
    background-color: #e68b00;
}
.animenu__nav > li > .nav_a_ul {
    padding: 10px 49px;
    text-transform: uppercase;
}

.animenu__nav__child .nav_a_ul:hover {
    background-color: #faa017;
    border-color: #faa017;
    color: #fff;
}
.animenu__nav__child .nav_a_ul {
    padding: 10px;
    width: 100%;
    font-size: 15px;
    font-size: 1.4rem;
    border-color: #373737;
}
ul.animenu__ul {
    width: 100%;
}
ul.animenu__ul a {
    padding-left: 20px;
}
@media screen and (max-width: 1200px){
.animenu__nav > li > .nav_a_ul {
    width: 100%;
    padding: 10px;
    border-color: #202b63;
    position: relative;
}
.animenu__nav__child .nav_a_ul {
    padding-left:20px;
}
.animenu__nav__child .nav_a_ul {
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 100%!important;
}
ul.animenu__ul a {
    padding-left: 40px;
}

}

/*============donna_????????????_??????a??????=END===============*/
/*============donna_????????????_?????????????????????===============*/
.nav_li_child li {
    width: 100%;
    /* width: 158px; */
    background: #4068a3;
    border-bottom: 1px solid #7f8bca;
}
.nav_li_child li a{
     padding-left:25px;
}
  
.nav_li_child {
    width: 100%;
}
li.nav-click-li ul {
	display: block;
}
@media screen and (max-width: 1200px){
   .nav_li_child li a{
     padding-left:40px;
 } 
}

/*============donna_????????????_?????????????????????=END===============*/
.animenu__nav__child {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: #2b3a82;
    -webkit-transition: margin .15s, opacity .15s;
    transition: margin .15s, opacity .15s;
}

    .animenu__nav__child > li {
        width: 100%;
        border-bottom: 1px solid #0a1447;
    }

        .animenu__nav__child > li:first-child > a:after {
            content: '';
            position: absolute;
            height: 0;
            width: 0;
            left: 1em;
            top: -6px;
            border: 6px solid transparent;
            border-top: 0;
            border-bottom-color: inherit;
        }

        .animenu__nav__child > li:last-child {
            border: 0;
        }

    .animenu__nav__child a {
        padding: 10px;
        width: 100%;
        font-size: 15px;
        font-size: 1.4rem;
        border-color: #373737;
    }

        .animenu__nav__child a:hover {
            background-color: #faa017;
            border-color: #faa017;
            color: #fff;
        }
/*nav??????IE7??????*/
.animenu__nav li {
    *position: relative;
    *border-right: 1px solid #0a1447;
    *float: left;
}

.animenu {
    *z-index: 99999;
}

.animenu__nav__child {
    *width: 194px;
    *overflow: hidden;
}

/* ???????????? */


ul.animenu__ul/*donna-210524*/ {
    position: relative;
    background: #4068a3;
    width: 100%;  
    display: inline-block;
}
ul.animenu__nav__child ul {
/*    display: none;*/
    position: absolute;
    /* top: 80px; */
}

ul.animenu__nav__child {
    nav ul li: hover > ul {
        display:inherit;
    };
}

ul.animenu__nav__child li:hover > ul {
/*    display: inherit;*/
}
li a {
    width: 100%;
}

.animenu__nav__child a .hh a {
    width: 100%;
}

ul.animenu__ul a /*donna-210524*/{
    width: 100%;
/*    width: 350px;*/
}
.animenu__nav__child > li, .animenu__ul > li {
    width: 100%;
    border-bottom: 1px solid #7f8bca;
}
ul.animenu__ul a {
    padding-left: 20px;
}
@media screen and (max-width: 1200px){
    .animenu__nav__child > li, .animenu__ul > li {
        width: 100%;
        border-bottom: 1px solid #7f8bca;
    }
    ul.animenu__nav__child ul {
/*        display: none;*/
        position: inherit;
        width: 100%; 
    }
    ul.animenu__ul a {
        width: 100%;
    }
    .animenu__nav__child a {
        padding-left: 20px;
        display: block;
        width: 100%;
        height:100%!important;
    }
	ul.animenu__ul a {
    padding-left: 40px;
}
}
@media screen and (max-width: 1200px){
    .animenu__nav__child > li, .animenu__ul > li {
        width: 100%;
        border-bottom: 1px solid #7f8bca;
    }
    ul.animenu__nav__child ul {
/*        display: none;*/
        position: inherit;
        width: 100%; 
    }
    ul.animenu__ul a {
        width: 100%;
    }
    .animenu__nav__child a {
        padding-left: 20px;
        display: block;
        width: 100%;
        height:100%!important;
    }
	ul.animenu__ul a {
    padding-left: 40px;
}
}
/* ???????????? end */

@media screen and (max-width: 999px) {

    .top-box .top-user {
        margin-right: 50px;
    }

    .animenu__toggle {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 8px;
    }

    .animenu {
        display: block;
        width: 75%;
    }

        .animenu ul {
            width: 75%;
            z-index: 99999;
        }

    .animenu__nav, .animenu__nav__child {
        display: none;
        padding: 0;
        list-style: none;
    }

    .animenu__nav {
        margin: 0;
        background-color: #202b63;
        position: absolute;
        top: 50px;
        right: 0;
    }

        .animenu__nav > li {
            width: 100%;
            border-right: 0;
            border-bottom: 1px solid #465499;
        }

            .animenu__nav > li:last-child {
                border: 0;
            }

            .animenu__nav > li:first-child > a:after {
                content: '';
                position: absolute;
                height: 0;
                width: 0;
                right: 1em;
                top: -6px;
                border: 6px solid transparent;
                border-top: 0;
                border-bottom-color: inherit;
            }

            .animenu__nav > li > a {
                width: 100%;
                padding: 10px;
                border-color: #202b63;
                position: relative;
            }

        .animenu__nav a:hover {
            background-color: #faa017;
            border-color: #ff9000;
            color: #fff;
        }

        .animenu__nav > li:hover > ul.animenu__nav__child.animenu_mobile_collapse/*20210521 - Ruby - Menu open by hover on desktop, click on mobile*/ {
            height: auto;
            display: block;
        }

        .animenu__nav > li:active > ul.animenu__nav__child.animenu_mobile_collapse/*20210521 - Ruby - Menu open by hover on desktop, click on mobile*/ {
            height: auto;
            display: block;
        }


    .animenu__nav__child a:hover {
        background-color: #ff9000;
        border-color: #ff9000;
        color: #fff;
    }

    .animenu__nav__child {
        position: static;
        background-color: #4b5586;
        margin: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
 

        .animenu__nav__child > li {
            width: 100%;
            border-bottom: 1px solid #7f8bca;
        }

            .animenu__nav__child > li:first-child > a:after {
                content: none;
            }

        .animenu__nav__child a {
            padding-left: 20px;
            display: block;
            width: 100%;
            height: 42px;
        }
}
@media screen and (max-width: 1200px) {

    .top-box .top-user {
        margin-right: 50px;
    }

    .animenu__toggle {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 8px;
    }

    .animenu {
        display: block;
        width: 75%;
    }

        .animenu ul {
            width: 75%;
            z-index: 99999;
        }

    .animenu__nav, .animenu__nav__child {
        display: none;
        padding: 0;
        list-style: none;
    }

    .animenu__nav {
        margin: 0;
        background-color: #202b63;
        position: absolute;
        top: 50px;
        right: 0;
    }

        .animenu__nav > li {
            width: 100%;
            border-right: 0;
            border-bottom: 1px solid #465499;
        }

            .animenu__nav > li:last-child {
                border: 0;
            }

            .animenu__nav > li:first-child > a:after {
                content: '';
                position: absolute;
                height: 0;
                width: 0;
                right: 1em;
                top: -6px;
                border: 6px solid transparent;
                border-top: 0;
                border-bottom-color: inherit;
            }

            .animenu__nav > li > a {
                width: 100%;
                padding: 10px;
                border-color: #202b63;
                position: relative;
            }

        .animenu__nav a:hover {
            background-color: #faa017;
            border-color: #ff9000;
            color: #fff;
        }

        .animenu__nav > li:hover > ul.animenu__nav__child.animenu_mobile_collapse/*20210521 - Ruby - Menu open by hover on desktop, click on mobile*/ {
            height: auto;
            display: block;
        }

        .animenu__nav > li:active > ul.animenu__nav__child.animenu_mobile_collapse/*20210521 - Ruby - Menu open by hover on desktop, click on mobile*/ {
            height: auto;
            display: block;
        }


    .animenu__nav__child a:hover {
        background-color: #ff9000;
        border-color: #ff9000;
        color: #fff;
    }

    .animenu__nav__child {
        position: static;
        background-color: #4b5586;
        margin: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;
    }

        .animenu__nav__child > li {
            width: 100%;
            border-bottom: 1px solid #7f8bca;
        }

            .animenu__nav__child > li:first-child > a:after {
                content: none;
            }

        .animenu__nav__child a {
            padding-left: 20px;
            display: block;
            width: 100%;
            height: 42px;
        }
}

.animenu__nav--open {
    display: block !important;
}

    .animenu__nav--open .animenu__nav__child {
        display: block;
    }
/*nav end*/


/*????????????*/
.step-body {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.step-header {
    width: 100%;
    margin: 0 auto;
    display: none;
}

    .step-header ul {
        padding: 0;
    }

    .step-header li {
        list-style-type: none;
        text-align: center;
        float: left;
        position: relative;
    }

        .step-header li p {
            margin-top: 18px;
            font-weight: bold;
            font-size: 14px;
            color: #999999;
        }

        .step-header li span {
            position: relative;
            margin: 0 auto;
            font-weight: bold;
            font-size: 20px;
            font-family: Arial;
            color: #ffffff;
            height: 40px;
            line-height: 40px;
            background: url(img/cell.png) center top no-repeat;
            display: block;
        }

        .step-header li.step-active span {
            background: url(img/cell-active.png) center top no-repeat;
        }

        .step-header li.step-active p {
            color: #333333;
        }

.step-bar, .step-bar-active {
    height: 13px;
    border-radius: 12px;
}

.step-bar {
    width: 100%;
    background: url(img/bar-bg.png);
    position: relative;
    border-radius: 12px;
    z-index: -1;
    top: 26px;
}

.step-bar-active {
    width: 0px;
    background: url(img/bar-bg-active.png);
}

.step-list {
    display: none;
    clear: both;
}

.intro-flow {
    width: 100%;
    margin: 0 auto;
}

    .intro-flow li {
        margin-top: 5px;
        line-height: 32px;
        float: left;
        width: 50%;
    }
    .intro-flow li:nth-child(5) {

        width:100%;
    }
        .intro-flow li input[type="email"] {
            height: 40px;
            line-height: 42px;
            vertical-align: middle;
            width: 80%;
        }

        .intro-flow li input[type="text"], .intro-flow li input[type="password"], .intro-flow form ul li select {
            height: 40px;
            line-height: 42px;
            vertical-align: middle;
            width: 98%;
            border: 1px solid #DCDFE6;
            padding-left: 10px;
        }
.intro-flow form ul li textarea {
	height: 90px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #DCDFE6;
	padding-left: 10px;
	float: left;
}
.footer-btn {
    position: relative;
    top: 20px;
    text-align: center;
    clear: both;
    margin-bottom: 90px;
}

.footer-btn {
    border: 1px solid #007F7F;
    display: inline-block;
}

.common-btn a {
    text-decoration: none;
    display: block;
    font-weight: 600;
    padding: 0 70px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: 1px solid #7DDDDC;
    background: url(img/btn-bg.jpg);
}

.apply-finish { /*text-align:center;*/
    padding-top: 20px;
    margin-bottom: 60px;
}

.forgot_passwordMail {
    display: block;
    width: 50%;
}

@media screen and (max-width: 999px) {
    .forgot_passwordMail {
        display: block;
        width: 70%;
    }
}

.apply-finish-header {
    padding-top: 20px;
}

    .apply-finish-header img {
        width: 100px;
        height: 100px;
    }

.apply-finish-msg {
    font-weight: 600;
    font-size: 24px;
    color: #009899;
    margin-top: 5px;
}

.apply-finish-footer {
    margin-top: 30px;
}

    .apply-finish-footer img {
        max-width: 320px;
    }

    .apply-finish-footer p {
        font-size: 16px;
        font-weight: 600;
        color: #4C4C4C;
        letter-spacing: 1px;
        line-height: 45px;
    }

        .apply-finish-footer p span {
            color: #F00;
        }

        .apply-finish-footer p a {
            color: #009999;
        }

.getpassword_faq {
    width: 90%;
    padding: 2% 5%;
    border: 1px solid #d1d1d1;
}

    .getpassword_faq p {
        line-height: 22px;
        margin-bottom: 12px;
    }

.about-us-box .intro-flow {
    padding-left: 2%;
    padding-top: 15px;
}

    .about-us-box .intro-flow input[type="submit"], .about-us-box .intro-flow input[type="reset"], .about-us-box .intro-flow input[type="button"], .contact_wrapper .intro-flow input[type="submit"] {
        padding: 0 10px;
        border-radius: 5px;
        border: none;
        background: none;
        border: 1px solid #202b63;
        background: #202b63;
        color: #fff;
    }

        .about-us-box .intro-flow input[type="submit"]:hover, .about-us-box .intro-flow input[type="reset"]:hover, .contact_wrapper .intro-flow input[type="submit"]:hover {
            padding: 0 10px;
            border-radius: 5px;
            border: none;
            background: none;
            border: 1px solid #e68b00;
            background: #e68b00;
            color: #fff;
        }

    .about-us-box .intro-flow span {
        color: #b2b2b2;
        font-size: 12px;
    }

        .about-us-box .intro-flow span:before {
            content: '\a';
            white-space: pre;
        }

.newsletter_icon_box {
    width: 80%;
    margin: 0 auto;
}

.newsletter_icon_text {
    width: 80px;
    float: left;
    text-align: center;
    margin: 20px;
}

.icon-lg {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 1px #546e7a;
    margin: 10 auto;
    font-size: 30px;
    border-width: 2px;
}

    .icon-lg img {
        width: 40px;
        height: 40px;
        vertical-align: middle;
        margin-top: 15px;
    }

.intro-flow .LinkedInLogo {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.intro-flow font {
    color: #F00;
}

.intro-flow i {
    display: inline-block;
    width: 60%;
}

.intro-flow form ul li input.tbx_authcode {
    width: 20%;
    vertical-align: middle;
}

.user_media {
    width: 15%;
}

@media screen and (max-width: 999px) {
    .about-us-box .intro-flow {
        padding-left: 0;
        padding-top: 5px;
    }

    .newsletter_icon_box {
        width: 100%;
    }

    .newsletter_icon_text {
        width: 80px;
        float: left;
        text-align: center;
        margin: 20px 10px;
    }

    .intro-flow li input[type="text"], .intro-flow li input[type="password"], .intro-flow form ul li select {
        height: 40px;
        line-height: 42px;
        vertical-align: middle;
        width: 85%;
    }

    .user_media {
        width: 30%;
    }
}

/*????????????end*/


/*????????????*/
.toolbar-item, .toolbar-layer {
    background: url(img/gotop.png);
}

.toolbar {
    position: fixed;
    right: 5px;
    bottom: 30px;
}
/*?????????????????????1200px???????????????????????????*/
.toolbar-item {
    display: block;
    width: 43px;
    height: 43px;
    margin-top: 1px;
    position: relative;
    -moz-transition: background-position 1s;
    -ms-transition: background-position 1s;
    -o-moz-transition: background-position 1s;
    -webkit-moz-transition: background-position 1s;
    transition: background-position 1s;
}

    .toolbar-item:hover .toolbar-layer {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

.toolbar-item-top {
    background-position: 0 -688px;
}

    .toolbar-item-top:hover {
        background-position: 0 -732px;
    }

.toolbar-layer {
    position: absolute;
    right: 46px;
    bottom: -10px;
    width: 172px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

#jiathis_webchat img {
    width: auto;
    max-width: 100%;
}

.memberTable tr:hover {
    background: none;
}

.memberTable tr:nth-child(odd) {
    background: none;
}

    .memberTable tr:nth-child(odd):hover {
        background: none;
    }

.memberTable tr:hover {
    background: none;
}

.memberTable a {
    text-decoration: none;
    color: #0a6ec3;
}

    .memberTable a:hover {
        text-decoration: underline;
    }
/*tree*/
.tree {
    width: 100%;
    max-width: 986px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}

.phone-tree {
    display: none;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tree li {
    float: left;
    list-style-type: none;
    position: relative;
    padding: 20px 6.5px 0 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    letter-spacing: 2px;
}

    .tree li img {
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li a {
        text-decoration: none;
        display: inline-block;
        color: #1b1b1b;
        box-shadow: 1px 1px 2px rgba(0,0,0, 0.1);
        padding: 5px;
    }

    .tree li.retail a {
        background: #fff;
        border: 1px solid #b2b2b2;
    }

    .tree li.MProgram a {
        background: #fff;
        border: 1px solid #b2b2b2;
    }

    .tree li a:hover {
        background: #0a6ec3;
        color: #fff;
        box-shadow: 1px 1px 2px rgba(10,110,195, 0.1);
        padding: 5px;
        border: 1px solid #04569c;
    }

.container-fluid {
    width: 30px;
    vertical-align: text-top;
}

.tree li .row a.a_style {
    text-decoration: none;
    background: none;
    color: #fff;
    display: inline-block;
    box-shadow: none;
    padding: 5px;
    border: 0 none;
}

.row {
    text-align: center;
}

.Org_style {
    writing-mode: tb-rl;
    height: auto;
    text-align: -webkit-auto;
    vertical-align: text-top;
}

.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #cad2d5;
    width: 0;
    height: 20px;
}

.tree li::before, .tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #cad2d5;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #cad2d5;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
}

.tree li:last-child::before {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #cad2d5;
}

.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}

@media screen and (max-width: 985px) {
    .tree {
        display: none;
    }

    .phone-tree {
        display: block;
    }
}
/*tree end*/


/* ????????????????????? min-width:240px ??? max-width:319??????
 ======================================================================================================*/
@media (min-width: 240px) and (max-width:319px) {
    .container {
        width: 98.5%;
        margin: 0 auto;
    }

    .header-top {
        display: none;
    }

    .top-box .top-logo {
        width: 38%;
        padding-left: 0px;
        margin-bottom: 0;
        margin-top: -8px;
    }

    .top-box .top-banner {
        display: none;
    }

    .top-box .form-wrapper {
        display: none;
    }

    .top-box .top-user {
        float: right;
        margin-top: 0px;
        margin-right: 40px;
    }

        .top-box .top-user a {
            margin-left: 0px;
            font-size: 1.3rem;
            font-size: 13px;
        }

    .Phone-banner, .Phone-banner a {
        width: 100%;
        height: 38px;
        display: block;
        margin-top: 8px;
    }

    .PC-indexbanner, .index-table-right {
        display: none;
        margin: 0;
        font-size: 0;
        clear: both;
    }

    .index-table, .New-Article, .Public-sidebar-right, .footer-left, .footer-right {
        float: none;
        width: 100%;
    }

    .tab1 {
        width: 100%;
        position: relative;
        font-size: 1.2rem;
        font-size: 12px;
        margin-bottom: 9.5px;
    }

    .menudiv {
        width: 100%;
        height: auto;
    }

    .table-title .time {
        width: 26%;
        overflow: hidden;
    }
	#slidesImgs li {
		height: 200px;
	}
	.slidebar {
		position: absolute;
		top: 10px;
		left: calc(50% - 5%);
/*		left: 42%;*/
		bottom: unset;
        right: unset;
	}
    .menu li {
        width: 24.8%;
        text-align: center;
        padding: 0;
        overflow: hidden;
    }

    .table-title span {
        width: 60%;
    }

    .table-title time {
        display: none;
    }

    .table-cont, .price-table {
        width: 100%;
        font-size: 1.2rem;
        font-size: 12px;
        table-layout: fixed;
    }

    .tab2s li {
        width: 46%;
        padding: 0 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .table-cont tr th, .table-cont tr td, .price-table tr th, .price-table tr td {
        word-wrap: break-word;
    }

    .index-table-right {
        display: none;
        font-size: 0;
    }

    .index-Article-more {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-left, .footer-right {
        margin: 15px 0;
    }

    .footer-list {
        width: 90%;
        line-height: 26px;
        margin: 0 auto;
        overflow: hidden;
        word-wrap: break-word;
        word-break: normal;
    }

        .footer-list a {
            padding: 0 8px;
        }

    .footer-right-cont {
        width: 95%;
        margin: 15px auto 0 auto;
    }

    .footer-wechat {
        width: 38%;
        display: inline-block;
    }

    .report-classify a {
        margin: 0 2px;
    }

    .rush {
        line-height: 26px;
        padding: 5px 5px 5px 30px;
    }

    .pricesort p {
        line-height: 24px;
    }

    .slideshow .title {
        height: 70px;
    }
	.title-cont {
		width:100%;
	}
    .slidebar {
/*        bottom: 15px;*/
    }
	.slidebar li {
		width: 8px;
		height: 8px;
		font-size: 0px;
	}
    .Noshow {
        display: none;
    }

    .show {
        display: inline-block;
    }

    .newspage-cont p.newspang-cont-imgBox img {
        width: 85%;
    }

    .newstitle-bottom p {
        float: none;
    }

    .newstitle-bottom-button {
        float: none;
    }

    .newspage-cont {
        width: 95%;
        margin: 20px auto;
    }

    .dx_fans {
        position: relative;
        margin: 25px 0;
    }

        .dx_fans ul li {
            float: left;
            width: 50%;
            margin-bottom: 8px;
        }

    .prevnext-posts a.prev, .prevnext-posts a.next {
        width: 100%;
        float: none;
        display: block;
    }

    .prevnext-posts a.next {
        border-left: 0px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

    .inpage-box form ul li label {
        width: auto;
        float: left;
    }

    .inpage-box form ul li .group_right_red {
        /*   float: left;*/
    }

    .inpage-box form ul li select {
        width: 90%;
    }

        .inpage-box form ul li select.message {
            width: 22%;
            float: left;
            margin-right: 8px;
        }

    .inpage-box form ul li i {
        display: none;
    }

    .inpage-box form ul li input[type="text"], .inpage-box form ul li input[type="password"], .inpage-box form ul li input[type="email"], .inpage-box form ul li input[type="tel"], .inpage-box form ul li input[type="url"] {
        width: 90%;
        display: block;
    }

    .inpage-box form ul li input[type="submit"], .inpage-box form ul li input[type="button"] {
        width: 45%;
        margin-left: 0;
        margin-right: 4%;
        margin-top: 20px;
    }

    .inpage-box form ul li input.tbx-message {
        width: 65.8%;
    }

    .inpage-box form ul li input.tbx-yzm {
        width: 20%;
        float: left;
        margin-right: 5px;
    }

    .inpage-box form ul li input.tbx_authcode {
        width: 90%;
        margin-bottom: 5px;
    }

    .inpage-box form ul li .proceed {
        width: 100%;
        margin-left: 0;
    }

    .register-img {
        margin-left: 0;
    }

    .tabHeader {
        padding: 0 1%;
    }

    .tabTime {
        padding: 0 1%;
    }

    .Membership-topleft {
        float: none;
        width: 100%;
    }

    .Membership-topright {
        float: none;
        width: 100%;
    }

    .box-item .box-cnt {
        padding: 5px;
        display: none;
    }

    .box-cnt img {
        width: 100%;
        max-width: 100%;
    }

    .menu-warp {
        width: 100%;
    }

        .menu-warp ul li {
            padding: 0 3px;
            float: left;
        }

            .menu-warp ul li.active {
                border-left: 0px solid #2b65b2;
                background: #2b65b2;
                color: #fff;
            }

                .menu-warp ul li.active a {
                    color: #fff;
                }

    .user-content-warp {
        width: 100%;
        margin-left: 0;
    }
}

/* ????????????????????? min-width:320px ??? max-width:479??????
 ======================================================================================================*/
@media (min-width: 320px) and (max-width:479px) {
    .container {
        width: 98%;
        margin: 0 auto;
    }

    .header-top {
        display: none;
    }

    .top-box {
        padding-top: 8px;
    }

        .top-box .top-logo {
            width: 32%;
            padding-left: 5px;
            margin-bottom: 0;
        }

        .top-box .top-banner {
            display: none;
        }

        .top-box .form-wrapper {
            display: none;
        }

        .top-box .top-user {
            float: right;
            margin-top: 6px;
        }

    .Phone-banner, .Phone-banner a {
        width: 100%;
        height: 50px;
        display: block;
        margin-top: 2px;
    }

    .PC-indexbanner, .index-table-right {
        display: none;
        margin: 0;
        font-size: 0;
        clear: both;
    }

    .tab2s li {
        width: 46%;
        padding: 0 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .index-table, .New-Article, .Public-sidebar-right, .footer-left, .footer-right {
        float: none;
        width: 100%;
    }

    .tab1 {
        width: 100%;
        position: relative;
        font-size: 1.4rem;
        font-size: 14px;
        margin-bottom: 9.5px;
    }
	#slidesImgs li {
		height: 200px;
	}
	.slidebar {
		position: absolute;
		top: 10px;
		left: calc(50% - 5%);
/*		left: 48%;*/
		bottom: unset !important;
    	right: unset;
	}
	.slidebar li {
		width: 8px;
		height: 8px;
		font-size: 0px;
	}
    .menudiv {
        height: auto;
    }

    .menu li {
        width: 24.8%;
        text-align: center;
        padding: 0;
        overflow: hidden;
    }

    .table-title span {
        width: 50%;
    }

    .table-title time {
        font-size: 12px;
    }

    .table-cont, .price-table {
        font-size: 1.2rem;
        font-size: 12px;
    }

    .index-table-right {
        display: none;
        font-size: 0;
    }

    .index-Article-more {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-left, .footer-right {
        margin: 15px 0;
    }

    .footer-list {
        width: 90%;
        line-height: 26px;
        margin: 0 auto;
        overflow: hidden;
        word-wrap: break-word;
        word-break: normal;
    }

        .footer-list a {
            padding: 0 8px;
        }

    .footer-right-cont {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .footer-wechat {
        width: 38%;
        display: inline-block;
    }

    .rush {
        line-height: 26px;
        padding: 5px 5px 5px 30px;
    }

    .pricesort p {
        line-height: 24px;
    }

    .slideshow .title {
        height: 70px;
    }
	.title-cont {
		width: 100%;
	}
    .slidebar {
        bottom: 8px;
    }

    .Article-box-title li a {
        padding: 10px 10px;
    }

    .Noshow {
        display: none;
    }

    .show {
        display: inline-block;
    }

    .newspage-cont p.newspang-cont-imgBox img {
        width: 85%;
    }

    .newstitle-bottom p {
        float: none;
    }

    .newstitle-bottom-button {
        float: none;
    }

    .newspage-cont {
        width: 95%;
        margin: 20px auto;
    }

    .dx_fans {
        position: relative;
        margin: 25px 0;
    }

        .dx_fans ul li {
            float: left;
            width: 50%;
            margin-bottom: 8px;
        }

    .prevnext-posts a.prev, .prevnext-posts a.next {
        width: 100%;
        float: none;
        display: block;
    }

    .prevnext-posts a.next {
        border-left: 0px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

    .inpage-box form ul li label {
        width: auto;
        float: left;
    }

    .inpage-box form ul li .group_right_red {
        /*float: left;*/
    }

    .inpage-box form ul li select {
        width: 90%;
    }

        .inpage-box form ul li select.message {
            width: 22%;
            float: left;
            margin-right: 8px;
        }

    .inpage-box form ul li i {
        display: none;
    }

    .inpage-box form ul li input[type="text"], .inpage-box form ul li input[type="password"], .inpage-box form ul li input[type="email"], .inpage-box form ul li input[type="tel"], .inpage-box form ul li input[type="url"] {
        width: 90%;
        display: block;
    }

    .inpage-box form ul li input[type="submit"], .inpage-box form ul li input[type="button"] {
        width: 45%;
        margin-left: 0;
        margin-right: 4%;
        margin-top: 20px;
    }

    .inpage-box form ul li input.tbx-message {
        width: 65%;
    }

    .inpage-box form ul li input.tbx-yzm {
        width: 20%;
        float: left;
        margin-right: 5px;
    }

    .inpage-box form ul li input.tbx_authcode {
        width: 90%;
        margin-bottom: 5px;
    }

    .inpage-box form ul li .proceed {
        width: 100%;
        margin-left: 0;
    }

    .register-img {
        margin-left: 0;
    }

    .div_rate_list {
        width: 90%;
        margin: 10px auto;
    }

        .div_rate_list ul li {
            float: left;
            width: 49%;
            margin: 2px 1px;
        }

            .div_rate_list ul li.div_rate_list-first {
                width: 49%;
                line-height: 20px;
                height: 50px;
                overflow: hidden;
            }

                .div_rate_list ul li.div_rate_list-first i {
                    font-size: 12px;
                    font-size: 1.2rem;
                }

                    .div_rate_list ul li.div_rate_list-first i time {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                        line-height: 12px;
                    }

    .tabHeader {
        padding: 0 1%;
    }

    .tabTime {
        padding: 0 1%;
    }

    .Membership-topleft {
        float: none;
        width: 100%;
    }

    .Membership-topright {
        float: none;
        width: 100%;
    }

    .box-item .box-cnt {
        padding: 5px;
        display: none;
    }

    .box-cnt img {
        width: 100%;
        max-width: 100%;
    }

    .menu-warp {
        width: 100%;
    }

        .menu-warp ul li {
            padding: 0 4px;
            float: left;
        }

            .menu-warp ul li.active {
                border-left: 0px solid #2b65b2;
                background: #2b65b2;
                color: #fff;
            }

                .menu-warp ul li.active a {
                    color: #fff;
                }

    .user-content-warp {
        width: 100%;
        margin-left: 0;
    }
}

/* ????????????????????? min-width:480px ??? max-width:639??????
 ======================================================================================================*/
@media (min-width: 480px) and (max-width:639px) {
    .container {
        width: 98%;
        margin: 0 auto;
    }

    .header-top {
        display: none;
    }

    .top-box {
        padding-top: 8px;
    }

        .top-box .top-logo {
            width: 26%;
            padding-left: 5px;
            margin-bottom: 0;
        }

        .top-box .top-banner {
            display: none;
        }

        .top-box .form-wrapper {
            display: none;
        }

        .top-box .top-user {
            float: right;
            margin-top: 6px;
        }

    .Phone-banner, .Phone-banner a {
        width: 100%;
        height: 70px;
        display: block;
        margin-top: 6px;
    }

    .PC-indexbanner, .index-table-right {
        display: none;
        margin: 0;
        font-size: 0;
        clear: both;
    }

    .index-table, .New-Article, .Public-sidebar-right, .footer-left, .footer-right {
        float: none;
        width: 100%;
    }

    .tab1 {
        width: 100%;
        position: relative;
        margin-bottom: 9.5px;
    }
	#slidesImgs li {
		height: 200px;
	}
	.slidebar {
    position: absolute;
/*    right: 4px;*/
    top: 10px;
	left: calc(50% - 5%);	
/*    left: 48%;*/
	bottom: unset;
    right: unset;
	}
    .menudiv {
        height: auto;
    }

    .menu li {
        width: auto;
        padding: 0 3px;
    }

    .table-cont, .price-table {
        font-size: 1.2rem;
        font-size: 12px;
    }

    .index-table-right {
        display: none;
        font-size: 0;
    }

    .index-Article-more {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-left, .footer-right {
        margin: 15px 0;
    }

    .footer-list {
        width: 90%;
        line-height: 26px;
        margin: 0 auto;
        overflow: hidden;
        word-wrap: break-word;
        word-break: normal;
    }

        .footer-list a {
            padding: 0 8px;
        }

    .footer-right-cont {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .footer-wechat {
        width: 38%;
        display: inline-block;
    }

    .rush {
        line-height: 26px;
        padding: 5px 5px 5px 30px;
    }

    .pricesort p {
        line-height: 26px;
    }

    .slideshow .title {
        height: 70px;
    }
	.title-cont {
		width: 100%;
	}
    .slidebar {
/*        bottom: 15px;*/
    }
	.slidebar li {
		width: 8px;
		height: 8px;
		font-size: 0px;
	}
    .Noshow {
        display: none;
    }

    .show {
        display: inline-block;
    }

    .newspage-cont p.newspang-cont-imgBox img {
        width: 85%;
    }

    .newspage-cont {
        width: 95%;
        margin: 20px auto;
    }

    .dx_fans {
        position: relative;
        margin: 25px 0;
    }

        .dx_fans ul li {
            float: left;
            width: 50%;
            margin-bottom: 8px;
        }

    .prevnext-posts a.prev, .prevnext-posts a.next {
        width: 100%;
        float: none;
        display: block;
    }

    .prevnext-posts a.next {
        border-left: 0px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

    .inpage-box form ul li label {
        width: auto;
        float: left;
    }

    .inpage-box form ul li .group_right_red {
        /* float: left;*/
    }

    .inpage-box form ul li select {
        width: 90%;
    }

        .inpage-box form ul li select.message {
            width: 22%;
            float: left;
            margin-right: 8px;
        }

    .inpage-box form ul li i {
        display: none;
    }

    .inpage-box form ul li input[type="text"], .inpage-box form ul li input[type="password"], .inpage-box form ul li input[type="email"], .inpage-box form ul li input[type="tel"], .inpage-box form ul li input[type="url"] {
        width: 85%;
        display: block;
    }

    .inpage-box form ul li input[type="submit"], .inpage-box form ul li input[type="button"] {
        width: 45%;
        margin-left: 0;
        margin-right: 4%;
        margin-top: 20px;
    }

    .inpage-box form ul li input.tbx-message {
        width: 65.8%;
    }

    .inpage-box form ul li input.tbx-yzm {
        width: 20%;
        float: left;
        margin-right: 5px;
    }

    .inpage-box form ul li input.tbx_authcode {
        width: 85%;
        margin-bottom: 5px;
    }

    .inpage-box form ul li .proceed {
        width: 100%;
        margin-left: 0;
    }

    .register-img {
        margin-left: 0;
    }

    .tabHeader {
        padding: 0 1%;
    }

    .tabTime {
        padding: 0 1%;
    }

    .Membership-topleft {
        float: none;
        width: 100%;
    }

    .Membership-topright {
        float: none;
        width: 100%;
    }

    .box-item .box-cnt {
        padding: 5px;
        display: none;
    }

    .box-cnt img {
        width: 100%;
        max-width: 100%;
    }

    .menu-warp {
        width: 100%;
    }

        .menu-warp ul li {
            padding: 0 5px;
            float: left;
        }

            .menu-warp ul li.active {
                border-left: 0px solid #2b65b2;
                background: #2b65b2;
                color: #fff;
            }

                .menu-warp ul li.active a {
                    color: #fff;
                }

    .user-content-warp {
        width: 100%;
        margin-left: 0;
    }
}

/* ????????????????????? min-width:640px ??? max-width:767??????
 ======================================================================================================*/
@media (min-width: 640px) and (max-width:767px) {
    .container {
        width: 98%;
        margin: 0 auto;
    }

    .header-top {
        display: none;
    }

    .top-box {
        padding-top: 8px;
    }

        .top-box .top-logo {
            width: 26%;
            padding-left: 5px;
            margin-bottom: 0;
        }

        .top-box .top-banner {
            display: none;
        }

        .top-box .form-wrapper {
            display: none;
        }

        .top-box .top-user {
            float: right;
            margin-top: 6px;
        }

    .Phone-banner, .Phone-banner a {
        width: 100%;
        height: 82px;
        display: block;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .PC-indexbanner, .index-table-right {
        display: none;
        margin: 0;
        font-size: 0;
        clear: both;
    }

    .index-table, .New-Article, .Public-sidebar-right, .footer-left, .footer-right {
        float: none;
        width: 100%;
    }

    .tab1 {
        width: 100%;
        position: relative;
        margin-bottom: 9.5px;
    }
	.slidebar {
		position: absolute;
		top: 10px;
		left: calc(50% - 5%);
/*		left: 48%;*/
		bottom: unset;
    	right: unset;
		}
    .menu li {
        width: auto;
        padding: 0 8px;
    }

    .table-cont, .price-table {
        font-size: 1.2rem;
        font-size: 12px;
    }

    .index-table-right {
        display: none;
        font-size: 0;
    }

    .index-Article-more {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-left, .footer-right {
        margin: 15px 0;
    }

    .footer-list {
        width: 90%;
        line-height: 26px;
        margin: 0 auto;
        overflow: hidden;
        word-wrap: break-word;
        word-break: normal;
    }

        .footer-list a {
            padding: 0 8px;
        }

    .footer-right-cont {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .footer-wechat {
        width: 38%;
        display: inline-block;
    }

    .rush {
        line-height: 26px;
        padding: 5px 5px 5px 30px;
    }

    .pricesort p {
        line-height: 26px;
    }

    .slideshow .title {
        height: 80px;
    }

    .slidebar {
/*        bottom: 15px;*/
    }
	.slidebar li {
		width: 8px;
		height: 8px;
		font-size: 0px;
	}
    .Noshow {
        display: none;
    }

    .show {
        display: inline-block;
    }

    .newspage-cont p.newspang-cont-imgBox img {
        width: 85%;
    }

    .newspage-cont {
        width: 95%;
        margin: 20px auto;
    }

    .dx_fans {
        position: relative;
        margin: 25px 0;
    }
	.title-cont {
		width:100%;
	}
        .dx_fans ul li {
            float: left;
            width: 50%;
            margin-bottom: 8px;
        }

    .prevnext-posts a.prev, .prevnext-posts a.next {
        width: 100%;
        float: none;
        display: block;
    }

    .prevnext-posts a.next {
        border-left: 0px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

    .inpage-box form ul li label {
        width: auto;
        float: left;
    }

    .inpage-box form ul li .group_right_red {
        /*float: left;*/
    }

    .inpage-box form ul li select {
        width: 90%;
    }

        .inpage-box form ul li select.message {
            width: 22%;
            float: left;
            margin-right: 8px;
        }

    .inpage-box form ul li i {
        display: none;
    }

    .inpage-box form ul li input[type="text"], .inpage-box form ul li input[type="password"], .inpage-box form ul li input[type="email"], .inpage-box form ul li input[type="tel"], .inpage-box form ul li input[type="url"] {
        width: 85%;
        display: block;
    }

    .inpage-box form ul li input[type="submit"], .inpage-box form ul li input[type="button"] {
        width: 45%;
        margin-left: 0;
        margin-right: 4%;
        margin-top: 20px;
    }

    .inpage-box form ul li input.tbx-message {
        width: 65.8%;
    }

    .inpage-box form ul li input.tbx-yzm {
        width: 20%;
        float: left;
        margin-right: 5px;
    }

    .inpage-box form ul li input.tbx_authcode {
        width: 85%;
        margin-bottom: 5px;
    }

    .inpage-box form ul li .proceed {
        width: 100%;
        margin-left: 0;
    }

    .register-img {
        margin-left: 0;
    }

    .tabHeader {
        padding: 0 1%;
    }

    .tabTime {
        padding: 0 1%;
    }

    .Membership-topleft {
        float: none;
        width: 100%;
    }

    .Membership-topright {
        float: none;
        width: 100%;
    }

    .box-item .box-cnt {
        padding: 5px;
        display: none;
    }

    .box-cnt img {
        width: 100%;
        max-width: 100%;
    }

    .menu-warp {
        width: 100%;
    }

        .menu-warp ul li {
            padding: 0 10px;
            float: left;
        }

            .menu-warp ul li.active {
                border-left: 0px solid #2b65b2;
                background: #2b65b2;
                color: #fff;
            }

                .menu-warp ul li.active a {
                    color: #fff;
                }

    .user-content-warp {
        width: 100%;
        margin-left: 0;
    }
}

/* ????????????????????? min-width:768px ??? max-width:999??????
 ======================================================================================================*/
@media (min-width: 768px) and (max-width:999px) {
    .container {
        width: 98%;
        margin: 0 auto;
    }

    .header-top {
        display: none;
    }

    .top-box {
        padding-top: 8px;
    }

        .top-box .top-logo {
            width: 20%;
            padding-left: 5px;
            margin-bottom: 0;
        }

        .top-box .top-banner {
            display: none;
        }

        .top-box .form-wrapper {
            display: none;
        }

        .top-box .top-user {
            float: right;
            margin-top: 11px;
        }

    .Phone-banner, .Phone-banner a {
        width: 100%;
        height: 95px;
        display: block;
        margin-top: 2px;
    }

    .PC-indexbanner, .index-table-right {
        display: none;
        margin: 0;
        font-size: 0;
        clear: both;
    }

    .index-table, .New-Article, .Public-sidebar-right, .footer-left, .footer-right {
        float: none;
        width: 100%;
    }

    .tab1 {
        width: 100%;
        position: relative;
        margin-bottom: 9.5px;
    }

    .menu li {
        width: auto;
        padding: 0 10px;
    }

    .table-cont, .price-table {
        font-size: 1.2rem;
        font-size: 12px;
    }

    .index-table-right {
        display: none;
        font-size: 0;
    }

    .index-Article-more {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-left, .footer-right {
        margin: 15px 0;
    }

    .footer-list {
        width: 95%;
        line-height: 26px;
        margin: 0 auto;
        overflow: hidden;
        word-wrap: break-word;
        word-break: normal;
    }

        .footer-list a {
            padding: 0 8px;
        }

    .footer-right-cont {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .footer-wechat {
        width: 38%;
        display: inline-block;
    }

    .rush {
        line-height: 26px;
        padding: 5px 5px 5px 30px;
    }

    .pricesort p {
        line-height: 26px;
    }
    .title-cont {
    	width: 72% !important;
	}
    .slideshow .title {
        height: 65px;
    }

    .slidebar {
/*        bottom: 15px;*/
    }

    .Noshow {
        display: none;
    }

    .show {
        display: inline-block;
    }

    .newspage-cont p.newspang-cont-imgBox img {
        width: 85%;
    }

    .dx_fans {
        position: relative;
        margin: 25px 0;
    }

        .dx_fans ul li {
            float: left;
            width: 50%;
            margin-bottom: 8px;
        }

    .prevnext-posts a.prev, .prevnext-posts a.next {
        width: 100%;
        float: none;
        display: block;
    }

    .prevnext-posts a.next {
        border-left: 0px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

    .inpage-box form ul li label {
        width: auto;
        float: left;
    }

    .inpage-box form ul li .group_right_red {
        /* float: left;*/
    }

    .inpage-box form ul li select {
        width: 80%;
    }

        .inpage-box form ul li select.message {
            width: 22%;
            float: left;
            margin-right: 8px;
        }

    .inpage-box form ul li i {
        display: none;
    }

    .inpage-box form ul li input[type="text"], .inpage-box form ul li input[type="password"], .inpage-box form ul li input[type="email"], .inpage-box form ul li input[type="tel"], .inpage-box form ul li input[type="url"] {
        width: 80%;
        display: block;
    }

    .inpage-box form ul li input[type="submit"], .inpage-box form ul li input[type="button"] {
        width: 45%;
        margin-left: 0;
        margin-right: 4%;
        margin-top: 20px;
    }

    .inpage-box form ul li input.tbx-message {
        width: 55%;
    }

    .inpage-box form ul li input.tbx-yzm {
        width: 20%;
        float: left;
        margin-right: 5px;
    }

    .inpage-box form ul li input.tbx_authcode {
        width: 80%;
        margin-bottom: 5px;
    }

    .inpage-box form ul li .proceed {
        width: 100%;
        margin-left: 0;
    }

    .register-img {
        margin-left: 0;
    }

    .tabHeader {
        padding: 0 1%;
    }

    .tabTime {
        padding: 0 1%;
    }

    .Membership-topleft {
        float: none;
        width: 100%;
    }

    .Membership-topright {
        float: none;
        width: 100%;
    }

    .box-item .box-cnt {
        padding: 5px;
        display: none;
    }

    .box-cnt img {
        width: 100%;
        max-width: 100%;
    }

    .menu-warp {
        width: 100%;
    }

        .menu-warp ul li {
            padding: 0 10px;
            float: left;
        }

            .menu-warp ul li.active {
                border-left: 0px solid #2b65b2;
                background: #2b65b2;
                color: #fff;
            }

                .menu-warp ul li.active a {
                    color: #fff;
                }

    .user-content-warp {
        width: 100%;
        margin-left: 0;
    }
}

/* ????????????????????? min-width:1000px ??? max-width:1024??????
 ======================================================================================================*/
@media (min-width: 1000px) and (max-width:1169px) {

    .container {
        width: 98%;
        margin: 0 auto;
    }

    .header-top {
        display: none;
    }

    .top-box {
        padding-top: 8px;
    }

        .top-box .top-logo {
            width: 20%;
            padding-left: 5px;
            margin-bottom: 0;
        }

        .top-box .top-banner {
            display: none;
        }

        .top-box .form-wrapper {
            display: none;
        }

        .top-box .top-user {
            float: right;
            margin-top: 11px;
        }

    .Phone-banner, .Phone-banner a {
        width: 100%;
        height: 124px;
        display: block;
        margin-top: 2px;
    }

    .PC-indexbanner, .index-table-right {
        display: none;
        margin: 0;
        font-size: 0;
        clear: both;
    }

    .index-table, .New-Article, .Public-sidebar-right, .footer-left, .footer-right {
        float: none;
        width: 100%;
    }

    .tab1 {
        width: 100%;
        position: relative;
        margin-bottom: 9.5px;
    }

    .menu li {
        width: auto;
        padding: 0 10px;
    }

    .table-cont, .price-table {
        font-size: 1.4rem;
        font-size: 14px;
    }

    .index-table-right {
        display: none;
        font-size: 0;
    }

    .index-Article-more {
        width: 100%;
        margin-bottom: 25px;
    }

    .footer-left, .footer-right {
        margin: 15px 0;
    }

    .footer-list {
        width: 95%;
        line-height: 26px;
        margin: 0 auto;
        overflow: hidden;
        word-wrap: break-word;
        word-break: normal;
    }

        .footer-list a {
            padding: 0 8px;
        }

    .footer-right-cont {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .footer-wechat {
        width: 38%;
        display: inline-block;
    }

    .rush {
        line-height: 26px;
        padding: 5px 5px 5px 30px;
    }

    .pricesort p {
        line-height: 26px;
    }

    .slideshow .title {
        height: 38px;
    }

    .slidebar {
/*        bottom: 15px;*/
    }

    .Noshow {
        display: none;
    }

    .show {
        display: inline-block;
    }

    .newspage-cont p.newspang-cont-imgBox img {
        width: 85%;
    }

    .dx_fans {
        position: relative;
        margin: 25px 0;
    }

        .dx_fans ul li {
            float: left;
            width: 50%;
            margin-bottom: 8px;
        }

    .prevnext-posts a.prev, .prevnext-posts a.next {
        width: 100%;
        float: none;
        display: block;
    }

    .prevnext-posts a.next {
        border-left: 0px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
    }

    .inpage-box form ul li label {
        width: auto;
        float: left;
    }

    .inpage-box form ul li .group_right_red {
        /* float: left;*/
    }

    .inpage-box form ul li select {
        width: 80%;
    }

        .inpage-box form ul li select.message {
            width: 22%;
            float: left;
            margin-right: 8px;
        }

    .inpage-box form ul li i {
        display: none;
    }

    .inpage-box form ul li input[type="text"], .inpage-box form ul li input[type="password"], .inpage-box form ul li input[type="email"], .inpage-box form ul li input[type="tel"], .inpage-box form ul li input[type="url"] {
        width: 80%;
        display: block;
    }

    .inpage-box form ul li input[type="submit"], .inpage-box form ul li input[type="button"] {
        width: 45%;
        margin-left: 0;
        margin-right: 3%;
        margin-top: 20px;
    }

    .inpage-box form ul li input.tbx-message {
        width: 40%;
    }

    .inpage-box form ul li input.tbx-yzm {
        width: 20%;
        float: left;
        margin-right: 5px;
    }

    .inpage-box form ul li input.tbx_authcode {
        width: 80%;
        margin-bottom: 5px;
    }

    .inpage-box form ul li .proceed {
        width: 100%;
        margin-left: 0;
    }

    .register-img {
        margin-left: 0;
    }

    .tabHeader {
        padding: 0 1%;
    }

    .tabTime {
        padding: 0 1%;
    }

    .Membership-topleft {
        float: none;
        width: 100%;
    }

    .Membership-topright {
        float: none;
        width: 100%;
    }

    .box-item .box-cnt {
        padding: 5px;
        display: none;
    }

    .box-cnt img {
        width: 100%;
        max-width: 100%;
    }

    .menu-warp {
        width: 100%;
    }

        .menu-warp ul li {
            padding: 0 10px;
            float: left;
        }

            .menu-warp ul li.active {
                border-left: 0px solid #2b65b2;
                background: #2b65b2;
                color: #fff;
            }

                .menu-warp ul li.active a {
                    color: #fff;
                }

    .user-content-warp {
        width: 100%;
        margin-left: 0;
    }

    .phone-show, .phonemiddle-show {
        display: block;
        width: 320px;
        height: 60px;
        margin: 10px auto;
    }

        .phone-show a .phonemiddle-show a {
            display: block;
            width: 320px;
            height: 60px;
        }




    .top-box .top-user {
        margin-right: 50px;
    }

    .animenu__toggle {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 8px;
    }

    .animenu {
        display: block;
        width: 75%;
    }

        .animenu ul {
            width: 75%;
            z-index: 99999;
        }

    .animenu__nav, .animenu__nav__child {
        display: none;
        padding: 0;
        list-style: none;
    }

    .animenu__nav {
        margin: 0;
        background-color: #202b63;
        position: absolute;
        top: 50px;
        right: 0;
    }

        .animenu__nav > li {
            width: 100%;
            border-right: 0;
            border-bottom: 1px solid #465499;
        }

            .animenu__nav > li:last-child {
                border: 0;
            }

            .animenu__nav > li:first-child > a:after {
                content: '';
                position: absolute;
                height: 0;
                width: 0;
                right: 1em;
                top: -6px;
                border: 6px solid transparent;
                border-top: 0;
                border-bottom-color: inherit;
            }

            .animenu__nav > li > a {
                width: 100%;
                padding: 10px;
                border-color: #202b63;
                position: relative;
            }

        .animenu__nav a:hover {
            background-color: #faa017;
            border-color: #ff9000;
            color: #fff;
        }

        .animenu__nav > li:hover > ul.animenu__nav__child {
            height: auto;
            display: block;
        }

        .animenu__nav > li:active > ul.animenu__nav__child {
            height: auto;
            display: block;
        }

    .animenu__nav__child a:hover {
        background-color: #ff9000;
        border-color: #ff9000;
        color: #fff;
    }

    .animenu__nav__child {
        position: static;
        background-color: #4b5586;
        margin: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;
    }

        .animenu__nav__child > li {
            width: 100%;
            border-bottom: 1px solid #7f8bca;
        }

            .animenu__nav__child > li:first-child > a:after {
                content: none;
            }

        .animenu__nav__child a {
            padding-left: 20px;
            display: block;
            width: 100%;
            height: 42px;
        }
}

/* ????????????????????? min-width:1000px ??? max-width:1024??????
 ======================================================================================================*/
@media (min-width: 550px) and (max-width:999px) {

    .inpage-box form ul li i:before {
        content: ' ';
        white-space: nowrap;
    }

    .about-us-box .intro-flow span:before {
        content: '\a';
        white-space: pre;
    }

    .about-us-box {
        clear: both;
    }

    .user-content-title li {
        padding: 0 5px;
    }

    #GetPhoneCode {
        width: 100px;
        text-align: center;
        margin-left: 3px;
        margin-top: 0;
        vertical-align: middle;
        line-height: 20px;
    }

    .pricesort p a {
        margin-right: 8px;
        padding: 5px 5px;
        text-decoration: none;
        color: #1b1b1b;
        font-size: 12px;
    }

    .Article-sort .sort-left {
        width: 76%;
        float: left;
        text-indent: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .Article-sort .sort-right {
/*        width: 23%;*/
/*        height: 24px;*/
        float: right;
        text-align: center;
		padding: 0px 8px!important;
    }
}

@media screen and (max-width: 550px){
	.Article-sort .sort-right {
    width: auto;
    float: left;
	padding: 0px 8px!important;	
	}
	.Article-sort .sort-left {
    width: 100%;
	margin-bottom: 5px;	
	}
}

/* ????????????*/
.frieldlinks {
    padding-top: 10px;
    padding-bottom: 20px;
}

.linkstitle {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 14px;
}

    .linkstitle span {
        display: inline-block;
        width: auto;
        line-height: 39px;
        text-align: center;
        background: #e68b00;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        padding: 0 15px;
    }

    .linkstitle a {
        float: right;
        text-decoration: none;
        color: #444444;
        line-height: 39px;
    }

        .linkstitle a:hover {
            color: #2b65b2;
        }

.linksfl {
    width: 100%;
    height: auto;
    padding-top: 12px;
}

    .linksfl a {
        display: inline-block;
        font-size: 1.5rem;
        text-decoration: none;
        color: #444444;
        margin: 5px 12px;
    }

        .linksfl a:hover {
            color: #2b65b2;
            text-decoration: underline;
        }

.LinksBox {
    background: #e8e8e8;
}

.LinksPage {
    padding: 0 10px;
    background: #fff;
}

.LinksBase {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: linear-gradient(to top,#f0f0f0,#fafafa);
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    text-indent: 1em;
    margin-bottom: 14px;
}

    .LinksBase a {
        color: #444444;
        text-decoration: none;
        font-size: 14px;
        margin: 0 5px;
    }

        .LinksBase a.currentLinks {
            color: #2b65b2;
        }

        .LinksBase a:hover {
            text-decoration: underline;
        }

.LinksContBox {
    width: 100%;
}

.LinksNotice {
    float: left;
    width: 31.6%;
}

.LinksNotice-TOP {
    width: 100%;
    border: 1px solid #c3c2c2;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
}

.LinksNotice-Title {
    width: 100%;
    height: 30px;
    background: linear-gradient(#fbfbfb 50%, #e8e8e8 50%);
    border-radius: 5px 5px 0 0;
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-indent: 1em;
    border-bottom: 1px solid #fff;
}

.LinksNotice-cont {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
    border-top: 1px solid #c3c2c2;
    background: #fff;
}

    .LinksNotice-cont p, .LinksNotice-cont ul {
        width: 100%;
        padding: 0 10px;
    }

    .LinksNotice-cont ul {
        margin: 0;
    }

        .LinksNotice-cont ul li {
            display: block;
            list-style: none;
            margin: 0 auto;
            padding: 10px 0;
            border-bottom: 1px solid #d9d9da;
            text-align: center;
        }

            .LinksNotice-cont ul li:last-child {
                border-bottom: 0 solid #d9d9da;
            }

.LinksArea {
    float: right;
    ;
    width: 65.8%;
}

.fd_link {
    widows: 100%;
    margin-bottom: 20px;
}

.ban_link {
    widows: 100%;
    height: 30px;
    background: #202b63;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-indent: 1em;
    margin-bottom: 10px;
    color: #fff;
}

.list_fdLink a {
    display: inline-block;
    width: 145px;
    height: 26px;
    font-size: 14px;
    text-decoration: none;
    color: #444444;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e2e2e2;
    margin: 8px 10px 8px 0;
}

    .list_fdLink a:hover {
        color: #2b65b2;
        border: 1px solid #2b65b2;
    }

.LinksNoticePic1 {
    width: 150px;
}

.LinksNoticePic2 {
    width: 120px;
}

.LinksNoticePic3 {
    width: 120px;
}

.LinksNoticePic4 {
    width: 100px;
}

.LinksNoticePic5 {
    width: 80px;
}



@media (min-width: 240px) and (max-width: 1169px) {
    .frieldlinks {
        display: none;
    }

    .LinksNotice {
        width: 100%;
    }

    .LinksArea {
        width: 100%;
    }

    .list_fdLink a {
        width: 45%;
    }
}
/* ???????????? end*/

/* ????????????????????????  Molly 201803*/

.chart-img {
    cursor: pointer;
}

/* ????????????????????????????????????  Molly 201803*/
.future_pic img {
    width: 300px !important;
    height: auto !important;
}

/* ????????????????????????????????????  Molly 201901*/
@media (max-width: 520px) {
    #tab1 ul li {
        line-height: 19px !important;
        height: 42px !important;
        padding: 0px 7px !important;
        font-size: 13px;
    }

        #tab1 ul li:nth-child(1) {
            width: 19% !important;
        }

        #tab1 ul li:nth-child(2) {
            width: 18% !important;
        }

        #tab1 ul li:nth-child(3) {
            width: 21% !important;
        }

        #tab1 ul li:nth-child(4) {
            width: 18% !important;
        }

        #tab1 ul li:nth-child(5) {
            width: 18% !important;
        }

    .menu {
        height: 42px;
    }
}

/* ????????????????????????  Stacey 20190408 */
.newstitle-bottom-button .a2a_svg {
    width: 24px !important;
    height: auto !important;
    line-height: 24px !important;
}


/** APP QRCODE Stacey 20190610	**/
.QRCODE-BLOCK{ width:150px; height:190px; border:1px solid #D0D0D0; position:fixed; z-index:300; background-color:#ffffff; left: 200px;text-align: center;}
.qrcode-close{ width:22px; height:20px; background-color:#ffffff; position:absolute; top:-20px; right:-1px; cursor:pointer; background:url(img/qrcode-close.jpg) repeat-x;}	
.Ios-QRCODE{}
.QRCODE-BLOCK img{width:auto;}
.Ios-QRCODE span{ color:#172a5c; display:block; margin-top:10px; font-size: 15px; font-weight: 900;}	

@media screen and (max-width: 599px) {
    .QRCODE-BLOCK { display:none; }

}

/** ?????????????????????????????? Stacey 20190610	**/
#DX_cn_D1{ text-align: center; margin-bottom: 15px;}
@media (max-width: 1169px) {
	#DX_cn_D1{display:none;}
}


/** ????????? ????????????????????? Stacey 20190916	**/
.tag_price_block_right .table-title{ height:auto; line-height: 20px;}
.tag_price_block_right time{ display: block;}
.tag_price_block_right .table-title span{ float:none;overflow: auto;width: auto;}




/**Index Float AD Stacey 20191022**/
div.floatAD {
	position: fixed;
	z-index: 100;
	top: 167px;
	bottom: 80px;
	left: 20px;
	display: none;
}
div.floatAD img {
	border: none;
}



#one-dimensionCode_close {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: -16px;
    width: 16px;
	text-align: center;
}

@media screen and (max-width: 1169px) {
    div.floatAD { display:none; }

}

/** MTS2020 ?????????????????? Stacey 20191023	**/

.glowing_text img{ width: auto; height: 12px; }
.glowing_text span{
  animation: glowing 2s linear infinite;

}
.glowing_text span.glowing_text_1{
  animation-delay: 0s;
}
.glowing_text span.glowing_text_2{
  animation-delay: 0.3s;
}
.glowing_text span.glowing_text_3{
  animation-delay: 0.6s;
  padding-right: 4px;
}
.glowing_text span.glowing_text_4{
  animation-delay: 0.9s;
}
.glowing_text span.glowing_text_5{
  animation-delay: 1.2s;
}
.glowing_text span.glowing_text_6{
  animation-delay: 1.5s;
}
.glowing_text span.glowing_text_7{
  animation-delay: 1.8s;
}


@keyframes glowing{
  0%, 80%{
    color: #eff302;
    text-shadow: none;
	
  }
  100%{
    color: #eff302;
    text-shadow: 0 0 10px #fff14b, 5px 5px 20px #fff14b, 5px 5px 40px #fff14b, 5px 5px 80px #fff14b, 5px 5px 120px #fff14b,5px 5px 160px #fff14b;
	
  }
}

.animenu__nav li.glowing_text{border-right:none !important; box-shadow:none !important;}
.animenu__nav li.glowing_text a{ letter-spacing:-2px;}


.glowing_text_a {
    animation: text-shadow 1.5s ease-in-out infinite;
    font-size: 5em;
    font-weight: 900;
    line-height: 1;
}

.glowing_text_a:hover {
    animation-play-state: paused;
}

a {
    color: #024794;
}

a:hover {
    text-decoration: none;
}

@keyframes text-shadow {
    0% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }

    20% {  
        transform: translateY(-1em);
        text-shadow: 
            0 0.125em 0 #0c2ffb, 
            0 0.25em 0 #2cfcfd, 
            0 -0.125em 0 #fb203b, 
            0 -0.25em 0 #fefc4b;
    }

    40% {  
        transform: translateY(0.5em);
        text-shadow: 
            0 -0.0625em 0 #0c2ffb, 
            0 -0.125em 0 #2cfcfd, 
            0 0.0625em 0 #fb203b, 
            0 0.125em 0 #fefc4b;
    }
    
   60% {
        transform: translateY(-0.25em);
        text-shadow: 
            0 0.03125em 0 #0c2ffb, 
            0 0.0625em 0 #2cfcfd, 
            0 -0.03125em 0 #fb203b, 
            0 -0.0625em 0 #fefc4b;
    }

    80% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
}
/*MTS2021-TAG??????*/
@-moz-keyframes bounce-horizontal {
  0%, 100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: ease-in-out;
    transition: ease-in-out;
  }
  50% {
    -moz-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
    -moz-transition: ease-in-out;
    transition: ease-in-out;
  }
}
@-webkit-keyframes bounce-horizontal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
  50% {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
}
@keyframes bounce-horizontal {
  0%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: ease-in-out;
    -o-transition: ease-in-out;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
  50% {
    -moz-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
    -moz-transition: ease-in-out;
    -o-transition: ease-in-out;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
}
.bounce-horizontal {
  -moz-animation: bounce-horizontal 3s linear infinite;
  -webkit-animation: bounce-horizontal 3s linear infinite;
  animation: bounce-horizontal 3s linear infinite;
}

.tag {
  border-radius: 2px;
  font-family: 'Lato';
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35em;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.618em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  top: 8px;
}

.tag.tag-position-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
}
.tag.tag-style-pointer {
  border-radius: 3px;
  margin-left: 12px;
  padding: 1px 3px;
  position: relative;
  top: -2px;
}
.tag.tag-style-pointer:after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  position: absolute;
  top: 0;
}
.tag.tag-style-pointer.tag-position-right {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tag.tag-style-pointer.tag-position-right:after {
  border-right: 9px solid transparent;
  left: -8px;
}
.tag.tag-style-pointer.tag-position-left {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.tag.tag-style-pointer.tag-position-left:after {
  border-left: 9px solid transparent;
  right: -8px;
}
.tag.tag-style-pointer.tag-position-right.tag-color-teal.bounce-horizontal p {
    color: #fff;
	transform: scale(0.833333);
-webkit-transform: scale(0.833333);
-moz-transform: scale(0.833333);
-o-transform: scale(0.833333);
}
.tag.tag-color-teal {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
}
.tag.tag-color-teal.tag-style-pointer.tag-position-right:after {
  border-right-color: #ff0000;
}

/*MTS2021-TAG?????? END*/

/* Stacey 20200113 ????????????flashnews???????????? */
#slideContainer #frameHlicAe .cl #slidesImgs .title-cont a {color: #fff; text-shadow: 2px 2px 10px #000000;}

/*
================================================
DX??????-Special CSS
================================================
*/
#divArticleList {
    position: relative;
    overflow: hidden;
}

#divArticleList.Topic {
    position: relative;
}
.Guides__child__link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.Guides__child__text.row {
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    color: #fff;
    letter-spacing: .03em;
    background: rgba(32,71,87,.5);
    transition: background .8s;
	padding: 10px;
	flex-wrap: wrap;
}
.img_icon {
    width: 20px;
    float: left;
}
.list-white{
	display: block;
}
.list-black{
	display: none;
}
.img-box{
	overflow: hidden;
}
.Fine_print{
	font-size: 14px;
    width: 100px;
	letter-spacing: 3px;
}
.pp_font {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
}
.banner_img{
	display: block;
	transform: scale(1,1);
    transition: all 1s ease-out;
}
.banner_img:hover{
	transform: scale(1.2,1.2);
}
.tite_Button{
	padding: 2px 0;
}
.tite_width{
	min-width: 80%;
    text-align: left;
}

.Article-box-cont.clear {
    position: relative;
    margin-left: 5px;
}
.border-none{
	border: none!important;
}
.pp_font_tag{
	color: #fff;
	letter-spacing: 3px;
    color: #fff;
    padding: 5px 5px 5px 15px;
}
.tag_Label {
    /* background: #000; */
    position: absolute;
    top: 5px;
    left: 0px;
    background-image: linear-gradient(to right, #6b24d5, #7a39dd, #894be4, #965dec, #a46ef3);
}

.trapezoid-2 {
    border-color: #A46EF3 transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 30px 20px 0px 0px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0;
    right: -20px;
}

@media  (max-width: 500px){
.pp_font {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;

}
}
@media screen and (max-width: 608px){
	.Guides__child__text.row{
		position: inherit;
		background: none;
		color: #000;
	}
	.Guides__child__text.row:hover{
		color: #555555;
	}
	.list-white{
	display: none;
	}
	.list-black{
	display: block;
	}
	#divArticleList.Topic .Article-box-cont{
	padding-bottom: 0px;
    margin-bottom: 0px;
	}
}.animenu__nav > li:nth-child(5) > a {
      	padding: 10px 20px;
        }
.download {

}
.download  p{
	text-align: center;
	background-color: #202b63 !important;
	margin: 20px auto;
	float: right;
	border-radius: 65px;
	font-size: 16px !important;
	height: 40px !important;
	line-height: 40px !important;
	overflow: hidden;
	padding: 0 15px;
}
.download  a{
        display: inline-block;
        padding: 0 15px;
        color: #fff !important;
    }

.download  img{
        display:none;

    }
    
    
    /*tips*/
.tips{
	width: 100%;
	background: #fffbe4;
	border: 1px solid #ffdeab;
	padding: 15px;
	font-size: 14px;
	position: relative
}
.tips span{
	color: #666;
	margin-left: 28px
}


    .cnt {
        width: 100%;
        padding: 15px 0;
    }
    
    .cnt li {
        width: 20%;
        float: left;
        text-align: center;
 
    }

    .cnt dt img {
        text-align: center;
        margin: 10px auto;
        max-width: 60px;
    }
    
/*合作*/
.imgbox-show02-1200 dl.dl_42.noMl{margin-right:0}
.imgbox-show01 .con{width:100%}
dl.dl_2s{float:left;width:19%;margin-bottom:16px;margin-right:1%}

dl.dl_2s dt img{width:100%;height:auto;background:#eee;display:block;overflow:hidden;padding:2px;transition:background .5s ease;-o-transition:background .5s ease;-moz-transition:background .5s ease;-webkit-transition:background .5s ease}
dl.dl_2s dd{float:left;width:100%;margin:8px 0;height:24px;text-align:center}
dl.dl_2s dd{color:#333;font-size:14px;line-height:24px;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s}
dl.dl_2s dd h4{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
dl.dl_2s:hover dt img{background:#36256b}
dl.dl_2s:hover dd{color:#36256b;text-decoration:none}
dl.dl_2s:hover dd a{color:#36256b;text-decoration:none}
#demo {

overflow:hidden;

width: 80%;
}
#demo img {

}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}

.btn-more {padding: 0px 10px !important;text-align: center;border-radius: 54px;background: #e68b00;line-height: 36px;width: 184px;margin: 20px auto;display: block;color: #fff;}
.btn-more:hover {color: #fff;}