html .input-group>.input-group-append>.btn,
html .input-group>.input-group-append>.input-group-text,
html .input-group>.input-group-prepend>.btn,
html .input-group>.input-group-prepend>.input-group-text{
    border-radius: 0;
}
.custom-border-radius {
    border-radius: 35px !important;
    padding: 11px 30px !important;
}
.custom-border-radius.custom-border-radius-small {
    padding: 7px 17px !important;
    font-size: 12px;
}
.btn-outline.custom-border-width {
    border-width: 2px;
}

/* Simple page */
body.gray{
    background-color: #eee;
}
.body.simple{
    background-color: #fff;
}
.body.simple #header .header-body{
    min-height: 0;
    border-bottom: 5px solid #222;
}
.body.simple #footer{
    margin-top: 30px;
}
.body.simple .main{
    min-height : calc(100vh - 101px - 128px);
}
.body.simple #header .header-body .header-title:after{
    border-bottom-color: #67be63;
}
.body.simple #footer.light .footer-copyright{
    background-color: #eee;
}

/* Form - Custom Radio */
.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    display: inline-block;
    margin-right: 20px;
}
.radio-custom.radio-inline {
    display: inline-block;
    vertical-align: middle;
}
.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}
.radio-custom:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}
.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.radio-custom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 10px;
    height: 10px;
    background-color: #444;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 1px #444;
    box-shadow: 0px 0px 1px #444;
}
.radio-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio-custom input[type="radio"]:disabled:checked + label:after {
    color: #999;
}
.radio-custom input[type="radio"]:disabled + label {
    cursor: not-allowed;
}
.radio-custom input[type="radio"]:disabled + label:before {
    background-color: #eee;
}
.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.radio-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}
.radio-custom label + label.error {
    display: block;
}


/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}
.checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}
.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}
.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed;
}
.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.checkbox-custom input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}
.checkbox-custom input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}
.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
.checkbox-custom label + label.error {
    display: block;
}

/* Sign Screens - Wrappers */
.body-sign {
    display: table;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}
.body-sign .center-sign {
    display: table-cell;
    padding-top: 20px;
}
.body-sign .panel-sign {
    background: transparent;
}
.body-sign .panel-sign .panel-title-sign .title {
    background-color: #67be63;
    color: #FFF;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 13px 17px;
    vertical-align: bottom;
}
.body-sign .panel-sign .panel-body {
    background: #FFF;
    border-top: 5px solid #67be63;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 35px;
}
.body-sign .panel-sign .card-body{
    border-top-color:  #67be63;
}
/* Sign Screens - Elements */
.body-sign .input-group-icon .input-group-addon i {
    width: 14px;
}
.body-sign .checkbox-custom {
    margin-top: 8px;
}
.body-sign .line-thru {
    display: block;
    font-size: 1.2rem;
    position: relative;
}
.body-sign .line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}
.body-sign .line-thru:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}
.body-sign .line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

/* Progress bar overwrite style */
.progress-bar {
    background: #CCC;
}
.progress .progress-bar {
    box-shadow: none;
    border-radius: 4px;
}

