.league-banner {
    width: 100%;
    height: 12.4rem;
    background: url("../../images/home/league_bg1.jpg") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.league-banner .content {
    width: 27.1rem;
    height: 8.85rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13.55rem;
    margin-top: -4.425rem;
}
.league-banner .content img {
    width: 100%;
    height: 100%;
}
.league-banner .banner-text {
    font-size: 0.5rem;
    color: #D1E7FD;
    line-height: 1.65rem;
    padding: 0 0.65rem;
    position: absolute;
    right: 0;
    top: 3.425rem;
    border-top: 1px rgba(188,221,255,0.5) solid;
    border-bottom: 1px rgba(188,221,255,0.55) solid;
    background: rgba(255,215,171,0.26);
    font-weight: bold;
}
.league-banner .banner-btn {
    font-size: 0.6rem;
    color: #ffffff;
    line-height: 1.325rem;
    width: 4.975rem;
    height: 1.375rem;
    text-align: center;
    background: #FDA645;
    border-radius: 1.325rem;
    box-shadow: 0px 0.175rem 0px 0px rgba(201,107,2,1);
    box-sizing: border-box;
    border: 1px #fece85 solid;
    position: absolute;
    left: 10.975rem;
    top: 6.125rem;
    transition: all 0.2s;
}
.league-banner .banner-btn:hover {
    color: #FFFFFF !important;
}
.league-banner .banner-btn:active {
    box-shadow: none;
    height: 1.475rem;
    line-height: 1.475rem;
    top: 6.2rem;
}
.league-banner .banner-phone {
    line-height: 1.375rem;
    font-size: 0.8rem;
    color: #FFC27E;
    position: absolute;
    left: 16.675rem;
    top: 6.125rem;
}
.league-banner .banner-phone img {
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.375rem;
}
.title {
    padding-top: 1.225rem;
    font-size: 0.9rem;
    color: #616161;
    text-align: center;
    line-height: 1;
}
.text {
    font-size: 0.4rem;
    color: #9A9A9A;
    line-height: 1rem;
    text-align: center;
}
.advantage {
    padding: 0.1rem 0;
}
.advantage-box {
    width: 80%;
    height: 8rem;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0.9rem;
}
.advantage-list {
    margin-top: 0.55rem;
    height: 100%;
}
.advantage-list .swiper-slide {
    width: 6.55rem;
    border: 1px #E0E0E0 solid;
    box-sizing: border-box;
    border-radius: 0.125rem;
    padding-bottom: 0.9rem;
    color: #9A9A9A;
    height: 7.175rem;
    margin-top: 0.45rem;
}
.advantage-list .swiper-slide:hover,
.advantage-list .swiper-slide.swiper-slide-active {
    background: url("../../images/home/league_bg4.jpg") no-repeat center center;
    background-size: 100% 100%;
    color: #ffffff;
    box-shadow:0px 0px 0.45rem 0px rgba(0, 0, 0, 0.11);
}
.advantage-list .swiper-slide img {
    width: 3.55rem;
    height: 3.55rem;
    margin: 0.675rem auto;
    display: block;
}
.advantage-list .swiper-slide p {
    font-size: 0.4rem;
    line-height: 0.7rem;
    text-align: center;
}
.advantage-box .swiper-button-prev {
    left: -1.35rem;
    outline: none;
}
.advantage-box .swiper-button-next {
    right: -1.35rem;
    outline: none;
}
.advantage-box .swiper-button-next:after, .advantage-box .swiper-button-prev:after {
    font-size: 0.7rem;
    color: #E0E0E0;
}
.discrete {
    width: 100%;
    height: 16.875rem;
    background: url("../../images/home/league_bg2.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.discrete .title,.discrete .text{
    color: #ffffff;
}
.discrete .text {
    opacity: 0.7;
}
.discrete-lists {
    margin-top: 1.45rem;
}
.discrete-lists .discrete-item {
    box-sizing: border-box;
}
.discrete-lists .discrete-item:hover {
    background: #fda645;
}
.discrete-lists .discrete-item.one {
    width: 11.525rem;
    height: 5.15rem;
    padding: 1.1rem 0.45rem;
    box-sizing: border-box;
    border-right: 1px #3F92E8 solid;
    border-bottom: 1px #3F92E8 solid;
}
.discrete-lists .discrete-item.two {
    width: 14.4rem;
    height: 5.15rem;
    padding: 0px 1.25rem;
    padding-top: 1.1rem;
    box-sizing: border-box;
    border-right: 1px #3F92E8 solid;
    border-bottom: 1px #3F92E8 solid;
}
.discrete-lists .discrete-item.three {
    width: 11.775rem;
    height: 5.15rem;
    padding: 0px 1.125rem;
    padding-top: 1.1rem;
    box-sizing: border-box;
    border-bottom: 1px #3F92E8 solid;
}
.discrete-lists .discrete-item.four {
    width: 22.7rem;
    height: 4.6rem;
    padding-left: 6.425rem;
    padding-top: 1.475rem;
    box-sizing: border-box;
    border-right: 1px #3F92E8 solid;
}
.discrete-lists .discrete-item.five {
    width: 15.05rem;
    height: 4.6rem;
    padding-left: 1.725rem;
    padding-top: 1.475rem;
    box-sizing: border-box;
}
.discrete-lists .discrete-item:hover {
    box-shadow: 2px 0.075rem 0.325rem 0px rgba(253,166,69,0.2);
}
.discrete-lists .discrete-item .tit {
    font-size: 0.45rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    font-weight: bold;
}
.discrete-lists .discrete-item .tit .num {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.125rem;
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.25rem;
    margin-right: 0.4rem;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #fda645;
}
.discrete-lists .discrete-item .txt {
    padding-left: 1.65rem;
    font-size: 0.35rem;
    color: #ffffff;
    line-height: 0.45rem;
}
.process {
    background: #ffffff;
    width: 100%;
    height: 14.95rem;
}
.process .process-box {
    margin-top: 1.65rem;
}
.process .process-box .process-img {
    width: 40.475rem;
    height: 5.6rem;
    display: block;
}
.process .process-box .process-img img {
    width: 100%;
}
.setting {
    width: 100%;
    height: 14.95rem;
    background: url("../../images/home/league_bg3.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.setting .title,.setting .text {
    color: #ffffff;
}
.setting .setting-box {
    margin-top: 2.5rem;
}
.setting .setting-box .setting-item {
    height: 5.575rem;
    width: 18.8rem;
    background: #ffffff;
}
.setting .setting-box .setting-item.one {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.setting .setting-box .setting-item.two {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.setting .setting-box .setting-item .setting-img {
    width: 3.45rem;
    height: 3.45rem;
    margin-left: 1.375rem;
}
.setting .setting-box .setting-item .setting-right {
    padding-left: 1.8rem;
}
.setting .setting-box .setting-item .setting-right .tit {
    font-size: 0.45rem;
    color: #616161;
    line-height: 0.6rem;
    font-weight: bold;
}
.setting .setting-box .setting-item .setting-right .txt {
    font-size: 0.4rem;
    color: #9A9A9A;
    line-height: 0.7rem;
    margin-top: 0.225rem;
}
.setting .setting-box .setting-arrow {
    height: 5.575rem;
}
.contact {
    background: #F6F6F6;
    width: 100%;
    padding-bottom: 2.975rem;
}
.contact-box {
    margin-top: 0.95rem;
}
.contact-box .contact-left {
    margin-right: 1.15rem;
    margin-top: 0.55rem;
}
.contact-box .contact-left .contact-top .contact-top-img{
    width: 2.025rem;
    height: 2.725rem;
}
.contact-box .contact-left .contact-top .contact-top-right {
    margin-left: 0.425rem;
}
.contact-box .contact-left .contact-top .contact-top-right .tit {
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 0.7rem;
    height: 0.7rem;
    padding: 0px 0.2rem;
    border-radius: 0.125rem;
    margin-top: 0.775rem;
    background: #BEBEBE;
    box-sizing: border-box;
    display: inline-block;
}
.contact-box .contact-left .contact-top .contact-top-right .phone {
    font-size: 0.75rem;
    color: #616161;
    margin-top: 0.4rem;
}
.contact-box .contact-left .contact-bottom {
    font-size: 0.4rem;
    color: #616161;
    line-height: 0.5rem;
    margin-top: 0.5rem;
}
.contact-box .contact-left .contact-bottom .icon {
    font-size: 0.4rem;
    color: #A0A0A0;
    display: inline-block;
    vertical-align: top;
    line-height: 0.5rem;

}
.contact-box .contact-left .contact-bottom span {
    color: #9A9A9A;
}
.contact-box .contact-center {
    margin-top: 0.125rem;
}
.contact-box .contact-center .contact-code {
    width: 3.4rem;
    height: 3.4rem;
}
.contact-box .contact-center .code-text {
    font-size: 0.35rem;
    color: #9A9A9A;
    line-height: 1rem;
    text-align: center;
}
.contact-box .contact-right {
    margin-left: 2.225rem;
}
.contact-box .contact-right .contact-top {
    width: 13.425rem;
}
.contact-box .contact-right .contact-top .contact-top-item {
    position: relative;
    width: 6.6rem;
    height: 1.05rem;
}
.contact-box .contact-right .contact-top .contact-top-item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.4rem;
    line-height: 1.05rem;
    color: #9A9A9A;
    padding-left: 0.35rem;
    text-align: center;
    display: block;
}
.contact-box .contact-right .contact-top .layui-input {
    height: 1.05rem;
    padding-left: 1.6rem;
    color: #616161;
    font-size: 0.4rem;
    box-sizing: border-box;
    background: #F0F0F0;
    border-color: #9a9a9a !important;
    border-radius: 0.075rem;
}
.contact-box .contact-right .contact-bottom {
    margin-top: 0.25rem;
    position: relative;
    padding-right: 2.825rem;
}
.contact-box .contact-right .contact-bottom .contact-textarea {
    width: 13.425rem;
    position: relative;
}
.contact-box .contact-right .contact-bottom .contact-textarea textarea {
    width: 13.425rem !important;
    padding: 0.475rem 0.375rem;
    height: 3rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #9A9A9A;
    margin-right: 0.25rem;
    background: #F0F0F0;
    border-color: #9a9a9a !important;
    border-radius: 0.075rem;
}
.contact-box .contact-right .contact-bottom .layui-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.575rem;
    height: 1.2rem;
    line-height: 1.2rem;
}