html,body {
    width: 100%;
    /* height: 100%; */
    /* overflow: hidden; */
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}
a,button,input,textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
    text-decoration: none;
}
.clear {
    *zoom: 1;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
input,select {
    -webkit-appearance:none;
    appearance: none;
}
select:focus, a, button {
    outline: none;
}
.logo-hint {
    color: #ffffff;
    background-color: #081f37;
    position: relative;
}
.logo-hint .hint-text {
    margin: 0;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
}
.close-hint {
    position: absolute;
    right: 8px;
    top: 9px;
    display: block;
}
.close-hint img {
    height: 14px;
}
.wrap {
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    /* height: 100%; */
    position: relative;
    /* background: url("../web/h5/cn/images/bg.jpg") no-repeat center center; */
    /* background-size: cover; */
    /*-webkit-animation: zoomInNew 2s ease-in-out;*/
    /*-moz-animation: zoomInNew 2s ease-in-out;*/
    /*-ms-animation: zoomInNew 2s ease-in-out;*/
    /*animation: zoomInNew 2s ease-in-out;*/
}
/*.wrap .bg {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*z-index: -2;*/
/*}*/
/*.wrap .bg-mask {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*background-color: rgba(13, 44, 72, 0.2);*/
/*}*/
.header {
    padding: 8px 15px;
    background-color: #ffffff;
}
.header .logo{
    float: left;
}
.header .logo img {
    height: 30px;
}
.header .lang-box {
    float: right;
    position: relative;
}
.lang-box .language {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #333333;
    font-size: 13px;
    padding: 8px 0;
    width: 70px;
}
.lang-box:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #333333;
    border-style: solid;
    -webkit-transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
    transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
    position: absolute;
    top: 6px;
    right: 0;
    margin-top: 3px;
}
.slogan {
    /*padding-top: 25%;*/
    /* position: absolute; */
    /* bottom: 60%; */
    padding: 15% 0;
    width: 100%;
    text-align: center;
    background: url('../images/slogon_bg2.jpg') no-repeat;
    background-size: cover;
}
.slogan h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.slogan p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}
.slogan .sep-bar {
    padding: 0 20px;
}
.btn-box {
    /*margin-top: 20%;*/
    /* position: absolute; */
    /* top: 55%; */
    width: 100%;
}
.btn-link {
    display: block;
    width: 90%;
    text-align: left;
    /* max-width: 450px; */
    color: #ffffff;
    padding: 5% 0 5% 5%;
    margin: 5% auto 0;
    border-radius: 5px;
    position: relative;
}
.btn-link:nth-child(1) {
    background: url('../images/from_type1.jpg') no-repeat right center;
    background-color: #297cf9;
    background-size: contain;
}
.btn-link:nth-child(2) {
    background: url('../images/from_type2.jpg') no-repeat right center;
    background-color: #ffbb2a;
    background-size: contain;
}
.btn-link:nth-child(3) {
    background: url('../images/from_type3.jpg') no-repeat right center;
    background-color: #7059f8;
    background-size: contain;
}

.btn-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 4px;
    height: 40px;
    border-radius: 2px;
    background-color: #8db7f5;
}
.btn-link:nth-child(2)::before {
    background-color: #f6b29d;
}

.btn-link:nth-child(3)::before {
    background-color: #b3a7f6;
}


.btn-link h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.btn-link p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255,255,255,0.8);
}
/* .btn-link:nth-child(2) p {
    color: #fcc0b2;
} */
.btn-link .button {
    line-height: 42px;
    color: #ffffff;
    background-color: #1976eb;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    border: 0 none;
    transition: background 0.1s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-link .button:active {
    background-color: #176cd6;
}
.btn-box .more-link {
    display: block;
    width: 90%;
    margin: 6% auto;
    text-align: center;
    color: #666666;
}
@keyframes zoomInNew{
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
@-webkit-keyframes zoomInNew{
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
@-moz-keyframes zoomInNew{
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

/* @media screen and (max-width: 320px) { 
    .slogan h3 {
        font-size: 20px;
    }
} */
