/*!
 * =====================================================
 * BY:xiaoyao
 * QQ:372176195
 * =====================================================
 */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: PingFangSC-Regular, Tahoma, Arial, Lantinghei SC, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, \\5B8B\4F53, sans-serif;
}

a {
    color: #FFF;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

#page-index .ui-header {
    padding-bottom: 2.6rem;
    background: url(../image/dtq.png) no-repeat center center;
    background-size: cover;
    background-color: #FFF;
    position: relative;
}


#page-index .btns {
    width: 100%;
    padding: 0.7rem 0.7rem;
}

.navbutt {
    padding-top: 0.375rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbutt span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbutt span:nth-child(1) {
    height: 2px;
    display: block;
    width: 20px;
    background: #fff;
    border-radius: 4px;
}

.navbutt span:nth-child(2) {
    height: 2px;
    display: block;
    width: 20px;
    background: #fff;
    border-radius: 4px;
    margin-top: 5px;
}

.navbutt span:nth-child(3) {
    height: 2px;
    display: block;
    width: 13px;
    background: #fff;
    border-radius: 4px;
    margin-top: 5px;
    float: right;
}

.navbutt.open-panel span:nth-child(1) {
    margin-top: 2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbutt.open-panel span:nth-child(2) {
    display: none;
}

.navbutt.open-panel span:nth-child(3) {
    margin-top: -2px;
    width: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#in_user {
    display: block;
    width: 35px;
    background: #ffffff;
    text-align: center;
    line-height: 34px;
    border-radius: 35px;
    margin-left: 15px;
}

#in_user img {
    width: 1rem;
    vertical-align: middle;
    border-style: none;
}

.text_box {
    margin-top: .9rem;
    padding-left: 8%;
}

.text_box .tite {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.5rem;
}

.text_box .sxin {
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    margin-top: 0.65rem;
    animation: 1.5s ease 0s 1 normal none running Xiaoyaoleft;
}

.xy_img {
    width: 1.5rem;
    vertical-align: middle;
    border-radius: 50%;
}


.uslo_box {
    width: 100%;
}

.logu {
    width: 90%;
    margin: 0 auto;
    padding-top: .48rem;
}

.logu div {
    display: inline-block;
    vertical-align: middle;
}

.logu div:nth-child(2) {
    color: #666;
    font-weight: 500;
    font-size: 0.65rem;
    margin-left: 0.3rem;
}

.logu div:nth-child(3) {
    color: #fff;
    font-weight: 500;
    font-size: 0.65rem;
    background: #4fb4fd;
    width: 4.2rem;
    height: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
    border-radius: 0.8rem;
    float: right;
}

@keyframes Xiaoyaoo {
    0% {
        -webkit-transform: translateY(1.2rem)
    }

    50% {
        -webkit-transform: translateY(-4.5rem)
    }

    to {
        -webkit-transform: translateY(1.2rem)
    }
}

@keyframes move {
    0% {
        transform: translate(-175px, 0px) scale(1, 1)
    }

    50% {
        transform: translate(-87px, 0px) scale(1, 0.5)
    }

    100% {
        transform: translate(0px, 0px) scale(1, 1)
    }
}

.waveHorizontals {
    width: 100%;
    height: 20px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    bottom: 0;
}

#waveHorizontal1,
#waveHorizontal2,
#waveHorizontal3 {
    background-image: linear-gradient(20deg, #2196F3 0, #9C27B0 100%) !important;
}

#waveHorizontal1 {
    -webkit-mask: url(../image/sucaihu_001.svg);
    mask: url(../image/sucaihu_001.svg);
    animation-delay: -2s;
    animation-duration: 12s;
}

.waveHorizontal {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#waveHorizontal2 {
    -webkit-mask: url(../image/sucaihu_002.svg);
    mask: url(../image/sucaihu_002.svg);
    animation-delay: -2s;
    animation-duration: 5s;
}

