body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #4d5259;
    line-height: 1.5;
    font-size: 14px;
    overflow-x: hidden;
    background-color: #f5f6fa;
}
html,
body {
    height: 100%;
}
a {
    color: #33cabb;
    -webkit-transition: .2s linear;
    transition: .2s linear
}
a:hover,
a:focus {
    color: #4d5259;
    text-decoration: none;
    outline: none
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
a,
button,
a:focus,
a:active,
button:focus,
button:active {
    outline: none !important;
}
blockquote {
    font-size: 16px;
}
img {
    max-width: 100%;
}


.form-control {
    height: 38px;
    border-color: #ebebeb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 12px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #33cabb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 202, 187, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 202, 187, .6);
}
.input-group-addon {
    border-color: #ebebeb;
    background-color: #f9fafb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.input-sm {
    height: 30px;
}
.input-lg {
    height: 46px;
}

.btn-w-xs {
    width: 80px
}
.btn-w-sm {
    width: 100px
}
.btn-w-md {
    width: 120px
}
.btn-w-lg {
    width: 145px
}
.btn-w-xl {
    width: 180px
}
.btn {
    color: #8b95a5;
    padding: 8px 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: #fff;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear
}
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
.btn-default {
    background-color: #fcfdfe;
    border-color: #ebebeb;
    color: #8b95a5
}
.btn-default:hover {
    background-color: #f9fafb;
    border-color: #ebebeb;
    color: #4d5259
}
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.show>.btn-default.dropdown-toggle,
.open>.btn-default.dropdown-toggle {
    background-color: #f9fafb!important;
    border-color: #ebebeb!important;
    color: #4d5259
}
.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
    background-color: #f9fafb!important;
    border-color: #ebebeb!important;
    color: #4d5259;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default.disabled,
.btn-default:disabled {
    background-color: #fcfdfe;
    border-color: #ebebeb;
    opacity: 0.5
}
.btn-primary {
    background-color: #33cabb;
    border-color: #33cabb;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #52d3c7;
    border-color: #52d3c7;
}

.btn-primary-register {
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    color: #fff !important;
}

.btn-primary-register:hover {
    background-color: #DCDCDC;
    border-color: #DCDCDC;
}

.reg-info {
    height: 20px;
    line-height: 20px;
    color: #D3D3D3;
    text-align: center;
}

.reg-info span {
    color: #33cabb;
}

.reg-info span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #52d3c7 !important;
    border-color: #52d3c7 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #33cabb;
    border-color: #33cabb;
    opacity: 0.5
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2ba99d!important;
    border-color: #2ba99d!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #26BBA8;
    border-color: #26BBA8;
}
.btn-success {
    background-color: #15c377;
    border-color: #15c377;
    color: #fff!important;
}
.btn-success:hover {
    background-color: #16d17f;
    border-color: #16d17f;
}
.btn-success:focus,
.btn-success.focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #16d17f!important;
    border-color: #16d17f!important;
}
.btn-success.disabled,.btn-success:disabled {
    background-color: #15c377;
    border-color: #15c377;
    opacity: 0.5
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #14b56f!important;
    border-color: #14b56f!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #0FB25F;
    border-color: #0FB25F;
}
.btn-info {
    background-color: #48b0f7;
    border-color: #48b0f7;
    color: #fff!important;
}
.btn-info:hover {
    background-color: #65bdf8;
    border-color: #65bdf8;
}
.btn-info:focus,
.btn-info.focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-color: #65bdf8!important;
    border-color: #65bdf8!important;
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #48b0f7;
    border-color: #48b0f7;
    opacity: 0.5
}
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #2ba3f6!important;
    border-color: #2ba3f6!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #379BF5;
    border-color: #379BF5;
}
.btn-warning {
    background-color: #faa64b;
    border-color: #faa64b;
    color: #fff!important;
}
.btn-warning:hover {
    background-color: #fbb264;
    border-color: #fbb264;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-color: #fbb264!important;
    border-color: #fbb264!important;
}
.btn-warning.disabled,.btn-warning:disabled {
    background-color: #faa64b;
    border-color: #faa64b;
    opacity: 0.5
}
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #f99a32!important;
    border-color: #f99a32!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #F89038;
    border-color: #F89038;
}
.btn-danger {
    background-color: #f96868;
    border-color: #f96868;
    color: #fff!important;
}
.btn-danger:hover {
    background-color: #fa8181;
    border-color: #fa8181;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-color: #fa8181!important;
    border-color: #fa8181!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f96868;
    border-color: #f96868;
    opacity: 0.5
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #f84f4f!important;
    border-color: #f84f4f!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #F75252;
    border-color: #F75252;
}
.btn-secondary {
    color: #4d5259 !important;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
}
.btn-secondary:hover {
    background-color: #edeff1;
    border-color: #edeff1;
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
    background-color: #edeff1!important;
    border-color: #edeff1!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #e4e7ea;
    border-color: #e4e7ea;
    opacity: 0.5
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #dbdfe3!important;
    border-color: #dbdfe3!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background-color: #DBDFE3;
    border-color: #DBDFE3;
}
.btn-link {
    color: #48b0f7;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #e4e7ea
}
.btn-purple {
    background-color: #926dde;
    border-color: #926dde;
    color: #fff!important;
}
.btn-purple:hover {
    background-color: #a282e3;
    border-color: #a282e3;
}
.btn-purple:focus,
.btn-purple.focus,
.btn-purple.active,
.btn-purple:active,
.open>.dropdown-toggle.btn-purple {
    background-color: #a282e3!important;
    border-color: #a282e3!important;
}
.btn-purple.disabled,
.btn-purple:disabled {
    background-color: #926dde;
    border-color: #926dde;
    opacity: 0.5
}
.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:not([disabled]):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
    background-color: #8258d9!important;
    border-color: #8258d9!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-purple.disabled.focus,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled].focus,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover {
    background-color: #7A56D4;
    border-color: #7A56D4;
}
.btn-pink {
    background-color: #f96197;
    border-color: #f96197;
    color: #fff!important;
}
.btn-pink:hover {
    background-color: #fa75a4;
    border-color: #fa75a4;
}
.btn-pink:focus,
.btn-pink.focus,
.btn-pink.active,
.btn-pink:active,
.open>.dropdown-toggle.btn-pink {
    background-color: #fa75a4!important;
    border-color: #fa75a4!important;
}
.btn-pink.disabled,
.btn-pink:disabled {
    background-color: #f96197;
    border-color: #f96197;
    opacity: 0.5
}
.btn-pink:not([disabled]):not(.disabled).active,
.btn-pink:not([disabled]):not(.disabled):active,
.show>.btn-pink.dropdown-toggle {
    background-color: #f84d8a!important;
    border-color: #f84d8a!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-pink.disabled.focus,
.btn-pink.disabled:focus,
.btn-pink.disabled:hover,
.btn-pink[disabled].focus,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:hover {
    background-color: #F74B80;
    border-color: #F74B80;
}
.btn-cyan {
    background-color: #57c7d4;
    border-color: #57c7d4;
    color: #fff!important;
}
.btn-cyan:hover {
    background-color: #77d2dc;
    border-color: #77d2dc;
}
.btn-cyan:focus,
.btn-cyan.focus,
.btn-cyan.active,
.btn-cyan:active,
.open>.dropdown-toggle.btn-cyan {
    background-color: #77d2dc!important;
    border-color: #77d2dc!important;
}
.btn-cyan.disabled,
.btn-cyan:disabled {
    background-color: #57c7d4;
    border-color: #57c7d4;
    opacity: 0.5
}
.btn-cyan:not([disabled]):not(.disabled).active,
.btn-cyan:not([disabled]):not(.disabled):active,
.show>.btn-cyan.dropdown-toggle {
    background-color: #37bccc!important;
    border-color: #37bccc!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-cyan.disabled.focus,
.btn-cyan.disabled:focus,
.btn-cyan.disabled:hover,
.btn-cyan[disabled].focus,
.btn-cyan[disabled]:focus,
.btn-cyan[disabled]:hover,
fieldset[disabled] .btn-cyan.focus,
fieldset[disabled] .btn-cyan:focus,
fieldset[disabled] .btn-cyan:hover {
    background-color: #42B7C7;
    border-color: #42B7C7;
}
.btn-yellow {
    background-color: #fcc525;
    border-color: #fcc525;
    color: #fff!important;
}
.btn-yellow:hover {
    background-color: #fdd04d;
    border-color: #fdd04d;
}
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow.active,
.btn-yellow:active,
.open>.dropdown-toggle.btn-yellow {
    background-color: #fdd04d!important;
    border-color: #fdd04d!important;
}
.btn-yellow.disabled,
.btn-yellow:disabled {
    background-color: #fcc525;
    border-color: #fcc525;
    opacity: 0.5
}
.btn-yellow:not([disabled]):not(.disabled).active,
.btn-yellow:not([disabled]):not(.disabled):active,
.show>.btn-yellow.dropdown-toggle {
    background-color: #f5b703!important;
    border-color: #f5b703!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-yellow.disabled.focus,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:hover,
.btn-yellow[disabled].focus,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow.focus,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:hover {
    background-color: #FCB41B;
    border-color: #FCB41B;
}
.btn-brown {
    background-color: #8d6658;
    border-color: #8d6658;
    color: #fff!important;
}
.btn-brown:hover {
    background-color: #9d7162;
    border-color: #9d7162;
}
.btn-brown:focus,
.btn-brown.focus,
.btn-brown.active,
.btn-brown:active,
.open>.dropdown-toggle.btn-brown {
    background-color: #8d6658!important;
    border-color: #8d6658!important;
}
.btn-brown.disabled,
.btn-brown:disabled {
    background-color: #8d6658;
    border-color: #8d6658;
    opacity: 0.5
}
.btn-brown:not([disabled]):not(.disabled).active,
.btn-brown:not([disabled]):not(.disabled):active,
.show>.btn-brown.dropdown-toggle {
    background-color: #7d5b4e!important;
    border-color: #7d5b4e!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-brown.disabled.focus,
.btn-brown.disabled:focus,
.btn-brown.disabled:hover,
.btn-brown[disabled].focus,
.btn-brown[disabled]:focus,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown.focus,
fieldset[disabled] .btn-brown:focus,
fieldset[disabled] .btn-brown:hover {
    background-color: #755043;
    border-color: #755043;
}
.btn-dark {
    background-color: #465161;
    border-color: #465161;
    color: #fff!important;
}
.btn-dark:hover {
    background-color: #515d70;
    border-color: #515d70;
}
.btn-dark:focus,
.btn-dark.focus,
.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
    background-color: #515d70!important;
    border-color: #515d70!important;
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #465161;
    border-color: #465161;
    opacity: 0.5
}
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #3b4552!important;
    border-color: #3b4552!important;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-dark.disabled.focus,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled].focus,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    background-color: #353E4B;
    border-color: #353E4B;
}
.btn-round {
    -webkit-border-radius: 10rem;
}
.btn-label {
    position: relative;
    padding-left: 52px;
    overflow: hidden;
}
.btn-label label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
    margin-bottom: 0;
}
.btn-label label i {
    font-size: 16px;
}
.btn-group-xs>.btn,
.btn-xs {
    font-size: 12px;
    padding: 2px 6px;
    line-height: 18px
}
.btn-group-sm>.btn,
.btn-sm {
    font-size: 12px;
    padding: 4px 8px;
    line-height: 20px
}
.btn-group-lg>.btn,
.btn-lg {
    font-size: 16px;
    padding: 7px 20px;
    line-height: 32px
}
.btn-sm.btn-label {
    padding-left: 42px;
}
.btn-sm.btn-label label {
    line-height: 20px;
    width: 30px;
}
.btn-lg.btn-label {
    padding-left: 58px;
}
.btn-lg.btn-label label {
    line-height: 36px;
    width: 36px;
}
.btn-xs.btn-label {
    padding-left: 36px;
}
.btn-xs.btn-label label {
    line-height: 14px;
    width: 28px;
}
.btn-group-justified {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.btn-group-justified .btn {
    width: 100%;
}
.btn-group-round .btn:first-child {
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
}
.btn-group-round .btn:last-child {
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.has-error.form-control {
    border-color: #f96868!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)!important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)!important;
}
.has-error.form-control:focus {
    border-color: #f96868!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(249, 104, 104, .6)!important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(249, 104, 104, .6)!important;
}