/* Progress bar default style */
.progress {
    background: #474453;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}
.progress.light {
    background: #f6f7f8;
    background: -webkit-linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
    background: linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.progress-squared, .progress-squared .progress-bar {
    border-radius: 0 !important;
}
.progress-xs {
    height: 7px;
}
.progress-xs, .progress-xs .progress-bar {
    border-radius: 7px;
}
.progress-xs .progress-bar {
    direction: ltr !important;
    text-indent: -9999px;
}
.progress-xs.progress-half-rounded, .progress-xs.progress-half-rounded .progress-bar {
    border-radius: 2px;
}
.progress-xs.progress-striped .progress-bar {
    background-size: 15px 15px;
}
.progress-sm {
    border-radius: 12px;
    height: 12px;
}
.progress-sm, .progress-sm .progress-bar {
    border-radius: 12px;
}
.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 12px;
}
.progress-sm.progress-half-rounded, .progress-sm.progress-half-rounded .progress-bar {
    border-radius: 4px;
}
.progress-sm.progress-striped .progress-bar {
    background-size: 20px 20px;
}
.progress-md {
    border-radius: 14px;
    height: 14px;
}
.progress-md, .progress-md .progress-bar {
    border-radius: 14px;
}
.progress-md .progress-bar {
    font-size: 11px;
    line-height: 14px;
}
.progress-md.progress-half-rounded, .progress-md.progress-half-rounded .progress-bar {
    border-radius: 4px;
}
.progress-md.progress-striped .progress-bar {
    background-size: 25px 25px;
}
.progress-lg {
    border-radius: 16px;
    height: 16px;
}
.progress-lg, .progress-lg .progress-bar {
    border-radius: 16px;
}
.progress-lg .progress-bar {
    line-height: 16px;
}
.progress-lg.progress-half-rounded, .progress-lg.progress-half-rounded .progress-bar {
    border-radius: 5px;
}
.progress-lg.progress-striped .progress-bar {
    background-size: 30px 30px;
}
.progress-xl {
    border-radius: 18px;
    height: 18px;
}
.progress-xl, .progress-xl .progress-bar {
    border-radius: 18px;
}
.progress-xl .progress-bar {
    line-height: 18px;
}
.progress-xl.progress-half-rounded, .progress-xl.progress-half-rounded .progress-bar {
    border-radius: 6px;
}
.progress-xl.progress-striped .progress-bar {
    background-size: 35px 35px;
}

/* Progress bar states */
.progress .progress-bar-primary {
    background-color: #67be63;
}
.progress .progress-bar-success {
    background-color: #47a447;
}
.progress .progress-bar-warning {
    background-color: #ed9c28;
}
.progress .progress-bar-danger {
    background-color: #d2322d;
}
.progress .progress-bar-info {
    background-color: #5bc0de;
}
.progress .progress-bar-dark {
    background-color: #171717;
}
.circular-bar {
    margin-bottom: 25px;
}
.circular-bar .circular-bar-chart {
    position: relative;
}
.circular-bar strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    width: 80%;
    left: 10%;
    text-align: center;
}
.circular-bar label {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
    text-align: center;
}

/* override */
body{
    font-family: Arial,'Times New Roman','Microsoft YaHei',SimHei;
    color: #222;
}

.testimonial blockquote p,
.testimonial blockquote{
    font-family: Arial,'Times New Roman','Microsoft YaHei',SimHei;
}

p{
    color: #222;
}

.form-group-lg .form-control{
    border-radius: 0;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1380px;
    }
}
.alternative-font{
    font-family: Arial,'Times New Roman','Microsoft YaHei',SimHei;
    font-size: 1em;
    font-style: italic;
    margin-right: 4px;
}
p .alternative-font {
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 0;
    margin-bottom: 0;
}
.counters strong {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
}
.call-to-action-primary a.white:not(.btn){
    color: #EEEEEE;
}
.call-to-action-primary a.white:not(btn):hover,
.call-to-action-primary a.white:not(btn):focus{
    color: #ffffff;
}

.featured-box .box-content,
.slider-container .tparrows{
    border-radius: 0;
}
.nav-tabs li .nav-link{
    border-radius: 0;
}
html .btn-borders{
    border-width: 1px;
}

html #header {
    z-index: 1040;
    position: relative;
    margin-bottom: 85px;
}
html #header .header-body{
    background-color: #fff;
    border-bottom: 1px solid #67be63;
    border-top: 0;
}
html.sticky-header-active #header .header-body{
    border-bottom: 1px solid #67be63;
}
#header.header-narrow .header-nav.header-nav-stripe nav > ul#competition-nav > li + li{
    margin-left: 0;
}
#header .header-nav-main nav > ul#competition-nav > li > a.dropdown-toggle:after{
    right: 20px;
}
#header.header-narrow .header-nav.header-nav-stripe nav > ul#competition-nav > li > a{
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a{
    color: #444444;
}
html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active):hover > a,
#header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a{
    color: #fff;
}