#waveHorizontal3 {
    -webkit-mask: url(../image/sucaihu_003.svg);
    mask: url(../image/sucaihu_003.svg);
    animation-delay: -1s;
    animation-duration: 3s;
}

.xydg_bg {
    position: absolute;
    width: 300px;
    height: 200px;
    bottom: 0;
    right: 0;
    background: url(../image/get.png) no-repeat right;
    background-size: 50%;
    animation: Xiaoyaoo 3.5s infinite;
    -moz-animation: Xiaoyaoo 3.5s infinite;
    /* Firefox */
    -webkit-animation: Xiaoyaoo 3.5s infinite;
    /* Safari and Chrome */
    -o-animation: Xiaoyaoo 3.5s infinite;
    /* Opera */
}


.index_ul {
    list-style: none;
}

.index_ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0.6rem;
    border-bottom: 1px solid rgba(51, 51, 56, 0.25);
    font-size: 0.65rem;
    font-weight: 700;
}

.xy_row {
    padding: 0.8rem 0.8rem 0 0.8rem;
}

.xy_row span {
    font-size: 0.65rem;
    color: #afaaaa;
}

.xy_card {
    border-radius: 0.625rem;
    text-align: center;
    box-shadow: none;
}

.xy_card p {
    margin: 0 0 0.3rem 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.xy_card p span {
    margin: 0 0 0.3rem 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: inherit;
}

.xy_card span {
    color: #666;
    font-size: 0.7rem;
    font-weight: 500;
}

.xy_hot {
    box-sizing: border-box;
    padding: 14px 17px 0;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 0 34px 20px -24px rgba(220, 220, 220, 0.18);
    border-radius: 3px;
}

.hot_title {
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f2f2f2;
    color: #383838;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.hot_title a {
    margin-right: 2px;
    color: #448aff;
}

.hot_title i {
    margin-right: 2px;
    color: #448aff;
}

.hot_title span {
    margin-left: 10px;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 9pt;
    line-height: 20px;
}

.hot_row {
    margin: 1pc -10px;
}

.hot_row-row {
    margin: 1pc -10px;
    position: relative;
    overflow: hidden;
    height: 56px;
}

.hot_row-row ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .2s;
    margin: 0;
    padding-left: 0;
}

.hot_row-row ul li {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    width: 25%;
    text-align: center;
    font-size: 9pt;
    animation: 1.5s ease 0s 1 normal none running Xiaoyaoleft;
}

.hot_row-row ul li a {
    color: #666;
}

.hot_ico {
    margin: 0 auto 4px;
    padding-top: 36px;
    width: 36px;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s;
}

