html,
body {
    scroll-behavior: smooth;
    font-family: "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", Tahoma,
        Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

main,
section,
div {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {

    background-color: #eeeeee;
}

p {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 30px 0;
}

h1 {
    font-size: 66px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: 0;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
    margin: 0;
}



.form-group {
    margin-bottom: 12px;
}

.form-group input {
    font-size: 14px;
    padding: 0 20px;
    line-height: 38px;
    border-color: #d9d7d7;
}

.form-group label,
.form-check label {
    color: #616161;
    font-size: 12px;
}

.container {
    max-width: 1470px !important;
    padding: 0;

}

section a:hover {
    color: rgb(2, 132, 219);
    text-decoration: none;
}

main {
    position: relative;
    background-color: #01357d;
    background-image: url(../img/bg_mainSports.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

main .container {
    min-height: 890px;
    padding-top: 0;

}

main .headerOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.headerList {
    padding: 0;
}

.headerList li {
    display: inline;
    font-size: 32px;
    margin-right: 5px;
    font-weight: 700;
}

.headerList li img {
    margin-top: 18px;
    vertical-align: top;
}

.headerDesc {
    font-size: 30px;
}

.navbar {
    padding: 0 15px;
    min-width: 770px;
}



.headerContentWrapper {
    position: relative;
    padding: 0 25px;
    min-width: 1000px;
}

.headerContentLeftWrapper {
    padding-top: 190px;
    text-align: center;
    width: 100%;
    max-width: 672px;
    overflow: visible;
}

.headerContentLeft {
    position: relative;
    z-index: 9000;
    min-height: 890px;
    width: Calc(100% - 378px);
}

.headerContentLeftWrapper {
    position: relative;
    z-index: 9100;
}

.imgCarousel {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 60px;
    z-index: 105;
    overflow: visible;
}

.carouselItem {
    width: 100%;
    text-align: right;
}

.headerContentRight {
    position: relative;
    width: 378px;
    z-index: 9900;
    padding-top: 90px;
}

.registrationDiv {
    width: 100%;
    position: relative;
    float: right;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.registrationDiv .form-group label {
    margin-left: 20px;
}

.registrationDiv h4 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

.captchaDiv {
    display: inline-block;
    width: 60px;
    height: 24px;
    background-color: #000000;
    vertical-align: middle;
}

.qrDiv {
    position: absolute;
    right: 0;
    top: 90px;
    padding: 30px 30px 0 30px;
    background-color: rgba(57, 106, 188, 0.7);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: 9999;
}

.qrDiv p {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 8px auto 8px auto;
    color: #ffffff;
    padding: 0;
    line-height: 16px;
}

.qrDiv .closeQR {
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 210;
}

.form-group {
    margin-bottom: 10px;
}

.form-group input {
    width: 100%;
}

.sh {
    margin-bottom: 20px;
}

.shCenter,
.sh2Center {
    width: 228px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 36px;
    border-top: 2px solid #bbbbbb;
    border-bottom: 2px solid #bbbbbb;
}

.shLeft {
    background: url(../img/bg_shLeft.jpg) right center no-repeat;
}

.shRight {
    background: url(../img/bg_shRight.jpg) left center no-repeat;
}

.sh2Left {
    background: url(../img/bg_sh2Left.jpg) right center no-repeat;
}

.sh2Right {
    background: url(../img/bg_sh2Right.jpg) left center no-repeat;
}

.shCenter {
    color: #ffffff;
    background-color: #1d87f3;
}

.sh2Center {
    font-size: 24px;
}

.navbar a,
.navbar span,
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:visited {
    color: #ffffff;
}

#sec_sports {
    padding-bottom: 80px;
}

#sec_security {
    background: url(../img/bg_security.jpg) center top no-repeat;
    padding-bottom: 90px;
}

.bonusDiv {
    position: relative;
    height: 395px;
    background: url(../img/bg_bonus.jpg) center top no-repeat;

}

.bonusDiv a {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}

#sec_support p {
    font-size: 18px;
}

#sec_support .sh {
    margin-bottom: 57px;
}

#sec_support {
    padding-bottom: 97px;
}

.supportContent1 {
    background: url(../img/bg_support_divider.jpg) right center no-repeat;
}

.securityDiv {
    height: 733px;
}