/* header popover */
#header .popover .popover-title{
    white-space: nowrap;
}
#header.header-transparent .popover{
    position: fixed;
}
#header.always-border-bottom .header-body,
html.sticky-header-active #header.always-border-bottom .header-body{
    border-bottom : 1px solid #BDBDBD !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a {
        color: #444;
    }
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent transparent;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a {
        padding: 0 1.2rem;
    }

    #header.header-narrow .header-nav.header-nav-stripe nav > ul#competition-nav > li:hover > a:before{
        border-right: 15px solid #67be63;
    }
    #header .header-nav.header-nav-stripe nav > ul#competition-nav > li:not(:hover).active > a {
        color: #67be63;
    }
}


.thumb-info.thumb-info-centered-info .thumb-info-title{
    position: absolute;
}

.input-lg{
    font-size: 14px;
}

.call-to-action{
    min-height: 80px;
}

.home-concept strong{
    font-family: inherit;
}

.panel-default .panel-heading {
    border-bottom: 1px solid #DADADA;
    border-radius: 0;
}

.panel .panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}



.form-bordered .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.help-block {
    color: #B1B1B1;
    font-size: 12px;
}


/* Form - Input Birthday */
.input-birthday .form-control{
    display: inline-block;
    width: 70px;
}
.input-birthday .form-control:first-child{
    display: inline-block;
    width: 100px;
}

.table td, .table th{
    vertical-align: middle;
}

.table>thead>tr>th {
    border-bottom: 1px solid #828890;
}

/* modal login */
.login-toggle{
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.login-toggle.website{
    background: url("../../../img/login-icon.png") -48px 0;
}
.login-toggle.wechat{
    background: url("../../../img/login-icon.png") 0 0;
}
/* modal login */


/* COMPONENTS */
/* modal remove padding-right force */
.modal-open {
    padding-right: 0px !important;
}


/* begin award style */
.award{
    color:#383f48;
    font: normal normal normal 14px/1 FontAwesome;
}
.award:before{
    margin-right: 5px;
}
.award-level-1:before{
    content: "\f091";
}
.award-level-2:before{
    content: "\f091";
}
.award-level-3:before{
    content: "\f091";
}
.award-level-4:before{
    content: "\f06b";
}
/* end award style */


/* disabled */
li[disabled],a[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
/* disabled */

table.table.table-race{
    background-color: rgba(255,255,255, .65);
}

/*竖版本使用的样式*/
/*
@media screen and (orientation: portrait) {
    .body.competition section.section-background.welcome-2017{
        background: url("../img/competition/2017/welcome-mobile.jpg") center;
        background-size: cover;
    }
}

@media (max-width: 479px){
    .body.competition section.section-background.welcome-2017{
        background: url("../img/competition/2017/welcome-mobile.jpg") center;
        background-size: cover;
    }

    #header .header-body .header-logo img{
        width: 200px;
    }
}
*/

/* add after 2017/12/17 */
.form-group-lg .form-control{
    font-size : inherit;
}
label.required:after{
    content : '*';
}
#wechat-login-qrcode iframe{
    width : 350px;
}

/* start table-no-more */
@media only screen and (max-width: 991px) {
    .table.table-no-more,
    .table.table-no-more thead,
    .table.table-no-more tbody,
    .table.table-no-more tr,
    .table.table-no-more th,
    .table.table-no-more td {
        display: block;
    }
    .table.table-no-more thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    .table.table-no-more td,
    .table.table-no-more th{
        border: 0;
    }
    .table.table-no-more tr {
        border-bottom: 1px solid #DDD;
    }
    .table.table-no-more td[data-title] {
        border: none;
        position: relative;
        padding-left: 8em;
        text-align: left;
        white-space: normal;
    }
    .table.table-no-more.no-title td{
        padding-left: 10px;
    }
    .table.table-no-more td:before {
        content: attr(data-title);
/*         font-weight: bold; */
        left: 6px;
        padding: 0 8px;
        position: absolute;
        text-align: left;
        top: calc(50% - 12px);
        white-space: nowrap;
        width: 8em;
        color: #9E9E9E;
    }
    .table.table-no-more.table-bordered td {
/*         border-bottom: 1px solid #EFEFEF; */
    }
    .table.table-no-more.table-condensed td:before {
        top: 5px;
    }
}
/* end table-no-more */

/* Form - Input Icon */
.input-group-icon,
.input-search {
    width: 100%;
    table-layout: fixed;
}

.input-group-icon input.form-control,
.input-search input.form-control {
    padding-right: 36px;
}


.input-group-icon .input-group-btn,
.input-search .input-group-btn {
    border-radius: 500px;
    width: 0;
}

.input-group-icon .input-group-btn:first-child,
.input-group-icon .input-group-btn:last-child,
.input-search .input-group-btn:first-child,
.input-search .input-group-btn:last-child {
    border-radius: 500px;
}

.input-group-icon .input-group-btn button,
.input-search .input-group-btn button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    z-index: 3;
    background: transparent;
}