.hot_row-row ul li a span {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.page_title {
    text-align: center;
    padding-top: 1.25rem;
}

.page_title h5 {
    font-size: 1.1rem;
    color: #3b566e;
    font-weight: 300;
    line-height: 1rem;
}

.page_title span {
    font-size: 0.65rem;
    line-height: 1.2rem;
    font-weight: 300;
    padding-top: 0.5rem;
    display: block;
    color: #afaaaa;
}

.page_row {
    padding-top: 0;
}

.card {
    margin: .5rem 0 .5rem 0;
}

.card-rad {
    background: #fff;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
    border-radius: 0.9375rem;
    margin: 2rem 0 2rem 0;
}

.xyc_header {
    width: 100%;
    position: relative;
}

.header-type {
    width: 5rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -0.75rem;
    padding: 0.1rem 0.8rem;
    background-color: #4fb4fd;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0.85rem;
    color: #FFF;
    font-size: 0.7rem;
    font-weight: 600;
}

.header-prc {
    width: 100%;
    padding: 0.9375rem;
}

.header-prc h3 {
    line-height: 1.875rem;
}

.xyc_red {
    color: #F44336;
}

.xyc_chen {
    color: #ff87a3;
}

.xyc_lan {
    color: #4fb4fd;
}

.header-prc h3 span:nth-child(1) {
    font-size: 0.75rem;
    font-weight: 500;
    float: right;
}

.header-prc h3 span i {
    margin-right: 0.5rem;
    font-size: 0.95rem;
    line-height: 0.5rem;
}

.header-prc h3 span:nth-child(2) {
    font-size: 1.3rem;
    font-weight: 600;
    float: left;
}

.header-prc p {
    width: 100%;
    line-height: 1.5625rem;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.header-prc p img {
    width: 0.9375rem;
}

.xy_hr {
    position: relative;
    height: 1.875rem;
    line-height: 1.875rem;
    margin: 0.5rem auto;
    margin-top: -15px;
    margin-bottom: 0px;
    text-align: center;
    clear: both;
}

.xy_hr i {
    display: block;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    top: 0.9rem;
    width: 100%;
}

.xy_hr p {
    display: inline-block;
    font-size: 0.7rem;
    color: #919a9e;
    background: #fff;
    padding: 0 0.8rem;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.item_img {
    display: inline-block;
    text-align: center;
}

.item_img li {
    float: left;
    width: 20%;
}

.item_img li img {
    width: 1.75rem;
}

.item_img li p {
    font-size: 0.6rem;
}

.item_btn {
    padding: 0.9375rem 0;
    width: 100%;
    text-align: center;
}

.item_btn a {
    display: inline-block;
    width: 35%;
    background: #4fb4fd;
    padding: 0.3125rem 0.625rem;
    border-radius: 1.875rem;
}

.item_btn a span {
    font-size: 0.7rem;
    font-weight: 500;
}

.item_dj {
    margin: 0.8rem;
}

.item_dj li {
    width: 100%;
    display: inline-block;
    line-height: 3.2;
}

.check_dj {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    position: relative;
    border: 1px solid #4fb4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 9px;
}

.check_dj::after {
    margin-top: -5px;
    width: 0.35rem;
    height: 0.7rem;
    border-style: solid;
    border-color: #4fb4fd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    content: " ";
}

@keyframes Xiaoyaoleft {
    0% {
        -webkit-transform: translateX(-10.666667rem)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

.app_down {
    background: #FFF;
    margin-top: 1.2rem;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.app_down:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 8.5rem;
    bottom: 0;
    border-radius: 0 0 100% 100%;
    background: #fff;
    z-index: -1;
    box-shadow: 0 19px 9px 0 rgba(0, 0, 0, 0.01);
}

.app_row {
    min-height: 10rem;
}

.app_title {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.app_title h5 {
    font-family: 'Heebo', sans-serif;
    font-size: 0.85rem;
    line-height: 38px;
    margin-bottom: 0.625rem;
    font-weight: 500;
    color: #384044;
    text-align: center;
}

.app_title p {
    font-size: 0.7rem;
    color: #858f9e;
    text-align: center;
}

.app_btn {
    width: 100%;
    text-align: center;

}

.app_btn a {
    display: inline-block;
    width: 80%;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 0.3125rem;
    background: linear-gradient(to bottom right, #7357cc, #60bbfd);
}

.app_btn i {
    font-size: 0.6rem;
}

.app_btn span {
    font-size: 0.7rem;
}

.app_imgs {
    width: 100%;
}

.d_imgs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.d_imgs img {
    width: 100%;
}

.footer {
    width: 100%;
    margin-top: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
}

.footer .row .col-25 a {
    display: inline-block;
}

.footer .row .col-25 a img {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    padding: 0.3125rem;
    background: linear-gradient(to bottom right, rgba(115, 87, 204, 0.611764705882353), rgba(3, 169, 244, 0.5490196078431373));
}

.footer .row .col-25 a span {
    font-size: 0.65rem;
    color: #565656;
}

.icp_c a,
.footer_c div {
    color: #afaaaa;
    font-size: 0.65rem;
}