@font-face {
    font-family: 'iconfont';  /* project id 598693 */
    src: url('//at.alicdn.com/t/font_598693_50c7dz9tciwcow29.eot');
    src: url('//at.alicdn.com/t/font_598693_50c7dz9tciwcow29.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_598693_50c7dz9tciwcow29.woff') format('woff'),
    url('//at.alicdn.com/t/font_598693_50c7dz9tciwcow29.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_598693_50c7dz9tciwcow29.svg#iconfont') format('svg');
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-search:after {
    content: '\e60d';
}

.icon-download:after {
    content: '\e703';
}

.icon-date:after {
    content: '\e65f';
}

.icon-new:after {
    content: '\e61e';
}

.icon-weibo:after {
    content: '\e63d';
}

.icon-weixin:after {
    content: '\e709';
}

.icon-douban:after {
    content: '\e64d';
}

.icon-qq:after {
    content: '\e69e';
}

.icon-feed:after {
    content: '\e979';
}

.icon-tag:after {
    content: '\e62e';
}

.icon-view:after {
    content: '\e610';
}

.icon-money:after {
    content: '\e631';
}

.icon-disk-ctfile:after {
    content: '\e611';
}

.icon-disk-baidu:after {
    content: '\e602';
}

.icon-success:after {
    content: '\e60b';
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.soft-left {
    position: absolute;
    left: -68px;
    top: 0;
}

.soft-left .image-wrapper {
    background: 0 0;
    border-radius: 2px;
    height: 64px;
    width: 64px;
    max-height: 64px;
    max-width: 64px;
    position: relative;
    top: 3px;
}

.soft-left .image-wrapper .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.imgfull {
    width: 100% !important;
}

#content-detail img {
    width: 100% !important;
}

.sidenav-link [class^="ion-"]::before, .nav-link > [class^="ion-"]::before, .sidenav-link [class*=" ion-"]::before, .nav-link > [class*=" ion-"]::before {
    vertical-align: top;
}

.language .dropdown-menu {
    min-width: 1rem;
}

#top-content {
    padding-top: 115px;
    background-image: url(/transfer/img/top-bg.png);
    background-repeat: repeat;
    background-size: 15px 15px;
    z-index: -10;
}

.animation {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease 0.0s;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.animation img {
    vertical-align: middle;
    border-style: none;
    max-width: 609px;
    width: 100%;
}

.animation #hand-animation {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13%;
    width: 26% !important;
    height: inherit !important;
}
.map-container{
    background: #026FCE;
    background-image: radial-gradient(#40BAF5,#0B4182 );
    /* background: radial-gradient(#0B4182 1%, #1e88e5 64%, #40BAF5 97%); */
    /*background-image: -ms-radial-gradient(#0B4182 1%, #1e88e5 64%, #40BAF5 97%);*/
    /*background-image: -moz-radial-gradient(#0B4182 1%, #1e88e5 64%, #40BAF5 97%);*/
    /*background-image: -o-radial-gradient(#0B4182 1%, #1e88e5 64%, #40BAF5 97%);*/
    /*background-image: -webkit-radial-gradient(#0B4182 1%, #1e88e5 64%, #40BAF5 97%);*/
    /*background-image: radial-gradient(#0B4182 1%, #1e88e5 64%, #40BAF5 97%);*/
}
.map-container .container{
    min-height: 650px;
    max-width: 800px;
    margin: auto;
}
.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #343434;
}
.navbar.bg-success {
    background-color: #252a3c !important;
    color: #cbf1e3;
}
.pricing-container{
    background-color: #eee;
}
.pricing-container *{
    font-family: "Microsoft Yahei" ,'Montserrat', sans-serif !important;
}

.pricing-table{
    margin: 0 auto;
}
.pricing-table .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.pricing-table .block-heading h2 {
    color: #3b99e0;
}

.pricing-table .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.pricing-table .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    border-top: 2px solid #5ea4f3;
    padding: 30px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}

.pricing-table .item button {
    font-weight: 600;
}

.pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: red;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
}

.pricing-table .features .feature {
    font-weight: 600; }

.pricing-table .features h4 {
    font-size: 18px;
    padding: 5px;
}

.pricing-table .price {
    margin: 15px 0;
    font-size: 35px;
    text-align: center;
    color: #2288f9;
}

.pricing-table * {

    white-space: nowrap;
}

.pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}
.circle_ok{
    display: inline-block;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin: 0;
    background: radial-gradient( rgba(0, 128, 0, 0.9),rgb(255, 255, 255));
}
.circle_error{
    display: inline-block;
    background: radial-gradient( rgba(255, 0, 0, 0.9),rgb(255, 255, 255));
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin: 0;
}
.loader{
    width:60px;
    height:60px;
    margin: 0 auto ;
}
#app {
    min-height: 800px;
}


@media (min-width: 320px) and (max-width: 1024px) {
    #top-content .banner{
        background-image: url(/transfer/img/banner.jpg);
        background-color: #333647;
        color: #fff;
        min-height: 300px;
        text-align: center;
        white-space: pre-line;
        padding-left: 20px;
        padding-right: 20px;
    }

    #top-content .banner .container{
        margin-top: 10px;
    }
}


@media (min-width: 1024px){
    #top-content .banner{
        background-image: url(/transfer/img/banner.jpg);
        background-color: #333647;
        color: #fff;
        min-height: 488px;
        text-align: left;
    }

    #top-content .banner .container{
        margin-top: 80px;
    }
}

.container-fluid{
    padding: 0!important;
}
.navbar.bg-success .navbar-nav .nav-link {
    color: #ccc;
}

.row {
     margin-right: 0;
    margin-left: 0;
}
.logos img{
    width:100%;
}

.main-article img{
    width:100%;
}

.qun img{
    width:200px;
}

.btn-tb{
    color: #ff4400;
}

.btn-tb img{
    margin-top:-3px;margin-right:5px;width:16px;
}