.input-group-icon .input-group-btn button:active,
.input-search .input-group-btn button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-icon .input-group-btn:last-child button,
.input-search .input-group-btn:last-child button {
    left: auto;
    right: 0;
    top: -2px;
    z-index: 100;
}

.input-group-icon .input-group-btn + input.form-control,
.input-search .input-group-btn + input.form-control {
    padding-right: 12px;
    padding-left: 36px;
}

.input-group-icon .input-group-prepend,
.input-search .input-group-prepend {
    position: relative;
    padding: 0;
    border: 0 none;
    width: 0;
}

.input-group-icon .input-group-prepend span.icon,
.input-search .input-group-prepend span.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
    z-index: 4;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px 12px;
    background: transparent;
    line-height: 1.42857143;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    pointer-events: none;
}

.input-group-icon .input-group-append span.icon.icon-lg,
.input-group-icon .input-group-prepend span.icon.icon-lg,
.input-search .input-group-append span.icon.icon-lg,
.input-search .input-group-prepend span.icon.icon-lg {
    padding: 10px 14px;
    font-size: 18px;
}

.input-group-icon .input-group-append:last-child span.icon,
.input-group-icon .input-group-prepend:last-child span.icon,
.input-search .input-group-append:last-child span.icon,
.input-search .input-group-prepend:last-child span.icon {
    left: auto;
    right: 0;
}

.input-group-icon .input-group-append + input.form-control,
.input-group-icon .input-group-prepend + input.form-control,
.input-search .input-group-append + input.form-control,
.input-search .input-group-prepend + input.form-control {
    padding-right: 12px;
    padding-left: 36px;
}

.sort-source.sort-source-style-2 > li.active > a, .sort-source.sort-source-style-2 > li.active > a:focus, .sort-source.sort-source-style-2 > li.active > a:hover {
    background-color: #4e884b;
}
.sort-source.sort-source-style-2 > li.active > a:after{
    border-top-color: #4e884b;
}


#footer.light{
    padding-top: 0;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a{
    color: #2da050;
}
#footer {
    background: #d8e3df;
    border-top: 0;
    padding: 60px 0 30px;
    min-height: 400px;
    overflow: hidden;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #333;
}
#footer .list-footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .list-footer-nav a {
    font-size: 14px;
    color: #777;
    text-decoration: none;
}
#footer .list-footer-nav a:hover {
    color: #888;
}
#footer .newsletter form {
    max-width: 100%;
    margin: 27px 0 12px;
}
#footer .newsletter form input.form-control {
    height: 45px;
    padding: 12px;
}
#footer .newsletter form .btn {
    height: 45px;
    width: 45px;
}
#footer .fa {
    display: inline-block;
    padding-right: 2px;
    position: relative;
    top: 1px;
    color: #000;
}
#footer .footer-copyright {
    background: transparent;
    margin: -10px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #FFF;
}
#footer .footer-copyright p {
    color: #ababab;
}

@media (min-width: 992px) {
    #footer {
        margin-top: 0;
    }
    #footer .logo {
        margin-top: 75px;
    }
    #footer:after {
        background: #000 none repeat scroll 0 0;
        bottom: -116px;
        content: "";
        height: 200px;
        position: absolute;
        right: -88px;
        transform: rotate(50deg);
        width: 200px;
        z-index: 1;
    }
}

.custom-select{
    border-radius: 0;
}
p{
    color: #0a0a0a;
}