#sec_security img {
    margin: 84px 0 0 -10px;
}

.text-black {
    color: #1e1e1e;
}

.text-blue {
    color: #00aeef;
}

.text-lightGray {
    color: #999999;
}

.text-darkGray {
    color: #666666;
}

.text-red {
    color: #b21726;
}

.text-impact {
    font-size: 84px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.text-yellow {
    color: #ffeea2;
}

.btn {
    border-width: 2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    padding: 0 40px;
    min-width: 110px;
    text-align: center;
    margin: 0 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: inline-block;
}

.registrationDiv .btn {
    line-height: 50px;
    font-size: 24px;
}

.regShadow {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.btn:hover,
.btn:visited,
.btn:focus {
    color: #ffffff !important;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.btn-rounded {
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

.btn-outline {
    background: transparent;
    border: 1px solid #ffffff;
}

.btn-outline:hover {
    color: #ffffff !important;
}

.btn-red {
    background-color: #b21726;
    border-width: 2px;
    border-color: #b21726;
}

.btn-red:hover {
    background-color: #a50e1d;
    border-width: 2px;
    border-color: #a50e1d;
}

.btn-blue {
    background-color: #1d87f3;
    border-width: 2px;
    border-color: #1d87f3;
}

.btn-blue:hover {
    background-color: #016fd6;
    border-width: 2px;
    border-color: #016fd6;
}

.btn-outline:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #016fd6 !important;
}

.w-100 {
    width: 100%;
}

.bonusBtn {
    color: #ffffff !important;
    width: 393px;
    height: 104px;
    font-size: 36px;
    padding-top: 14px;
    border-radius: 52px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
}

.bonusBtn span {
    font-size: 24px;
}

.red-gradient {
    border-width: 0;
    background-image: linear-gradient(to right, #ca3140, #ff6b7b);
}

.red-gradient:hover {
    background-image: none;
    background-color: #a50e1d;
}

.blue-gradient {
    border-width: 0;
    background-image: linear-gradient(to right, #1d87f3, #2ad9ff);
}

.blue-gradient:hover {
    background-image: none;
    background-color: #016fd6;
}

@media (max-width: 1780px) {
    .registrationDiv {
        margin-top: 150px;
    }
}

@media (max-width: 1024px) {
    main {
        background-size: cover;
    }
    main .headerOverlay{
        bottom: -3px;
    }
    .container{
        max-width: 100%;
    }
    .nav-item a{
        font-size: 38px;
        line-height: 36px;
        padding: 0 40px;
    }
    .nav-item a.btn{
        line-height: 36px;
        border: none;
    }
    .headerContentRight{
        width: 50%;
        padding-top: 0;
        padding-bottom: 80px;
    }
    .headerContentLeft{
        text-align: center;
        width: 100%;
    }
    .headerContentLeft img.branding{
        width: 50%;
    }
    .headerContentLeftWrapper{
        padding-top: 40px;
        max-width: 100%;
    }
    .headerList li{
        font-size: 44px;
    }
    .headerDesc{
        font-size: 38px;
        line-height: 60px;
    }
    .headerContentLeftWrapper h1{
        font-size: 126px;
    }
    .headerContentLeftWrapper h1 .text-impact{
        font-size: 220px;
        line-height: 200px;
        display: block;
    }
    .registrationDiv{
        margin-top: 0;
    }
    .registrationDiv h4{
        font-size: 38px;
    }
    .registrationDiv .btn{
        font-size: 44px;
        margin-top: 10px !important;
    }
    .text-wrapper, .text-wrapper p, .text-wrapper h4{
        font-size: 38px;
        line-height: 60px;
        color: #999999;
    }
    .text-wrapper h2{
        font-size: 44px;
        color: #999999;
    }
    .text-wrapper .btn-rounded{
        font-size: 38px;
        line-height: 60px;
        color: #00aeef !important;
        border: 1px #00aeef solid;
    }
    #sec_support .text-darkGray{
        font-size: 44px;
    }
    #sec_support .text-lightGray{
        font-size: 38px;
    }
    .shCenter, .sh2Center{
        width: 320px;
    }
    .bonusDiv .bonusBtn{
        font-size: 38px;
    }
    .bonusBtn span{
        font-size: 30px;
    }
}